nyx

The first CODM discrod bot -- cath.exe Template
git clone https://codeberg.org/night0721/nyx
Log | Files | Refs | LICENSE

commit e6ea9236872c5bed7572f92ab112f36906c5b32a
parent 0e6804fd56d86bcfbc1abfe98b714272ac990734
Author: night0721 <[email protected]>
Date:   Tue, 31 Oct 2023 01:39:28 +0000

unix from dos

Diffstat:
M.env.example | 8++++----
M.github/PRIVACY_POLICY.md | 10+++++-----
M.github/README.md | 248++++++++++++++++++++++++++++++++++++++++----------------------------------------
M.github/TOS.md | 10+++++-----
D.github/changelog.md | 75---------------------------------------------------------------------------
MDockerfile | 44++++++++++++++++++++++----------------------
MLICENSE | 872++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mclient/CODMClient.js | 4++--
Mclient/NYX.js | 204++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mcommand/CODM/build.js | 1492++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mcommand/CODM/class.js | 110++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mcommand/CODM/damage.js | 242++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mcommand/CODM/effects.js | 332++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mcommand/CODM/loadout.js | 148++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mcommand/CODM/perk.js | 396++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mcommand/CODM/scorestreak.js | 338++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mcommand/CODM/sgrelo.js | 238++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mcommand/CODM/stats.js | 594++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mcommand/Config/premium.js | 256++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mcommand/Config/settings.js | 492++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mcommand/Information/avatar.js | 100++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mcommand/Information/botinfo.js | 120++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mcommand/Information/help.js | 408++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mcommand/Information/ping.js | 68++++++++++++++++++++++++++++++++++----------------------------------
Mcommand/Information/userinfo.js | 178++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mcommand/Owner/accept.js | 100++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mcommand/Owner/blacklist.js | 130++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mcommand/Owner/deny.js | 98++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mcommand/Owner/dm.js | 66+++++++++++++++++++++++++++++++++---------------------------------
Mcommand/Owner/eval.js | 258++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mcommand/Owner/getinvite.js | 94++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mcommand/Owner/guilds.js | 90++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mcommand/Owner/restart.js | 36++++++++++++++++++------------------
Mcommand/Utilities/invite.js | 76++++++++++++++++++++++++++++++++++++++--------------------------------------
Mcommand/Utilities/report.js | 90++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mcommand/Utilities/suggest.js | 88++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mconfig.js | 26+++++++++++++-------------
Mevents/embed.js | 150++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mevents/emoji.js | 110++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mevents/guild.js | 124++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mevents/interactionCreate.js | 364++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mevents/messageCreate.js | 490++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mevents/ready.js | 8++++----
Mevents/typingStart.js | 30+++++++++++++++---------------
Mindex.js | 10+++++-----
Mmodels/cooldown.js | 44++++++++++++++++++++++----------------------
Mmodels/guilds.js | 56++++++++++++++++++++++++++++----------------------------
Mmodels/users.js | 62+++++++++++++++++++++++++++++++-------------------------------
Mmodels/weapons.js | 64++++++++++++++++++++++++++++++++--------------------------------
Mpackage.json | 100++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mutil/Data/CODM/loadout.js | 156++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mutil/Data/CODM/new-stats.js | 1540++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mutil/Data/CODM/stats.js | 594++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mutil/Data/aliases.json | 170++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mutil/Data/attachments.json | 7110++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mutil/Data/data.json | 2+-
Mutil/Data/domains.json | 30554++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mutil/Data/ipgrabber-updated.json | 48++++++++++++++++++++++++------------------------
Mutil/Data/statsIndex.json | 94++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mutil/Data/statsNames.json | 48++++++++++++++++++++++++------------------------
Mutil/assets/images/apex/apex-legends-logo-white.svg | 144++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mutil/assets/images/nyx_black.svg | 40++++++++++++++++++++--------------------
Mutil/dist/handler.js | 68++++++++++++++++++++++++++++++++++----------------------------------
Mutil/functions/common.js | 1668++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mutil/functions/function.js | 1670++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mutil/functions/mongoose.js | 648++++++++++++++++++++++++++++++++++++++++----------------------------------------
66 files changed, 27115 insertions(+), 27190 deletions(-)

diff --git a/.env.example b/.env.example @@ -1,5 +1,5 @@ -TOKEN = -MONGO = mongodb://127.0.0.1:27017/test -mongo = -cathmongo = +TOKEN = +MONGO = mongodb://127.0.0.1:27017/test +mongo = +cathmongo = api = http://api.cath.gq \ No newline at end of file diff --git a/.github/PRIVACY_POLICY.md b/.github/PRIVACY_POLICY.md @@ -1,5 +1,5 @@ -We know that users take their privacy seriously, so are us, therefore please read our **Privacy Policy** - -We only collect data that is necessary for the bot to function properly, such as the user's ID and server's ID. We do not collect any other data, such as messages, voice data, or any other data that is not necessary for the bot to function properly. All your data is collected legally and stored securely in our database. You can also request to delete the data but we will not be able to delete the data that is necessary for the bot to function properly. - -**We do not share or sell your personal data to any third party.** +We know that users take their privacy seriously, so are us, therefore please read our **Privacy Policy** + +We only collect data that is necessary for the bot to function properly, such as the user's ID and server's ID. We do not collect any other data, such as messages, voice data, or any other data that is not necessary for the bot to function properly. All your data is collected legally and stored securely in our database. You can also request to delete the data but we will not be able to delete the data that is necessary for the bot to function properly. + +**We do not share or sell your personal data to any third party.** diff --git a/.github/README.md b/.github/README.md @@ -1,124 +1,124 @@ -<h1 align="center"> NYX [Cath.exe] </h1> -<!-- header --> -<p align="center"> - <a href="https://rebrand.ly/cathSupport" target="_blank"><img alt="NYX_banner" src = "https://media.discordapp.net/attachments/896078559293104128/896091759157858394/nyx_banner_3d.png?width=1341&height=447"></a> - <br> - <a href="https://discord.com/oauth2/authorize?client_id=1071021943484055563&permissions=4231314550&scope=bot%20applications.commands" target="_blank"><img alt='Invite' src="https://img.shields.io/badge/-Invite-5865f2?logo=discord&logoColor=white&style=for-the-badge"></a> - <a href= "https://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank"><img alt='Licence CC BY-NC-SA 4.0' src ="https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-nc-sa.svg" width="82"> - <a href="https://trello.com/b/dIgR0QNm" target="_blank"><img alt='Trello' src="https://img.shields.io/badge/Trello-5865F2?style=for-the-badge&logo=trello&logoColor=white"></a> - <a href="https://github.com/night0721/cath"><img alt = 'NPM Package' src="https://img.shields.io/badge/npm-CB3837?style=for-the-badge&logo=npm&logoColor=white"> - <a href="https://thunder75.gitbook.io/cath-bot" target="_blank"><img src="https://img.shields.io/static/v1?label=Docs&message=available&color=5865F2&logo=gitbook&logoColor=white&style=for-the-badge&scale=1.4"></a> - <a href="https://ko-fi.com/I2I35XISJ" target="_blank"><img alt='Kofi' src="https://img.shields.io/static/v1?label=Support%20Us&message=KO.FI&color=ff5e5b&logo=kofi&logoColor=white&style=for-the-badge&scale=1.4"></a> <br> - <a href="https://nyx-bot.statuspage.io/"target="_blank"><img alt='StatusPage' src="https://img.shields.io/static/v1?&label=NYX&message=Online&color=00DA83&logo=statuspage&logoColor=white&style=for-the-badge&scale=1.4"></a> - <a href="https://nyx-bot.statuspage.io/" target="_blank"><img alt='StatusPage' src="https://img.shields.io/static/v1?&label=NYX%202&message=Online&color=00DA83&logo=statuspage&logoColor=white&style=for-the-badge&scale=1.4"></a> - <a href="https://nyx-bot.statuspage.io/" target="_blank"><img alt='StatusPage' src="https://img.shields.io/static/v1?&label=API&message=Online&color=00DA83&logo=statuspage&logoColor=white&style=for-the-badge&scale=1.4"></a> -</p> - -<p align = "center"> - <a href="https://rebrand.ly/cathSupport"><img src="https://discordapp.com/api/guilds/718762019586572341/widget.png?style=banner2" alt="Support Server" /></a> -</p> - -<!-- description --> - -**NYX** _(previously known as Cath)_ is a first and only **COD Mobile Statistics & Gunsmith** Bot which also doubles as a multipurpose discord bot with many features that include but are not limited to Moderation, Music and Economy. <br> -The Call of Duty Stats are courtesy of **Stats on Duty** & **Round Table**<br> -๐Ÿ”บ **Apex Legends Commands** will be added soon, the player stats command will be added after the global launch when the API supports it. -<br><br> -If you like this bot, feel free to :star: **Star** this repository.<br> - -> โš  The Verifed bot instance is current called Cath.exe, we are working on getting it changed -> <br> - -# Features - -> _This is a Non-Exhaustive list for commands. To access the full list of commands, check out our [Documentation](https://thunder75.gitbook.io/cath-bot/core/commands)._ - -<a href="https://thunder75.gitbook.io/cath-bot/core/commands" ><img src="https://img.shields.io/static/v1?label=List %20OF&message=Commands&color=5865F2&logo=gitbook&logoColor=white&style=for-the-badge&scale=1.4"></a> - -๐Ÿšจ **Moderation** - Classic commands like kick, ban, warn, role and many more. <br> -๐Ÿ“ˆ **Economy** - A Robust economy system, inspired by **pepe bot** <br> -โœจ **Fun Commands** - A massive collection of fun commands `(35+ commands)` <br> -๐ŸŽต **Music** - Classic Music Commands that can play from various sources. <br> -๐Ÿ›  **Utility** - A wide range of useful commands `(Around 20)` <br> -๐Ÿ•น **Games** - Many fun games to spend your time <br> -๐ŸŽฎ **Call of Duty** - Check the list of Call of Duty Mobile Commands - -## <img height="18px" src="../util/assets/images/cod_logo.svg"> **Call of Duty Mobile** - -- **Weapon Statistics** courtesy of **Round Table** & **Stats On Duty** -- **Currated Gunsmith Builds** by various content creators like Jokesta, dHitman, Path.exe, Stats On Duty and more comming soon. -- **Perks** detailed info about the perks. -- **Scorestreak** detailed info about scorestreak with preview videos. -- **Randomly Generated Class** Wanna try something challenging? try our Randomly Generated Gunsmith builds. - -> We also provide access to our database that includes In-depth Weapon statistics & Gunsmith Builds from various Content Creators, & other Call of duty related info, please [contact us](https://rebrand.ly/cathSupport) for more info. - -## <img height="16px" src="../util/assets/images/apex/apex-legends-logo-white.svg"> **Apex Legends Mobile** - -> โš  _Coming Soonโ„ข_ - -- **Player Stats** view your in-game stats. <!-- if they support mobile for the stats api --> -- **Legends** detailed info about legends & their abilities. -- **Guns** detailed info about guns. -- **Random Combos** Wanna try something challenging? try to win a game with a random selected legend & Gun combination -- _& many more, coming soon!_ - -## More Info - -[![Top language](https://img.shields.io/github/languages/top/night0721/cath.exe?labelColor=F7DF1E&color=555555&style=for-the-badge&scale=1.4)](https://github.com/night0721/cath.exe) -[![CodeFactor](https://www.codefactor.io/repository/github/night0721/cath.js/badge?s=57e6f566f73892f4303edbfeb2fe3ea0b849c876&style=for-the-badge)](https://www.codefactor.io/repository/github/night0721/cath.js) -<a href="https://thunder75.gitbook.io/cath-bot/deployment" target="_blank"><img src="https://img.shields.io/static/v1?label=Deployment&message=Guide&color=5865F2&logo=gitbook&logoColor=white&style=for-the-badge&scale=1.4"></a> - -A detailed Deployment guide can be found [here](https://thunder75.gitbook.io/cath-bot/deployment). - -<!-- <details> - <summary>Made With</summary> - - [![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black)](https://developer.mozilla.org/en-US/docs/Web/JavaScript) - [![node](https://img.shields.io/badge/Node.js-43853D?style=for-the-badge&logo=node.js&logoColor=white)](https://nodejs.org/en/) - [![npm](https://img.shields.io/badge/npm-CB3837?style=for-the-badge&logo=npm&logoColor=white)](https://www.npmjs.com/) - [![MongoDB](https://img.shields.io/badge/MongoDB-4EA94B?style=for-the-badge&logo=mongodb&logoColor=white)](https://mongodb.com/) - <img src ="https://forthebadge.com/images/badges/built-with-love.svg" width = "122"><br> -</details> - -<details> - <summary>Github Stats</summary> - - ![Lines of code](https://img.shields.io/tokei/lines/github/night0721/cath.exe?color=5865F2&logo=github&logoColor=ffffff&style=for-the-badge) - ![GitHub Discussions](https://img.shields.io/github/discussions/night0721/cath.exe?color=5865F2&logo=github&logoColor=ffffff&style=for-the-badge) - ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/night0721/cath.exe?color=5865F2&logo=github&logoColor=ffffff&style=for-the-badge) - [![Last commit](https://img.shields.io/github/last-commit/night0721/cath.exe?icon=discord&color=5865F2&style=for-the-badge&scale=1.4)](https://github.com/night0721/cath.exe) - <!-- [![Files](https://tokei.rs/b1/github/night0721/cath.exe?category=files&style=for-the-badge)](https://github.com/night0721/cath.exe) - -</details> --> - -<h1 align = "center"> Support, Feature Request & Bug Reports </h1> - -## <img src = "https://cdn.discordapp.com/emojis/867093614403256350.png?v=1" width = 18> Support & Feature Request - -Join the official [Support Server](https://rebrand.ly/cathSupport) on Discord & we will be happy to assist you. <br> -To Request new features contact us on Discord using the support server. - -## <img src = "https://cdn.discordapp.com/emojis/867093601962950666.png?v=1" width = "18"> Report Bugs - -You can report bugs or issues by opening a issue in this repository. Alternatevely you can also contact us on Discord using the support server. - -<p align = "center"> - <a href="https://rebrand.ly/cathSupport" target="_blank"><img src="https://discordapp.com/api/guilds/718762019586572341/widget.png?style=banner1"></a> -</p> - -<h1 align="center"> Contributors </h1> - -Contributions are always welcomed, but make sure to read [Contributing.md](/CONTRIBUTING.md) first. - -![Contributors](https://badges.pufler.dev/contributors/night0721/cath.exe?bots=false) - -<!-- ## Special Thanks to The Roound Table from Cygnoux Familia. - -<p align = "center"> - <a href="https://discord.gg/mjVwkCsWY7" target="_blank"><img src="https://discordapp.com/api/guilds/756525751594909797/widget.png?style=banner1"></a> -</p> --> - -โ € - -<!-- <img src="https://socialify.git.ci/night0721/cath.exe/image?description=1&descriptionEditable=A%20Discord.js%20v13%20Template%20based%20on%20cath.exe&font=Raleway&forks=1&issues=1&language=1&owner=1&pattern=Circuit%20Board&pulls=1&stargazers=1&theme=Dark"> --> +<h1 align="center"> NYX [Cath.exe] </h1> +<!-- header --> +<p align="center"> + <a href="https://rebrand.ly/cathSupport" target="_blank"><img alt="NYX_banner" src = "https://media.discordapp.net/attachments/896078559293104128/896091759157858394/nyx_banner_3d.png?width=1341&height=447"></a> + <br> + <a href="https://discord.com/oauth2/authorize?client_id=1071021943484055563&permissions=4231314550&scope=bot%20applications.commands" target="_blank"><img alt='Invite' src="https://img.shields.io/badge/-Invite-5865f2?logo=discord&logoColor=white&style=for-the-badge"></a> + <a href= "https://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank"><img alt='Licence CC BY-NC-SA 4.0' src ="https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-nc-sa.svg" width="82"> + <a href="https://trello.com/b/dIgR0QNm" target="_blank"><img alt='Trello' src="https://img.shields.io/badge/Trello-5865F2?style=for-the-badge&logo=trello&logoColor=white"></a> + <a href="https://github.com/night0721/cath"><img alt = 'NPM Package' src="https://img.shields.io/badge/npm-CB3837?style=for-the-badge&logo=npm&logoColor=white"> + <a href="https://thunder75.gitbook.io/cath-bot" target="_blank"><img src="https://img.shields.io/static/v1?label=Docs&message=available&color=5865F2&logo=gitbook&logoColor=white&style=for-the-badge&scale=1.4"></a> + <a href="https://ko-fi.com/I2I35XISJ" target="_blank"><img alt='Kofi' src="https://img.shields.io/static/v1?label=Support%20Us&message=KO.FI&color=ff5e5b&logo=kofi&logoColor=white&style=for-the-badge&scale=1.4"></a> <br> + <a href="https://nyx-bot.statuspage.io/"target="_blank"><img alt='StatusPage' src="https://img.shields.io/static/v1?&label=NYX&message=Online&color=00DA83&logo=statuspage&logoColor=white&style=for-the-badge&scale=1.4"></a> + <a href="https://nyx-bot.statuspage.io/" target="_blank"><img alt='StatusPage' src="https://img.shields.io/static/v1?&label=NYX%202&message=Online&color=00DA83&logo=statuspage&logoColor=white&style=for-the-badge&scale=1.4"></a> + <a href="https://nyx-bot.statuspage.io/" target="_blank"><img alt='StatusPage' src="https://img.shields.io/static/v1?&label=API&message=Online&color=00DA83&logo=statuspage&logoColor=white&style=for-the-badge&scale=1.4"></a> +</p> + +<p align = "center"> + <a href="https://rebrand.ly/cathSupport"><img src="https://discordapp.com/api/guilds/718762019586572341/widget.png?style=banner2" alt="Support Server" /></a> +</p> + +<!-- description --> + +**NYX** _(previously known as Cath)_ is a first and only **COD Mobile Statistics & Gunsmith** Bot which also doubles as a multipurpose discord bot with many features that include but are not limited to Moderation, Music and Economy. <br> +The Call of Duty Stats are courtesy of **Stats on Duty** & **Round Table**<br> +๐Ÿ”บ **Apex Legends Commands** will be added soon, the player stats command will be added after the global launch when the API supports it. +<br><br> +If you like this bot, feel free to :star: **Star** this repository.<br> + +> โš  The Verifed bot instance is current called Cath.exe, we are working on getting it changed +> <br> + +# Features + +> _This is a Non-Exhaustive list for commands. To access the full list of commands, check out our [Documentation](https://thunder75.gitbook.io/cath-bot/core/commands)._ + +<a href="https://thunder75.gitbook.io/cath-bot/core/commands" ><img src="https://img.shields.io/static/v1?label=List %20OF&message=Commands&color=5865F2&logo=gitbook&logoColor=white&style=for-the-badge&scale=1.4"></a> + +๐Ÿšจ **Moderation** - Classic commands like kick, ban, warn, role and many more. <br> +๐Ÿ“ˆ **Economy** - A Robust economy system, inspired by **pepe bot** <br> +โœจ **Fun Commands** - A massive collection of fun commands `(35+ commands)` <br> +๐ŸŽต **Music** - Classic Music Commands that can play from various sources. <br> +๐Ÿ›  **Utility** - A wide range of useful commands `(Around 20)` <br> +๐Ÿ•น **Games** - Many fun games to spend your time <br> +๐ŸŽฎ **Call of Duty** - Check the list of Call of Duty Mobile Commands + +## <img height="18px" src="../util/assets/images/cod_logo.svg"> **Call of Duty Mobile** + +- **Weapon Statistics** courtesy of **Round Table** & **Stats On Duty** +- **Currated Gunsmith Builds** by various content creators like Jokesta, dHitman, Path.exe, Stats On Duty and more comming soon. +- **Perks** detailed info about the perks. +- **Scorestreak** detailed info about scorestreak with preview videos. +- **Randomly Generated Class** Wanna try something challenging? try our Randomly Generated Gunsmith builds. + +> We also provide access to our database that includes In-depth Weapon statistics & Gunsmith Builds from various Content Creators, & other Call of duty related info, please [contact us](https://rebrand.ly/cathSupport) for more info. + +## <img height="16px" src="../util/assets/images/apex/apex-legends-logo-white.svg"> **Apex Legends Mobile** + +> โš  _Coming Soonโ„ข_ + +- **Player Stats** view your in-game stats. <!-- if they support mobile for the stats api --> +- **Legends** detailed info about legends & their abilities. +- **Guns** detailed info about guns. +- **Random Combos** Wanna try something challenging? try to win a game with a random selected legend & Gun combination +- _& many more, coming soon!_ + +## More Info + +[![Top language](https://img.shields.io/github/languages/top/night0721/cath.exe?labelColor=F7DF1E&color=555555&style=for-the-badge&scale=1.4)](https://github.com/night0721/cath.exe) +[![CodeFactor](https://www.codefactor.io/repository/github/night0721/cath.js/badge?s=57e6f566f73892f4303edbfeb2fe3ea0b849c876&style=for-the-badge)](https://www.codefactor.io/repository/github/night0721/cath.js) +<a href="https://thunder75.gitbook.io/cath-bot/deployment" target="_blank"><img src="https://img.shields.io/static/v1?label=Deployment&message=Guide&color=5865F2&logo=gitbook&logoColor=white&style=for-the-badge&scale=1.4"></a> + +A detailed Deployment guide can be found [here](https://thunder75.gitbook.io/cath-bot/deployment). + +<!-- <details> + <summary>Made With</summary> + + [![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black)](https://developer.mozilla.org/en-US/docs/Web/JavaScript) + [![node](https://img.shields.io/badge/Node.js-43853D?style=for-the-badge&logo=node.js&logoColor=white)](https://nodejs.org/en/) + [![npm](https://img.shields.io/badge/npm-CB3837?style=for-the-badge&logo=npm&logoColor=white)](https://www.npmjs.com/) + [![MongoDB](https://img.shields.io/badge/MongoDB-4EA94B?style=for-the-badge&logo=mongodb&logoColor=white)](https://mongodb.com/) + <img src ="https://forthebadge.com/images/badges/built-with-love.svg" width = "122"><br> +</details> + +<details> + <summary>Github Stats</summary> + + ![Lines of code](https://img.shields.io/tokei/lines/github/night0721/cath.exe?color=5865F2&logo=github&logoColor=ffffff&style=for-the-badge) + ![GitHub Discussions](https://img.shields.io/github/discussions/night0721/cath.exe?color=5865F2&logo=github&logoColor=ffffff&style=for-the-badge) + ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/night0721/cath.exe?color=5865F2&logo=github&logoColor=ffffff&style=for-the-badge) + [![Last commit](https://img.shields.io/github/last-commit/night0721/cath.exe?icon=discord&color=5865F2&style=for-the-badge&scale=1.4)](https://github.com/night0721/cath.exe) + <!-- [![Files](https://tokei.rs/b1/github/night0721/cath.exe?category=files&style=for-the-badge)](https://github.com/night0721/cath.exe) + +</details> --> + +<h1 align = "center"> Support, Feature Request & Bug Reports </h1> + +## <img src = "https://cdn.discordapp.com/emojis/867093614403256350.png?v=1" width = 18> Support & Feature Request + +Join the official [Support Server](https://rebrand.ly/cathSupport) on Discord & we will be happy to assist you. <br> +To Request new features contact us on Discord using the support server. + +## <img src = "https://cdn.discordapp.com/emojis/867093601962950666.png?v=1" width = "18"> Report Bugs + +You can report bugs or issues by opening a issue in this repository. Alternatevely you can also contact us on Discord using the support server. + +<p align = "center"> + <a href="https://rebrand.ly/cathSupport" target="_blank"><img src="https://discordapp.com/api/guilds/718762019586572341/widget.png?style=banner1"></a> +</p> + +<h1 align="center"> Contributors </h1> + +Contributions are always welcomed, but make sure to read [Contributing.md](/CONTRIBUTING.md) first. + +![Contributors](https://badges.pufler.dev/contributors/night0721/cath.exe?bots=false) + +<!-- ## Special Thanks to The Roound Table from Cygnoux Familia. + +<p align = "center"> + <a href="https://discord.gg/mjVwkCsWY7" target="_blank"><img src="https://discordapp.com/api/guilds/756525751594909797/widget.png?style=banner1"></a> +</p> --> + +โ € + +<!-- <img src="https://socialify.git.ci/night0721/cath.exe/image?description=1&descriptionEditable=A%20Discord.js%20v13%20Template%20based%20on%20cath.exe&font=Raleway&forks=1&issues=1&language=1&owner=1&pattern=Circuit%20Board&pulls=1&stargazers=1&theme=Dark"> --> diff --git a/.github/TOS.md b/.github/TOS.md @@ -1,5 +1,5 @@ -**Terms of Service** - -Please make sure you follow Discord's Terms of Service when using this bot. If you do not follow the ToS, you will be blacklisted and banned from using the bot. You could appeal to the action but it is not guaranteed that you will be unbanned. - -For privacy policy, please check out our privacy policy. +**Terms of Service** + +Please make sure you follow Discord's Terms of Service when using this bot. If you do not follow the ToS, you will be blacklisted and banned from using the bot. You could appeal to the action but it is not guaranteed that you will be unbanned. + +For privacy policy, please check out our privacy policy. diff --git a/.github/changelog.md b/.github/changelog.md @@ -1,75 +0,0 @@ -<h1 align="center">Changelog</h1> - -# Release v3.3.0 Name Change -We have changed the name of our bot from **Cath.exe** to **NYX**. We have not yet decided on changing the backend names that includes the api & package. - -## Added -- Added guns to be bought using internal currency. -- Added more items in the shops. -- Updated names of contributers in the bot info. - -## Changes / Modification -- Change the footers of embed as we transition from using the Statistics provided by **Project Lighthouse v2** into using Statistics provided by **Round table**. - -# Release v3.2.6 -## Added -- Tips -- Topics -## Fixes -- Added Bot avatar in the footer -- Added timestamps in embeds - - -# Release v3.2.0 -In this version we made the starboard to be globalized, means that you can configure the settings for the starboard per server. -## Added -- drop -- announce -- emojiadd - -snipe&editsnipe fix -To stay up-to-date with our progress, check out our discord server & the Trello page. - -# Release v3.0.0 -In this version we implement Discord.js v13, which introduces slash commands. -we have not implemented all of the commands yet, the moderation commands especially. -To stay up-to-date with our progress, check out our discord server & the Trello page. - -# Release v2.1.0 -New & Improved API for client and commands. -## Added - -- Superscript -- Doublestruck (Fonts/Symbols generator) -- rickroll (For rickroll) -- quote -- triggered -- rank (Image generator) -- Emojiadd command(It works normally with image and links) -- Emoji not showing normally on help and shop command -- Case insensitive prefix -- Now it can reply with c. and also C. -- Improved economy system - -# Release v2.0.1 -No Description - -## Added -- Docs -- Suggest -- Dependencies - -## Modified/Updates -- Moderation Commands - - Ban - - Pin -- Dependencies - -## Removed -- All the Server specific refrences - -# Release v2.0-BETA - Initial Commit - -# Release v1.0.0 -The bot was not open source & only Night worked on it. diff --git a/Dockerfile b/Dockerfile @@ -1,23 +1,23 @@ -FROM node:alpine - -# Create app directory -WORKDIR /usr/bot/nyx - -# Copy package.json and package-lock.json -COPY package*.json ./ - -# Install packages -RUN npm install - -# Copy the app code -COPY . . - -# Build the project -RUN npm run all - -# Expose ports -# EXPOSE 8080 - -# Run the application -CMD [ "node", "index.js" ] +FROM node:alpine + +# Create app directory +WORKDIR /usr/bot/nyx + +# Copy package.json and package-lock.json +COPY package*.json ./ + +# Install packages +RUN npm install + +# Copy the app code +COPY . . + +# Build the project +RUN npm run all + +# Expose ports +# EXPOSE 8080 + +# Run the application +CMD [ "node", "index.js" ] # not sure what to run index.js or bot.js \ No newline at end of file diff --git a/LICENSE b/LICENSE @@ -1,437 +1,437 @@ -Attribution-NonCommercial-ShareAlike 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-ShareAlike 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-ShareAlike 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. Adapter's License means the license You apply to Your Copyright - and Similar Rights in Your contributions to Adapted Material in - accordance with the terms and conditions of this Public License. - - c. BY-NC-SA Compatible License means a license listed at - creativecommons.org/compatiblelicenses, approved by Creative - Commons as essentially the equivalent of this Public License. - - d. 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. - - e. 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. - - f. 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. - - g. License Elements means the license attributes listed in the name - of a Creative Commons Public License. The License Elements of this - Public License are Attribution, NonCommercial, and ShareAlike. - - h. Licensed Material means the artistic or literary work, database, - or other material to which the Licensor applied this Public - License. - - i. 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. - - j. Licensor means the individual(s) or entity(ies) granting rights - under this Public License. - - k. 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. - - l. 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. - - m. 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. - - n. 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, reproduce, and 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. Additional offer from the Licensor -- Adapted Material. - Every recipient of Adapted Material from You - automatically receives an offer from the Licensor to - exercise the Licensed Rights in the Adapted Material - under the conditions of the Adapter's License You apply. - - c. 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 (including in modified - form), 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. - - 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. - - b. ShareAlike. - - In addition to the conditions in Section 3(a), if You Share - Adapted Material You produce, the following conditions also apply. - - 1. The Adapter's License You apply must be a Creative Commons - license with the same License Elements, this version or - later, or a BY-NC-SA Compatible License. - - 2. You must include the text of, or the URI or hyperlink to, the - Adapter's License You apply. You may satisfy this condition - in any reasonable manner based on the medium, means, and - context in which You Share Adapted Material. - - 3. You may not offer or impose any additional or different terms - or conditions on, or apply any Effective Technological - Measures to, Adapted Material that restrict exercise of the - rights granted under the Adapter's License You apply. - - -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; - - 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, - including for purposes of Section 3(b); 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. - +Attribution-NonCommercial-ShareAlike 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-ShareAlike 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-ShareAlike 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. Adapter's License means the license You apply to Your Copyright + and Similar Rights in Your contributions to Adapted Material in + accordance with the terms and conditions of this Public License. + + c. BY-NC-SA Compatible License means a license listed at + creativecommons.org/compatiblelicenses, approved by Creative + Commons as essentially the equivalent of this Public License. + + d. 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. + + e. 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. + + f. 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. + + g. License Elements means the license attributes listed in the name + of a Creative Commons Public License. The License Elements of this + Public License are Attribution, NonCommercial, and ShareAlike. + + h. Licensed Material means the artistic or literary work, database, + or other material to which the Licensor applied this Public + License. + + i. 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. + + j. Licensor means the individual(s) or entity(ies) granting rights + under this Public License. + + k. 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. + + l. 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. + + m. 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. + + n. 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, reproduce, and 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. Additional offer from the Licensor -- Adapted Material. + Every recipient of Adapted Material from You + automatically receives an offer from the Licensor to + exercise the Licensed Rights in the Adapted Material + under the conditions of the Adapter's License You apply. + + c. 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 (including in modified + form), 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. + + 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. + + b. ShareAlike. + + In addition to the conditions in Section 3(a), if You Share + Adapted Material You produce, the following conditions also apply. + + 1. The Adapter's License You apply must be a Creative Commons + license with the same License Elements, this version or + later, or a BY-NC-SA Compatible License. + + 2. You must include the text of, or the URI or hyperlink to, the + Adapter's License You apply. You may satisfy this condition + in any reasonable manner based on the medium, means, and + context in which You Share Adapted Material. + + 3. You may not offer or impose any additional or different terms + or conditions on, or apply any Effective Technological + Measures to, Adapted Material that restrict exercise of the + rights granted under the Adapter's License You apply. + + +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; + + 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, + including for purposes of Section 3(b); 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. \ No newline at end of file diff --git a/client/CODMClient.js b/client/CODMClient.js @@ -1,2 +1,2 @@ -const { CODMClient } = require("cath"); -module.exports = new CODMClient(process.env.CODM_API_KEY); +const { CODMClient } = require("cath"); +module.exports = new CODMClient(process.env.CODM_API_KEY); diff --git a/client/NYX.js b/client/NYX.js @@ -1,102 +1,102 @@ -const { - Client, - Collection, - EmbedBuilder, - GatewayIntentBits, - Partials, -} = require("discord.js"); -const config = require("../config"); -require("dotenv").config(); - -class NYX extends Client { - /** - * @param {Client.options} options - */ - constructor( - options = { - presence: { - activities: [ - { - name: `/help`, - type: 1, - url: "https://www.youtube.com/watch?v=YSKDu1gKntY", - }, - ], - }, - shards: "auto", - partials: [ - Partials.Message, - Partials.Channel, - Partials.Reaction, - Partials.GuildMember, - ], - intents: [ - GatewayIntentBits.Guilds, - // GatewayIntentBits.GuildMembers, - // GatewayIntentBits.MessageContent, - GatewayIntentBits.GuildMessages, - GatewayIntentBits.DirectMessageTyping, - GatewayIntentBits.DirectMessages, - ], - } - ) { - super(options); - this.slashCommands = new Collection(); - this.hide = new Collection(); - this.config = config; - this.data = require("../util/functions/mongoose"); - this.color = config.color; - this.author = "Team NYX"; - this.invite = "https://discord.gg/SbQHChmGcp"; - this.docs = "https://thunder75.gitbook.io/nyx/"; - this.web = config.URL; - this.owners = [ - "452076196419600394", // Night - "534027706325532694", // Cat drinking a cat - "381442059111759883", // Thunder - "556808365574193194", // chunchunmaru - "687622268037365774", // Tac Shadow - "309681798957498368", // Sideload - "707177879984668673", // Random rock - "757530324686340197", // Madhav - "804712098625486848", // hcs - "1078015817184182414", // gaba - "774390900411465769" // Alphaus - ]; - this.currency = "<:nyx_currency:918584872333893703>"; - this.xp = "<:nyx_xp:900309007472926720>"; - this.dev = "<:discord_bot_dev:840231906200387666>" - this.path = [ - "614423108388126731", // Camper on Duty - "767173194943168542", // Dark Bonker - "718762019586572341", // NYX Nation - "840225563193114624", // Command Test - ]; - } - - start() { - require("../util/dist/handler")(this); - this.login( - process.argv[2] == "--dev" ? process.env.DEV : process.env.TOKEN - ); - this.data - .connect(process.env.MONGO) - .then(() => console.log("Connected to MongoDB โœ…")) - .catch(e => console.log(e)); - } - err(interaction, error) { - const embed = new EmbedBuilder() - .setTitle("An Error Occured") - .setColor("Red") - .setDescription(`โŒ | ${error}`) - .setTimestamp() - .setFooter({ - text: `Made by ${this.author}`, - iconURL: this.user.displayAvatarURL({ dynamic: true }), - }); - interaction.channel.send({ embeds: [embed] }); - this.channels.cache.get(this.config.ErrorLog).send({ embeds: [embed] }); - } -} - -module.exports = NYX; +const { + Client, + Collection, + EmbedBuilder, + GatewayIntentBits, + Partials, +} = require("discord.js"); +const config = require("../config"); +require("dotenv").config(); + +class NYX extends Client { + /** + * @param {Client.options} options + */ + constructor( + options = { + presence: { + activities: [ + { + name: `/help`, + type: 1, + url: "https://www.youtube.com/watch?v=YSKDu1gKntY", + }, + ], + }, + shards: "auto", + partials: [ + Partials.Message, + Partials.Channel, + Partials.Reaction, + Partials.GuildMember, + ], + intents: [ + GatewayIntentBits.Guilds, + GatewayIntentBits.GuildMembers, + // GatewayIntentBits.MessageContent, + GatewayIntentBits.GuildMessages, + GatewayIntentBits.DirectMessageTyping, + GatewayIntentBits.DirectMessages, + ], + } + ) { + super(options); + this.slashCommands = new Collection(); + this.hide = new Collection(); + this.config = config; + this.data = require("../util/functions/mongoose"); + this.color = config.color; + this.author = "Team NYX"; + this.invite = "https://discord.gg/SbQHChmGcp"; + this.docs = "https://thunder75.gitbook.io/nyx/"; + this.web = config.URL; + this.owners = [ + "452076196419600394", // Night + "534027706325532694", // Cat drinking a cat + "381442059111759883", // Thunder + "556808365574193194", // chunchunmaru + "687622268037365774", // Tac Shadow + "309681798957498368", // Sideload + "707177879984668673", // Random rock + "757530324686340197", // Madhav + "804712098625486848", // hcs + "1078015817184182414", // gaba + "774390900411465769", // Alphaus + ]; + this.currency = "<:nyx_currency:918584872333893703>"; + this.xp = "<:nyx_xp:900309007472926720>"; + this.dev = "<:discord_bot_dev:840231906200387666>"; + this.path = [ + "614423108388126731", // Camper on Duty + "767173194943168542", // Dark Bonker + "718762019586572341", // NYX Nation + "840225563193114624", // Command Test + ]; + } + + start() { + require("../util/dist/handler")(this); + this.login( + process.argv[2] == "--dev" ? process.env.DEV : process.env.TOKEN + ); + this.data + .connect(process.env.MONGO) + .then(() => console.log("Connected to MongoDB โœ…")) + .catch(e => console.log(e)); + } + err(interaction, error) { + const embed = new EmbedBuilder() + .setTitle("An Error Occured") + .setColor("Red") + .setDescription(`โŒ | ${error}`) + .setTimestamp() + .setFooter({ + text: `Made by ${this.author}`, + iconURL: this.user.displayAvatarURL({ dynamic: true }), + }); + interaction.channel.send({ embeds: [embed] }); + this.channels.cache.get(this.config.ErrorLog).send({ embeds: [embed] }); + } +} + +module.exports = NYX; diff --git a/command/CODM/build.js b/command/CODM/build.js @@ -1,746 +1,746 @@ -const { Client, CommandInteraction, EmbedBuilder } = require("discord.js"); -const axios = require("axios"); -module.exports = { - name: "build", - description: "Get gunsmith builds", - usage: "[Weapon Name] [Author] [Tag]", - category: "CODM", - options: [ - { - type: 1, - name: "assault_rifle", - description: "Get a gunsmith build for a Assault Rifle", - options: [ - { - type: 3, - name: "name", - description: "Name of the Gun", - required: true, - choices: [ - { - name: "Type 25", - value: "A01", - }, - { - name: "M16", - value: "A02", - }, - { - name: "AK117", - value: "A03", - }, - { - name: "AK-47", - value: "A04", - }, - { - name: "ASM10", - value: "A05", - }, - { - name: "M4", - value: "A06", - }, - { - name: "BK57", - value: "A07", - }, - { - name: "LK24", - value: "A08", - }, - { - name: "ICR-1", - value: "A09", - }, - { - name: "Man-o-War", - value: "A10", - }, - { - name: "KN-44", - value: "A11", - }, - { - name: "HBRa3", - value: "A12", - }, - { - name: "HVK-30", - value: "A13", - }, - { - name: "DR-H", - value: "A14", - }, - { - name: "Peacekeeper MK2", - value: "A15", - }, - { - name: "FR .556", - value: "A16", - }, - { - name: "AS VAL", - value: "A17", - }, - { - name: "CR-56 AMAX", - value: "A18", - }, - { - name: "M13", - value: "A19", - }, - { - name: "Swordfish", - value: "A20", - }, - { - name: "Kilo 141", - value: "A21", - }, - ], - }, - { - type: 3, - name: "author", - description: "Select a Content Creator", - required: true, - choices: [ - { - name: "path.exe", - value: "path.exe", - }, - { - name: "Jokesta", - value: "Jokesta", - }, - // { - // name: "Stats On Duty", - // value: "Stats On Duty", - // }, - ], - }, - { - type: 3, - name: "tag", - description: "Playstyle/game mode of the build", - required: true, - choices: [ - { - name: "Aggressive", - value: "Aggressive", - }, - { - name: "Passive", - value: "Passive", - }, - { - name: "Search And Destroy", - value: "Search And Destroy", - }, - { - name: "Respawn", - value: "Respawn", - }, - ], - }, - ], - }, - { - type: 1, - name: "sub_machine_gun", - description: "Get a gunsmith build for a Sub Machine Gun", - options: [ - { - type: 3, - name: "name", - description: "Name of the Gun", - required: true, - choices: [ - { - name: "RUS-79U", - value: "D01", - }, - { - name: "Chicom", - value: "D02", - }, - { - name: "PDW-57", - value: "D03", - }, - { - name: "Razorback", - value: "D04", - }, - { - name: "MSMC", - value: "D05", - }, - { - name: "HG40", - value: "D06", - }, - { - name: "Pharo", - value: "D07", - }, - { - name: "GKS", - value: "D08", - }, - { - name: "Cordite", - value: "D09", - }, - { - name: "QQ9", - value: "D10", - }, - { - name: "Fennec", - value: "D11", - }, - { - name: "AGR 556", - value: "D12", - }, - { - name: "QXR", - value: "D13", - }, - { - name: "PP19 Bizon", - value: "D14", - }, - { - name: "MX9", - value: "D15", - }, - { - name: "CBR4", - value: "D16", - }, - { - name: "PPSh 41", - value: "D17", - }, - ], - }, - { - type: 3, - name: "author", - description: "Select a Content Creator", - required: true, - choices: [ - { - name: "path.exe", - value: "path.exe", - }, - { - name: "Jokesta", - value: "Jokesta", - }, - ], - }, - { - type: 3, - name: "tag", - description: "Playstyle/game mode of the build", - required: true, - choices: [ - { - name: "Aggressive", - value: "Aggressive", - }, - { - name: "Passive", - value: "Passive", - }, - { - name: "Search And Destroy", - value: "Search And Destroy", - }, - { - name: "Respawn", - value: "Respawn", - }, - ], - }, - ], - }, - { - type: 1, - name: "sniper_rifle", - description: "Get a gunsmith build for a Sniper Rifle", - options: [ - { - type: 3, - name: "name", - description: "Name of the Gun", - required: true, - choices: [ - // { - // name: "XPR-50", - // value: "B01", - // }, - { - name: "Arctic .50", - value: "B02", - }, - { - name: "M21 EBR", - value: "B03", - }, - { - name: "DL Q33", - value: "B04", - }, - { - name: "Locus", - value: "B05", - }, - // { - // name: "NA-45", - // value: "B06", - // }, - { - name: "Outlaw", - value: "B07", - }, - { - name: "Rytec AMR", - value: "B08", - }, - { - name: "SVD", - value: "B09", - }, - ], - }, - { - type: 3, - name: "author", - description: "Select a Content Creator", - required: true, - choices: [ - { - name: "path.exe", - value: "path.exe", - }, - ], - }, - { - type: 3, - name: "tag", - description: "Playstyle/game mode of the build", - required: true, - choices: [ - { - name: "Aggressive", - value: "Aggressive", - }, - { - name: "Passive", - value: "Passive", - }, - { - name: "Search And Destroy", - value: "Search And Destroy", - }, - { - name: "Respawn", - value: "Respawn", - }, - ], - }, - ], - }, - { - type: 1, - name: "light_machine_gun", - description: "Get a gunsmith build for a Light Machine Gun", - options: [ - { - type: 3, - name: "name", - description: "Name of the Gun", - required: true, - choices: [ - { - name: "S36", - value: "C01", - }, - { - name: "UL736", - value: "C02", - }, - { - name: "RPD", - value: "C03", - }, - { - name: "M4 LMG", - value: "C04", - }, - { - name: "Chopper", - value: "C05", - }, - { - name: "Holger 26", - value: "C06", - }, - { - name: "Hades", - value: "C07", - }, - { - name: "PKM", - value: "C08", - }, - ], - }, - { - type: 3, - name: "author", - description: "Select a Content Creator", - required: true, - choices: [ - { - name: "path.exe", - value: "path.exe", - }, - ], - }, - { - type: 3, - name: "tag", - description: "Playstyle/game mode of the build", - required: true, - choices: [ - { - name: "Aggressive", - value: "Aggressive", - }, - { - name: "Passive", - value: "Passive", - }, - { - name: "Search And Destroy", - value: "Search And Destroy", - }, - { - name: "Respawn", - value: "Respawn", - }, - ], - }, - ], - }, - { - type: 1, - name: "shotgun", - description: "Get a gunsmith build for a Shotgun", - options: [ - { - type: 3, - name: "name", - description: "Name of the Gun", - required: true, - choices: [ - { - name: "HS2126", - value: "E01", - }, - { - name: "BY15", - value: "E02", - }, - { - name: "HS0405", - value: "E03", - }, - { - name: "Striker", - value: "E04", - }, - { - name: "KRM 262", - value: "E05", - }, - { - name: "Echo", - value: "E06", - }, - { - name: "R9-0", - value: "E07", - }, - { - name: "JAK-12", - value: "E08", - }, - ], - }, - { - type: 3, - name: "author", - description: "Select a Content Creator", - required: true, - choices: [ - { - name: "path.exe", - value: "path.exe", - }, - { - name: "dHitman", - value: "dhitman", - }, - ], - }, - { - type: 3, - name: "tag", - description: "Playstyle/game mode of the build", - required: true, - choices: [ - { - name: "ADS", - value: "ADS", - }, - { - name: "Hipfire", - value: "Hipfire", - }, - ], - }, - ], - }, - { - type: 1, - name: "marksman_rifle", - description: "Get a gunsmith build for a Marksman Rifle", - options: [ - { - type: 3, - name: "name", - description: "Name of the Gun", - required: true, - choices: [ - { - name: "Kilo Bolt-Action", - value: "F01", - }, - { - name: "SKS", - value: "F02", - }, - { - name: "SP-R 208", - value: "F03", - }, - { - name: "MK2", - value: "F04", - }, - ], - }, - { - type: 3, - name: "author", - description: "Select a Content Creator", - required: true, - choices: [ - { - name: "path.exe", - value: "path.exe", - }, - { - name: "Stats On Duty", - value: "Stats On Duty", - }, - ], - }, - { - type: 3, - name: "tag", - description: "Playstyle/game mode of the build", - required: true, - choices: [ - { - name: "Aggressive", - value: "Aggressive", - }, - { - name: "Passive", - value: "Passive", - }, - { - name: "Respawn", - value: "Respawn", - }, - ], - }, - ], - }, - { - type: 1, - name: "pistol", - description: "Get a gunsmith build for a Pistol", - options: [ - { - type: 3, - name: "name", - description: "Name of the Gun", - required: true, - choices: [ - { - name: "J358", - value: "G01", - }, - { - name: "MW11", - value: "G02", - }, - { - name: ".50 GS", - value: "G03", - }, - { - name: "Renetti", - value: "G04", - }, - { - name: "Shorty", - value: "G05", - }, - { - name: "Crossbow", - value: "G06", - }, - ], - }, - { - type: 3, - name: "author", - description: "Select a Content Creator", - required: true, - choices: [ - { - name: "path.exe", - value: "path.exe", - }, - // { - // name: "Stats On Duty", - // value: "Stats On Duty", - // }, - ], - }, - { - type: 3, - name: "tag", - description: "Playstyle/game mode of the build", - required: true, - choices: [ - { - name: "Respawn", - value: "Respawn", - }, - ], - }, - ], - }, - ], - /** - * - * @param {Client} client - * @param {CommandInteraction} interaction - * @param {String[]} args - */ - run: async (client, interaction, args, utils) => { - const cwts = args[1]; - const cc = args[2]; - const tag = args[3]; - const data = await axios - .get( - `${process.env.api}/api/v1/codm/build?cwts=${cwts}&cc=${cc}&tag=${tag}`, - { - headers: { - Authorization: process.env.CODM_API_KEY, - }, - } - ) - .then(res => res.data) - .catch(e => null); - console.log(data); - if (!data?.cwts) { - const embed = new EmbedBuilder() - .setDescription( - `<:nyx_not_available:897378400031879188> We don't have a **${tag}** gunsmith build for the gun with **CWTS ๐Ÿ†” ${cwts}** by **${cc}**, Please try another tag or a differnt content creator` - ) - .setColor(client.color); - try { - interaction.followUp({ embeds: [embed] }); - } catch (e) { - interaction.editReply({ embeds: [embed] }); - } - } else { - const arr = []; - data.attachments.map((e, i) => { - return arr.push(`**${i + 1}:** ${e}`); - }); - const embed = new EmbedBuilder() - .setTitle(`${tag} build for ${data.weaponName} from ${data.author}`) - .setDescription( - `<:nyx_description:897379659665264650> **Description** \`\`\`\n${data.notes}\n \`\`\`` - ) - .setColor(16580400) - .setImage(data.imageUrl ? data.imageUrl : null) - .setFooter({ - text: `Builds Aggregated by ${client.author}`, - iconURL: client.user.displayAvatarURL({ dynamic: true }), - }) - .setTimestamp() - .addFields( - { - name: "<:nyx_author:897379080549314601> Author:", - value: `\`\`\`\n${data.author}\n\`\`\``, - inline: true, - }, - { - name: "<a:lastupdate:897381474330873887> Last Updated:", - value: `\`\`\`\n${utils.parseShortDate( - new Date(data.lastUpdate) - )}\n\`\`\``, - inline: true, - }, - { - name: ":id: CWTS:", - value: `\`\`\`\n${data.cwts}\n\`\`\``, - inline: true, - }, - { - name: ":paperclip: Attachments:", - value: arr.join("\n"), - }, - { - name: "<a:tags:897034924140404776> Tags", - value: data.tags.join(", "), - } - ) - .setURL(client.web); - try { - interaction.followUp({ - embeds: [embed], - }); - } catch (e) { - interaction.editReply({ embeds: [embed] }); - } - } - }, -}; +const { Client, CommandInteraction, EmbedBuilder } = require("discord.js"); +const axios = require("axios"); +module.exports = { + name: "build", + description: "Get gunsmith builds", + usage: "[Weapon Name] [Author] [Tag]", + category: "CODM", + options: [ + { + type: 1, + name: "assault_rifle", + description: "Get a gunsmith build for a Assault Rifle", + options: [ + { + type: 3, + name: "name", + description: "Name of the Gun", + required: true, + choices: [ + { + name: "Type 25", + value: "A01", + }, + { + name: "M16", + value: "A02", + }, + { + name: "AK117", + value: "A03", + }, + { + name: "AK-47", + value: "A04", + }, + { + name: "ASM10", + value: "A05", + }, + { + name: "M4", + value: "A06", + }, + { + name: "BK57", + value: "A07", + }, + { + name: "LK24", + value: "A08", + }, + { + name: "ICR-1", + value: "A09", + }, + { + name: "Man-o-War", + value: "A10", + }, + { + name: "KN-44", + value: "A11", + }, + { + name: "HBRa3", + value: "A12", + }, + { + name: "HVK-30", + value: "A13", + }, + { + name: "DR-H", + value: "A14", + }, + { + name: "Peacekeeper MK2", + value: "A15", + }, + { + name: "FR .556", + value: "A16", + }, + { + name: "AS VAL", + value: "A17", + }, + { + name: "CR-56 AMAX", + value: "A18", + }, + { + name: "M13", + value: "A19", + }, + { + name: "Swordfish", + value: "A20", + }, + { + name: "Kilo 141", + value: "A21", + }, + ], + }, + { + type: 3, + name: "author", + description: "Select a Content Creator", + required: true, + choices: [ + { + name: "path.exe", + value: "path.exe", + }, + { + name: "Jokesta", + value: "Jokesta", + }, + // { + // name: "Stats On Duty", + // value: "Stats On Duty", + // }, + ], + }, + { + type: 3, + name: "tag", + description: "Playstyle/game mode of the build", + required: true, + choices: [ + { + name: "Aggressive", + value: "Aggressive", + }, + { + name: "Passive", + value: "Passive", + }, + { + name: "Search And Destroy", + value: "Search And Destroy", + }, + { + name: "Respawn", + value: "Respawn", + }, + ], + }, + ], + }, + { + type: 1, + name: "sub_machine_gun", + description: "Get a gunsmith build for a Sub Machine Gun", + options: [ + { + type: 3, + name: "name", + description: "Name of the Gun", + required: true, + choices: [ + { + name: "RUS-79U", + value: "D01", + }, + { + name: "Chicom", + value: "D02", + }, + { + name: "PDW-57", + value: "D03", + }, + { + name: "Razorback", + value: "D04", + }, + { + name: "MSMC", + value: "D05", + }, + { + name: "HG40", + value: "D06", + }, + { + name: "Pharo", + value: "D07", + }, + { + name: "GKS", + value: "D08", + }, + { + name: "Cordite", + value: "D09", + }, + { + name: "QQ9", + value: "D10", + }, + { + name: "Fennec", + value: "D11", + }, + { + name: "AGR 556", + value: "D12", + }, + { + name: "QXR", + value: "D13", + }, + { + name: "PP19 Bizon", + value: "D14", + }, + { + name: "MX9", + value: "D15", + }, + { + name: "CBR4", + value: "D16", + }, + { + name: "PPSh 41", + value: "D17", + }, + ], + }, + { + type: 3, + name: "author", + description: "Select a Content Creator", + required: true, + choices: [ + { + name: "path.exe", + value: "path.exe", + }, + { + name: "Jokesta", + value: "Jokesta", + }, + ], + }, + { + type: 3, + name: "tag", + description: "Playstyle/game mode of the build", + required: true, + choices: [ + { + name: "Aggressive", + value: "Aggressive", + }, + { + name: "Passive", + value: "Passive", + }, + { + name: "Search And Destroy", + value: "Search And Destroy", + }, + { + name: "Respawn", + value: "Respawn", + }, + ], + }, + ], + }, + { + type: 1, + name: "sniper_rifle", + description: "Get a gunsmith build for a Sniper Rifle", + options: [ + { + type: 3, + name: "name", + description: "Name of the Gun", + required: true, + choices: [ + // { + // name: "XPR-50", + // value: "B01", + // }, + { + name: "Arctic .50", + value: "B02", + }, + { + name: "M21 EBR", + value: "B03", + }, + { + name: "DL Q33", + value: "B04", + }, + { + name: "Locus", + value: "B05", + }, + // { + // name: "NA-45", + // value: "B06", + // }, + { + name: "Outlaw", + value: "B07", + }, + { + name: "Rytec AMR", + value: "B08", + }, + { + name: "SVD", + value: "B09", + }, + ], + }, + { + type: 3, + name: "author", + description: "Select a Content Creator", + required: true, + choices: [ + { + name: "path.exe", + value: "path.exe", + }, + ], + }, + { + type: 3, + name: "tag", + description: "Playstyle/game mode of the build", + required: true, + choices: [ + { + name: "Aggressive", + value: "Aggressive", + }, + { + name: "Passive", + value: "Passive", + }, + { + name: "Search And Destroy", + value: "Search And Destroy", + }, + { + name: "Respawn", + value: "Respawn", + }, + ], + }, + ], + }, + { + type: 1, + name: "light_machine_gun", + description: "Get a gunsmith build for a Light Machine Gun", + options: [ + { + type: 3, + name: "name", + description: "Name of the Gun", + required: true, + choices: [ + { + name: "S36", + value: "C01", + }, + { + name: "UL736", + value: "C02", + }, + { + name: "RPD", + value: "C03", + }, + { + name: "M4 LMG", + value: "C04", + }, + { + name: "Chopper", + value: "C05", + }, + { + name: "Holger 26", + value: "C06", + }, + { + name: "Hades", + value: "C07", + }, + { + name: "PKM", + value: "C08", + }, + ], + }, + { + type: 3, + name: "author", + description: "Select a Content Creator", + required: true, + choices: [ + { + name: "path.exe", + value: "path.exe", + }, + ], + }, + { + type: 3, + name: "tag", + description: "Playstyle/game mode of the build", + required: true, + choices: [ + { + name: "Aggressive", + value: "Aggressive", + }, + { + name: "Passive", + value: "Passive", + }, + { + name: "Search And Destroy", + value: "Search And Destroy", + }, + { + name: "Respawn", + value: "Respawn", + }, + ], + }, + ], + }, + { + type: 1, + name: "shotgun", + description: "Get a gunsmith build for a Shotgun", + options: [ + { + type: 3, + name: "name", + description: "Name of the Gun", + required: true, + choices: [ + { + name: "HS2126", + value: "E01", + }, + { + name: "BY15", + value: "E02", + }, + { + name: "HS0405", + value: "E03", + }, + { + name: "Striker", + value: "E04", + }, + { + name: "KRM 262", + value: "E05", + }, + { + name: "Echo", + value: "E06", + }, + { + name: "R9-0", + value: "E07", + }, + { + name: "JAK-12", + value: "E08", + }, + ], + }, + { + type: 3, + name: "author", + description: "Select a Content Creator", + required: true, + choices: [ + { + name: "path.exe", + value: "path.exe", + }, + { + name: "dHitman", + value: "dhitman", + }, + ], + }, + { + type: 3, + name: "tag", + description: "Playstyle/game mode of the build", + required: true, + choices: [ + { + name: "ADS", + value: "ADS", + }, + { + name: "Hipfire", + value: "Hipfire", + }, + ], + }, + ], + }, + { + type: 1, + name: "marksman_rifle", + description: "Get a gunsmith build for a Marksman Rifle", + options: [ + { + type: 3, + name: "name", + description: "Name of the Gun", + required: true, + choices: [ + { + name: "Kilo Bolt-Action", + value: "F01", + }, + { + name: "SKS", + value: "F02", + }, + { + name: "SP-R 208", + value: "F03", + }, + { + name: "MK2", + value: "F04", + }, + ], + }, + { + type: 3, + name: "author", + description: "Select a Content Creator", + required: true, + choices: [ + { + name: "path.exe", + value: "path.exe", + }, + { + name: "Stats On Duty", + value: "Stats On Duty", + }, + ], + }, + { + type: 3, + name: "tag", + description: "Playstyle/game mode of the build", + required: true, + choices: [ + { + name: "Aggressive", + value: "Aggressive", + }, + { + name: "Passive", + value: "Passive", + }, + { + name: "Respawn", + value: "Respawn", + }, + ], + }, + ], + }, + { + type: 1, + name: "pistol", + description: "Get a gunsmith build for a Pistol", + options: [ + { + type: 3, + name: "name", + description: "Name of the Gun", + required: true, + choices: [ + { + name: "J358", + value: "G01", + }, + { + name: "MW11", + value: "G02", + }, + { + name: ".50 GS", + value: "G03", + }, + { + name: "Renetti", + value: "G04", + }, + { + name: "Shorty", + value: "G05", + }, + { + name: "Crossbow", + value: "G06", + }, + ], + }, + { + type: 3, + name: "author", + description: "Select a Content Creator", + required: true, + choices: [ + { + name: "path.exe", + value: "path.exe", + }, + // { + // name: "Stats On Duty", + // value: "Stats On Duty", + // }, + ], + }, + { + type: 3, + name: "tag", + description: "Playstyle/game mode of the build", + required: true, + choices: [ + { + name: "Respawn", + value: "Respawn", + }, + ], + }, + ], + }, + ], + /** + * + * @param {Client} client + * @param {CommandInteraction} interaction + * @param {String[]} args + */ + run: async (client, interaction, args, utils) => { + const cwts = args[1]; + const cc = args[2]; + const tag = args[3]; + const data = await axios + .get( + `${process.env.api}/api/v1/codm/build?cwts=${cwts}&cc=${cc}&tag=${tag}`, + { + headers: { + Authorization: process.env.CODM_API_KEY, + }, + } + ) + .then(res => res.data) + .catch(e => null); + console.log(data); + if (!data?.cwts) { + const embed = new EmbedBuilder() + .setDescription( + `<:nyx_not_available:897378400031879188> We don't have a **${tag}** gunsmith build for the gun with **CWTS ๐Ÿ†” ${cwts}** by **${cc}**, Please try another tag or a differnt content creator` + ) + .setColor(client.color); + try { + interaction.followUp({ embeds: [embed] }); + } catch (e) { + interaction.editReply({ embeds: [embed] }); + } + } else { + const arr = []; + data.attachments.map((e, i) => { + return arr.push(`**${i + 1}:** ${e}`); + }); + const embed = new EmbedBuilder() + .setTitle(`${tag} build for ${data.weaponName} from ${data.author}`) + .setDescription( + `<:nyx_description:897379659665264650> **Description** \`\`\`\n${data.notes}\n \`\`\`` + ) + .setColor(16580400) + .setImage(data.imageUrl ? data.imageUrl : null) + .setFooter({ + text: `Builds Aggregated by ${client.author}`, + iconURL: client.user.displayAvatarURL({ dynamic: true }), + }) + .setTimestamp() + .addFields( + { + name: "<:nyx_author:897379080549314601> Author:", + value: `\`\`\`\n${data.author}\n\`\`\``, + inline: true, + }, + { + name: "<a:lastupdate:897381474330873887> Last Updated:", + value: `\`\`\`\n${utils.parseShortDate( + new Date(data.lastUpdate) + )}\n\`\`\``, + inline: true, + }, + { + name: ":id: CWTS:", + value: `\`\`\`\n${data.cwts}\n\`\`\``, + inline: true, + }, + { + name: ":paperclip: Attachments:", + value: arr.join("\n"), + }, + { + name: "<a:tags:897034924140404776> Tags", + value: data.tags.join(", "), + } + ) + .setURL(client.web); + try { + interaction.followUp({ + embeds: [embed], + }); + } catch (e) { + interaction.editReply({ embeds: [embed] }); + } + } + }, +}; diff --git a/command/CODM/class.js b/command/CODM/class.js @@ -1,55 +1,55 @@ -const { EmbedBuilder } = require("discord.js"); -const model = require("../../models/weapons"); -const Attachments = require("../../util/Data/attachments.json"); -module.exports = { - name: "class", - description: "Generate random class in CODM", - category: "CODM", - run: async (client, interaction) => { - const data = async () => { - const d = await model.findOne({}); - const weapons = d.Primary[0][d.Categories.random()]; - return `${weapons.random()}`; - }; - const primary_weapon = await data(); - const primary = primary_weapon.replace(/[ -]/g, "_").replace(/\./g, ""); - const slots = shuffle(Object.keys(Attachments[primary][0])); - const slot_1 = slots.next().value, - slot_2 = slots.next().value, - slot_3 = slots.next().value, - slot_4 = slots.next().value, - slot_5 = slots.next().value; - const result = new EmbedBuilder() - .setColor(client.color) - .setTitle(`๐ŸŽฒ A Randomly Generated Class for ${primary_weapon} ๐ŸŽฒ`) - .setDescription( - `**Attachments**\n**${getAttachment( - primary, - slot_1 - )}**\n**${getAttachment(primary, slot_2)}**\n**${getAttachment( - primary, - slot_3 - )}**\n**${getAttachment(primary, slot_4)}**\n**${getAttachment( - primary, - slot_5 - )}**` - ) - .setURL(client.web) - .setFooter({ - text: `Made by ${client.author}`, - iconURL: client.user.displayAvatarURL({ dynamic: true }), - }) - .setTimestamp(); - interaction.followUp({ embeds: [result] }); - function* shuffle(array) { - let i = array.length; - while (i--) { - yield array.splice(Math.floor(Math.random() * (i + 1)), 1)[0]; - } - } - function getAttachment(gun, slot) { - const ca = Attachments[gun][0][slot]; - return ca.random(); - } - }, -}; +const { EmbedBuilder } = require("discord.js"); +const model = require("../../models/weapons"); +const Attachments = require("../../util/Data/attachments.json"); +module.exports = { + name: "class", + description: "Generate random class in CODM", + category: "CODM", + run: async (client, interaction) => { + const data = async () => { + const d = await model.findOne({}); + const weapons = d.Primary[0][d.Categories.random()]; + return `${weapons.random()}`; + }; + const primary_weapon = await data(); + const primary = primary_weapon.replace(/[ -]/g, "_").replace(/\./g, ""); + const slots = shuffle(Object.keys(Attachments[primary][0])); + const slot_1 = slots.next().value, + slot_2 = slots.next().value, + slot_3 = slots.next().value, + slot_4 = slots.next().value, + slot_5 = slots.next().value; + const result = new EmbedBuilder() + .setColor(client.color) + .setTitle(`๐ŸŽฒ A Randomly Generated Class for ${primary_weapon} ๐ŸŽฒ`) + .setDescription( + `**Attachments**\n**${getAttachment( + primary, + slot_1 + )}**\n**${getAttachment(primary, slot_2)}**\n**${getAttachment( + primary, + slot_3 + )}**\n**${getAttachment(primary, slot_4)}**\n**${getAttachment( + primary, + slot_5 + )}**` + ) + .setURL(client.web) + .setFooter({ + text: `Made by ${client.author}`, + iconURL: client.user.displayAvatarURL({ dynamic: true }), + }) + .setTimestamp(); + interaction.followUp({ embeds: [result] }); + function* shuffle(array) { + let i = array.length; + while (i--) { + yield array.splice(Math.floor(Math.random() * (i + 1)), 1)[0]; + } + } + function getAttachment(gun, slot) { + const ca = Attachments[gun][0][slot]; + return ca.random(); + } + }, +}; diff --git a/command/CODM/damage.js b/command/CODM/damage.js @@ -1,121 +1,121 @@ -const common = require("../../util/functions/common"); -let currGun = {}, - currStats = [], - currAttachments = {}, - currDRM = {}, - totalEffects = [], - interpretion = "", - hasError = false; -const errMsg = "*Generic placeholder error message*"; - -module.exports = { - name: "damage", - description: "Check gun damage", - usage: "(Gun)", - category: "CODM", - options: [ - { - type: 3, - name: "gun", - description: "Gun name", - required: true, - }, - ], - run: async (client, interaction, args) => { - const repEmb = dmg(args[0].replace("\n", " ")); - if (hasError) { - interaction.followUp({ embeds: [repEmb] }); - } else { - interaction.followUp({ embeds: [repEmb] }); - } - }, -}; - -function dmg(inpmsg) { - currGun = common.weaponIdentifier(inpmsg); - if (typeof currGun == "string") { - hasError = true; - return currGun; - } - currDRM = currGun.drm[0]; - currStats = currGun.stats; - currAttachments = common.attachmentsIdentifier(inpmsg, currGun); - if (typeof currAttachments == "string") { - hasError = true; - return currAttachments; - } - if (currAttachments.length) { - totalEffects = common.totaler(currAttachments); - currDRM = currGun.drm[totalEffects[37]]; - currDRM.range = currDRM.range.map( - x => (x * (totalEffects[13] + 100)) / 100 - ); - currStats = common.updateStatswithEffects(totalEffects, currStats); - } - const mn = [ - "Head", - "Neck", - "Upper Chest", - "Lower Chest", - "Shoulders", - "Upper Arms", - "Lower Arms", - "Stomach", - "Belly Button", - "Crotch", - "Thighs", - "Calf Muscles", - "Feet", - ], - m1 = currDRM.bodymultiplier, - m2 = [...new Set(m1)], // [1.2, 1, 0.9] - m3 = m1.map(x => m2.indexOf(x)), // [0, 1, 1, 1, 1, 1, 2, 2, 2] - m4 = m2 - .map(x => - m3 - .map((y, i) => { - if (x === m2[y]) { - return mn[i]; - } - }) - .filter(y => y) - ) - .map(x => - x.length === m1.length - ? ["All"] - : x.length === m1.length - 1 - ? ["Others"] - : x - ); - interpretion = currGun.gunname + common.interpretioner(currAttachments); - return { - title: "**" + interpretion + "**", - color: 4849497, - fields: m4.map((x, i) => { - return { - name: x.join(", ") + ":", - value: common.damageHandler( - currDRM.damage, - currDRM.range, - m2[i], - 100, - 60000 / currStats[5], - currStats[7], - currStats[6], - currStats[0] - ), - }; - }), - footer: { - text: "All the stats courtesy of Project Lighthouse", - icon_url: - "https://media.discordapp.net/attachments/735590814662656102/806960573753327657/cc.png?width=638&height=638", - }, - }; -} -// console.log(dmg("47 + mono")); -/* console.log(dmg("47")); -console.log(dmg("striker + choke")); -console.log(dmg("striker + choke")); -console.log(dmg("striker")); -common.makeError();*/ +const common = require("../../util/functions/common"); +let currGun = {}, + currStats = [], + currAttachments = {}, + currDRM = {}, + totalEffects = [], + interpretion = "", + hasError = false; +const errMsg = "*Generic placeholder error message*"; + +module.exports = { + name: "damage", + description: "Check gun damage", + usage: "(Gun)", + category: "CODM", + options: [ + { + type: 3, + name: "gun", + description: "Gun name", + required: true, + }, + ], + run: async (client, interaction, args) => { + const repEmb = dmg(args[0].replace("\n", " ")); + if (hasError) { + interaction.followUp({ embeds: [repEmb] }); + } else { + interaction.followUp({ embeds: [repEmb] }); + } + }, +}; + +function dmg(inpmsg) { + currGun = common.weaponIdentifier(inpmsg); + if (typeof currGun == "string") { + hasError = true; + return currGun; + } + currDRM = currGun.drm[0]; + currStats = currGun.stats; + currAttachments = common.attachmentsIdentifier(inpmsg, currGun); + if (typeof currAttachments == "string") { + hasError = true; + return currAttachments; + } + if (currAttachments.length) { + totalEffects = common.totaler(currAttachments); + currDRM = currGun.drm[totalEffects[37]]; + currDRM.range = currDRM.range.map( + x => (x * (totalEffects[13] + 100)) / 100 + ); + currStats = common.updateStatswithEffects(totalEffects, currStats); + } + const mn = [ + "Head", + "Neck", + "Upper Chest", + "Lower Chest", + "Shoulders", + "Upper Arms", + "Lower Arms", + "Stomach", + "Belly Button", + "Crotch", + "Thighs", + "Calf Muscles", + "Feet", + ], + m1 = currDRM.bodymultiplier, + m2 = [...new Set(m1)], // [1.2, 1, 0.9] + m3 = m1.map(x => m2.indexOf(x)), // [0, 1, 1, 1, 1, 1, 2, 2, 2] + m4 = m2 + .map(x => + m3 + .map((y, i) => { + if (x === m2[y]) { + return mn[i]; + } + }) + .filter(y => y) + ) + .map(x => + x.length === m1.length + ? ["All"] + : x.length === m1.length - 1 + ? ["Others"] + : x + ); + interpretion = currGun.gunname + common.interpretioner(currAttachments); + return { + title: "**" + interpretion + "**", + color: 4849497, + fields: m4.map((x, i) => { + return { + name: x.join(", ") + ":", + value: common.damageHandler( + currDRM.damage, + currDRM.range, + m2[i], + 100, + 60000 / currStats[5], + currStats[7], + currStats[6], + currStats[0] + ), + }; + }), + footer: { + text: "All the stats courtesy of Project Lighthouse", + icon_url: + "https://media.discordapp.net/attachments/735590814662656102/806960573753327657/cc.png?width=638&height=638", + }, + }; +} +// console.log(dmg("47 + mono")); +/* console.log(dmg("47")); +console.log(dmg("striker + choke")); +console.log(dmg("striker + choke")); +console.log(dmg("striker")); +common.makeError();*/ diff --git a/command/CODM/effects.js b/command/CODM/effects.js @@ -1,166 +1,166 @@ -const common = require("../../util/functions/common"); -const data = require("../../util/Data/data.json"); - -let currGun, currAttachments, interpretion, hasError; -const errMsg = "*Generic placeholder error message*"; - -module.exports = { - name: "effects", - description: "Check gun effects", - usage: "(Gun)", - category: "CODM", - options: [ - { - type: 7, - name: "gun", - description: "Gun name", - required: true, - }, - ], - run: async (client, interaction, args) => { - const repEmb = attachments(args[0].replace("\n", " ")); - if (hasError) { - interaction.followUp({ embeds: [repEmb] }); - } else { - interaction.followUp({ embeds: [repEmb] }); - } - }, -}; - -function attachments(inpmsg) { - const out = "", - at = data.attachmentTypes.map(x => (x.slice(-1) === "s" ? x : x + "s")); - if (inpmsg.includes("+") && inpmsg.includes(":")) { - hasError = true; - return "Bro, can u liek, not do that?"; - } - if (inpmsg.includes(":")) { - const inpAll = inpmsg - .split(":") - .map(x => x.trim()) - .filter(x => x), - inpType = inpAll.length === 2 ? inpAll[1] : null; - if (!inpType) { - hasError = true; - return inpAll.length < 2 - ? "Empty " + (inpAll[0] ? "" : "weapon name and ") + "attachment type" - : "Multiple `:`s detected"; - } - currGun = common.weaponIdentifier(inpAll[0]); - if (typeof currGun == "string") { - hasError = true; - return currGun; - } - let currAttachmentsType = at.filter(x => simplify(x) == simplify(inpType)); - currAttachmentsType = currAttachmentsType.length - ? currAttachmentsType - : at.filter( - x => simplify(x.substring(0, x.length - 1)) == simplify(inpType) - ); - currAttachmentsType = currAttachmentsType.length - ? currAttachmentsType - : at.filter(x => simplify(x).includes(simplify(inpType))); - if (currAttachmentsType.length === 0) { - hasError = true; - return "Couldn't identify `" + inpType + "`"; - } else if (currAttachmentsType.length === 1) { - currAttachmentsType = at.indexOf(currAttachmentsType[0]); - } else { - hasError = true; - return ( - "Did you mean `" + - currAttachmentsType.reduce((out, x, i) => - [out, x].join( - i === currAttachmentsType.length - 1 ? "` or `" : "`, `" - ) - ) + - "`" - ); - } - return { - title: currGun.gunname, - color: 11348938, - fields: [ - { - name: - "**" + - currGun.gunname + - "** has the following " + - at[currAttachmentsType], - value: - "```\n" + - currGun.aments - .filter(x => x.type - 1 === currAttachmentsType) - .map(x => x.name) - .join("\n") + - "```", - }, - ], - footer: { - text: "All the stats courtesy of Project Lighthouse", - icon_url: - "https://media.discordapp.net/attachments/735590814662656102/806960573753327657/cc.png?width=638&height=638", - }, - }; - function simplify(v) { - return v.toLowerCase().replace(/[^0-9a-z]/g, ""); - } - } - currGun = common.weaponIdentifier(inpmsg); - if (typeof currGun == "string") { - hasError = true; - return currGun; - } - hasAttachments = common.hasAttachments(inpmsg); - currAttachments = []; - if (hasAttachments) { - currAttachments = common.attachmentsIdentifier(inpmsg, currGun); - if (typeof currAttachments == "string") { - hasError = true; - return currAttachments; - } - return { - title: currGun.gunname + common.interpretioner(currAttachments), - color: 11348938, - fields: common.attachmentHandler( - common.totaler(currAttachments), - currGun.stats - ), - footer: { - text: "All the stats courtesy of Project Lighthouse", - icon_url: - "https://media.discordapp.net/attachments/735590814662656102/806960573753327657/cc.png?width=638&height=638", - }, - }; - } else { - const availableAttachmentTypes = [ - ...new Set(currGun.aments.map(x => x.type)), - ]; - return { - title: currGun.gunname, - color: 11348938, - fields: [ - { - name: - "**" + currGun.gunname + "** has the following attachment types:", - value: - "```\n" + - availableAttachmentTypes.map(x => at[x - 1]).join(",\n") + - "```", - }, - ], - footer: { - text: "All the stats courtesy of Project Lighthouse", - icon_url: - "https://media.discordapp.net/attachments/735590814662656102/806960573753327657/cc.png?width=638&height=638", - }, - }; - } -} -// console.log(attachments("Peacekeeper:muzzle")); //common.makeError(); -/* console.log(attachments(":")); //common.makeError(); -console.log(attachments("47:optics")); //common.makeError(); -console.log(attachments("47")); //common.makeError(); -console.log(attachments("47 + ")); //common.makeError(); -console.log(attachments("47 + :")); //common.makeError(); -console.log(attachments("47 + red dot")); common.makeError();*/ +const common = require("../../util/functions/common"); +const data = require("../../util/Data/data.json"); + +let currGun, currAttachments, interpretion, hasError; +const errMsg = "*Generic placeholder error message*"; + +module.exports = { + name: "effects", + description: "Check gun effects", + usage: "(Gun)", + category: "CODM", + options: [ + { + type: 7, + name: "gun", + description: "Gun name", + required: true, + }, + ], + run: async (client, interaction, args) => { + const repEmb = attachments(args[0].replace("\n", " ")); + if (hasError) { + interaction.followUp({ embeds: [repEmb] }); + } else { + interaction.followUp({ embeds: [repEmb] }); + } + }, +}; + +function attachments(inpmsg) { + const out = "", + at = data.attachmentTypes.map(x => (x.slice(-1) === "s" ? x : x + "s")); + if (inpmsg.includes("+") && inpmsg.includes(":")) { + hasError = true; + return "Bro, can u liek, not do that?"; + } + if (inpmsg.includes(":")) { + const inpAll = inpmsg + .split(":") + .map(x => x.trim()) + .filter(x => x), + inpType = inpAll.length === 2 ? inpAll[1] : null; + if (!inpType) { + hasError = true; + return inpAll.length < 2 + ? "Empty " + (inpAll[0] ? "" : "weapon name and ") + "attachment type" + : "Multiple `:`s detected"; + } + currGun = common.weaponIdentifier(inpAll[0]); + if (typeof currGun == "string") { + hasError = true; + return currGun; + } + let currAttachmentsType = at.filter(x => simplify(x) == simplify(inpType)); + currAttachmentsType = currAttachmentsType.length + ? currAttachmentsType + : at.filter( + x => simplify(x.substring(0, x.length - 1)) == simplify(inpType) + ); + currAttachmentsType = currAttachmentsType.length + ? currAttachmentsType + : at.filter(x => simplify(x).includes(simplify(inpType))); + if (currAttachmentsType.length === 0) { + hasError = true; + return "Couldn't identify `" + inpType + "`"; + } else if (currAttachmentsType.length === 1) { + currAttachmentsType = at.indexOf(currAttachmentsType[0]); + } else { + hasError = true; + return ( + "Did you mean `" + + currAttachmentsType.reduce((out, x, i) => + [out, x].join( + i === currAttachmentsType.length - 1 ? "` or `" : "`, `" + ) + ) + + "`" + ); + } + return { + title: currGun.gunname, + color: 11348938, + fields: [ + { + name: + "**" + + currGun.gunname + + "** has the following " + + at[currAttachmentsType], + value: + "```\n" + + currGun.aments + .filter(x => x.type - 1 === currAttachmentsType) + .map(x => x.name) + .join("\n") + + "```", + }, + ], + footer: { + text: "All the stats courtesy of Project Lighthouse", + icon_url: + "https://media.discordapp.net/attachments/735590814662656102/806960573753327657/cc.png?width=638&height=638", + }, + }; + function simplify(v) { + return v.toLowerCase().replace(/[^0-9a-z]/g, ""); + } + } + currGun = common.weaponIdentifier(inpmsg); + if (typeof currGun == "string") { + hasError = true; + return currGun; + } + hasAttachments = common.hasAttachments(inpmsg); + currAttachments = []; + if (hasAttachments) { + currAttachments = common.attachmentsIdentifier(inpmsg, currGun); + if (typeof currAttachments == "string") { + hasError = true; + return currAttachments; + } + return { + title: currGun.gunname + common.interpretioner(currAttachments), + color: 11348938, + fields: common.attachmentHandler( + common.totaler(currAttachments), + currGun.stats + ), + footer: { + text: "All the stats courtesy of Project Lighthouse", + icon_url: + "https://media.discordapp.net/attachments/735590814662656102/806960573753327657/cc.png?width=638&height=638", + }, + }; + } else { + const availableAttachmentTypes = [ + ...new Set(currGun.aments.map(x => x.type)), + ]; + return { + title: currGun.gunname, + color: 11348938, + fields: [ + { + name: + "**" + currGun.gunname + "** has the following attachment types:", + value: + "```\n" + + availableAttachmentTypes.map(x => at[x - 1]).join(",\n") + + "```", + }, + ], + footer: { + text: "All the stats courtesy of Project Lighthouse", + icon_url: + "https://media.discordapp.net/attachments/735590814662656102/806960573753327657/cc.png?width=638&height=638", + }, + }; + } +} +// console.log(attachments("Peacekeeper:muzzle")); //common.makeError(); +/* console.log(attachments(":")); //common.makeError(); +console.log(attachments("47:optics")); //common.makeError(); +console.log(attachments("47")); //common.makeError(); +console.log(attachments("47 + ")); //common.makeError(); +console.log(attachments("47 + :")); //common.makeError(); +console.log(attachments("47 + red dot")); common.makeError();*/ diff --git a/command/CODM/loadout.js b/command/CODM/loadout.js @@ -1,74 +1,74 @@ -const { EmbedBuilder } = require("discord.js"); //@night0721 You need to make this -const items = require("../../util/Data/loadout.json"); -module.exports = { - name: "loadout", - description: "Generate A Random Loadout", - category: "CODM", - run: async (client, interaction) => { - const secondary = - items.secondary[Math.floor(Math.random() * items.secondary.length)]; - const red = items.perk_1[Math.floor(Math.random() * items.perk_1.length)]; - const green = items.perk_2[Math.floor(Math.random() * items.perk_2.length)]; - const blue = items.perk_3[Math.floor(Math.random() * items.perk_3.length)]; - const operator = - items.operator_skill[ - Math.floor(Math.random() * items.operator_skill.length) - ]; - const slots = shuffle(items.scorestreak); - const slot_1 = slots.next().value, - slot_2 = slots.next().value, - slot_3 = slots.next().value; - const result = new EmbedBuilder() - .setColor(client.color) - .setFooter({ - text: `Made by ${client.author}`, - iconURL: client.user.displayAvatarURL({ dynamic: true }), - }) - .setURL(client.web) - .setTitle(`๐ŸŽฒ A Randomly Generated Loadout ๐ŸŽฒ`) - .setDescription( - `This loadout is a randomly generated, Also try, \`\`\`/class\`\`\` to get a randomally generated primary weapon gunsmith build` - ) - .addFields( - { - name: "Secondary Weapon", - value: secondary, - inline: true, - }, - { - name: "Operator Skill", - value: operator, - inline: true, - }, - { - name: "Scorestreak", - value: `${slot_1}\n${slot_2}\n${slot_3}`, - inline: true, - }, - { - name: "Red Perk", - value: red, - inline: true, - }, - { - name: "Green Perk", - value: green, - inline: true, - }, - { - name: "Blue Perk", - value: blue, - inline: true, - } - ) - .setTimestamp(); - interaction.followUp({ embeds: [result] }); - - function* shuffle(array) { - let i = array.length; - while (i--) { - yield array.splice(Math.floor(Math.random() * (i + 1)), 1)[0]; - } - } - }, -}; +const { EmbedBuilder } = require("discord.js"); //@night0721 You need to make this +const items = require("../../util/Data/loadout.json"); +module.exports = { + name: "loadout", + description: "Generate A Random Loadout", + category: "CODM", + run: async (client, interaction) => { + const secondary = + items.secondary[Math.floor(Math.random() * items.secondary.length)]; + const red = items.perk_1[Math.floor(Math.random() * items.perk_1.length)]; + const green = items.perk_2[Math.floor(Math.random() * items.perk_2.length)]; + const blue = items.perk_3[Math.floor(Math.random() * items.perk_3.length)]; + const operator = + items.operator_skill[ + Math.floor(Math.random() * items.operator_skill.length) + ]; + const slots = shuffle(items.scorestreak); + const slot_1 = slots.next().value, + slot_2 = slots.next().value, + slot_3 = slots.next().value; + const result = new EmbedBuilder() + .setColor(client.color) + .setFooter({ + text: `Made by ${client.author}`, + iconURL: client.user.displayAvatarURL({ dynamic: true }), + }) + .setURL(client.web) + .setTitle(`๐ŸŽฒ A Randomly Generated Loadout ๐ŸŽฒ`) + .setDescription( + `This loadout is a randomly generated, Also try, \`\`\`/class\`\`\` to get a randomally generated primary weapon gunsmith build` + ) + .addFields( + { + name: "Secondary Weapon", + value: secondary, + inline: true, + }, + { + name: "Operator Skill", + value: operator, + inline: true, + }, + { + name: "Scorestreak", + value: `${slot_1}\n${slot_2}\n${slot_3}`, + inline: true, + }, + { + name: "Red Perk", + value: red, + inline: true, + }, + { + name: "Green Perk", + value: green, + inline: true, + }, + { + name: "Blue Perk", + value: blue, + inline: true, + } + ) + .setTimestamp(); + interaction.followUp({ embeds: [result] }); + + function* shuffle(array) { + let i = array.length; + while (i--) { + yield array.splice(Math.floor(Math.random() * (i + 1)), 1)[0]; + } + } + }, +}; diff --git a/command/CODM/perk.js b/command/CODM/perk.js @@ -1,198 +1,198 @@ -const { EmbedBuilder } = require("discord.js"); -const c = require("../../client/CODMClient"); -module.exports = { - name: "perk", - description: "Get perk stats", - - usage: "{Perk}", - category: "CODM", - options: [ - { - type: 1, - name: "red", - description: "Red Perk", - options: [ - { - type: 3, - name: "perk", - description: "Perk", - required: true, - choices: [ - { - name: "Fast Recover", - value: "fastrecover", - }, - { - name: "Persistence", - value: "persistence", - }, - { - name: "Flak Jacket", - value: "flakjacket", - }, - { - name: "Skulker", - value: "skulker", - }, - { - name: "Agile", - value: "agile", - }, - { - name: "Lightweight", - value: "lightweight", - }, - { - name: "Restock", - value: "restock", - }, - { - name: "Tactician", - value: "tactician", - }, - { - name: "Overclock", - value: "overclock", - }, - { - name: "Martydom", - value: "martydom", - }, - { - name: "Iron Lungs", - value: "ironlungs", - }, - ], - }, - ], - }, - { - type: 1, - name: "green", - description: "Green Perk", - options: [ - { - type: 3, - name: "perk", - description: "Perk", - required: true, - choices: [ - { - name: "Vulture", - value: "vulture", - }, - { - name: "Toughness", - value: "toughness", - }, - { - name: "Tracker", - value: "tracker", - }, - { - name: "Ghost", - value: "ghost", - }, - { - name: "Cold Blooded", - value: "coldblooded", - }, - { - name: "Hardwired", - value: "hardwired", - }, - { - name: "Quick Fix", - value: "quickfix", - }, - { - name: "Amped", - value: "amped", - }, - { - name: "Recon", - value: "recon", - }, - { - name: "Gung Ho", - value: "gungho", - }, - ], - }, - ], - }, - { - type: 1, - name: "blue", - description: "Blue Perk", - options: [ - { - type: 3, - name: "perk", - description: "Perk", - required: true, - choices: [ - { - name: "Hardline", - value: "hardline", - }, - { - name: "Demo Expert", - value: "demoexpert", - }, - { - name: "Tactical Mask", - value: "tacticalmask", - }, - { - name: "Alert", - value: "alert", - }, - { - name: "Engineer", - value: "engineer", - }, - { - name: "Dead Silence", - value: "deadsilence", - }, - { - name: "Shrapnel", - value: "shrapnel", - }, - { - name: "High Alert", - value: "highalert", - }, - { - name: "Launcher Plus", - value: "launcherplus", - }, - ], - }, - ], - }, - ], - run: async (client, interaction, args) => { - const val = args[1]; - const d = await c.getperk(val); - const embed = new EmbedBuilder() - .setColor( - d.type == "green" - ? "09654a" - : d.type == "red" - ? "8a0a0a" - : d.type == "blue" - ? "1047a4" - : client.color - ) - .setFooter({ - text: `Made by ${client.author}`, - iconURL: client.user.displayAvatarURL({ dynamic: true }), - }) - .setTimestamp() - .setTitle(d.perk) - .addFields({ name: "Effects", value: d.effects }); - interaction.followUp({ embeds: [embed] }); - }, -}; +const { EmbedBuilder } = require("discord.js"); +const c = require("../../client/CODMClient"); +module.exports = { + name: "perk", + description: "Get perk stats", + + usage: "{Perk}", + category: "CODM", + options: [ + { + type: 1, + name: "red", + description: "Red Perk", + options: [ + { + type: 3, + name: "perk", + description: "Perk", + required: true, + choices: [ + { + name: "Fast Recover", + value: "fastrecover", + }, + { + name: "Persistence", + value: "persistence", + }, + { + name: "Flak Jacket", + value: "flakjacket", + }, + { + name: "Skulker", + value: "skulker", + }, + { + name: "Agile", + value: "agile", + }, + { + name: "Lightweight", + value: "lightweight", + }, + { + name: "Restock", + value: "restock", + }, + { + name: "Tactician", + value: "tactician", + }, + { + name: "Overclock", + value: "overclock", + }, + { + name: "Martydom", + value: "martydom", + }, + { + name: "Iron Lungs", + value: "ironlungs", + }, + ], + }, + ], + }, + { + type: 1, + name: "green", + description: "Green Perk", + options: [ + { + type: 3, + name: "perk", + description: "Perk", + required: true, + choices: [ + { + name: "Vulture", + value: "vulture", + }, + { + name: "Toughness", + value: "toughness", + }, + { + name: "Tracker", + value: "tracker", + }, + { + name: "Ghost", + value: "ghost", + }, + { + name: "Cold Blooded", + value: "coldblooded", + }, + { + name: "Hardwired", + value: "hardwired", + }, + { + name: "Quick Fix", + value: "quickfix", + }, + { + name: "Amped", + value: "amped", + }, + { + name: "Recon", + value: "recon", + }, + { + name: "Gung Ho", + value: "gungho", + }, + ], + }, + ], + }, + { + type: 1, + name: "blue", + description: "Blue Perk", + options: [ + { + type: 3, + name: "perk", + description: "Perk", + required: true, + choices: [ + { + name: "Hardline", + value: "hardline", + }, + { + name: "Demo Expert", + value: "demoexpert", + }, + { + name: "Tactical Mask", + value: "tacticalmask", + }, + { + name: "Alert", + value: "alert", + }, + { + name: "Engineer", + value: "engineer", + }, + { + name: "Dead Silence", + value: "deadsilence", + }, + { + name: "Shrapnel", + value: "shrapnel", + }, + { + name: "High Alert", + value: "highalert", + }, + { + name: "Launcher Plus", + value: "launcherplus", + }, + ], + }, + ], + }, + ], + run: async (client, interaction, args) => { + const val = args[1]; + const d = await c.getperk(val); + const embed = new EmbedBuilder() + .setColor( + d.type == "green" + ? "09654a" + : d.type == "red" + ? "8a0a0a" + : d.type == "blue" + ? "1047a4" + : client.color + ) + .setFooter({ + text: `Made by ${client.author}`, + iconURL: client.user.displayAvatarURL({ dynamic: true }), + }) + .setTimestamp() + .setTitle(d.perk) + .addFields({ name: "Effects", value: d.effects }); + interaction.followUp({ embeds: [embed] }); + }, +}; diff --git a/command/CODM/scorestreak.js b/command/CODM/scorestreak.js @@ -1,169 +1,169 @@ -const { EmbedBuilder } = require("discord.js"); -const c = require("../../client/CODMClient"); -module.exports = { - name: "scorestreak", - description: "Get Scorestreak stats", - usage: "{Scorestreak}", - category: "CODM", - options: [ - { - type: 1, - name: "lethal", - description: "Lethal Scorestreak", - options: [ - { - type: 3, - name: "scorestreak", - description: "Select a lethal scorestreak", - required: true, - choices: [ - { - name: "Shield Turret", - value: "shieldturret", - }, - { - name: "Hunter Killer Drone", - value: "hunterkillerdrone", - }, - { - name: "MQ-27 Dragonfire", - value: "mq27dragonfire", - }, - { - name: "Predator Missile", - value: "predatormissile", - }, - { - name: "Hawk X3", - value: "hawkx3", - }, - { - name: "Sentry Gun", - value: "sentrygun", - }, - { - name: "Lightning Strike", - value: "lightningstrike", - }, - { - name: "Orbital Laser", - value: "orbitallaser", - }, - { - name: "XS1 Goliath", - value: "xs1goliath", - }, - { - name: "Cluster Strike", - value: "clusterstrike", - }, - { - name: "Chopper Gunner", - value: "choppergunner", - }, - { - name: "Stealth Chopper", - value: "stealthchopper", - }, - { - name: "Swarm", - value: "swarm", - }, - { - name: "Napalm", - value: "napalm", - }, - { - name: "VTOL", - value: "vtol", - }, - ], - }, - ], - }, - { - type: 1, - name: "support", - description: "Support Scorestreak", - options: [ - { - type: 3, - name: "scorestreak", - description: "Select a Support Scorestreak", - required: true, - choices: [ - { - name: "UAV", - value: "uav", - }, - { - name: "Shock RC", - value: "shockrc", - }, - { - name: "Care Package", - value: "carepackage", - }, - { - name: "Counter UAV", - value: "cuav", - }, - { - name: "SAM Turret", - value: "samturret", - }, - { - name: "Advance UAV", - value: "auav", - }, - { - name: "EMP Systems", - value: "empsystems", - }, - ], - }, - ], - }, - ], - run: async (client, interaction, args) => { - const val = args[1]; - const d = await c.getscorestreak(val); - const embed = new EmbedBuilder() - .setTitle(d.name) - .setURL(d.preview_video) - .setDescription( - `<:nyx_description:897379659665264650> **Description** \`\`\`\n${d.description}\`\`\`` - ) - .addFields( - { - name: "Cost", - value: `${d.cost}`, - inline: true, - }, - { - name: "AI-Assisted", - value: ` - ${ - d.manual - ? "<a:nyx_cross:897244999211696198> No" - : "<a:nyx_checkmark:897240322411724841> Yes" - }`, - inline: true, - } - ) - .setThumbnail(d.preview) - .setFooter({ - text: `Made by ${client.author}`, - iconURL: client.user.displayAvatarURL({ dynamic: true }), - }) - .setColor( - d.type == "lethal" - ? "FF2222" - : d.type == "assist" - ? "22FF4A" - : client.color - ) - .setTimestamp(); - interaction.followUp({ embeds: [embed] }); - }, -}; +const { EmbedBuilder } = require("discord.js"); +const c = require("../../client/CODMClient"); +module.exports = { + name: "scorestreak", + description: "Get Scorestreak stats", + usage: "{Scorestreak}", + category: "CODM", + options: [ + { + type: 1, + name: "lethal", + description: "Lethal Scorestreak", + options: [ + { + type: 3, + name: "scorestreak", + description: "Select a lethal scorestreak", + required: true, + choices: [ + { + name: "Shield Turret", + value: "shieldturret", + }, + { + name: "Hunter Killer Drone", + value: "hunterkillerdrone", + }, + { + name: "MQ-27 Dragonfire", + value: "mq27dragonfire", + }, + { + name: "Predator Missile", + value: "predatormissile", + }, + { + name: "Hawk X3", + value: "hawkx3", + }, + { + name: "Sentry Gun", + value: "sentrygun", + }, + { + name: "Lightning Strike", + value: "lightningstrike", + }, + { + name: "Orbital Laser", + value: "orbitallaser", + }, + { + name: "XS1 Goliath", + value: "xs1goliath", + }, + { + name: "Cluster Strike", + value: "clusterstrike", + }, + { + name: "Chopper Gunner", + value: "choppergunner", + }, + { + name: "Stealth Chopper", + value: "stealthchopper", + }, + { + name: "Swarm", + value: "swarm", + }, + { + name: "Napalm", + value: "napalm", + }, + { + name: "VTOL", + value: "vtol", + }, + ], + }, + ], + }, + { + type: 1, + name: "support", + description: "Support Scorestreak", + options: [ + { + type: 3, + name: "scorestreak", + description: "Select a Support Scorestreak", + required: true, + choices: [ + { + name: "UAV", + value: "uav", + }, + { + name: "Shock RC", + value: "shockrc", + }, + { + name: "Care Package", + value: "carepackage", + }, + { + name: "Counter UAV", + value: "cuav", + }, + { + name: "SAM Turret", + value: "samturret", + }, + { + name: "Advance UAV", + value: "auav", + }, + { + name: "EMP Systems", + value: "empsystems", + }, + ], + }, + ], + }, + ], + run: async (client, interaction, args) => { + const val = args[1]; + const d = await c.getscorestreak(val); + const embed = new EmbedBuilder() + .setTitle(d.name) + .setURL(d.preview_video) + .setDescription( + `<:nyx_description:897379659665264650> **Description** \`\`\`\n${d.description}\`\`\`` + ) + .addFields( + { + name: "Cost", + value: `${d.cost}`, + inline: true, + }, + { + name: "AI-Assisted", + value: ` + ${ + d.manual + ? "<a:nyx_cross:897244999211696198> No" + : "<a:nyx_checkmark:897240322411724841> Yes" + }`, + inline: true, + } + ) + .setThumbnail(d.preview) + .setFooter({ + text: `Made by ${client.author}`, + iconURL: client.user.displayAvatarURL({ dynamic: true }), + }) + .setColor( + d.type == "lethal" + ? "FF2222" + : d.type == "assist" + ? "22FF4A" + : client.color + ) + .setTimestamp(); + interaction.followUp({ embeds: [embed] }); + }, +}; diff --git a/command/CODM/sgrelo.js b/command/CODM/sgrelo.js @@ -1,119 +1,119 @@ -module.exports = { - name: "sgrelo", - description: "Calculate reload time for shotgun", - options: [ - { - type: 7, - name: "gun", - description: "Gun name", - required: true, - }, - ], - run: async (client, interaction, args) => { - let err = "", - wrn = "", - interpretedAs = []; - function mather(inp) { - const inpArr = interpreter(inp), - outArr = []; - inpArr.map((x, i, a) => { - for (let j = i + 1; j < a.length; j++) { - outArr.push(worker(x, a[j])); - } - }); - const aArr = outArr.map(x => x.a), - iArr = outArr.map(x => x.i); - return ( - "Input: `" + - interpretedAs.join("`, `") + - "`" + - (aArr.length == 1 - ? "\nOpening and Closing Animation Time: " + - beautifier(aArr[0]) + - "\nReload Time: " + - beautifier(iArr[0]) - : "\nAll Opening and Closing Animation Time: " + - aArr.map(x => beautifier(x)).join(", ") + - "\nAll Reload Time: " + - iArr.map(x => beautifier(x)).join(", ") + - "\nAverage Opening and Closing Animation Time: " + - beautifier(aArr.reduce((t, x) => t + x, 0) / aArr.length) + - "\nAverage Reload Time: " + - beautifier(iArr.reduce((t, x) => t + x, 0) / iArr.length)) - ); - } - - function interpreter(inp) { - let out = [ - ...new Set( - inp - .split(/\n|, |,/g) - .filter(x => x) - .map(x => x.toLowerCase().replace(/[^0-9a-z]/g, "")) - ), - ]; - out = out - .map(x => { - interpretedAs.push(x); - const obj = { - b: 0, - f: 0, - }; - if ( - x.split(/b/g).length > 2 || - x.split(/f/g).length > 2 || - x.split(/[a-z]/g).length > 3 - ) { - err += "Unknown identifier `" + x + "`\n"; - } else if (x.indexOf("b") === -1 || x.indexOf("f") === -1) { - err += "Missing identifier `" + x + "`\n"; - } else if (x.indexOf("b") === x.length - 1) { - obj.b = parseFloat(x.split("f")[1].trim()); - obj.f = parseFloat(x.split("f")[0].trim()); - } else if (x.indexOf("f") === x.length - 1) { - obj.b = parseFloat(x.split("b")[0].trim()); - obj.f = parseFloat(x.split("b")[1].trim()); - } else { - err += "Unknown identifier `" + x + "`\n"; - } - if (!obj.b && obj.f) { - err += "Couldn't interpret `" + x + "`\n"; - } else if (!Number.isInteger(obj.b)) { - err += "Decimal bullet count found `" + x + "`\n"; - } else if (!Number.isInteger(obj.f)) { - wrn += "Decimal value found `" + x + "`\n"; - } - return obj; - }) - .filter(x => JSON.stringify(x).length && x); - if (out.length === 1) { - err += "Single equation found\n"; - } - return err || !out.length ? [] : out; - } - - function worker(o1, o2) { - const out = { - i: 0, - a: 0, - }; - out.i = (o1.f - o2.f) / (o1.b - o2.b); - out.a = o1.f - out.i * o1.b; - return out; - } - - function beautifier(num) { - return parseFloat(num.toFixed(2)).toString() + "s"; - } - - const msg = mather(args[0]); - - if (err !== "") { - interaction.followUp(err); - } else if (wrn !== "") { - interaction.followUp({ content: wrn + "\n" + msg }); - } else { - interaction.followUp({ content: msg }); - } - }, -}; +module.exports = { + name: "sgrelo", + description: "Calculate reload time for shotgun", + options: [ + { + type: 7, + name: "gun", + description: "Gun name", + required: true, + }, + ], + run: async (client, interaction, args) => { + let err = "", + wrn = "", + interpretedAs = []; + function mather(inp) { + const inpArr = interpreter(inp), + outArr = []; + inpArr.map((x, i, a) => { + for (let j = i + 1; j < a.length; j++) { + outArr.push(worker(x, a[j])); + } + }); + const aArr = outArr.map(x => x.a), + iArr = outArr.map(x => x.i); + return ( + "Input: `" + + interpretedAs.join("`, `") + + "`" + + (aArr.length == 1 + ? "\nOpening and Closing Animation Time: " + + beautifier(aArr[0]) + + "\nReload Time: " + + beautifier(iArr[0]) + : "\nAll Opening and Closing Animation Time: " + + aArr.map(x => beautifier(x)).join(", ") + + "\nAll Reload Time: " + + iArr.map(x => beautifier(x)).join(", ") + + "\nAverage Opening and Closing Animation Time: " + + beautifier(aArr.reduce((t, x) => t + x, 0) / aArr.length) + + "\nAverage Reload Time: " + + beautifier(iArr.reduce((t, x) => t + x, 0) / iArr.length)) + ); + } + + function interpreter(inp) { + let out = [ + ...new Set( + inp + .split(/\n|, |,/g) + .filter(x => x) + .map(x => x.toLowerCase().replace(/[^0-9a-z]/g, "")) + ), + ]; + out = out + .map(x => { + interpretedAs.push(x); + const obj = { + b: 0, + f: 0, + }; + if ( + x.split(/b/g).length > 2 || + x.split(/f/g).length > 2 || + x.split(/[a-z]/g).length > 3 + ) { + err += "Unknown identifier `" + x + "`\n"; + } else if (x.indexOf("b") === -1 || x.indexOf("f") === -1) { + err += "Missing identifier `" + x + "`\n"; + } else if (x.indexOf("b") === x.length - 1) { + obj.b = parseFloat(x.split("f")[1].trim()); + obj.f = parseFloat(x.split("f")[0].trim()); + } else if (x.indexOf("f") === x.length - 1) { + obj.b = parseFloat(x.split("b")[0].trim()); + obj.f = parseFloat(x.split("b")[1].trim()); + } else { + err += "Unknown identifier `" + x + "`\n"; + } + if (!obj.b && obj.f) { + err += "Couldn't interpret `" + x + "`\n"; + } else if (!Number.isInteger(obj.b)) { + err += "Decimal bullet count found `" + x + "`\n"; + } else if (!Number.isInteger(obj.f)) { + wrn += "Decimal value found `" + x + "`\n"; + } + return obj; + }) + .filter(x => JSON.stringify(x).length && x); + if (out.length === 1) { + err += "Single equation found\n"; + } + return err || !out.length ? [] : out; + } + + function worker(o1, o2) { + const out = { + i: 0, + a: 0, + }; + out.i = (o1.f - o2.f) / (o1.b - o2.b); + out.a = o1.f - out.i * o1.b; + return out; + } + + function beautifier(num) { + return parseFloat(num.toFixed(2)).toString() + "s"; + } + + const msg = mather(args[0]); + + if (err !== "") { + interaction.followUp(err); + } else if (wrn !== "") { + interaction.followUp({ content: wrn + "\n" + msg }); + } else { + interaction.followUp({ content: msg }); + } + }, +}; diff --git a/command/CODM/stats.js b/command/CODM/stats.js @@ -1,297 +1,297 @@ -const common = require("../../util/functions/common"); -const data = require("../../util/Data/data.json"); -const { EmbedBuilder } = require("discord.js"); - -let currGun, - currStats, - currAttachments, - currRecoilArr, - currDRM, - interpretion, - recoilAvailable, - chart, - hasError; -module.exports = { - name: "stats", - description: "Check gun stats", - usage: "(Gun)", - category: "CODM", - options: [ - { - type: 3, - name: "gun_name", - description: "Name of the gun", - required: true, - choices: [], - }, - { - type: 3, - name: "1st_attchment", - description: "First attachment", - }, - { - type: 3, - name: "2nd_attchment", - description: "Second attachment", - }, - { - type: 3, - name: "3rd_attchment", - description: "Third attachment", - }, - { - type: 3, - name: "4th_attchment", - description: "Forth attachment", - }, - { - type: 3, - name: "5th_attchment", - description: "Fifth attachment", - }, - ], - run: async (client, interaction, args) => { - repEmb = null; - recoilAvailable = false; - hasError = false; - if (args.length == 1) - repEmb = statsHandler(args.join(" ").replace("\n", " ")); - else repEmb = statsHandler(args.join(" + ").replace("\n", " ")); - if (hasError) { - interaction.followUp({ - content: `**${repEmb || "An error has occured"}**`, - }); - } else { - if (recoilAvailable) { - repEmb.fields.push({ - name: "**Recoil Graph**", - value: - "```\nThe Recoil graph below is dynamic (change based on attachment equipped)```", - }); - const recoilImageLink = await chart.getShortUrl(); - repEmb.image = { url: recoilImageLink }; - } - interaction.followUp({ embeds: [new EmbedBuilder(repEmb)] }); - } - }, -}; - -function inpHandler(inpmsg) { - statsHandler(inpmsg.split("+")[0]); -} - -function statsHandler(inpmsg) { - let statsNames = [ - "Pellets", //0 - "Detonation Range", //1 - "Explosion Radius", //2 - "Explosion Damage", //3 - "Firing Mode", //4 - "Rate of Fire", //5 - "Bullet in Burst", //6 - "Time Between Burst", //7 - "Bullet Speed", //8 - "Penetration Level", //9 - "Bullet Spread", //10 - "Idle Sway", //11 - "Hipfire Pellet Spread", //12 - "ADS Pellet Spread", //13 - "ADS Time", //14 - "Sprint-to-Fire Time", //15 - "ADS Zoom", //16 - "Magazine", //17 - "Reserve", //18 - "Reload Type", //19 - "Cancel Reload Time", //20 - "Reload Time", //21 - "Full Reload Time", //22 - "Drop Time", //23 - "Raise Time", //24 - "Sprinting Speed", //25 - "Walking Speed", //26 - "Straifing Speed", //27 - "Damage per Tick", //28 - "Number of Ticks", //29 - "Time Between Ticks", //30 - "Breath Hold Time", //31 - "shouldNeverHappen0", - "shouldNeverHappen1", - "shouldNeverHappen2", - "shouldNeverHappen3", - "shouldNeverHappen4", - ], - out = []; - - currGun = common.weaponIdentifier(inpmsg); - if (typeof currGun == "string") { - hasError = true; - return currGun; - } - currStats = currGun.stats; - currDRM = currGun.drm[0]; - currAttachments = []; - currAttachments = common.attachmentsIdentifier(inpmsg, currGun); - if (typeof currAttachments == "string") { - hasError = true; - return currAttachments; - } - currRecoilArr = [1, 1, currGun.stats[17]]; - if (currAttachments.length != 0) { - const totalEffects = common.totaler(currAttachments); - - currStats = common.updateStatswithEffects(totalEffects, currStats); - currRecoilArr = [totalEffects[2], totalEffects[3], currGun.stats[17]]; // must happen after currStats update - currDRM = currGun.drm[totalEffects[37]]; - currDRM.range = currDRM.range.map(x => - Math.round(x * (1 + totalEffects[13] / 100)) - ); - out = common.attachmentHandler(totalEffects, currStats); - } - function statsWorker() { - if (currStats[19] === 2) { - currStats[21] = - currStats[20] + currStats[21] * currStats[17] + currStats[22]; - currStats[20] = 0; - currStats[22] = 0; - } - currStats[25] = (currStats[25] * currStats[26]) / 100; - - const outReady = currStats.map((x, i) => - x ? statsNames[i].padEnd(24) + ":".padEnd(3) + beautifier(i) : "" - ); - out = [ - ...[ - "Basic Stats", - "ADS Stats", - "Bullet Stats", - "Magazine", - "Handling Stats", - "Mobility Stats", - "Miscellaneous Stats", - ].map((x, i) => - fieldMaker( - x, - [ - [04, 05, 09], - [14, 16, 11, 31], - [00, 06, 07, 08, 10, 12, 13], - [17, 18, 19, 20, 21, 22], - [23, 24], - [25, 26, 27, 15], - [28, 29, 30, 01, 02, 03], - ][i] - ) - ), - ...out, - ]; - function fieldMaker(inpName, inpIndx) { - inpIndx = inpIndx.filter(x => outReady[x]); - return inpIndx.length - ? { - name: `**${inpName}**`, - value: `\`\`\`\n${inpIndx.map(x => outReady[x]).join("\n")}\`\`\``, - } - : ""; - } - } - statsWorker(); - - function beautifier(j) { - switch (j) { - case 04: - return data.firingModes[currStats[j] - 1]; - case 09: - return data.penetrationLevels[currStats[j] - 1]; - case 19: - return data.reloadTypes[currStats[j] - 1]; - case 08: - if (currStats[j] == -1) { - return "Infinity"; - } else { - return parseFloat(currStats[j].toFixed(2)).toString() + " m/s"; - } - case 03: - return parseFloat(currStats[j].toFixed(2)) - .toString() - .replace(".", " ~ "); - default: - return parseFloat(currStats[j].toFixed(2)).toString() + addUnit(j); - } - - function addUnit(j) { - switch (j) { - case 7: - case 14: - case 15: - case 23: - case 24: - case 31: - return " ms"; - case 25: - case 26: - case 27: - case 28: - return " m/s"; - case 20: - case 21: - case 22: - return " s"; - case 16: - return "%"; - case 6: - return " Rounds"; - case 5: - return " RPM"; - default: - return ""; - } - } - } - interpretion = currGun.gunname + common.interpretioner(currAttachments); - if (currGun.recoil.hr.length > 2) { - chart = common.recoilHandler( - currGun.recoil.hr, - currGun.recoil.vr, - currRecoilArr[0], - currRecoilArr[1], - currRecoilArr[2] - ); - recoilAvailable = true; - } else recoilAvailable = false; - - if (chart == "none") recoilAvailable = false; - if (chart == "err") hasError = true; - - const dmg = - common.damageHandler( - currDRM.damage, - currDRM.range, - 1, - 100, - 60000 / currStats[5], - currStats[7], - currStats[6], - currStats[0] - ) || "```This should never happen```"; - out = [ - currGun.description - ? { - name: "**Description:**", - value: `\`\`\`\n${currGun.description}\`\`\``, - } - : {}, - { name: "**Damage Profile:**", value: dmg }, - ...out, - ]; - out = out.filter(x => x.value); - return { - title: interpretion, - color: 5814783, - fields: out, - footer: { - text: "[OUTDATED] All data courtesy of Project Lighthouse 2.0 and CoDM Research Crew", - icon_url: - "https://media.discordapp.net/attachments/735590814662656102/806960573753327657/cc.png", - }, - }; -} +const common = require("../../util/functions/common"); +const data = require("../../util/Data/data.json"); +const { EmbedBuilder } = require("discord.js"); + +let currGun, + currStats, + currAttachments, + currRecoilArr, + currDRM, + interpretion, + recoilAvailable, + chart, + hasError; +module.exports = { + name: "stats", + description: "Check gun stats", + usage: "(Gun)", + category: "CODM", + options: [ + { + type: 3, + name: "gun_name", + description: "Name of the gun", + required: true, + choices: [], + }, + { + type: 3, + name: "1st_attchment", + description: "First attachment", + }, + { + type: 3, + name: "2nd_attchment", + description: "Second attachment", + }, + { + type: 3, + name: "3rd_attchment", + description: "Third attachment", + }, + { + type: 3, + name: "4th_attchment", + description: "Forth attachment", + }, + { + type: 3, + name: "5th_attchment", + description: "Fifth attachment", + }, + ], + run: async (client, interaction, args) => { + repEmb = null; + recoilAvailable = false; + hasError = false; + if (args.length == 1) + repEmb = statsHandler(args.join(" ").replace("\n", " ")); + else repEmb = statsHandler(args.join(" + ").replace("\n", " ")); + if (hasError) { + interaction.followUp({ + content: `**${repEmb || "An error has occured"}**`, + }); + } else { + if (recoilAvailable) { + repEmb.fields.push({ + name: "**Recoil Graph**", + value: + "```\nThe Recoil graph below is dynamic (change based on attachment equipped)```", + }); + const recoilImageLink = await chart.getShortUrl(); + repEmb.image = { url: recoilImageLink }; + } + interaction.followUp({ embeds: [new EmbedBuilder(repEmb)] }); + } + }, +}; + +function inpHandler(inpmsg) { + statsHandler(inpmsg.split("+")[0]); +} + +function statsHandler(inpmsg) { + let statsNames = [ + "Pellets", //0 + "Detonation Range", //1 + "Explosion Radius", //2 + "Explosion Damage", //3 + "Firing Mode", //4 + "Rate of Fire", //5 + "Bullet in Burst", //6 + "Time Between Burst", //7 + "Bullet Speed", //8 + "Penetration Level", //9 + "Bullet Spread", //10 + "Idle Sway", //11 + "Hipfire Pellet Spread", //12 + "ADS Pellet Spread", //13 + "ADS Time", //14 + "Sprint-to-Fire Time", //15 + "ADS Zoom", //16 + "Magazine", //17 + "Reserve", //18 + "Reload Type", //19 + "Cancel Reload Time", //20 + "Reload Time", //21 + "Full Reload Time", //22 + "Drop Time", //23 + "Raise Time", //24 + "Sprinting Speed", //25 + "Walking Speed", //26 + "Straifing Speed", //27 + "Damage per Tick", //28 + "Number of Ticks", //29 + "Time Between Ticks", //30 + "Breath Hold Time", //31 + "shouldNeverHappen0", + "shouldNeverHappen1", + "shouldNeverHappen2", + "shouldNeverHappen3", + "shouldNeverHappen4", + ], + out = []; + + currGun = common.weaponIdentifier(inpmsg); + if (typeof currGun == "string") { + hasError = true; + return currGun; + } + currStats = currGun.stats; + currDRM = currGun.drm[0]; + currAttachments = []; + currAttachments = common.attachmentsIdentifier(inpmsg, currGun); + if (typeof currAttachments == "string") { + hasError = true; + return currAttachments; + } + currRecoilArr = [1, 1, currGun.stats[17]]; + if (currAttachments.length != 0) { + const totalEffects = common.totaler(currAttachments); + + currStats = common.updateStatswithEffects(totalEffects, currStats); + currRecoilArr = [totalEffects[2], totalEffects[3], currGun.stats[17]]; // must happen after currStats update + currDRM = currGun.drm[totalEffects[37]]; + currDRM.range = currDRM.range.map(x => + Math.round(x * (1 + totalEffects[13] / 100)) + ); + out = common.attachmentHandler(totalEffects, currStats); + } + function statsWorker() { + if (currStats[19] === 2) { + currStats[21] = + currStats[20] + currStats[21] * currStats[17] + currStats[22]; + currStats[20] = 0; + currStats[22] = 0; + } + currStats[25] = (currStats[25] * currStats[26]) / 100; + + const outReady = currStats.map((x, i) => + x ? statsNames[i].padEnd(24) + ":".padEnd(3) + beautifier(i) : "" + ); + out = [ + ...[ + "Basic Stats", + "ADS Stats", + "Bullet Stats", + "Magazine", + "Handling Stats", + "Mobility Stats", + "Miscellaneous Stats", + ].map((x, i) => + fieldMaker( + x, + [ + [04, 05, 09], + [14, 16, 11, 31], + [00, 06, 07, 08, 10, 12, 13], + [17, 18, 19, 20, 21, 22], + [23, 24], + [25, 26, 27, 15], + [28, 29, 30, 01, 02, 03], + ][i] + ) + ), + ...out, + ]; + function fieldMaker(inpName, inpIndx) { + inpIndx = inpIndx.filter(x => outReady[x]); + return inpIndx.length + ? { + name: `**${inpName}**`, + value: `\`\`\`\n${inpIndx.map(x => outReady[x]).join("\n")}\`\`\``, + } + : ""; + } + } + statsWorker(); + + function beautifier(j) { + switch (j) { + case 04: + return data.firingModes[currStats[j] - 1]; + case 09: + return data.penetrationLevels[currStats[j] - 1]; + case 19: + return data.reloadTypes[currStats[j] - 1]; + case 08: + if (currStats[j] == -1) { + return "Infinity"; + } else { + return parseFloat(currStats[j].toFixed(2)).toString() + " m/s"; + } + case 03: + return parseFloat(currStats[j].toFixed(2)) + .toString() + .replace(".", " ~ "); + default: + return parseFloat(currStats[j].toFixed(2)).toString() + addUnit(j); + } + + function addUnit(j) { + switch (j) { + case 7: + case 14: + case 15: + case 23: + case 24: + case 31: + return " ms"; + case 25: + case 26: + case 27: + case 28: + return " m/s"; + case 20: + case 21: + case 22: + return " s"; + case 16: + return "%"; + case 6: + return " Rounds"; + case 5: + return " RPM"; + default: + return ""; + } + } + } + interpretion = currGun.gunname + common.interpretioner(currAttachments); + if (currGun.recoil.hr.length > 2) { + chart = common.recoilHandler( + currGun.recoil.hr, + currGun.recoil.vr, + currRecoilArr[0], + currRecoilArr[1], + currRecoilArr[2] + ); + recoilAvailable = true; + } else recoilAvailable = false; + + if (chart == "none") recoilAvailable = false; + if (chart == "err") hasError = true; + + const dmg = + common.damageHandler( + currDRM.damage, + currDRM.range, + 1, + 100, + 60000 / currStats[5], + currStats[7], + currStats[6], + currStats[0] + ) || "```This should never happen```"; + out = [ + currGun.description + ? { + name: "**Description:**", + value: `\`\`\`\n${currGun.description}\`\`\``, + } + : {}, + { name: "**Damage Profile:**", value: dmg }, + ...out, + ]; + out = out.filter(x => x.value); + return { + title: interpretion, + color: 5814783, + fields: out, + footer: { + text: "[OUTDATED] All data courtesy of Project Lighthouse 2.0 and CoDM Research Crew", + icon_url: + "https://media.discordapp.net/attachments/735590814662656102/806960573753327657/cc.png", + }, + }; +} diff --git a/command/Config/premium.js b/command/Config/premium.js @@ -1,128 +1,128 @@ -const { EmbedBuilder } = require("discord.js"); -module.exports = { - name: "premiumserver", - category: "Config", - description: "Add premium to a server", - Premium: true, - options: [ - { - type: 5, - name: "choice", - description: "Whether add or remove premium server", - required: true, - }, - ], - run: async (client, interaction) => { - try { - const user = await client.data.getUser(interaction.user.id); - const guild = await client.data.getGuild(interaction.guild.id); - if (interaction.options.getBoolean("choice")) { - if (guild.Premium) { - return interaction.followUp({ - content: "This server is already premium", - }); - } - if ( - (user.Tier == 1 && user.PremiumServers.length >= 5) || - (user.Tier == 2 && user.PremiumServers.length >= 2) || - (user.Tier == 3 && user.PremiumServers.length >= 0) - ) { - interaction.followUp({ - content: - "You have already reached the maximum amount of premium servers", - }); - } else { - await client.data.setPremium(interaction.guild.id, "true"); - await client.data.pushGuild( - interaction.user.id, - interaction.guild.id, - "push" - ); - interaction.followUp({ - embeds: [ - new EmbedBuilder() - .setTitle("Success!") - .setDescription( - `Premium added to **${interaction.guild.name}**! \n` - ) - .setFooter({ text: "Thank you for supporting Cath!" }) - .setColor("Green") - .setTimestamp() - .setAuthor({ - name: interaction.user.tag, - iconURL: interaction.user.displayAvatarURL({ dynamic: true }), - }), - ], - }); - client.channels.cache.get(client.config.ServerLog).send({ - embeds: [ - new EmbedBuilder() - .setTitle("New Premium Server") - .addFields({ - name: "Server Info", - value: `**>Server Name**: \n${interaction.guild.name} - **>Server ID**: \n${interaction.guild.id} - **>Server Member Count**: \n${interaction.guild.memberCount}`, - }) - .setTimestamp() - .setThumbnail(interaction.guild.iconURL({ dynamic: true })) - .setColor("Green"), - ], - }); - } - } else { - if (!guild.Premium) { - return interaction.followUp({ - content: "This server isn't premium yet", - }); - } - if (!user.PremiumServers.includes(interaction.guild.id)) { - return interaction.followUp({ - content: - "You can't remove due to you aren't the person who made the server premium", - }); - } else { - await client.data.setPremium(interaction.guild.id, "false"); - await client.data.pushGuild( - interaction.user.id, - interaction.guild.id, - "splice" - ); - interaction.followUp({ - embeds: [ - new EmbedBuilder() - .setTitle("Removed!") - .setDescription( - `Premium removed from **${interaction.guild.name}**! \n` - ) - .setColor("Red") - .setTimestamp() - .setAuthor({ - name: interaction.user.tag, - iconURL: interaction.user.displayAvatarURL({ dynamic: true }), - }), - ], - }); - client.channels.cache.get(client.config.ServerLog).send({ - embeds: [ - new EmbedBuilder() - .setTitle("Premium Server Removed") - .addFields({ - name: "Server Info", - value: `**>Server Name**: \n${interaction.guild.name} - **>Server ID**: \n${interaction.guild.id} - **>Server Member Count**: \n${interaction.guild.memberCount}`, - }) - .setTimestamp() - .setThumbnail(interaction.guild.iconURL({ dynamic: true })) - .setColor("Red"), - ], - }); - } - } - } catch (e) { - console.log(e); - interaction.followUp({ content: `**Error**: ${e.message}` }); - } - }, -}; +const { EmbedBuilder } = require("discord.js"); +module.exports = { + name: "premiumserver", + category: "Config", + description: "Add premium to a server", + Premium: true, + options: [ + { + type: 5, + name: "choice", + description: "Whether add or remove premium server", + required: true, + }, + ], + run: async (client, interaction) => { + try { + const user = await client.data.getUser(interaction.user.id); + const guild = await client.data.getGuild(interaction.guild.id); + if (interaction.options.getBoolean("choice")) { + if (guild.Premium) { + return interaction.followUp({ + content: "This server is already premium", + }); + } + if ( + (user.Tier == 1 && user.PremiumServers.length >= 5) || + (user.Tier == 2 && user.PremiumServers.length >= 2) || + (user.Tier == 3 && user.PremiumServers.length >= 0) + ) { + interaction.followUp({ + content: + "You have already reached the maximum amount of premium servers", + }); + } else { + await client.data.setPremium(interaction.guild.id, "true"); + await client.data.pushGuild( + interaction.user.id, + interaction.guild.id, + "push" + ); + interaction.followUp({ + embeds: [ + new EmbedBuilder() + .setTitle("Success!") + .setDescription( + `Premium added to **${interaction.guild.name}**! \n` + ) + .setFooter({ text: "Thank you for supporting Cath!" }) + .setColor("Green") + .setTimestamp() + .setAuthor({ + name: interaction.user.tag, + iconURL: interaction.user.displayAvatarURL({ dynamic: true }), + }), + ], + }); + client.channels.cache.get(client.config.ServerLog).send({ + embeds: [ + new EmbedBuilder() + .setTitle("New Premium Server") + .addFields({ + name: "Server Info", + value: `**>Server Name**: \n${interaction.guild.name} + **>Server ID**: \n${interaction.guild.id} + **>Server Member Count**: \n${interaction.guild.memberCount}`, + }) + .setTimestamp() + .setThumbnail(interaction.guild.iconURL({ dynamic: true })) + .setColor("Green"), + ], + }); + } + } else { + if (!guild.Premium) { + return interaction.followUp({ + content: "This server isn't premium yet", + }); + } + if (!user.PremiumServers.includes(interaction.guild.id)) { + return interaction.followUp({ + content: + "You can't remove due to you aren't the person who made the server premium", + }); + } else { + await client.data.setPremium(interaction.guild.id, "false"); + await client.data.pushGuild( + interaction.user.id, + interaction.guild.id, + "splice" + ); + interaction.followUp({ + embeds: [ + new EmbedBuilder() + .setTitle("Removed!") + .setDescription( + `Premium removed from **${interaction.guild.name}**! \n` + ) + .setColor("Red") + .setTimestamp() + .setAuthor({ + name: interaction.user.tag, + iconURL: interaction.user.displayAvatarURL({ dynamic: true }), + }), + ], + }); + client.channels.cache.get(client.config.ServerLog).send({ + embeds: [ + new EmbedBuilder() + .setTitle("Premium Server Removed") + .addFields({ + name: "Server Info", + value: `**>Server Name**: \n${interaction.guild.name} + **>Server ID**: \n${interaction.guild.id} + **>Server Member Count**: \n${interaction.guild.memberCount}`, + }) + .setTimestamp() + .setThumbnail(interaction.guild.iconURL({ dynamic: true })) + .setColor("Red"), + ], + }); + } + } + } catch (e) { + console.log(e); + interaction.followUp({ content: `**Error**: ${e.message}` }); + } + }, +}; diff --git a/command/Config/settings.js b/command/Config/settings.js @@ -1,246 +1,246 @@ -const { EmbedBuilder } = require("discord.js"); -const fs = require("fs"); -module.exports = { - name: "settings", - description: "Configure settings for the server", - UserPerms: ["ADMINISTRATOR"], - category: "Config", - options: [ - { - type: 2, - name: "enable", - description: "Enable commands/category for the server", - options: [ - { - type: 1, - name: "command", - description: "To enable commands", - options: [ - { - type: 3, - name: "name", - description: "The command name to be enabled", - required: true, - }, - ], - }, - { - type: 1, - name: "category", - description: "To enable categories", - options: [ - { - type: 3, - name: "name", - description: "The category name to be enabled", - required: true, - choices: [ - { - name: "codm", - value: "CODM", - }, - { - name: "config", - value: "Config", - }, - { - name: "information", - value: "Information", - }, - { - name: "utilities", - value: "Utilities", - }, - ], - }, - ], - }, - ], - }, - { - type: 2, - name: "disable", - description: "Disable commands/category for the server", - options: [ - { - type: 1, - name: "command", - description: "To disable commands", - options: [ - { - type: 3, - name: "name", - description: "The command name to be disabled", - required: true, - }, - ], - }, - { - type: 1, - name: "category", - description: "To disable categories", - options: [ - { - type: 3, - name: "name", - description: "The category name to be disabled", - required: true, - choices: [ - { - name: "codm", - value: "CODM", - }, - { - name: "config", - value: "Config", - }, - - { - name: "information", - value: "Information", - }, - { - name: "utilities", - value: "Utilities", - }, - ], - }, - ], - }, - ], - }, - { - type: 1, - name: "tips", - description: "Configure tips settings for the server", - options: [ - { - type: 5, - name: "choice", - description: "Set whether tips system is activated for the server", - required: true, - }, - ], - }, - { - type: 1, - name: "overall", - description: "See overall settings for the server", - options: [], - }, - ], - run: async (client, interaction, args, utils, data) => { - if (args[0].toLowerCase() === "tips") { - if (args[1]) { - await client.data.setTips(interaction.guild.id, "true"); - interaction.followUp({ - content: `Tips is enabled in this server now.`, - }); - } else { - await client.data.setTips(interaction.guild.id, "false"); - interaction.followUp({ - content: `Tips is disabled in this server now.`, - }); - } - } else if (args[0].toLowerCase() === "enable") { - const type = args[1].toLowerCase(); - const name = args[2].toLowerCase(); - if (type === "command") { - if (!!client.slashCommands.get(name) === false) { - interaction.followUp({ - content: `There isn't any command/category named \`${name}\``, - }); - } else if (!data.Guild.Commands.includes(name)) { - interaction.followUp({ - content: `\`${args[2]}\` command had already been enabled`, - }); - } else if ( - data.Guild.Commands.includes(name) && - !!client.slashCommands.get(name) === true - ) { - await client.data.enable(interaction.guild.id, "command", name); - interaction.followUp({ - content: `\`${args[2]}\` command is now enabled`, - }); - } - } - if (type === "category") { - const category = fs.readdirSync("./command"); - if (!data.Guild.Category.includes(args[2])) { - interaction.followUp({ - content: `\`${args[2]}\` category had already been enabled`, - }); - } - if ( - data.Guild.Category.includes(args[2]) && - category.includes(args[2]) - ) { - await client.data.enable(interaction.guild.id, "category", args[2]); - interaction.followUp({ - content: `\`${args[2]}\` category is now enabled`, - }); - } - } - } else if (args[0].toLowerCase() === "disable") { - const type = args[1].toLowerCase(); - const name = args[2].toLowerCase(); - if (type === "command") { - if (!!client.slashCommands.get(name) === false) { - interaction.followUp({ - content: `There isn't any command/category named \`${name}\``, - }); - } else if (data.Guild.Commands.includes(name)) { - interaction.followUp({ - content: `\`${args[2]}\` command had already been disabled`, - }); - } else if ( - !data.Guild.Commands.includes(name) && - !!client.slashCommands.get(name) === true - ) { - await client.data.disable(interaction.guild.id, "command", name); - interaction.followUp({ - content: `\`${args[2]}\` command is now disabled`, - }); - } - } - if (type === "category") { - const category = fs.readdirSync("./command"); - if (data.Guild.Category.includes(args[2])) { - interaction.followUp({ - content: `\`${args[2]}\` category had already been disabled`, - }); - } - if ( - !data.Guild.Category.includes(args[2]) && - category.includes(args[2]) - ) { - await client.data.disable(interaction.guild.id, "category", args[2]); - interaction.followUp({ - content: `\`${args[2]}\` category is now disabled`, - }); - } - } - } else { - const d = ` - **Prefix**: ${data.Guild.Prefix ? data.Guild.Prefix : "C."} - **Tips**: ${data.Guild.Tips ? "Enable" : "Disabled"} - **Disabled Commands**: ${ - data.Guild.Commands.length ? data.Guilds.Commands.join(",") : "None" - } - **Disabled Categories**: ${ - data.Guild.Category.length ? data.Guilds.Category.join(",") : "None" - } - `; - const embed = new EmbedBuilder() - .setTitle(`**${interaction.guild.name}** Settings`) - .setColor(client.color) - .setFooter({ - text: `Made by ${client.author}`, - iconURL: client.user.displayAvatarURL({ dynamic: true }), - }) - .setTimestamp() - .setDescription(d); - interaction.followUp({ embeds: [embed] }); - } - }, -}; +const { EmbedBuilder } = require("discord.js"); +const fs = require("fs"); +module.exports = { + name: "settings", + description: "Configure settings for the server", + UserPerms: ["ADMINISTRATOR"], + category: "Config", + options: [ + { + type: 2, + name: "enable", + description: "Enable commands/category for the server", + options: [ + { + type: 1, + name: "command", + description: "To enable commands", + options: [ + { + type: 3, + name: "name", + description: "The command name to be enabled", + required: true, + }, + ], + }, + { + type: 1, + name: "category", + description: "To enable categories", + options: [ + { + type: 3, + name: "name", + description: "The category name to be enabled", + required: true, + choices: [ + { + name: "codm", + value: "CODM", + }, + { + name: "config", + value: "Config", + }, + { + name: "information", + value: "Information", + }, + { + name: "utilities", + value: "Utilities", + }, + ], + }, + ], + }, + ], + }, + { + type: 2, + name: "disable", + description: "Disable commands/category for the server", + options: [ + { + type: 1, + name: "command", + description: "To disable commands", + options: [ + { + type: 3, + name: "name", + description: "The command name to be disabled", + required: true, + }, + ], + }, + { + type: 1, + name: "category", + description: "To disable categories", + options: [ + { + type: 3, + name: "name", + description: "The category name to be disabled", + required: true, + choices: [ + { + name: "codm", + value: "CODM", + }, + { + name: "config", + value: "Config", + }, + + { + name: "information", + value: "Information", + }, + { + name: "utilities", + value: "Utilities", + }, + ], + }, + ], + }, + ], + }, + { + type: 1, + name: "tips", + description: "Configure tips settings for the server", + options: [ + { + type: 5, + name: "choice", + description: "Set whether tips system is activated for the server", + required: true, + }, + ], + }, + { + type: 1, + name: "overall", + description: "See overall settings for the server", + options: [], + }, + ], + run: async (client, interaction, args, utils, data) => { + if (args[0].toLowerCase() === "tips") { + if (args[1]) { + await client.data.setTips(interaction.guild.id, "true"); + interaction.followUp({ + content: `Tips is enabled in this server now.`, + }); + } else { + await client.data.setTips(interaction.guild.id, "false"); + interaction.followUp({ + content: `Tips is disabled in this server now.`, + }); + } + } else if (args[0].toLowerCase() === "enable") { + const type = args[1].toLowerCase(); + const name = args[2].toLowerCase(); + if (type === "command") { + if (!!client.slashCommands.get(name) === false) { + interaction.followUp({ + content: `There isn't any command/category named \`${name}\``, + }); + } else if (!data.Guild.Commands.includes(name)) { + interaction.followUp({ + content: `\`${args[2]}\` command had already been enabled`, + }); + } else if ( + data.Guild.Commands.includes(name) && + !!client.slashCommands.get(name) === true + ) { + await client.data.enable(interaction.guild.id, "command", name); + interaction.followUp({ + content: `\`${args[2]}\` command is now enabled`, + }); + } + } + if (type === "category") { + const category = fs.readdirSync("./command"); + if (!data.Guild.Category.includes(args[2])) { + interaction.followUp({ + content: `\`${args[2]}\` category had already been enabled`, + }); + } + if ( + data.Guild.Category.includes(args[2]) && + category.includes(args[2]) + ) { + await client.data.enable(interaction.guild.id, "category", args[2]); + interaction.followUp({ + content: `\`${args[2]}\` category is now enabled`, + }); + } + } + } else if (args[0].toLowerCase() === "disable") { + const type = args[1].toLowerCase(); + const name = args[2].toLowerCase(); + if (type === "command") { + if (!!client.slashCommands.get(name) === false) { + interaction.followUp({ + content: `There isn't any command/category named \`${name}\``, + }); + } else if (data.Guild.Commands.includes(name)) { + interaction.followUp({ + content: `\`${args[2]}\` command had already been disabled`, + }); + } else if ( + !data.Guild.Commands.includes(name) && + !!client.slashCommands.get(name) === true + ) { + await client.data.disable(interaction.guild.id, "command", name); + interaction.followUp({ + content: `\`${args[2]}\` command is now disabled`, + }); + } + } + if (type === "category") { + const category = fs.readdirSync("./command"); + if (data.Guild.Category.includes(args[2])) { + interaction.followUp({ + content: `\`${args[2]}\` category had already been disabled`, + }); + } + if ( + !data.Guild.Category.includes(args[2]) && + category.includes(args[2]) + ) { + await client.data.disable(interaction.guild.id, "category", args[2]); + interaction.followUp({ + content: `\`${args[2]}\` category is now disabled`, + }); + } + } + } else { + const d = ` + **Prefix**: ${data.Guild.Prefix ? data.Guild.Prefix : "C."} + **Tips**: ${data.Guild.Tips ? "Enable" : "Disabled"} + **Disabled Commands**: ${ + data.Guild.Commands.length ? data.Guilds.Commands.join(",") : "None" + } + **Disabled Categories**: ${ + data.Guild.Category.length ? data.Guilds.Category.join(",") : "None" + } + `; + const embed = new EmbedBuilder() + .setTitle(`**${interaction.guild.name}** Settings`) + .setColor(client.color) + .setFooter({ + text: `Made by ${client.author}`, + iconURL: client.user.displayAvatarURL({ dynamic: true }), + }) + .setTimestamp() + .setDescription(d); + interaction.followUp({ embeds: [embed] }); + } + }, +}; diff --git a/command/Information/avatar.js b/command/Information/avatar.js @@ -1,50 +1,50 @@ -const { - Client, - CommandInteraction, - EmbedBuilder, - ImageFormat, -} = require("discord.js"); -module.exports = { - name: "avatar", - description: "Show user's avatar in different formats", - usage: "{User}", - category: "Information", - options: [ - { - type: 6, - name: "user", - description: "The user you want to see", - required: false, - }, - ], - /** - * - * @param {Client} client - * @param {CommandInteraction} interaction - * @param {String[]} args - */ run: async (client, interaction, args) => { - const member = - interaction.guild.members.cache.get(args[0]) || interaction.member; - const embed = new EmbedBuilder() - .setAuthor({ - name: member.user.tag, - iconURL: member.user.displayAvatarURL({ dynamic: true, size: 1024 }), - }) - .setColor(client.color) - .setTitle(`${member.user.username}'s Avatar`) - .setImage( - member.user.displayAvatarURL({ - size: 2048, - dynamic: true, - format: "png", - }) - ) - .setFooter({ - text: `Made by ${client.author}`, - iconURL: client.user.displayAvatarURL({ dynamic: true }), - }) - .setURL(client.web) - .setTimestamp(); - interaction.followUp({ embeds: [embed] }); - }, -}; +const { + Client, + CommandInteraction, + EmbedBuilder, + ImageFormat, +} = require("discord.js"); +module.exports = { + name: "avatar", + description: "Show user's avatar in different formats", + usage: "{User}", + category: "Information", + options: [ + { + type: 6, + name: "user", + description: "The user you want to see", + required: false, + }, + ], + /** + * + * @param {Client} client + * @param {CommandInteraction} interaction + * @param {String[]} args + */ run: async (client, interaction, args) => { + const member = + interaction.guild.members.cache.get(args[0]) || interaction.member; + const embed = new EmbedBuilder() + .setAuthor({ + name: member.user.tag, + iconURL: member.user.displayAvatarURL({ dynamic: true, size: 1024 }), + }) + .setColor(client.color) + .setTitle(`${member.user.username}'s Avatar`) + .setImage( + member.user.displayAvatarURL({ + size: 2048, + dynamic: true, + format: "png", + }) + ) + .setFooter({ + text: `Made by ${client.author}`, + iconURL: client.user.displayAvatarURL({ dynamic: true }), + }) + .setURL(client.web) + .setTimestamp(); + interaction.followUp({ embeds: [embed] }); + }, +}; diff --git a/command/Information/botinfo.js b/command/Information/botinfo.js @@ -1,60 +1,60 @@ -const { EmbedBuilder, version: djsversion } = require("discord.js"); -const version = require("../../package.json").version; -module.exports = { - name: "botinfo", - description: "Check the info of the bot", - category: "Information", - run: async (client, interaction, args, utils) => { - const embed = new EmbedBuilder() - .setTitle(`NYX - CODM Gunsmith Bot`) - .setURL(utils.inviteLink(client.user.id)) - .setThumbnail( - "https://media.discordapp.net/attachments/896078559293104128/896392631565828146/nyx_logo_transparent.webp" - ) - .setColor(client.color) - .addFields([ - { - name: `General`, - value: ` - <:nyx_owner:897418259433943120> Owner โฏ <@452076196419600394> - Bot โฏ ${client.user.tag} - Bot ID โฏ \`${client.user.id}\` - Created on โฏ \`${utils.botDate( - new Date(client.user.createdTimestamp) - )}\``, - inline: true, - }, - { - name: `Bot Stats`, - value: ` - Servers โฏ ${client.guilds.cache.size.toLocaleString()} - Users โฏ ${client.guilds.cache - .reduce((a, b) => a + b.memberCount, 0) - .toLocaleString()} - Channels โฏ \`${client.channels.cache.size.toLocaleString()}\` - Commands โฏ \`${client.slashCommands.size}\` - `, - inline: true, - }, - { - name: `Platform`, - value: ` - NYX โฏ \`v${version}\` - Discord.js โฏ \`v${djsversion}\` - Node.js โฏ \`${process.version}\``, - }, - { - name: `**${client.author}**`, - value: `**Development Management**\n\u3000ลƒ1ght#0001\n\u3000Cat drinking a cat#0795\n\u3000mightyful#6536\n\u3000Thunder#2128\n\u3000mobo#9277\n - **Research & Documentation**\n\u3000Thunder#2128\n - **Website**\n\u3000Chunchunmaru#8570`, - }, - ]) - .setFooter({ - text: `Made by ${client.author}`, - iconURL: client.user.displayAvatarURL({ dynamic: true }), - }) - .setTimestamp(); - interaction.followUp({ embeds: [embed] }); - }, -}; +const { EmbedBuilder, version: djsversion } = require("discord.js"); +const version = require("../../package.json").version; +module.exports = { + name: "botinfo", + description: "Check the info of the bot", + category: "Information", + run: async (client, interaction, args, utils) => { + const embed = new EmbedBuilder() + .setTitle(`NYX - CODM Gunsmith Bot`) + .setURL(utils.inviteLink(client.user.id)) + .setThumbnail( + "https://media.discordapp.net/attachments/896078559293104128/896392631565828146/nyx_logo_transparent.webp" + ) + .setColor(client.color) + .addFields([ + { + name: `General`, + value: ` + <:nyx_owner:897418259433943120> Owner โฏ <@452076196419600394> + Bot โฏ ${client.user.tag} + Bot ID โฏ \`${client.user.id}\` + Created on โฏ \`${utils.botDate( + new Date(client.user.createdTimestamp) + )}\``, + inline: true, + }, + { + name: `Bot Stats`, + value: ` + Servers โฏ ${client.guilds.cache.size.toLocaleString()} + Users โฏ ${client.guilds.cache + .reduce((a, b) => a + b.memberCount, 0) + .toLocaleString()} + Channels โฏ \`${client.channels.cache.size.toLocaleString()}\` + Commands โฏ \`${client.slashCommands.size}\` + `, + inline: true, + }, + { + name: `Platform`, + value: ` + NYX โฏ \`v${version}\` + Discord.js โฏ \`v${djsversion}\` + Node.js โฏ \`${process.version}\``, + }, + { + name: `**${client.author}**`, + value: `**Development Management**\n\u3000ลƒ1ght#0001\n\u3000Cat drinking a cat#0795\n\u3000mightyful#6536\n\u3000Thunder#2128\n\u3000mobo#9277\n + **Research & Documentation**\n\u3000Thunder#2128\n + **Website**\n\u3000Chunchunmaru#8570`, + }, + ]) + .setFooter({ + text: `Made by ${client.author}`, + iconURL: client.user.displayAvatarURL({ dynamic: true }), + }) + .setTimestamp(); + interaction.followUp({ embeds: [embed] }); + }, +}; diff --git a/command/Information/help.js b/command/Information/help.js @@ -1,204 +1,204 @@ -const { - EmbedBuilder, - Client, - CommandInteraction, - ActionRowBuilder, - StringSelectMenuBuilder, - ComponentType, -} = require("discord.js"); -const Utils = require("../../util/functions/function"); -module.exports = { - name: "help", - usage: "(Command/Category)", - description: "Shows all available bot commands", - category: "Information", - options: [ - { - type: 3, - name: "command", - description: "The command you want to see", - required: false, - }, - ], - /** - * - * @param {Client} client - * @param {CommandInteraction} interaction - * @param {String[]} args - * @param {Utils} utils - */ - run: async (client, interaction, args, utils) => { - if (!args[0]) { - await interaction.deleteReply(); - const emoji = { - CODM: "<a:codm:897030768793104385>", - APEX: "๐ŸŽ†", - Config: "<a:config:896990033561669762>", - Information: "<a:information:894962394932064346>", - Utilities: "<a:utilites:897233087941988392>", - }; - const directories = [ - ...new Set(client.slashCommands.map(cmd => cmd.directory)), - ]; - const categories = directories.map(dir => { - if (dir == "Owner") return; - const getCmds = client.slashCommands - .filter(c => c.directory == dir) - .map(cmd => { - return { - name: cmd.name || "No command name", - }; - }); - return { - directory: dir, - commands: getCmds, - }; - }); - const embed = new EmbedBuilder() - .setTitle(`**NYX's Commands**`) - .setDescription(`Please choose a category in the dropdown menu`) - .setColor(client.color) - .setTimestamp() - .addFields( - { - name: ":link: **Invite Me**", - value: `[Click Here](${utils.inviteLink(client.user.id)})`, - inline: true, - }, - { - name: "<:support1:867093614403256350> **Need Help ?**", - value: `[Support Server](${client.invite})`, - inline: true, - }, - { - name: "<:YouTube:841186450497339412> **Video Guide**", - value: `[How to use Slash Coammands](https://youtu.be/YSKDu1gKntY)`, - inline: true, - }, - { - name: `<:nyx_description:897379659665264650> Documentation`, - value: `[Click here](${client.docs})`, - inline: true, - }, - { - name: "<a:booster:896527475063025704> **Premium**", - value: `You can either boost support server or subscribe to developer's team [Ko-Fi](https://ko-fi.com/cathteam) or gift a nitro to one of the developer team.`, - inline: false, - } - ) - .setURL(client.docs) - .setThumbnail( - "https://media.discordapp.net/attachments/896078559293104128/896392631565828146/nyx_logo_transparent.webp" - ) - .setFooter({ - text: `Requested by ${interaction.user.tag}`, - iconURL: interaction.user.displayAvatarURL({ dynamic: true }), - }); - const components = state => [ - new ActionRowBuilder().addComponents( - new StringSelectMenuBuilder() - .setCustomId("help-menu") - .setPlaceholder(`Please select a category`) - .setDisabled(state) - .addOptions( - categories.map(cmd => { - return { - label: cmd.directory, - value: cmd.directory, - description: `Commands from ${cmd.directory} category`, - emoji: emoji[cmd.directory] || null, - }; - }) - ) - ), - ]; - - const msg = await interaction.channel.send({ - embeds: [embed], - components: components(false), - }); - const filter = m => m.user.id === interaction.user.id; - const collector = interaction.channel.createMessageComponentCollector({ - filter, - componentType: ComponentType.StringSelect, - time: 60000, - }); - collector.on("collect", async interaction => { - const [directory] = interaction.values; - const category = categories.find(u => u.directory === directory); - const newembed = new EmbedBuilder() - .setTitle( - `${emoji[directory]} ${directory} Commands ${emoji[directory]}` - ) - .setTimestamp() - .setColor(client.color) - .setFooter({ - text: `Please use /help (Command Name) for more details`, - }) - .setDescription( - category.commands - .map(cmd => { - return [`\`${cmd.name}\``]; - }) - .join(", ") - ); - interaction.reply({ embeds: [newembed] }); - }); - collector.on("end", () => msg.edit({ components: components(true) })); - } else { - const command = client.slashCommands.get(args[0].toLowerCase()); - if (!command) { - interaction.editReply({ - content: `There isn't any command named "${args[0]}"`, - }); - } else { - if (command.UserPerms && Array.isArray(command.UserPerms)) { - UserPermissions = command.UserPerms; - } else { - UserPermissions = [command.UserPerms ? command.UserPerms : ""]; - } - const fields = []; - const embed = new EmbedBuilder() - .setTitle(`"${command.name}" command details`) - .addFields([ - { - name: "**Command**:", - value: command.name ? `\`${command.name}\`` : "N/A", - }, - ]); - if (command.usage) - fields.push({ - name: "**Usage**:", - value: `\`/${command.name} ${command.usage}\``, - }); - else - fields.push({ - name: "**Usage**:", - value: `\`/${command.name}\``, - }); - - if (command.description) - fields.push({ - name: "**Description**:", - value: command.description, - }); - - if (command.timeout) - fields.push({ - name: "**Cooldown**:", - value: utils.timer(command.timeout), - }); - embed - .setFooter({ - text: `Requested by ${interaction.user.tag}`, - iconURL: interaction.user.displayAvatarURL({ dynamic: true }), - }) - .setTimestamp() - .addFields(fields) - .setURL(client.web) - .setColor(client.color); - interaction.followUp({ embeds: [embed] }); - } - } - }, -}; +const { + EmbedBuilder, + Client, + CommandInteraction, + ActionRowBuilder, + StringSelectMenuBuilder, + ComponentType, +} = require("discord.js"); +const Utils = require("../../util/functions/function"); +module.exports = { + name: "help", + usage: "(Command/Category)", + description: "Shows all available bot commands", + category: "Information", + options: [ + { + type: 3, + name: "command", + description: "The command you want to see", + required: false, + }, + ], + /** + * + * @param {Client} client + * @param {CommandInteraction} interaction + * @param {String[]} args + * @param {Utils} utils + */ + run: async (client, interaction, args, utils) => { + if (!args[0]) { + await interaction.deleteReply(); + const emoji = { + CODM: "<a:codm:897030768793104385>", + APEX: "๐ŸŽ†", + Config: "<a:config:896990033561669762>", + Information: "<a:information:894962394932064346>", + Utilities: "<a:utilites:897233087941988392>", + }; + const directories = [ + ...new Set(client.slashCommands.map(cmd => cmd.directory)), + ]; + const categories = directories.map(dir => { + if (dir == "Owner") return; + const getCmds = client.slashCommands + .filter(c => c.directory == dir) + .map(cmd => { + return { + name: cmd.name || "No command name", + }; + }); + return { + directory: dir, + commands: getCmds, + }; + }); + const embed = new EmbedBuilder() + .setTitle(`**NYX's Commands**`) + .setDescription(`Please choose a category in the dropdown menu`) + .setColor(client.color) + .setTimestamp() + .addFields( + { + name: ":link: **Invite Me**", + value: `[Click Here](${utils.inviteLink(client.user.id)})`, + inline: true, + }, + { + name: "<:support1:867093614403256350> **Need Help ?**", + value: `[Support Server](${client.invite})`, + inline: true, + }, + { + name: "<:YouTube:841186450497339412> **Video Guide**", + value: `[How to use Slash Coammands](https://youtu.be/YSKDu1gKntY)`, + inline: true, + }, + { + name: `<:nyx_description:897379659665264650> Documentation`, + value: `[Click here](${client.docs})`, + inline: true, + }, + { + name: "<a:booster:896527475063025704> **Premium**", + value: `You can either boost support server or subscribe to developer's team [Ko-Fi](https://ko-fi.com/cathteam) or gift a nitro to one of the developer team.`, + inline: false, + } + ) + .setURL(client.docs) + .setThumbnail( + "https://media.discordapp.net/attachments/896078559293104128/896392631565828146/nyx_logo_transparent.webp" + ) + .setFooter({ + text: `Requested by ${interaction.user.tag}`, + iconURL: interaction.user.displayAvatarURL({ dynamic: true }), + }); + const components = state => [ + new ActionRowBuilder().addComponents( + new StringSelectMenuBuilder() + .setCustomId("help-menu") + .setPlaceholder(`Please select a category`) + .setDisabled(state) + .addOptions( + categories.map(cmd => { + return { + label: cmd.directory, + value: cmd.directory, + description: `Commands from ${cmd.directory} category`, + emoji: emoji[cmd.directory] || null, + }; + }) + ) + ), + ]; + + const msg = await interaction.channel.send({ + embeds: [embed], + components: components(false), + }); + const filter = m => m.user.id === interaction.user.id; + const collector = interaction.channel.createMessageComponentCollector({ + filter, + componentType: ComponentType.StringSelect, + time: 60000, + }); + collector.on("collect", async interaction => { + const [directory] = interaction.values; + const category = categories.find(u => u.directory === directory); + const newembed = new EmbedBuilder() + .setTitle( + `${emoji[directory]} ${directory} Commands ${emoji[directory]}` + ) + .setTimestamp() + .setColor(client.color) + .setFooter({ + text: `Please use /help (Command Name) for more details`, + }) + .setDescription( + category.commands + .map(cmd => { + return [`\`${cmd.name}\``]; + }) + .join(", ") + ); + interaction.reply({ embeds: [newembed] }); + }); + collector.on("end", () => msg.edit({ components: components(true) })); + } else { + const command = client.slashCommands.get(args[0].toLowerCase()); + if (!command) { + interaction.editReply({ + content: `There isn't any command named "${args[0]}"`, + }); + } else { + if (command.UserPerms && Array.isArray(command.UserPerms)) { + UserPermissions = command.UserPerms; + } else { + UserPermissions = [command.UserPerms ? command.UserPerms : ""]; + } + const fields = []; + const embed = new EmbedBuilder() + .setTitle(`"${command.name}" command details`) + .addFields([ + { + name: "**Command**:", + value: command.name ? `\`${command.name}\`` : "N/A", + }, + ]); + if (command.usage) + fields.push({ + name: "**Usage**:", + value: `\`/${command.name} ${command.usage}\``, + }); + else + fields.push({ + name: "**Usage**:", + value: `\`/${command.name}\``, + }); + + if (command.description) + fields.push({ + name: "**Description**:", + value: command.description, + }); + + if (command.timeout) + fields.push({ + name: "**Cooldown**:", + value: utils.timer(command.timeout), + }); + embed + .setFooter({ + text: `Requested by ${interaction.user.tag}`, + iconURL: interaction.user.displayAvatarURL({ dynamic: true }), + }) + .setTimestamp() + .addFields(fields) + .setURL(client.web) + .setColor(client.color); + interaction.followUp({ embeds: [embed] }); + } + } + }, +}; diff --git a/command/Information/ping.js b/command/Information/ping.js @@ -1,34 +1,34 @@ -const { EmbedBuilder } = require("discord.js"); -module.exports = { - name: "ping", - description: "Check bot latency to Discord API", - category: "Information", - run: async (client, interaction, args) => { - const msg = await interaction.channel.send(`Pinging...`); - const messageping = msg.createdTimestamp - interaction.createdTimestamp; - await msg.delete(); - const Embed = new EmbedBuilder() - .setTitle("<a:pong:897383314405605436> Pong!") - .setAuthor({ - name: interaction.user.username, - iconURL: interaction.user.displayAvatarURL({ dynamic: true }), - }) - .setDescription( - `\n ๐Ÿ“จ โ€ข **Message Latency** \`${Math.floor(messageping)}ms\` - \n๐Ÿ›ฐ๏ธ โ€ข **Bot Latency** \`${Math.round(client.ws.ping)}ms\`` - ) - .setFooter({ - text: `Made by ${client.author}`, - iconURL: client.user.displayAvatarURL({ dynamic: true }), - }) - .setTimestamp() - .setColor( - messageping < 350 - ? "#008000" - : messageping < 500 && messageping > 350 - ? "#ffff31" - : "#ff0000" - ); - interaction.followUp({ embeds: [Embed] }); - }, -}; +const { EmbedBuilder } = require("discord.js"); +module.exports = { + name: "ping", + description: "Check bot latency to Discord API", + category: "Information", + run: async (client, interaction, args) => { + const msg = await interaction.channel.send(`Pinging...`); + const messageping = msg.createdTimestamp - interaction.createdTimestamp; + await msg.delete(); + const Embed = new EmbedBuilder() + .setTitle("<a:pong:897383314405605436> Pong!") + .setAuthor({ + name: interaction.user.username, + iconURL: interaction.user.displayAvatarURL({ dynamic: true }), + }) + .setDescription( + `\n ๐Ÿ“จ โ€ข **Message Latency** \`${Math.floor(messageping)}ms\` + \n๐Ÿ›ฐ๏ธ โ€ข **Bot Latency** \`${Math.round(client.ws.ping)}ms\`` + ) + .setFooter({ + text: `Made by ${client.author}`, + iconURL: client.user.displayAvatarURL({ dynamic: true }), + }) + .setTimestamp() + .setColor( + messageping < 350 + ? "#008000" + : messageping < 500 && messageping > 350 + ? "#ffff31" + : "#ff0000" + ); + interaction.followUp({ embeds: [Embed] }); + }, +}; diff --git a/command/Information/userinfo.js b/command/Information/userinfo.js @@ -1,89 +1,89 @@ -const { Client, CommandInteraction, EmbedBuilder } = require("discord.js"); -const Utils = require("../../util/functions/function"); -module.exports = { - name: "userinfo", - description: "Check the info of a user", - usage: "{User}", - category: "Information", - options: [ - { - type: 6, - name: "user", - description: "The user you want to see", - required: false, - }, - ], - /** - * - * @param {Client} client - * @param {CommandInteraction} interaction - * @param {String[]} args - * @param {Utils} utils - */ - run: async (client, interaction, args, utils) => { - const member = - interaction.guild.members.cache.get(args[0]) || interaction.member; - - const x = Date.now() - member.user.createdAt; - const y = - Date.now() - interaction.guild.members.cache.get(member.id).joinedAt; - const created = Math.floor(x / 86400000); - const joined = Math.floor(y / 86400000); - const nickname = member.nickname || "None"; - const roles = member.roles.cache - .filter(r => r.id != interaction.guild.id) - .sort((a, b) => b.position - a.position) - .map(role => role.toString()); - const createDateFormatted = utils.parseDate( - new Date(member.user.createdAt) - ); - const joinDateFormatted = utils.parseDate(new Date(member.joinedAt)); - const embed = new EmbedBuilder() - .setAuthor({ - name: member.user.tag, - iconURL: member.user.displayAvatarURL({ dynamic: true, size: 4096 }), - }) - .setTimestamp() - .setColor(member.displayHexColor || client.color) - .setURL(client.web) - .setFooter({ - text: `Made by ${client.author}`, - iconURL: client.user.displayAvatarURL({ dynamic: true, size: 4096 }), - }) - .setThumbnail(member.user.displayAvatarURL({ dynamic: true, size: 4096 })) - .addFields([ - { - name: "User", - value: `**โฏ User Tag:** ${member.user.tag} ${client.owners.includes(member.id) ? client.dev : ""} - **โฏ Username:** ${member.user.username} - **โฏ Discriminator:** ${member.user.discriminator} - **โฏ Nickname:** ${nickname} - **โฏ User ID:** ${member.id} - **โฏ Avatar:** [Link to avatar](${member.user.displayAvatarURL({ - dynamic: true, - size: 2048, - })}) - **โฏ Time Created:** ${createDateFormatted} \nSince ${created} day${created <= 1 ? "" : "s"} ago - \u200b`, - }, - { - name: "Member", - value: `**โฏ Highest Role:** ${ - member.roles.highest.id === interaction.guild.id - ? "None" - : member.roles.highest.name - } - **โฏ Server Join Date:** ${joinDateFormatted} \nSince ${joined} day${joined <= 1 ? "" : "s"} ago - **โฏ Roles [${roles.length}]:** ${ - roles.length < 10 && roles.length > 0 - ? roles.join(" **|** ") - : roles.length > 0 - ? utils.trimArray(roles) - : "None" - } - \u200b`, - }, - ]); - interaction.followUp({ embeds: [embed] }); - }, -}; +const { Client, CommandInteraction, EmbedBuilder } = require("discord.js"); +const Utils = require("../../util/functions/function"); +module.exports = { + name: "userinfo", + description: "Check the info of a user", + usage: "{User}", + category: "Information", + options: [ + { + type: 6, + name: "user", + description: "The user you want to see", + required: false, + }, + ], + /** + * + * @param {Client} client + * @param {CommandInteraction} interaction + * @param {String[]} args + * @param {Utils} utils + */ + run: async (client, interaction, args, utils) => { + const member = + interaction.guild.members.cache.get(args[0]) || interaction.member; + + const x = Date.now() - member.user.createdAt; + const y = + Date.now() - interaction.guild.members.cache.get(member.id).joinedAt; + const created = Math.floor(x / 86400000); + const joined = Math.floor(y / 86400000); + const nickname = member.nickname || "None"; + const roles = member.roles.cache + .filter(r => r.id != interaction.guild.id) + .sort((a, b) => b.position - a.position) + .map(role => role.toString()); + const createDateFormatted = utils.parseDate( + new Date(member.user.createdAt) + ); + const joinDateFormatted = utils.parseDate(new Date(member.joinedAt)); + const embed = new EmbedBuilder() + .setAuthor({ + name: member.user.tag, + iconURL: member.user.displayAvatarURL({ dynamic: true, size: 4096 }), + }) + .setTimestamp() + .setColor(member.displayHexColor || client.color) + .setURL(client.web) + .setFooter({ + text: `Made by ${client.author}`, + iconURL: client.user.displayAvatarURL({ dynamic: true, size: 4096 }), + }) + .setThumbnail(member.user.displayAvatarURL({ dynamic: true, size: 4096 })) + .addFields([ + { + name: "User", + value: `**โฏ User Tag:** ${member.user.tag} ${client.owners.includes(member.id) ? client.dev : ""} + **โฏ Username:** ${member.user.username} + **โฏ Discriminator:** ${member.user.discriminator} + **โฏ Nickname:** ${nickname} + **โฏ User ID:** ${member.id} + **โฏ Avatar:** [Link to avatar](${member.user.displayAvatarURL({ + dynamic: true, + size: 2048, + })}) + **โฏ Time Created:** ${createDateFormatted} \nSince ${created} day${created <= 1 ? "" : "s"} ago + \u200b`, + }, + { + name: "Member", + value: `**โฏ Highest Role:** ${ + member.roles.highest.id === interaction.guild.id + ? "None" + : member.roles.highest.name + } + **โฏ Server Join Date:** ${joinDateFormatted} \nSince ${joined} day${joined <= 1 ? "" : "s"} ago + **โฏ Roles [${roles.length}]:** ${ + roles.length < 10 && roles.length > 0 + ? roles.join(" **|** ") + : roles.length > 0 + ? utils.trimArray(roles) + : "None" + } + \u200b`, + }, + ]); + interaction.followUp({ embeds: [embed] }); + }, +}; diff --git a/command/Owner/accept.js b/command/Owner/accept.js @@ -1,50 +1,50 @@ -const { EmbedBuilder } = require("discord.js"); -module.exports = { - name: "accept", - category: "Owner", - usage: "(Message)", - description: "Accept a suggestion", - Owner: true, - options: [ - { - type: 3, - name: "messageid", - description: "The message ID to accept", - required: true, - }, - { - type: 3, - name: "query", - description: "The accept query", - required: false, - }, - ], - run: async (client, interaction, args) => { - const MessageID = args[0]; - const acceptQuery = - args.slice(1).join(" ") || `They didn't leave any message.`; - try { - const suggestionChannel = interaction.guild.channels.cache.get( - client.config.Report - ); - const suggestEmbed = await suggestionChannel.messages.fetch(MessageID); - const data = suggestEmbed.embeds[0]; - const acceptEmbed = new EmbedBuilder() - .setAuthor(data.author.name, data.author.iconURL) - .setDescription(data.description) - .setColor("Green") - .addField("**Status(ACCEPTED)**", acceptQuery); - suggestEmbed.edit({ embeds: [acceptEmbed] }); - const user = await client.users.cache.find( - u => u.tag === data.author.name - ); - interaction.followUp({ - content: "<a:nyx_checkmark:897240322411724841> Suggestion Accepted", - }); - user.send({ embeds: [acceptEmbed] }); - } catch (e) { - interaction.followUp({ content: "That suggestion doesn't exist" }); - console.log(e); - } - }, -}; +const { EmbedBuilder } = require("discord.js"); +module.exports = { + name: "accept", + category: "Owner", + usage: "(Message)", + description: "Accept a suggestion", + Owner: true, + options: [ + { + type: 3, + name: "messageid", + description: "The message ID to accept", + required: true, + }, + { + type: 3, + name: "query", + description: "The accept query", + required: false, + }, + ], + run: async (client, interaction, args) => { + const MessageID = args[0]; + const acceptQuery = + args.slice(1).join(" ") || `They didn't leave any message.`; + try { + const suggestionChannel = interaction.guild.channels.cache.get( + client.config.Report + ); + const suggestEmbed = await suggestionChannel.messages.fetch(MessageID); + const data = suggestEmbed.embeds[0]; + const acceptEmbed = new EmbedBuilder() + .setAuthor(data.author.name, data.author.iconURL) + .setDescription(data.description) + .setColor("Green") + .addField("**Status(ACCEPTED)**", acceptQuery); + suggestEmbed.edit({ embeds: [acceptEmbed] }); + const user = await client.users.cache.find( + u => u.tag === data.author.name + ); + interaction.followUp({ + content: "<a:nyx_checkmark:897240322411724841> Suggestion Accepted", + }); + user.send({ embeds: [acceptEmbed] }); + } catch (e) { + interaction.followUp({ content: "That suggestion doesn't exist" }); + console.log(e); + } + }, +}; diff --git a/command/Owner/blacklist.js b/command/Owner/blacklist.js @@ -1,65 +1,65 @@ -module.exports = { - name: "blacklist", - category: "Owner", - usage: "(User) (Toggle) (Reason)", - description: "Manage Blacklisted Users", - Owner: true, - options: [ - { - type: 6, - name: "user", - description: "The user to blacklist/whitelist", - required: true, - }, - { - type: 5, - name: "blacklist", - description: "Whether to blacklist or whitelist", - required: true, - }, - { - type: 3, - name: "reason", - description: "The reason to blacklist", - required: true, - }, - ], - run: async (client, interaction) => { - const user = interaction.options.getUser("user"); - const toggle = interaction.options.getBoolean("blacklist"); - const reason = interaction.options.getString("reason"); - if (toggle === true) { - await client.data.BK(user.id, toggle, reason); - const embed = new EmbedBuilder() - .setTitle( - "<a:nyx_checkmark:897240322411724841> Successfully Blacklisted" - ) - .setDescription( - `**User:** ${user.user.tag} \`(${user.id})\`\n**Reason:** ${reason} \n**Blacklisted by:** ${interaction.member}` - ) - .setURL(client.web) - .setColor(client.color) - .setFooter({ - text: `Made by ${client.author}`, - iconURL: client.user.displayAvatarURL({ dynamic: true }), - }) - .setTimestamp(); - interaction.followUp({ embeds: [embed] }); - } else { - await client.data.BK(user.id, toggle, reason); - const embed = new EmbedBuilder() - .setTitle("<a:nyx_checkmark:897240322411724841> Removed From Blacklist") - .setDescription( - `**User:** ${user.user.tag} \`(${user.id})\`\n**Reason:** ${reason} \n**Whitelisted by:** ${interaction.member}` - ) - .setURL(client.web) - .setColor(client.color) - .setFooter({ - text: `Made by ${client.author}`, - iconURL: client.user.displayAvatarURL({ dynamic: true }), - }) - .setTimestamp(); - interaction.followUp({ embeds: [embed] }); - } - }, -}; +module.exports = { + name: "blacklist", + category: "Owner", + usage: "(User) (Toggle) (Reason)", + description: "Manage Blacklisted Users", + Owner: true, + options: [ + { + type: 6, + name: "user", + description: "The user to blacklist/whitelist", + required: true, + }, + { + type: 5, + name: "blacklist", + description: "Whether to blacklist or whitelist", + required: true, + }, + { + type: 3, + name: "reason", + description: "The reason to blacklist", + required: true, + }, + ], + run: async (client, interaction) => { + const user = interaction.options.getUser("user"); + const toggle = interaction.options.getBoolean("blacklist"); + const reason = interaction.options.getString("reason"); + if (toggle === true) { + await client.data.BK(user.id, toggle, reason); + const embed = new EmbedBuilder() + .setTitle( + "<a:nyx_checkmark:897240322411724841> Successfully Blacklisted" + ) + .setDescription( + `**User:** ${user.user.tag} \`(${user.id})\`\n**Reason:** ${reason} \n**Blacklisted by:** ${interaction.member}` + ) + .setURL(client.web) + .setColor(client.color) + .setFooter({ + text: `Made by ${client.author}`, + iconURL: client.user.displayAvatarURL({ dynamic: true }), + }) + .setTimestamp(); + interaction.followUp({ embeds: [embed] }); + } else { + await client.data.BK(user.id, toggle, reason); + const embed = new EmbedBuilder() + .setTitle("<a:nyx_checkmark:897240322411724841> Removed From Blacklist") + .setDescription( + `**User:** ${user.user.tag} \`(${user.id})\`\n**Reason:** ${reason} \n**Whitelisted by:** ${interaction.member}` + ) + .setURL(client.web) + .setColor(client.color) + .setFooter({ + text: `Made by ${client.author}`, + iconURL: client.user.displayAvatarURL({ dynamic: true }), + }) + .setTimestamp(); + interaction.followUp({ embeds: [embed] }); + } + }, +}; diff --git a/command/Owner/deny.js b/command/Owner/deny.js @@ -1,49 +1,49 @@ -const { EmbedBuilder } = require("discord.js"); -module.exports = { - name: "deny", - category: "Owner", - usage: "(Message)", - description: "Deny a suggestion", - Owner: true, - options: [ - { - type: 3, - name: "messageid", - description: "The message ID to deny", - required: true, - }, - { - type: 3, - name: "query", - description: "The deny query", - required: false, - }, - ], - run: async (client, interaction, args) => { - const MessageID = args[0]; - const denyQuery = args[1] || `They didn't leave any message.`; - try { - const suggestionChannel = interaction.guild.channels.cache.get( - client.config.Report - ); - const suggestEmbed = await suggestionChannel.messages.fetch(MessageID); - const data = suggestEmbed.embeds[0]; - const denyEmbed = new EmbedBuilder() - .setAuthor(data.author.name, data.author.iconURL) - .setDescription(data.description) - .setColor("Red") - .addField("**Status(DENIED)**", denyQuery); - suggestEmbed.edit({ embeds: [denyEmbed] }); - const user = await client.users.cache.find( - u => u.tag === data.author.name - ); - interaction.followUp({ - content: "<a:nyx_cross:897244999211696198> Suggestion Denied", - }); - user.send({ embeds: [denyEmbed] }); - } catch (e) { - interaction.followUp({ content: "That suggestion doesn't exist" }); - console.log(e); - } - }, -}; +const { EmbedBuilder } = require("discord.js"); +module.exports = { + name: "deny", + category: "Owner", + usage: "(Message)", + description: "Deny a suggestion", + Owner: true, + options: [ + { + type: 3, + name: "messageid", + description: "The message ID to deny", + required: true, + }, + { + type: 3, + name: "query", + description: "The deny query", + required: false, + }, + ], + run: async (client, interaction, args) => { + const MessageID = args[0]; + const denyQuery = args[1] || `They didn't leave any message.`; + try { + const suggestionChannel = interaction.guild.channels.cache.get( + client.config.Report + ); + const suggestEmbed = await suggestionChannel.messages.fetch(MessageID); + const data = suggestEmbed.embeds[0]; + const denyEmbed = new EmbedBuilder() + .setAuthor(data.author.name, data.author.iconURL) + .setDescription(data.description) + .setColor("Red") + .addField("**Status(DENIED)**", denyQuery); + suggestEmbed.edit({ embeds: [denyEmbed] }); + const user = await client.users.cache.find( + u => u.tag === data.author.name + ); + interaction.followUp({ + content: "<a:nyx_cross:897244999211696198> Suggestion Denied", + }); + user.send({ embeds: [denyEmbed] }); + } catch (e) { + interaction.followUp({ content: "That suggestion doesn't exist" }); + console.log(e); + } + }, +}; diff --git a/command/Owner/dm.js b/command/Owner/dm.js @@ -1,33 +1,33 @@ -module.exports = { - name: "dm", - category: "Owner", - usage: "(User) (Message)", - description: "DM a user", - Owner: true, - options: [ - { - type: 6, - name: "user", - description: "The user you want to send", - required: true, - }, - { - type: 3, - name: "msg", - description: "The message you want to send", - required: true, - }, - ], - run: async (client, interaction, args) => { - const user = interaction.options.getUser("user"); - if (!user) return interaction.followUp("User?"); - if (!args[1]) return interaction.followUp("Message?"); - try { - await user - .send({ content: args[1] }) - .then(() => interaction.followUp({ content: `Sent message` })); - } catch (err) { - interaction.user.send({ content: "That user can't be dmed" }); - } - }, -}; +module.exports = { + name: "dm", + category: "Owner", + usage: "(User) (Message)", + description: "DM a user", + Owner: true, + options: [ + { + type: 6, + name: "user", + description: "The user you want to send", + required: true, + }, + { + type: 3, + name: "msg", + description: "The message you want to send", + required: true, + }, + ], + run: async (client, interaction, args) => { + const user = interaction.options.getUser("user"); + if (!user) return interaction.followUp("User?"); + if (!args[1]) return interaction.followUp("Message?"); + try { + await user + .send({ content: args[1] }) + .then(() => interaction.followUp({ content: `Sent message` })); + } catch (err) { + interaction.user.send({ content: "That user can't be dmed" }); + } + }, +}; diff --git a/command/Owner/eval.js b/command/Owner/eval.js @@ -1,129 +1,129 @@ -const Discord = require("discord.js"); -module.exports = { - name: "eval", - category: "Owner", - usage: "(Code)", - Owner: true, - description: "Eval something", - - options: [ - { - type: 3, - name: "code", - description: "The code to eval", - required: true, - }, - ], - run: async (client, interaction, args, utils) => { - const code = args[0]; - function CheckFilter(object) { - if (typeof object === "string") { - object = object.replace( - new RegExp(`${client.token || process.env.TOKEN}`, "gi"), - "Cannot eval Token" - ); - } else if (typeof object === "object") { - if (Array.isArray(object)) { - for (let i = 0; i < object.length; i++) { - object[i] = CheckFilter(object[i]); - } - } else { - for (const key in object) { - object[key] = CheckFilter(object[key]); - } - } - } - return object; - } - const oldSend = Discord.TextChannel.prototype.send; - Discord.TextChannel.prototype.send = async function send(content, options) { - return oldSend.bind(this)(CheckFilter(content), CheckFilter(options)); - }; - let evaled; - try { - evaled = eval(code); - if (evaled instanceof Promise) evaled = await evaled; - } catch (err) { - evaled = err; - } - if (typeof evaled !== "string") evaled = require("util").inspect(evaled); - evaled = chunk([evaled], 750); - let reactions = ["โŒ", "โช", "โ—€๏ธ", "โน๏ธ", "โ–ถ๏ธ", "โฉ"], - page = 0, - evaledEmbed = new Discord.EmbedBuilder() - .setColor(client.color) - .setDescription(`\`\`\`js\n${evaled[0]}\n\`\`\``) - .setTimestamp() - .setAuthor({ - name: `Evaled by ${interaction.user.tag}`, - iconURL: interaction.user.displayAvatarURL({ dynamic: true }), - }); - const mainMessage = await interaction.channel.send({ - embeds: [evaledEmbed], - }); - Discord.TextChannel.prototype.send = oldSend; - await Promise.all( - (evaled.length === 1 ? ["โŒ", "โน๏ธ"] : reactions).map(r => - mainMessage.react(r) - ) - ); - const filter = (reaction, user) => - (evaled.length === 1 ? ["โŒ", "โน๏ธ"] : reactions).some( - e => e === reaction.emoji.name - ) && user.id === interaction.user.id; - const collector = mainMessage.createReactionCollector({ - filter, - time: 999999, - }); - collector.on("collect", async reaction => { - switch (reaction.emoji.name) { - case "โŒ": - await collector.stop(); - return mainMessage.delete(); - case "โช": - if (evaled.length === 1 || page === 0) return; - page = 0; - break; - case "โ—€๏ธ": - if (evaled.length === 1) return; - if (page === 0) { - page = evaled.length - 1; - } else { - page -= 1; - } - break; - case "โน๏ธ": - await collector.stop(); - for (const reaction of mainMessage.reactions.cache.map(e => e)) { - await reaction.users.remove(client.user.id); - } - return; - case "โ–ถ๏ธ": - if (evaled.length === 1) return; - if (page === evaled.length - 1) { - page = 0; - } else { - page += 1; - } - break; - case "โฉ": - if (evaled.length === 1 || page === evaled.length - 1) return; - page = evaled.length - 1; - break; - } - evaledEmbed = new Discord.EmbedBuilder() - .setColor(interaction.guild.me.displayColor) - .setDescription(`\`\`\`js\n${evaled[page]}\n\`\`\``); - await mainMessage.edit({ - embeds: [evaledEmbed], - }); - }); - }, -}; -function chunk(arr, size) { - let c; - Array.from({ length: Math.ceil(arr.length / size) }, (v, i) => { - c = arr.slice(i * size, i * size + size); - }); - return c; -} +const Discord = require("discord.js"); +module.exports = { + name: "eval", + category: "Owner", + usage: "(Code)", + Owner: true, + description: "Eval something", + + options: [ + { + type: 3, + name: "code", + description: "The code to eval", + required: true, + }, + ], + run: async (client, interaction, args, utils) => { + const code = args[0]; + function CheckFilter(object) { + if (typeof object === "string") { + object = object.replace( + new RegExp(`${client.token || process.env.TOKEN}`, "gi"), + "Cannot eval Token" + ); + } else if (typeof object === "object") { + if (Array.isArray(object)) { + for (let i = 0; i < object.length; i++) { + object[i] = CheckFilter(object[i]); + } + } else { + for (const key in object) { + object[key] = CheckFilter(object[key]); + } + } + } + return object; + } + const oldSend = Discord.TextChannel.prototype.send; + Discord.TextChannel.prototype.send = async function send(content, options) { + return oldSend.bind(this)(CheckFilter(content), CheckFilter(options)); + }; + let evaled; + try { + evaled = eval(code); + if (evaled instanceof Promise) evaled = await evaled; + } catch (err) { + evaled = err; + } + if (typeof evaled !== "string") evaled = require("util").inspect(evaled); + evaled = chunk([evaled], 750); + let reactions = ["โŒ", "โช", "โ—€๏ธ", "โน๏ธ", "โ–ถ๏ธ", "โฉ"], + page = 0, + evaledEmbed = new Discord.EmbedBuilder() + .setColor(client.color) + .setDescription(`\`\`\`js\n${evaled[0]}\n\`\`\``) + .setTimestamp() + .setAuthor({ + name: `Evaled by ${interaction.user.tag}`, + iconURL: interaction.user.displayAvatarURL({ dynamic: true }), + }); + const mainMessage = await interaction.channel.send({ + embeds: [evaledEmbed], + }); + Discord.TextChannel.prototype.send = oldSend; + await Promise.all( + (evaled.length === 1 ? ["โŒ", "โน๏ธ"] : reactions).map(r => + mainMessage.react(r) + ) + ); + const filter = (reaction, user) => + (evaled.length === 1 ? ["โŒ", "โน๏ธ"] : reactions).some( + e => e === reaction.emoji.name + ) && user.id === interaction.user.id; + const collector = mainMessage.createReactionCollector({ + filter, + time: 999999, + }); + collector.on("collect", async reaction => { + switch (reaction.emoji.name) { + case "โŒ": + await collector.stop(); + return mainMessage.delete(); + case "โช": + if (evaled.length === 1 || page === 0) return; + page = 0; + break; + case "โ—€๏ธ": + if (evaled.length === 1) return; + if (page === 0) { + page = evaled.length - 1; + } else { + page -= 1; + } + break; + case "โน๏ธ": + await collector.stop(); + for (const reaction of mainMessage.reactions.cache.map(e => e)) { + await reaction.users.remove(client.user.id); + } + return; + case "โ–ถ๏ธ": + if (evaled.length === 1) return; + if (page === evaled.length - 1) { + page = 0; + } else { + page += 1; + } + break; + case "โฉ": + if (evaled.length === 1 || page === evaled.length - 1) return; + page = evaled.length - 1; + break; + } + evaledEmbed = new Discord.EmbedBuilder() + .setColor(interaction.guild.me.displayColor) + .setDescription(`\`\`\`js\n${evaled[page]}\n\`\`\``); + await mainMessage.edit({ + embeds: [evaledEmbed], + }); + }); + }, +}; +function chunk(arr, size) { + let c; + Array.from({ length: Math.ceil(arr.length / size) }, (v, i) => { + c = arr.slice(i * size, i * size + size); + }); + return c; +} diff --git a/command/Owner/getinvite.js b/command/Owner/getinvite.js @@ -1,47 +1,47 @@ -module.exports = { - name: "getinvite", - category: "Owner", - usage: "(Guild)", - description: "Generates an invitation to the server", - Owner: true, - options: [ - { - type: 3, - name: "guild", - description: "The guild you want to get invite (Server ID/Name)", - required: true, - }, - ], - run: async (client, interaction, args) => { - let guild = null; - const fetched = - client.guilds.cache.find(g => g.name === args.join(" ")) || - client.guilds.cache.get(args[0]); - guild = fetched; - if (guild) { - const tChannel = guild.channels.cache.find( - ch => - ch.type == "GUILD_TEXT" && - ch.permissionsFor(ch.guild.me).has("CREATE_INSTANT_INVITE") - ); - if (!tChannel) { - interaction.followUp({ - content: `\`${args.join( - " " - )}\` - Bot can't get invite since it doesn't get enough permission`, - }); - } - const invite = await tChannel - .createInvite({ temporary: false, maxAge: 0 }) - .catch(e => { - console.log(e); - interaction.followUp({ content: e.stack }); - }); - interaction.followUp({ content: invite.url }); - } else { - interaction.followUp({ - content: `\`${args.join(" ")}\` - Bot isn't in that server`, - }); - } - }, -}; +module.exports = { + name: "getinvite", + category: "Owner", + usage: "(Guild)", + description: "Generates an invitation to the server", + Owner: true, + options: [ + { + type: 3, + name: "guild", + description: "The guild you want to get invite (Server ID/Name)", + required: true, + }, + ], + run: async (client, interaction, args) => { + let guild = null; + const fetched = + client.guilds.cache.find(g => g.name === args.join(" ")) || + client.guilds.cache.get(args[0]); + guild = fetched; + if (guild) { + const tChannel = guild.channels.cache.find( + ch => + ch.type == "GUILD_TEXT" && + ch.permissionsFor(ch.guild.me).has("CREATE_INSTANT_INVITE") + ); + if (!tChannel) { + interaction.followUp({ + content: `\`${args.join( + " " + )}\` - Bot can't get invite since it doesn't get enough permission`, + }); + } + const invite = await tChannel + .createInvite({ temporary: false, maxAge: 0 }) + .catch(e => { + console.log(e); + interaction.followUp({ content: e.stack }); + }); + interaction.followUp({ content: invite.url }); + } else { + interaction.followUp({ + content: `\`${args.join(" ")}\` - Bot isn't in that server`, + }); + } + }, +}; diff --git a/command/Owner/guilds.js b/command/Owner/guilds.js @@ -1,45 +1,45 @@ -const { EmbedBuilder } = require("discord.js"); -module.exports = { - name: "guilds", - category: "Owner", - description: "Check top 10 guilds of the bot", - Owner: true, - run: async (client, interaction) => { - const guilds = client.guilds.cache - .sort((a, b) => b.memberCount - a.memberCount) - .first(10); - const description = guilds - .map((guild, index) => { - return `**${index + 1}โฏ** ${guild.name} =โฏ ${ - guild.memberCount - } members`; - }) - .join("\n"); - const embed = new EmbedBuilder() - .setTitle("Guilds") - .setDescription(description) - .setColor(client.color) - .addFields([ - { - name: `Total Guilds`, - value: client.guilds.cache.size - ? client.guilds.cache.size.toString() - : "0", - inline: true, - }, - { - name: `Total Members`, - value: client.users.cache.size - ? client.users.cache.size.toString() - : "0", - inline: true, - }, - ]) - .setFooter({ - text: `Made by ${client.author}`, - iconURL: client.user.displayAvatarURL({ dynamic: true }), - }) - .setTimestamp(); - interaction.followUp({ embeds: [embed] }); - }, -}; +const { EmbedBuilder } = require("discord.js"); +module.exports = { + name: "guilds", + category: "Owner", + description: "Check top 10 guilds of the bot", + Owner: true, + run: async (client, interaction) => { + const guilds = client.guilds.cache + .sort((a, b) => b.memberCount - a.memberCount) + .first(10); + const description = guilds + .map((guild, index) => { + return `**${index + 1}โฏ** ${guild.name} =โฏ ${ + guild.memberCount + } members`; + }) + .join("\n"); + const embed = new EmbedBuilder() + .setTitle("Guilds") + .setDescription(description) + .setColor(client.color) + .addFields([ + { + name: `Total Guilds`, + value: client.guilds.cache.size + ? client.guilds.cache.size.toString() + : "0", + inline: true, + }, + { + name: `Total Members`, + value: client.users.cache.size + ? client.users.cache.size.toString() + : "0", + inline: true, + }, + ]) + .setFooter({ + text: `Made by ${client.author}`, + iconURL: client.user.displayAvatarURL({ dynamic: true }), + }) + .setTimestamp(); + interaction.followUp({ embeds: [embed] }); + }, +}; diff --git a/command/Owner/restart.js b/command/Owner/restart.js @@ -1,18 +1,18 @@ -module.exports = { - name: "restart", - category: "Owner", - description: "Restart the bot", - Owner: true, - run: async (client, interaction, args) => { - await interaction.deleteReply(); - const msg = await interaction.channel.send( - "<a:config:896990033561669762> Restarting " - ); - await client.destroy(); - await client.login(process.env.TOKEN); - await msg.delete(); - await interaction.channel.send( - "<a:nyx_checkmark:897240322411724841> Restarted" - ); - }, -}; +module.exports = { + name: "restart", + category: "Owner", + description: "Restart the bot", + Owner: true, + run: async (client, interaction, args) => { + await interaction.deleteReply(); + const msg = await interaction.channel.send( + "<a:config:896990033561669762> Restarting " + ); + await client.destroy(); + await client.login(process.env.TOKEN); + await msg.delete(); + await interaction.channel.send( + "<a:nyx_checkmark:897240322411724841> Restarted" + ); + }, +}; diff --git a/command/Utilities/invite.js b/command/Utilities/invite.js @@ -1,38 +1,38 @@ -const { EmbedBuilder } = require("discord.js"); - -module.exports = { - name: "invite", - description: "Get bot invite link or get support", - category: "Utilities", - - run: async (client, interaction, args, utils) => { - const embed = new EmbedBuilder() - .setFooter({ - text: `Made by ${client.author}`, - iconURL: client.user.displayAvatarURL({ dynamic: true }), - }) - .setColor(client.color) - .setTimestamp() - .setAuthor({ - name: interaction.user.tag, - iconURL: interaction.user.displayAvatarURL({ dynamic: true }), - }) - .setTitle(`Support/Invite`) - .setThumbnail( - "https://github.com/night0721/cath.js/blob/master/util/assets/images/nyx_logo_transparent.webp" - ) - .addFields([ - { - name: "<a:booster:896527475063025704> **Premium**", - value: - "**You can either boost support server or subscribe to developer's team [Ko-Fi](https://ko-fi.com/cathteam) or gift a nitro to one of the developer team.**", - inline: true, - }, - ]); - interaction.followUp({ - content: "Please click the buttons below for more information", - embeds: [embed], - components: utils.buttons(client), - }); - }, -}; +const { EmbedBuilder } = require("discord.js"); + +module.exports = { + name: "invite", + description: "Get bot invite link or get support", + category: "Utilities", + + run: async (client, interaction, args, utils) => { + const embed = new EmbedBuilder() + .setFooter({ + text: `Made by ${client.author}`, + iconURL: client.user.displayAvatarURL({ dynamic: true }), + }) + .setColor(client.color) + .setTimestamp() + .setAuthor({ + name: interaction.user.tag, + iconURL: interaction.user.displayAvatarURL({ dynamic: true }), + }) + .setTitle(`Support/Invite`) + .setThumbnail( + "https://github.com/night0721/cath.js/blob/master/util/assets/images/nyx_logo_transparent.webp" + ) + .addFields([ + { + name: "<a:booster:896527475063025704> **Premium**", + value: + "**You can either boost support server or subscribe to developer's team [Ko-Fi](https://ko-fi.com/cathteam) or gift a nitro to one of the developer team.**", + inline: true, + }, + ]); + interaction.followUp({ + content: "Please click the buttons below for more information", + embeds: [embed], + components: utils.buttons(client), + }); + }, +}; diff --git a/command/Utilities/report.js b/command/Utilities/report.js @@ -1,45 +1,45 @@ -const { EmbedBuilder } = require("discord.js"); - -module.exports = { - name: "report", - description: "Report a bug of the bot", - category: "Utilities", - options: [ - { - type: 3, - name: "bug", - description: "The bug you want to report", - required: true, - }, - ], - run: async (client, interaction, args) => { - interaction.followUp({ - embeds: [ - new EmbedBuilder() - .setTitle("SUCCESS!") - .setDescription( - "You have reported a bug.\nPlease wait for us to solve it" - ) - .setFooter({ - text: `Made by ${client.author}`, - iconURL: client.user.displayAvatarURL({ dynamic: true }), - }) - .setTimestamp() - .setColor("Green"), - ], - }); - client.channels.cache.get(client.config.Report).send({ - embeds: [ - new EmbedBuilder() - .setAuthor({ - name: interaction.user.tag, - iconURL: interaction.user.displayAvatarURL({ dynamic: true }), - }) - .setTitle("New Bug") - .setDescription(args[0]) - .setColor("Orange") - .setTimestamp(), - ], - }); - }, -}; +const { EmbedBuilder } = require("discord.js"); + +module.exports = { + name: "report", + description: "Report a bug of the bot", + category: "Utilities", + options: [ + { + type: 3, + name: "bug", + description: "The bug you want to report", + required: true, + }, + ], + run: async (client, interaction, args) => { + interaction.followUp({ + embeds: [ + new EmbedBuilder() + .setTitle("SUCCESS!") + .setDescription( + "You have reported a bug.\nPlease wait for us to solve it" + ) + .setFooter({ + text: `Made by ${client.author}`, + iconURL: client.user.displayAvatarURL({ dynamic: true }), + }) + .setTimestamp() + .setColor("Green"), + ], + }); + client.channels.cache.get(client.config.Report).send({ + embeds: [ + new EmbedBuilder() + .setAuthor({ + name: interaction.user.tag, + iconURL: interaction.user.displayAvatarURL({ dynamic: true }), + }) + .setTitle("New Bug") + .setDescription(args[0]) + .setColor("Orange") + .setTimestamp(), + ], + }); + }, +}; diff --git a/command/Utilities/suggest.js b/command/Utilities/suggest.js @@ -1,44 +1,44 @@ -const { EmbedBuilder } = require("discord.js"); -module.exports = { - name: "suggest", - description: "Make a suggestion of the bot", - category: "Utilities", - options: [ - { - type: 3, - name: "suggestion", - description: "The suggestion", - required: true, - }, - ], - run: async (client, interaction, args) => { - client.channels.cache.get(client.config.Suggestion).send({ - embeds: [ - new EmbedBuilder() - .setAuthor({ - name: interaction.user.tag, - iconURL: interaction.user.displayAvatarURL({ dynamic: true }), - }) - .setTitle("New Suggestion") - .setDescription(args[0]) - .setColor("Orange") - .setTimestamp(), - ], - }); - interaction.followUp({ - embeds: [ - new EmbedBuilder() - .setTitle("SUCCESS!") - .setDescription( - "You have sent a suggestion.\nPlease wait for us to review it" - ) - .setColor("Green") - .setFooter({ - text: `Made by ${client.author}`, - iconURL: client.user.displayAvatarURL({ dynamic: true }), - }) - .setTimestamp(), - ], - }); - }, -}; +const { EmbedBuilder } = require("discord.js"); +module.exports = { + name: "suggest", + description: "Make a suggestion of the bot", + category: "Utilities", + options: [ + { + type: 3, + name: "suggestion", + description: "The suggestion", + required: true, + }, + ], + run: async (client, interaction, args) => { + client.channels.cache.get(client.config.Suggestion).send({ + embeds: [ + new EmbedBuilder() + .setAuthor({ + name: interaction.user.tag, + iconURL: interaction.user.displayAvatarURL({ dynamic: true }), + }) + .setTitle("New Suggestion") + .setDescription(args[0]) + .setColor("Orange") + .setTimestamp(), + ], + }); + interaction.followUp({ + embeds: [ + new EmbedBuilder() + .setTitle("SUCCESS!") + .setDescription( + "You have sent a suggestion.\nPlease wait for us to review it" + ) + .setColor("Green") + .setFooter({ + text: `Made by ${client.author}`, + iconURL: client.user.displayAvatarURL({ dynamic: true }), + }) + .setTimestamp(), + ], + }); + }, +}; diff --git a/config.js b/config.js @@ -1,13 +1,13 @@ -module.exports = { - prefix: "C.", - URL: "https://night0721.me/", - color: "ff3636", - Suggestion: "853319776034226186", - Report: "853319776034226186", - Welcome: "837913442228371456", - DMLog: "900549765534736394", - CMDLog: "848613827226239046", - ErrorLog: "938538311537012796", - ServerLog: "848613714537873518", - ScamLinkLog: "936986641585799178", -}; +module.exports = { + prefix: "C.", + URL: "https://night0721.me/", + color: "ff3636", + Suggestion: "853319776034226186", + Report: "853319776034226186", + Welcome: "837913442228371456", + DMLog: "900549765534736394", + CMDLog: "848613827226239046", + ErrorLog: "938538311537012796", + ServerLog: "848613714537873518", + ScamLinkLog: "936986641585799178", +}; diff --git a/events/embed.js b/events/embed.js @@ -1,75 +1,75 @@ -const client = require("../"); -const { EmbedBuilder } = require("discord.js"); -const { Welcome } = require("../config"); -client.on("guildMemberAdd", async member => { - const channel = member.guild.channels.cache.find( - channel => channel.id == Welcome - ); - if (!channel) return; - channel.send({ - embeds: [ - new EmbedBuilder() - .setTitle( - `<:join:897246825122254848> Hello ${member}, Welcome to NYX's Support Server!` - ) - .setThumbnail( - member.user.displayAvatarURL({ dynamic: true, size: 512 }) - ) - .addFields( - { - name: "Read Rules", - value: `<#799074874513555496>`, - inline: true, - }, - { - name: "Support Channel", - value: `<#837865823225511946>`, - inline: true, - }, - { - name: "FAQ", - value: `<#897345265516822558>`, - inline: true, - }, - { - name: "Badge", - value: `<#897345265516822558>`, - inline: true, - }, - { - name: "User ID:", - value: `\`\`\`\n${member.id}\n\`\`\``, - inline: true, - } - ) - .setFooter({ - text: `${member.user.tag} joined the server!`, - iconURL: member.user.displayAvatarURL({ dynamic: true }), - }) - .setColor(client.color) - .setTimestamp(), - ], - }); -}); -client.on("guildMemberRemove", async member => { - const channel = member.guild.channels.cache.find( - channel => channel.id == Welcome - ); - if (!channel) return; - channel.send({ - embeds: [ - new EmbedBuilder() - .setTitle( - `<:leave:897246828045680640> ${member.user.username} can't handle being cool! ` - ) - .setThumbnail(member.guild.iconURL({ dynamic: true })) - .setDescription(`We now only have ${member.guild.memberCount} members`) - .setFooter({ - text: `${member.user.tag} left the server!`, - iconURL: member.user.displayAvatarURL({ dynamic: true }), - }) - .setColor(client.color) - .setTimestamp(), - ], - }); -}); +const client = require("../"); +const { EmbedBuilder } = require("discord.js"); +const { Welcome } = require("../config"); +client.on("guildMemberAdd", async member => { + const channel = member.guild.channels.cache.find( + channel => channel.id == Welcome + ); + if (!channel) return; + channel.send({ + embeds: [ + new EmbedBuilder() + .setTitle( + `<:join:897246825122254848> Hello ${member}, Welcome to NYX's Support Server!` + ) + .setThumbnail( + member.user.displayAvatarURL({ dynamic: true, size: 512 }) + ) + .addFields( + { + name: "Read Rules", + value: `<#799074874513555496>`, + inline: true, + }, + { + name: "Support Channel", + value: `<#837865823225511946>`, + inline: true, + }, + { + name: "FAQ", + value: `<#897345265516822558>`, + inline: true, + }, + { + name: "Badge", + value: `<#897345265516822558>`, + inline: true, + }, + { + name: "User ID:", + value: `\`\`\`\n${member.id}\n\`\`\``, + inline: true, + } + ) + .setFooter({ + text: `${member.user.tag} joined the server!`, + iconURL: member.user.displayAvatarURL({ dynamic: true }), + }) + .setColor(client.color) + .setTimestamp(), + ], + }); +}); +client.on("guildMemberRemove", async member => { + const channel = member.guild.channels.cache.find( + channel => channel.id == Welcome + ); + if (!channel) return; + channel.send({ + embeds: [ + new EmbedBuilder() + .setTitle( + `<:leave:897246828045680640> ${member.user.username} can't handle being cool! ` + ) + .setThumbnail(member.guild.iconURL({ dynamic: true })) + .setDescription(`We now only have ${member.guild.memberCount} members`) + .setFooter({ + text: `${member.user.tag} left the server!`, + iconURL: member.user.displayAvatarURL({ dynamic: true }), + }) + .setColor(client.color) + .setTimestamp(), + ], + }); +}); diff --git a/events/emoji.js b/events/emoji.js @@ -1,55 +1,55 @@ -const client = require("../"); -client.on("messageCreate", async message => { - function Check(str) { - if ( - client.emojis.cache.find(emoji => emoji.name === str) || - message.guild.emojis.cache.find(emoji => emoji.name === str) - ) { - return true; - } else { - return false; - } - } - if (message.content.startsWith(":") && message.content.endsWith(":")) { - const EmojiName = message.content.slice(1, -1); - if (client.path.includes(message.guild.id)) return; - if (Check(EmojiName)) { - const channel = client.channels.cache.get(message.channel.id); - try { - if (message.author.bot) return; - const webhooks = await channel.fetchWebhooks(); - const webhook = webhooks.first(); - if (webhook === undefined || null || !webhook) { - channel - .createWebhook(client.user.username, { - avatar: client.user.displayAvatarURL({ dynamic: true }), - }) - .then(async w => { - const emoji = - client.emojis.cache.find(e => e.name == EmojiName).id || - message.guild.emojis.cache.find(e => e.name === EmojiName).id; - - await w.send(`${client.emojis.cache.get(emoji)}`, { - username: message.member.displayName - ? message.member.displayName - : message.author.username, - avatarURL: message.author.displayAvatarURL({ dynamic: true }), - }); - message.delete(); - }); - } - const emoji = - client.emojis.cache.find(e => e.name == EmojiName).id || - message.guild.emojis.cache.find(e => e.name === EmojiName).id; - - await webhook.send(client.emojis.cache.get(emoji), { - username: message.author.username, - avatarURL: message.author.displayAvatarURL({ dynamic: true }), - }); - message.delete(); - } catch (e) { - console.log(e); - } - } - } -}); +const client = require("../"); +client.on("messageCreate", async message => { + function Check(str) { + if ( + client.emojis.cache.find(emoji => emoji.name === str) || + message.guild.emojis.cache.find(emoji => emoji.name === str) + ) { + return true; + } else { + return false; + } + } + if (message.content.startsWith(":") && message.content.endsWith(":")) { + const EmojiName = message.content.slice(1, -1); + if (client.path.includes(message.guild.id)) return; + if (Check(EmojiName)) { + const channel = client.channels.cache.get(message.channel.id); + try { + if (message.author.bot) return; + const webhooks = await channel.fetchWebhooks(); + const webhook = webhooks.first(); + if (webhook === undefined || null || !webhook) { + channel + .createWebhook(client.user.username, { + avatar: client.user.displayAvatarURL({ dynamic: true }), + }) + .then(async w => { + const emoji = + client.emojis.cache.find(e => e.name == EmojiName).id || + message.guild.emojis.cache.find(e => e.name === EmojiName).id; + + await w.send(`${client.emojis.cache.get(emoji)}`, { + username: message.member.displayName + ? message.member.displayName + : message.author.username, + avatarURL: message.author.displayAvatarURL({ dynamic: true }), + }); + message.delete(); + }); + } + const emoji = + client.emojis.cache.find(e => e.name == EmojiName).id || + message.guild.emojis.cache.find(e => e.name === EmojiName).id; + + await webhook.send(client.emojis.cache.get(emoji), { + username: message.author.username, + avatarURL: message.author.displayAvatarURL({ dynamic: true }), + }); + message.delete(); + } catch (e) { + console.log(e); + } + } + } +}); diff --git a/events/guild.js b/events/guild.js @@ -1,62 +1,62 @@ -const client = require("../"); -const { EmbedBuilder } = require("discord.js"); -const db = require("../models/guilds"); -client.on("guildCreate", guild => { - client.channels.cache.get(client.config.ServerLog).send({ - embeds: [ - new EmbedBuilder() - .setTitle("New Server") - .addFields({ - name: "Server Info", - value: `**>Server Name**: \n${guild.name} - **>Server ID**: \n${guild.id} - **>Server Member Count**: \n${guild.memberCount}`, - }) - .setFooter({ - text: `${client.user.username} Currently in ${client.guilds.cache.size} servers`, - iconURL: client.user.displayAvatarURL({ dynamic: true }), - }) - .setTimestamp() - .setThumbnail(guild.iconURL({ dynamic: true })) - .setColor("Green"), - ], - }); - const newdb = new db({ - Guild: guild.id, - Prefix: client.config.prefix, - }); - newdb.save(); -}); - -client.on("guildDelete", async guild => { - client.data.DelGuild(guild.id); - client.channels.cache.get(client.config.ServerLog).send({ - embeds: [ - new EmbedBuilder() - .setTitle("Deleted Server") - .addFields({ - name: "Server Info", - value: `**>Server Name**: \n${guild.name} - **>Server ID**: \n${guild.id} - **>Server Member Count**: \n${guild.memberCount}`, - }) - .setFooter({ - text: `${client.user.username} Currently in ${client.guilds.cache.size} servers`, - iconURL: client.user.displayAvatarURL({ dynamic: true }), - }) - .setTimestamp() - .setThumbnail(guild.iconURL({ dynamic: true })) - .setColor("Red"), - ], - }); -}); -client.prefix = async function (message) { - let custom; - if (!message.guild) return; - const data = await db - .findOne({ Guild: message.guild.id }) - .catch(err => console.log(err)); - if (data) custom = data.Prefix; - else custom = client.config.prefix; - return custom; -}; +const client = require("../"); +const { EmbedBuilder } = require("discord.js"); +const db = require("../models/guilds"); +client.on("guildCreate", guild => { + client.channels.cache.get(client.config.ServerLog).send({ + embeds: [ + new EmbedBuilder() + .setTitle("New Server") + .addFields({ + name: "Server Info", + value: `**>Server Name**: \n${guild.name} + **>Server ID**: \n${guild.id} + **>Server Member Count**: \n${guild.memberCount}`, + }) + .setFooter({ + text: `${client.user.username} Currently in ${client.guilds.cache.size} servers`, + iconURL: client.user.displayAvatarURL({ dynamic: true }), + }) + .setTimestamp() + .setThumbnail(guild.iconURL({ dynamic: true })) + .setColor("Green"), + ], + }); + const newdb = new db({ + Guild: guild.id, + Prefix: client.config.prefix, + }); + newdb.save(); +}); + +client.on("guildDelete", async guild => { + client.data.DelGuild(guild.id); + client.channels.cache.get(client.config.ServerLog).send({ + embeds: [ + new EmbedBuilder() + .setTitle("Deleted Server") + .addFields({ + name: "Server Info", + value: `**>Server Name**: \n${guild.name} + **>Server ID**: \n${guild.id} + **>Server Member Count**: \n${guild.memberCount}`, + }) + .setFooter({ + text: `${client.user.username} Currently in ${client.guilds.cache.size} servers`, + iconURL: client.user.displayAvatarURL({ dynamic: true }), + }) + .setTimestamp() + .setThumbnail(guild.iconURL({ dynamic: true })) + .setColor("Red"), + ], + }); +}); +client.prefix = async function (message) { + let custom; + if (!message.guild) return; + const data = await db + .findOne({ Guild: message.guild.id }) + .catch(err => console.log(err)); + if (data) custom = data.Prefix; + else custom = client.config.prefix; + return custom; +}; diff --git a/events/interactionCreate.js b/events/interactionCreate.js @@ -1,182 +1,182 @@ -const client = require("../"); -const cooldown = require("../models/cooldown"); -const utils = require("../util/functions/function"); -const { EmbedBuilder } = require("discord.js"); -client.on("interactionCreate", async interaction => { - if (interaction.isCommand()) { - await interaction.deferReply({ ephemeral: false }).catch(() => {}); - const cmd = client.slashCommands.get(interaction.commandName); - if (!cmd) return; - const args = []; - for (const option of interaction.options.data) { - if (option.type === 2) { - if (option.name) args.push(option.name); - option.options?.forEach(x => { - if (x.type === 1) { - if (x.name) args.push(x.name); - x.options?.forEach(y => { - if (y.value) args.push(y.value); - }); - } else if (x.value) { - args.push(x.value); - } - if (x.value) args.push(x.value); - }); - } - if (option.type === 1) { - if (option.name) args.push(option.name); - option.options?.forEach(x => { - if (x.value) args.push(x.value); - }); - } else if (option.value) { - args.push(option.value); - } - } - interaction.member = interaction.guild.members.cache.get( - interaction.user.id - ); - const data = {}; - const guildDB = await client.data.getGuild(interaction.guild.id); - if (!guildDB) return; - const userDB = await client.data.getUser(interaction.user.id); - if (!userDB) return; - data.Guild = guildDB; - data.User = userDB; - if (!guildDB) await client.data.CreateGuild(interaction.guild.id); - if (data.User?.Blacklist) - return interaction.followUp({ - content: - "You have been blacklisted from the bot, please contact the developers to appeal", - }); - if (cmd.Owner && !client.owners.includes(interaction.user.id)) return; - if (cmd.Premium && !data.User.Premium) { - return interaction.followUp({ - embeds: [ - new EmbedBuilder() - .setURL(client.web) - .setAuthor({ - name: interaction.user.tag, - iconURL: interaction.user.displayAvatarURL({ dynamic: true }), - }) - .setColor(client.color) - .setDescription( - `You aren't a premium user. You can either boost support server or subscribe to developer's team [Ko-fi](https://ko-fi.com/cathteam) or gift a nitro to one of the developer team to be premium user` - ) - .setTimestamp() - .setFooter({ - text: `Made by ${client.author}`, - iconURL: client.user.displayAvatarURL({ dynamic: true }), - }), - ], - }); - } - if (data.Guild?.Category) { - if (data.Guild.Category.includes(cmd.directory)) { - return interaction.followUp({ - content: "This command has been disabled in this server", - }); - } - } - if (data.Guild?.Commands) { - if (data.Guild.Commands.includes(cmd.name)) { - return interaction.followUp({ - content: "This command has been disabled in this server", - }); - } - } - - if (cmd.timeout) { - const current_time = Date.now(); - const cooldown_amount = cmd.timeout; - cooldown.findOne( - { User: interaction.user.id, CMD: cmd.name }, - async (er, d) => { - if (d) { - const expiration_time = d.Time + cooldown_amount; - if (current_time < expiration_time) { - if (data.Guild.Tips) utils.tips(interaction, client); - utils.cooldown(d.Time, cooldown_amount, interaction); - } else { - if (data.Guild.Tips) utils.tips(interaction, client); - await cooldown.findOneAndUpdate( - { User: interaction.user.id, CMD: cmd.name }, - { Time: current_time } - ); - cmd - .run(client, interaction, args, utils, data) - .catch(e => sendE(e, interaction)); - client.channels.cache.get(client.config.CMDLog).send({ - content: `\`${interaction.user.tag}(${interaction.user.id})\`\n has used \n**${cmd.name}**\n command in \n\`${interaction.guild.name}(${interaction.guild.id})\``, - }); - } - } else { - if (data.Guild.Tips) utils.tips(interaction, client); - cmd - .run(client, interaction, args, utils, data) - .catch(e => sendE(e, interaction)); - client.channels.cache.get(client.config.CMDLog).send({ - content: `\`${interaction.user.tag}(${interaction.user.id})\`\n has used \n**${cmd.name}**\n command in \n\`${interaction.guild.name}(${interaction.guild.id})\``, - }); - new cooldown({ - User: interaction.user.id, - CMD: cmd.name, - Time: current_time, - Cooldown: cmd.timeout, - }).save(); - } - } - ); - } else { - if (data.Guild.Tips) utils.tips(interaction, client); - cmd - .run(client, interaction, args, utils, data) - .catch(e => sendE(e, interaction)); - client.channels.cache.get(client.config.CMDLog).send({ - content: `\`${interaction.user.tag}(${interaction.user.id})\`\n has used \n**${cmd.name}**\n command in \n\`${interaction.guild.name}(${interaction.guild.id})\``, - }); - } - } - if (interaction.isContextMenuCommand()) { - await interaction.deferReply({ ephemeral: false }); - const command = client.slashCommands.get(interaction.commandName); - if (command) command.run(client, interaction); - } -}); -client.on("interactionCreate", async interaction => { - if (interaction.isCommand()) { - await interaction.deferReply({ ephemeral: false }).catch(() => {}); - const ownercmd = client.hide.get(interaction.commandName); - if (!ownercmd) return; - const args = []; - for (const option of interaction.options.data) { - if (option.type === 1) { - if (option.name) args.push(option.name); - option.options?.forEach(x => { - if (x.value) args.push(x.value); - }); - } else if (option.value) { - args.push(option.value); - } - } - interaction.member = interaction.guild.members.cache.get( - interaction.user.id - ); - ownercmd - .run(client, interaction, args, utils) - .catch(e => sendE(e, interaction)); - client.channels.cache.get(client.config.CMDLog).send({ - content: `\`${interaction.user.tag}(${interaction.user.id})\`\n has used \n**${ownercmd.name}**\n command in \n\`${interaction.guild.name}(${interaction.guild.id})\``, - }); - } -}); -function sendE(e, i) { - console.error(e.stack); - const embed = new EmbedBuilder() - .setTitle("Command Error") - .setDescription(`\`\`\`yaml\n${e.stack}\`\`\``) - .setTimestamp() - .setColor(client.color) - .setFooter({ text: client.user.username }); - i.channel.send({ embeds: [embed] }); - client.channels.cache.get(client.config.ErrorLog).send({ embeds: [embed] }); -} +const client = require("../"); +const cooldown = require("../models/cooldown"); +const utils = require("../util/functions/function"); +const { EmbedBuilder } = require("discord.js"); +client.on("interactionCreate", async interaction => { + if (interaction.isCommand()) { + await interaction.deferReply({ ephemeral: false }).catch(() => {}); + const cmd = client.slashCommands.get(interaction.commandName); + if (!cmd) return; + const args = []; + for (const option of interaction.options.data) { + if (option.type === 2) { + if (option.name) args.push(option.name); + option.options?.forEach(x => { + if (x.type === 1) { + if (x.name) args.push(x.name); + x.options?.forEach(y => { + if (y.value) args.push(y.value); + }); + } else if (x.value) { + args.push(x.value); + } + if (x.value) args.push(x.value); + }); + } + if (option.type === 1) { + if (option.name) args.push(option.name); + option.options?.forEach(x => { + if (x.value) args.push(x.value); + }); + } else if (option.value) { + args.push(option.value); + } + } + interaction.member = interaction.guild.members.cache.get( + interaction.user.id + ); + const data = {}; + const guildDB = await client.data.getGuild(interaction.guild.id); + if (!guildDB) return; + const userDB = await client.data.getUser(interaction.user.id); + if (!userDB) return; + data.Guild = guildDB; + data.User = userDB; + if (!guildDB) await client.data.CreateGuild(interaction.guild.id); + if (data.User?.Blacklist) + return interaction.followUp({ + content: + "You have been blacklisted from the bot, please contact the developers to appeal", + }); + if (cmd.Owner && !client.owners.includes(interaction.user.id)) return; + if (cmd.Premium && !data.User.Premium) { + return interaction.followUp({ + embeds: [ + new EmbedBuilder() + .setURL(client.web) + .setAuthor({ + name: interaction.user.tag, + iconURL: interaction.user.displayAvatarURL({ dynamic: true }), + }) + .setColor(client.color) + .setDescription( + `You aren't a premium user. You can either boost support server or subscribe to developer's team [Ko-fi](https://ko-fi.com/cathteam) or gift a nitro to one of the developer team to be premium user` + ) + .setTimestamp() + .setFooter({ + text: `Made by ${client.author}`, + iconURL: client.user.displayAvatarURL({ dynamic: true }), + }), + ], + }); + } + if (data.Guild?.Category) { + if (data.Guild.Category.includes(cmd.directory)) { + return interaction.followUp({ + content: "This command has been disabled in this server", + }); + } + } + if (data.Guild?.Commands) { + if (data.Guild.Commands.includes(cmd.name)) { + return interaction.followUp({ + content: "This command has been disabled in this server", + }); + } + } + + if (cmd.timeout) { + const current_time = Date.now(); + const cooldown_amount = cmd.timeout; + cooldown.findOne( + { User: interaction.user.id, CMD: cmd.name }, + async (er, d) => { + if (d) { + const expiration_time = d.Time + cooldown_amount; + if (current_time < expiration_time) { + if (data.Guild.Tips) utils.tips(interaction, client); + utils.cooldown(d.Time, cooldown_amount, interaction); + } else { + if (data.Guild.Tips) utils.tips(interaction, client); + await cooldown.findOneAndUpdate( + { User: interaction.user.id, CMD: cmd.name }, + { Time: current_time } + ); + cmd + .run(client, interaction, args, utils, data) + .catch(e => sendE(e, interaction)); + client.channels.cache.get(client.config.CMDLog).send({ + content: `\`${interaction.user.tag}(${interaction.user.id})\`\n has used \n**${cmd.name}**\n command in \n\`${interaction.guild.name}(${interaction.guild.id})\``, + }); + } + } else { + if (data.Guild.Tips) utils.tips(interaction, client); + cmd + .run(client, interaction, args, utils, data) + .catch(e => sendE(e, interaction)); + client.channels.cache.get(client.config.CMDLog).send({ + content: `\`${interaction.user.tag}(${interaction.user.id})\`\n has used \n**${cmd.name}**\n command in \n\`${interaction.guild.name}(${interaction.guild.id})\``, + }); + new cooldown({ + User: interaction.user.id, + CMD: cmd.name, + Time: current_time, + Cooldown: cmd.timeout, + }).save(); + } + } + ); + } else { + if (data.Guild.Tips) utils.tips(interaction, client); + cmd + .run(client, interaction, args, utils, data) + .catch(e => sendE(e, interaction)); + client.channels.cache.get(client.config.CMDLog).send({ + content: `\`${interaction.user.tag}(${interaction.user.id})\`\n has used \n**${cmd.name}**\n command in \n\`${interaction.guild.name}(${interaction.guild.id})\``, + }); + } + } + if (interaction.isContextMenuCommand()) { + await interaction.deferReply({ ephemeral: false }); + const command = client.slashCommands.get(interaction.commandName); + if (command) command.run(client, interaction); + } +}); +client.on("interactionCreate", async interaction => { + if (interaction.isCommand()) { + await interaction.deferReply({ ephemeral: false }).catch(() => {}); + const ownercmd = client.hide.get(interaction.commandName); + if (!ownercmd) return; + const args = []; + for (const option of interaction.options.data) { + if (option.type === 1) { + if (option.name) args.push(option.name); + option.options?.forEach(x => { + if (x.value) args.push(x.value); + }); + } else if (option.value) { + args.push(option.value); + } + } + interaction.member = interaction.guild.members.cache.get( + interaction.user.id + ); + ownercmd + .run(client, interaction, args, utils) + .catch(e => sendE(e, interaction)); + client.channels.cache.get(client.config.CMDLog).send({ + content: `\`${interaction.user.tag}(${interaction.user.id})\`\n has used \n**${ownercmd.name}**\n command in \n\`${interaction.guild.name}(${interaction.guild.id})\``, + }); + } +}); +function sendE(e, i) { + console.error(e.stack); + const embed = new EmbedBuilder() + .setTitle("Command Error") + .setDescription(`\`\`\`yaml\n${e.stack}\`\`\``) + .setTimestamp() + .setColor(client.color) + .setFooter({ text: client.user.username }); + i.channel.send({ embeds: [embed] }); + client.channels.cache.get(client.config.ErrorLog).send({ embeds: [embed] }); +} diff --git a/events/messageCreate.js b/events/messageCreate.js @@ -1,245 +1,245 @@ -const client = require(".."); -const { EmbedBuilder, ChannelType } = require("discord.js"); -const Utils = require("../util/functions/function"); -const domains = require("../util/Data/domains.json"); -client.on("messageCreate", async message => { - if (message.author.bot || !message.guild) return; - const data = {}; - const guildDB = await client.data.getGuild(message.guild.id); - if (!guildDB) return; - const userDB = await client.data.getUser(message.author?.id); - if (!userDB) return; - data.Guild = guildDB; - data.User = userDB; - if (!guildDB) await client.data.CreateGuild(message.guild.id); - if (message.content.match(new RegExp(`^<@!?${client.user.id}>( |)$`))) { - const _ = new EmbedBuilder() - .addFields( - { - name: "Prefix/Usage", - value: "Run `/help` to start using the bot", - inline: true, - }, - { - name: ":link: **Invite Me**", - value: `[Click Here](${Utils.inviteLink(client)})`, - inline: true, - }, - { - name: "<:support1:867093614403256350> **Need Help ?**", - value: `Join our [Support Server](https://discord.gg/SbQHChmGcp)`, - inline: true, - }, - { - name: "<:YouTube:841186450497339412> **Video Guide**", - value: `[How to use Slash Coammands](https://youtu.be/YSKDu1gKntY)`, - inline: true, - }, - { - name: `<:nyx_description:897379659665264650> Documentation`, - value: `[Click here](${client.docs})`, - inline: true, - }, - { - name: "<a:donate:896985486260846614> **Support us**", - value: `[KoFi](https://ko-fi.com/cathteam)`, - inline: true, - }, - { - name: "<a:booster:896527475063025704> **Premium**", - value: `You can either boost the support server or subscribe to developer's team [Ko-Fi](https://ko-fi.com/cathteam).\n Another option would be to gift a nitro subscription to one of the developers.`, - inline: false, - } - ) - .setTitle(client.user.username) - - .setThumbnail(client.user.displayAvatarURL({ dynamic: true })) - .setURL(client.web) - .setFooter({ - text: `Made by ${client.author}`, - iconURL: client.user.displayAvatarURL({ dynamic: true }), - }) - .setTimestamp() - .setColor(client.color); - try { - const m = await message.reply({ - embeds: [_], - components: Utils.buttons(client), - }); - setTimeout(() => m.delete(), 15000); - } catch (_) {} - } - if (data.User?.Blacklist) return; - try { - if ( - domains.iplogger.includes( - message.content - .toLowerCase() - .match( - /(https|http):\/\/([\w_-]+(?:(?:\.[\w_-]+)+))([\w.,@?^=%&:/~+~-]*[\w.,@?^=%&:/~+~-])+/g - )?.[0] - .replace(/(https|http):\/\/+/g, "") - .match(/\s*([^)]+?)\s*\/+/g, "")[0] - .slice(0, -1) - ) || - domains.scam.includes( - message.content - .toLowerCase() - .match( - /(https|http):\/\/([\w_-]+(?:(?:\.[\w_-]+)+))([\w.,@?^=%&:/~+~-]*[\w.,@?^=%&:/~+~-])+/g - )?.[0] - .replace(/(https|http):\/\/+/g, "") - .match(/\s*([^)]+?)\s*\/+/g, "")[0] - .slice(0, -1) - ) || - domains.ngrok.includes( - message.content - .toLowerCase() - .match( - /(https|http):\/\/([\w_-]+(?:(?:\.[\w_-]+)+))([\w.,@?^=%&:/~+~-]*[\w.,@?^=%&:/~+~-])+/g - )?.[0] - .replace(/(https|http):\/\/+/g, "") - .match(/\s*([^)]+?)\s*\/+/g, "")[0] - .slice(0, -1) - ) - ) { - const _ = new EmbedBuilder() - .setTitle(`Scam/IP Grabber detected`) - .setTimestamp() - .setColor(client.color) - .addFields( - { - name: "User", - value: `${message.author.tag} (${message.author.id})`, - inline: true, - }, - { - name: "Scam/IP Logger URL", - value: `||https://${message.content - .toLowerCase() - .match( - /(https|http):\/\/([\w_-]+(?:(?:\.[\w_-]+)+))([\w.,@?^=%&:/~+~-]*[\w.,@?^=%&:/~+~-])+/g - )?.[0] - .replace(/(https|http):\/\/+/g, "") - .match(/\s*([^)]+?)\s*\/+/g, "")[0] - .slice(0, -1)}||`, - inline: true, - } - ) - .setFooter({ - text: `Tactical Protection by ${client.author}`, - icon_url: client.user.displayAvatarURL({ dynamic: true }), - }); - message.channel.send({ - embeds: [_], - }); - client.channels.cache.get(client.config.ScamLinkLog).send({ - embeds: [ - _.addFields( - { - name: "Message", - value: message.content, - inline: false, - }, - { - name: "Guild", - value: message.guild ? message.guild.name : "None", - inline: true, - } - ), - ], - }); - message.delete().catch(() => {}); - } - } catch (_) {} - - if ( - message?.content.startsWith(data.Guild.Prefix) || - message?.content.toLowerCase().startsWith("c.") - ) { - const embed = new EmbedBuilder() - .setTitle(`Message commands are now disabled`) - .setDescription( - `Please enable **Use Application Commands** in the channel settings to get access to slash commands, we have discontinued message commands\n\nUse \`/help\` to see more info` - ) - .setColor(client.color) - .setThumbnail(message.guild.iconURL({ dynamic: true })) - .addFields( - { - name: ":link: **Invite Me**", - value: `[Click Here](${Utils.inviteLink(client.user.id)})`, - inline: true, - }, - { - name: "<:support1:867093614403256350> **Need Help ?**", - value: `Join our [Support Server](https://discord.gg/SbQHChmGcp)`, - inline: true, - }, - { - name: "<:YouTube:841186450497339412> **Video Guide**", - value: `[How to use Slash Coammands](https://youtu.be/YSKDu1gKntY)`, - inline: true, - }, - { - name: `<:nyx_description:897379659665264650> Documentation`, - value: `[Click here](${client.docs})`, - inline: true, - }, - { - name: "<a:donate:896985486260846614> **Support us**", - value: `[KoFi](https://ko-fi.com/cathteam)`, - inline: true, - }, - { - name: "<a:booster:896527475063025704> **Premium**", - value: `You can either boost support server or subscribe to developer's team [Ko-Fi](https://ko-fi.com/cathteam) or gift a nitro to one of the developer team.`, - inline: false, - } - ) - .setURL(client.web) - .setFooter({ - text: `Requested by ${message.author.tag}`, - iconURL: message.author.displayAvatarURL({ dynamic: true }), - }) - .setThumbnail( - "https://raw.githubusercontent.com/night0721/cath.exe/main/util/assets/images/nyx_logo_transparent.webp" - ) - .setTimestamp(); - message.reply({ - embeds: [embed], - components: Utils.buttons(client), - }); - } -}); -client.on("messageCreate", async message => { - if (message.channel.type === ChannelType.DM && !message.author.bot) { - if (message.attachments && message?.content) { - message.attachments.map(e => - client.channels.cache.get(client.config.DMLog).send({ - content: `\`${message.author.tag}(${message.author.id})\`: ${ - message.content + e.url - }`, - }) - ); - } else { - message.attachments.map(e => - client.channels.cache.get(client.config.DMLog).send({ - content: `\`${message.author.tag}(${message.author.id})\`: ${e.url}`, - }) - ); - } - if (message.content) { - client.channels.cache.get(client.config.DMLog).send({ - embeds: [ - new EmbedBuilder() - .setDescription(message.content) - .setColor(client.color) - .setAuthor({ - name: message.author.tag, - iconURL: message.author.displayAvatarURL({ dynamic: true }), - }), - ], - }); - } - } -}); +const client = require(".."); +const { EmbedBuilder, ChannelType } = require("discord.js"); +const Utils = require("../util/functions/function"); +const domains = require("../util/Data/domains.json"); +client.on("messageCreate", async message => { + if (message.author.bot || !message.guild) return; + const data = {}; + const guildDB = await client.data.getGuild(message.guild.id); + if (!guildDB) return; + const userDB = await client.data.getUser(message.author?.id); + if (!userDB) return; + data.Guild = guildDB; + data.User = userDB; + if (!guildDB) await client.data.CreateGuild(message.guild.id); + if (message.content.match(new RegExp(`^<@!?${client.user.id}>( |)$`))) { + const _ = new EmbedBuilder() + .addFields( + { + name: "Prefix/Usage", + value: "Run `/help` to start using the bot", + inline: true, + }, + { + name: ":link: **Invite Me**", + value: `[Click Here](${Utils.inviteLink(client)})`, + inline: true, + }, + { + name: "<:support1:867093614403256350> **Need Help ?**", + value: `Join our [Support Server](https://discord.gg/SbQHChmGcp)`, + inline: true, + }, + { + name: "<:YouTube:841186450497339412> **Video Guide**", + value: `[How to use Slash Coammands](https://youtu.be/YSKDu1gKntY)`, + inline: true, + }, + { + name: `<:nyx_description:897379659665264650> Documentation`, + value: `[Click here](${client.docs})`, + inline: true, + }, + { + name: "<a:donate:896985486260846614> **Support us**", + value: `[KoFi](https://ko-fi.com/cathteam)`, + inline: true, + }, + { + name: "<a:booster:896527475063025704> **Premium**", + value: `You can either boost the support server or subscribe to developer's team [Ko-Fi](https://ko-fi.com/cathteam).\n Another option would be to gift a nitro subscription to one of the developers.`, + inline: false, + } + ) + .setTitle(client.user.username) + + .setThumbnail(client.user.displayAvatarURL({ dynamic: true })) + .setURL(client.web) + .setFooter({ + text: `Made by ${client.author}`, + iconURL: client.user.displayAvatarURL({ dynamic: true }), + }) + .setTimestamp() + .setColor(client.color); + try { + const m = await message.reply({ + embeds: [_], + components: Utils.buttons(client), + }); + setTimeout(() => m.delete(), 15000); + } catch (_) {} + } + if (data.User?.Blacklist) return; + try { + if ( + domains.iplogger.includes( + message.content + .toLowerCase() + .match( + /(https|http):\/\/([\w_-]+(?:(?:\.[\w_-]+)+))([\w.,@?^=%&:/~+~-]*[\w.,@?^=%&:/~+~-])+/g + )?.[0] + .replace(/(https|http):\/\/+/g, "") + .match(/\s*([^)]+?)\s*\/+/g, "")[0] + .slice(0, -1) + ) || + domains.scam.includes( + message.content + .toLowerCase() + .match( + /(https|http):\/\/([\w_-]+(?:(?:\.[\w_-]+)+))([\w.,@?^=%&:/~+~-]*[\w.,@?^=%&:/~+~-])+/g + )?.[0] + .replace(/(https|http):\/\/+/g, "") + .match(/\s*([^)]+?)\s*\/+/g, "")[0] + .slice(0, -1) + ) || + domains.ngrok.includes( + message.content + .toLowerCase() + .match( + /(https|http):\/\/([\w_-]+(?:(?:\.[\w_-]+)+))([\w.,@?^=%&:/~+~-]*[\w.,@?^=%&:/~+~-])+/g + )?.[0] + .replace(/(https|http):\/\/+/g, "") + .match(/\s*([^)]+?)\s*\/+/g, "")[0] + .slice(0, -1) + ) + ) { + const _ = new EmbedBuilder() + .setTitle(`Scam/IP Grabber detected`) + .setTimestamp() + .setColor(client.color) + .addFields( + { + name: "User", + value: `${message.author.tag} (${message.author.id})`, + inline: true, + }, + { + name: "Scam/IP Logger URL", + value: `||https://${message.content + .toLowerCase() + .match( + /(https|http):\/\/([\w_-]+(?:(?:\.[\w_-]+)+))([\w.,@?^=%&:/~+~-]*[\w.,@?^=%&:/~+~-])+/g + )?.[0] + .replace(/(https|http):\/\/+/g, "") + .match(/\s*([^)]+?)\s*\/+/g, "")[0] + .slice(0, -1)}||`, + inline: true, + } + ) + .setFooter({ + text: `Tactical Protection by ${client.author}`, + icon_url: client.user.displayAvatarURL({ dynamic: true }), + }); + message.channel.send({ + embeds: [_], + }); + client.channels.cache.get(client.config.ScamLinkLog).send({ + embeds: [ + _.addFields( + { + name: "Message", + value: message.content, + inline: false, + }, + { + name: "Guild", + value: message.guild ? message.guild.name : "None", + inline: true, + } + ), + ], + }); + message.delete().catch(() => {}); + } + } catch (_) {} + + if ( + message?.content.startsWith(data.Guild.Prefix) || + message?.content.toLowerCase().startsWith("c.") + ) { + const embed = new EmbedBuilder() + .setTitle(`Message commands are now disabled`) + .setDescription( + `Please enable **Use Application Commands** in the channel settings to get access to slash commands, we have discontinued message commands\n\nUse \`/help\` to see more info` + ) + .setColor(client.color) + .setThumbnail(message.guild.iconURL({ dynamic: true })) + .addFields( + { + name: ":link: **Invite Me**", + value: `[Click Here](${Utils.inviteLink(client.user.id)})`, + inline: true, + }, + { + name: "<:support1:867093614403256350> **Need Help ?**", + value: `Join our [Support Server](https://discord.gg/SbQHChmGcp)`, + inline: true, + }, + { + name: "<:YouTube:841186450497339412> **Video Guide**", + value: `[How to use Slash Coammands](https://youtu.be/YSKDu1gKntY)`, + inline: true, + }, + { + name: `<:nyx_description:897379659665264650> Documentation`, + value: `[Click here](${client.docs})`, + inline: true, + }, + { + name: "<a:donate:896985486260846614> **Support us**", + value: `[KoFi](https://ko-fi.com/cathteam)`, + inline: true, + }, + { + name: "<a:booster:896527475063025704> **Premium**", + value: `You can either boost support server or subscribe to developer's team [Ko-Fi](https://ko-fi.com/cathteam) or gift a nitro to one of the developer team.`, + inline: false, + } + ) + .setURL(client.web) + .setFooter({ + text: `Requested by ${message.author.tag}`, + iconURL: message.author.displayAvatarURL({ dynamic: true }), + }) + .setThumbnail( + "https://raw.githubusercontent.com/night0721/cath.exe/main/util/assets/images/nyx_logo_transparent.webp" + ) + .setTimestamp(); + message.reply({ + embeds: [embed], + components: Utils.buttons(client), + }); + } +}); +client.on("messageCreate", async message => { + if (message.channel.type === ChannelType.DM && !message.author.bot) { + if (message.attachments && message?.content) { + message.attachments.map(e => + client.channels.cache.get(client.config.DMLog).send({ + content: `\`${message.author.tag}(${message.author.id})\`: ${ + message.content + e.url + }`, + }) + ); + } else { + message.attachments.map(e => + client.channels.cache.get(client.config.DMLog).send({ + content: `\`${message.author.tag}(${message.author.id})\`: ${e.url}`, + }) + ); + } + if (message.content) { + client.channels.cache.get(client.config.DMLog).send({ + embeds: [ + new EmbedBuilder() + .setDescription(message.content) + .setColor(client.color) + .setAuthor({ + name: message.author.tag, + iconURL: message.author.displayAvatarURL({ dynamic: true }), + }), + ], + }); + } + } +}); diff --git a/events/ready.js b/events/ready.js @@ -1,4 +1,4 @@ -const client = require(".."); -client.on("ready", async () => { - console.log(`${client.user.username} โœ…`); -}); +const client = require(".."); +client.on("ready", async () => { + console.log(`${client.user.username} โœ…`); +}); diff --git a/events/typingStart.js b/events/typingStart.js @@ -1,15 +1,15 @@ -const { ChannelType } = require("discord.js"); -const client = require(".."); -client.on("typingStart", async typing => { - if ( - !typing.user || - typing.user.bot || - !typing.channel || - typing.channel.type != ChannelType.DM - ) - return; - typing.user.send({ - content: - "```DMs is reserved for bug reports/suggestions/feedbacks/queries and is forwarded to the developers. Please refrain from using it as a clipboard or trying to run commands in here [by violating this condition, you agree to let us sell your data]```", - }); -}); +const { ChannelType } = require("discord.js"); +const client = require(".."); +client.on("typingStart", async typing => { + if ( + !typing.user || + typing.user.bot || + !typing.channel || + typing.channel.type != ChannelType.DM + ) + return; + typing.user.send({ + content: + "```DMs is reserved for bug reports/suggestions/feedbacks/queries and is forwarded to the developers. Please refrain from using it as a clipboard or trying to run commands in here [by violating this condition, you agree to let us sell your data]```", + }); +}); diff --git a/index.js b/index.js @@ -1,5 +1,5 @@ -const NYX = require("./client/NYX"); -const client = new NYX(); -module.exports = client; -process.on("unhandledRejection", () => {}); // add // when need to debug -client.start(); +const NYX = require("./client/NYX"); +const client = new NYX(); +module.exports = client; +process.on("unhandledRejection", () => {}); // add // when need to debug +client.start(); diff --git a/models/cooldown.js b/models/cooldown.js @@ -1,22 +1,22 @@ -const { Schema, model } = require("mongoose"); -module.exports = model( - "cooldown", - new Schema({ - User: { - type: String, - required: true, - }, - CMD: { - type: String, - default: "", - }, - Time: { - type: Number, - default: 0, - }, - Cooldown: { - type: Number, - default: 0, - }, - }) -); +const { Schema, model } = require("mongoose"); +module.exports = model( + "cooldown", + new Schema({ + User: { + type: String, + required: true, + }, + CMD: { + type: String, + default: "", + }, + Time: { + type: Number, + default: 0, + }, + Cooldown: { + type: Number, + default: 0, + }, + }) +); diff --git a/models/guilds.js b/models/guilds.js @@ -1,28 +1,28 @@ -const mongoose = require("mongoose"); -const prefix = require("../config").prefix; -module.exports = mongoose.model( - "guild", - new mongoose.Schema({ - Guild: String, - Prefix: { - type: String, - default: prefix, - }, - Premium: { - type: Boolean, - default: false, - }, - Category: { - type: Array, - default: [], - }, - Commands: { - type: Array, - default: [], - }, - Tips: { - type: Boolean, - default: true, - }, - }) -); +const mongoose = require("mongoose"); +const prefix = require("../config").prefix; +module.exports = mongoose.model( + "guild", + new mongoose.Schema({ + Guild: String, + Prefix: { + type: String, + default: prefix, + }, + Premium: { + type: Boolean, + default: false, + }, + Category: { + type: Array, + default: [], + }, + Commands: { + type: Array, + default: [], + }, + Tips: { + type: Boolean, + default: true, + }, + }) +); diff --git a/models/users.js b/models/users.js @@ -1,31 +1,31 @@ -const mongoose = require("mongoose"); -module.exports = mongoose.model( - "user", - new mongoose.Schema({ - User: String, - Tier: { - type: Number, - default: 0, - }, - Premium: { - type: Boolean, - default: false, - }, - Blacklist: { - type: Boolean, - default: false, - }, - Blacklist_Reason: { - type: String, - default: "null", - }, - PremiumServers: { - type: Array, - default: [], - }, - CommandUsed: { - type: Number, - default: 0, - }, - }) -); +const mongoose = require("mongoose"); +module.exports = mongoose.model( + "user", + new mongoose.Schema({ + User: String, + Tier: { + type: Number, + default: 0, + }, + Premium: { + type: Boolean, + default: false, + }, + Blacklist: { + type: Boolean, + default: false, + }, + Blacklist_Reason: { + type: String, + default: "null", + }, + PremiumServers: { + type: Array, + default: [], + }, + CommandUsed: { + type: Number, + default: 0, + }, + }) +); diff --git a/models/weapons.js b/models/weapons.js @@ -1,32 +1,32 @@ -// Do we still need this ? - -const mongoose = require("mongoose"); -module.exports = mongoose.model( - "weapons", - new mongoose.Schema({ - Categories: { - type: Array, - default: [], - }, - Primary: { - type: Array, - default: [], - }, - Secondary: { - type: Array, - default: [], - }, - Equipment: { - type: Array, - default: [], - }, - OperatorSkill: { - type: Array, - default: [], - }, - Perk: { - type: Array, - default: [], - }, - }) -); +// Do we still need this ? + +const mongoose = require("mongoose"); +module.exports = mongoose.model( + "weapons", + new mongoose.Schema({ + Categories: { + type: Array, + default: [], + }, + Primary: { + type: Array, + default: [], + }, + Secondary: { + type: Array, + default: [], + }, + Equipment: { + type: Array, + default: [], + }, + OperatorSkill: { + type: Array, + default: [], + }, + Perk: { + type: Array, + default: [], + }, + }) +); diff --git a/package.json b/package.json @@ -1,50 +1,50 @@ -{ - "name": "cath.exe", - "version": "0.0.1", - "description": "NYX bot created by Team NYX", - "engines": { - "node": "*", - "npm": "*" - }, - "main": "index.js", - "scripts": { - "dev": "node . --dev", - "start": "node . --prod", - "node-update": "npm i --save-dev node@17 && npm config set prefix=$(pwd)/node_modules/node && export PATH=$(pwd)/node_modules/node/bin:$PATH", - "node-clean": "rm -rf node_modules && rm package-lock.json && npm cache clear --force && npm cache clean --force && npm i", - "all": "npm run node-update && npm run node-clean" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/night0721/cath.exe.git" - }, - "keywords": [ - "bot", - "nyx", - "codm", - "discord", - "gunsmith" - ], - "author": "ลƒ1ght#0001", - "license": "CC-BY-NC-SA-4.0", - "bugs": { - "url": "https://github.com/night0721/cath.exe/issues" - }, - "homepage": "https://github.com/night0721/cath.exe#readme", - "funding": { - "type": "individual", - "url": "https://ko-fi.com/cathteam" - }, - "devDependencies": { - "node": "^19.0.0" - }, - "dependencies": { - "axios": "^1.1.3", - "cath": "^1.5.13", - "discord.js": "^14.9.0", - "dotenv": "^16.0.3", - "goosecache": "^9.0.14", - "mongoose": "^5.13.14", - "quickchart-js": "^3.1.0" - } -} +{ + "name": "cath.exe", + "version": "0.0.1", + "description": "NYX bot created by Team NYX", + "engines": { + "node": "*", + "npm": "*" + }, + "main": "index.js", + "scripts": { + "dev": "node . --dev", + "start": "node . --prod", + "node-update": "npm i --save-dev node@17 && npm config set prefix=$(pwd)/node_modules/node && export PATH=$(pwd)/node_modules/node/bin:$PATH", + "node-clean": "rm -rf node_modules && rm package-lock.json && npm cache clear --force && npm cache clean --force && npm i", + "all": "npm run node-update && npm run node-clean" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/night0721/cath.exe.git" + }, + "keywords": [ + "bot", + "nyx", + "codm", + "discord", + "gunsmith" + ], + "author": "ลƒ1ght#0001", + "license": "CC-BY-NC-SA-4.0", + "bugs": { + "url": "https://github.com/night0721/cath.exe/issues" + }, + "homepage": "https://github.com/night0721/cath.exe#readme", + "funding": { + "type": "individual", + "url": "https://ko-fi.com/cathteam" + }, + "devDependencies": { + "node": "^19.0.0" + }, + "dependencies": { + "axios": "^1.1.3", + "cath": "^1.5.13", + "discord.js": "^14.9.0", + "dotenv": "^16.0.3", + "goosecache": "^9.0.14", + "mongoose": "^5.13.14", + "quickchart-js": "^3.1.0" + } +} diff --git a/util/Data/CODM/loadout.js b/util/Data/CODM/loadout.js @@ -1,78 +1,78 @@ -const { EmbedBuilder } = require("discord.js"); //@night0721 You need to make this -const items = require("../../util/Data/loadout.json"); -module.exports = { - name: "class", - description: "Generate A Random Loadout", - category: "CODM", - run: async (client, interaction) => { - // const data = async () => { - // const d = await model.findOne({}); - // const types = d.Categories; - // const names = d.Primary; - // const category = types[Math.floor(Math.random() * types.length)]; - // const weapons = names[0][category]; - // return `${weapons[Math.floor(Math.random() * weapons.length)]}`; - // }; - // const primary_weapon = await data(); - // const primary = primary_weapon.replace(/[ -]/g, "_").replace(/\./g, ""); - // const slots = shuffle(Object.keys(Attachments[primary][0])); - // const slot_1 = slots.next().value, - // slot_2 = slots.next().value, - // slot_3 = slots.next().value, - // slot_4 = slots.next().value, - // slot_5 = slots.next().value; - const result = new EmbedBuilder() - .setColor(client.color) - .setFooter({ text: `Made by ${client.author}` }) - .setURL(client.web) - .setTitle(`๐ŸŽฒ A Randomly Generated Loadout ๐ŸŽฒ`) - .setDescription( - `This loadout is a randomly generated, Also try, \`/class\` to get a randomally generated primary weapon gunsmith build` - ) - .addFields( - { - name: `Secondary Weapon`, - value: ``, - inline: true, - }, - { - name: `Operator Skill`, - value: ``, - inline: true, - }, - { - name: `Scorestreak`, // 3 perks - value: ``, - inline: true, - }, - { - name: `๐Ÿ”ด Red Perk`, - value: ``, - inline: true, - }, - { - name: `๐ŸŸข Green Perk`, - value: ``, - inline: true, - }, - { - name: `๐Ÿ”ต Blue Perk`, - value: ``, - inline: true, - } - ) - .setTimestamp(); - interaction.followUp({ embeds: [result] }); - - // function* shuffle(array) { - // let i = array.length; - // while (i--) { - // yield array.splice(Math.floor(Math.random() * (i + 1)), 1)[0]; - // } - // } - // function getAttachment(gun, slot) { - // const ca = Attachments[gun][0][slot]; - // return ca[Math.floor(Math.random() * ca.length)]; - // } - }, -}; +const { EmbedBuilder } = require("discord.js"); //@night0721 You need to make this +const items = require("../../util/Data/loadout.json"); +module.exports = { + name: "class", + description: "Generate A Random Loadout", + category: "CODM", + run: async (client, interaction) => { + // const data = async () => { + // const d = await model.findOne({}); + // const types = d.Categories; + // const names = d.Primary; + // const category = types[Math.floor(Math.random() * types.length)]; + // const weapons = names[0][category]; + // return `${weapons[Math.floor(Math.random() * weapons.length)]}`; + // }; + // const primary_weapon = await data(); + // const primary = primary_weapon.replace(/[ -]/g, "_").replace(/\./g, ""); + // const slots = shuffle(Object.keys(Attachments[primary][0])); + // const slot_1 = slots.next().value, + // slot_2 = slots.next().value, + // slot_3 = slots.next().value, + // slot_4 = slots.next().value, + // slot_5 = slots.next().value; + const result = new EmbedBuilder() + .setColor(client.color) + .setFooter({ text: `Made by ${client.author}` }) + .setURL(client.web) + .setTitle(`๐ŸŽฒ A Randomly Generated Loadout ๐ŸŽฒ`) + .setDescription( + `This loadout is a randomly generated, Also try, \`/class\` to get a randomally generated primary weapon gunsmith build` + ) + .addFields( + { + name: `Secondary Weapon`, + value: ``, + inline: true, + }, + { + name: `Operator Skill`, + value: ``, + inline: true, + }, + { + name: `Scorestreak`, // 3 perks + value: ``, + inline: true, + }, + { + name: `๐Ÿ”ด Red Perk`, + value: ``, + inline: true, + }, + { + name: `๐ŸŸข Green Perk`, + value: ``, + inline: true, + }, + { + name: `๐Ÿ”ต Blue Perk`, + value: ``, + inline: true, + } + ) + .setTimestamp(); + interaction.followUp({ embeds: [result] }); + + // function* shuffle(array) { + // let i = array.length; + // while (i--) { + // yield array.splice(Math.floor(Math.random() * (i + 1)), 1)[0]; + // } + // } + // function getAttachment(gun, slot) { + // const ca = Attachments[gun][0][slot]; + // return ca[Math.floor(Math.random() * ca.length)]; + // } + }, +}; diff --git a/util/Data/CODM/new-stats.js b/util/Data/CODM/new-stats.js @@ -1,770 +1,770 @@ -const { EmbedBuilder } = require("discord.js"); -const axios = require("axios"); -module.exports = { - name: "stats", - description: "Check Stats of a Weapon by SOD", - usage: "[Weapon Name]", - category: "CODM", - options: [ - { - type: 1, - name: "assault_rifle", - description: "Get a Stats for Assault Rifle", - options: [ - { - type: 3, - name: "Weapon", - description: "Name of the Gun", - required: true, - choices: [ - { - name: "Type 25", - value: "A01", - }, - { - name: "M16", - value: "A02", - }, - { - name: "AK117", - value: "A03", - }, - { - name: "AK-47", - value: "A04", - }, - { - name: "ASM10", - value: "A05", - }, - { - name: "M4", - value: "A06", - }, - { - name: "BK57", - value: "A07", - }, - { - name: "LK24", - value: "A08", - }, - { - name: "ICR-1", - value: "A09", - }, - { - name: "Man-o-War", - value: "A10", - }, - { - name: "KN-44", - value: "A11", - }, - { - name: "HBRa3", - value: "A12", - }, - { - name: "HVK-30", - value: "A13", - }, - { - name: "DR-H", - value: "A14", - }, - { - name: "Peacekeeper MK2", - value: "A15", - }, - { - name: "FR .556", - value: "A16", - }, - { - name: "AS VAL", - value: "A17", - }, - { - name: "CR-56 AMAX", - value: "A18", - }, - { - name: "M13", - value: "A19", - }, - { - name: "Swordfish", - value: "A20", - }, - { - name: "Kilo 141", - value: "A21", - }, - ], - }, - ], - }, - { - type: 1, - name: "sub_machine_gun", - description: "Get a Stats for Sub Machine Gun", - options: [ - { - type: 3, - name: "Weapon", - description: "Name of the Gun", - required: true, - choices: [ - { - name: "RUS-79u", - value: "D01", - }, - { - name: "Chicom", - value: "D02", - }, - { - name: "PDW-57", - value: "D03", - }, - { - name: "Razorback", - value: "D04", - }, - { - name: "MSMC", - value: "D05", - }, - { - name: "HG40", - value: "D06", - }, - { - name: "Pharo", - value: "D07", - }, - { - name: "GKS", - value: "D08", - }, - { - name: "Cordite", - value: "D09", - }, - { - name: "QQ9", - value: "D10", - }, - { - name: "Fennec", - value: "D11", - }, - { - name: "AGR 556", - value: "D12", - }, - { - name: "QXR", - value: "D13", - }, - { - name: "PP19 Bizon", - value: "D14", - }, - { - name: "MX9", - value: "D15", - }, - { - name: "CBR4", - value: "D16", - }, - { - name: "PPSh 41", - value: "D17", - }, - ], - }, - ], - }, - { - type: 1, - name: "sniper_rifle", - description: "Get a Stats for Sniper Rifle", - options: [ - { - type: 3, - name: "Weapon", - description: "Name of the Gun", - required: true, - choices: [ - // { - // name: "XPR-50", - // value: "B01", - // }, - { - name: "Arctic .50", - value: "B02", - }, - { - name: "M21 EBR", - value: "B03", - }, - { - name: "DL Q33", - value: "B04", - }, - { - name: "Locus", - value: "B05", - }, - // { - // name: "NA-45", - // value: "B06", - // }, - { - name: "Outlaw", - value: "B07", - }, - { - name: "Rytec AMR", - value: "B08", - }, - { - name: "SVD", - value: "B09", - }, - ], - }, - ], - }, - { - type: 1, - name: "light_machine_gun", - description: "Get a Stats for Light Machine Gun", - options: [ - { - type: 3, - name: "Weapon", - description: "Name of the Gun", - required: true, - choices: [ - { - name: "S36", - value: "C01", - }, - { - name: "UL736", - value: "C02", - }, - { - name: "RPD", - value: "C03", - }, - { - name: "M4 LMG", - value: "C04", - }, - { - name: "Chopper", - value: "C05", - }, - { - name: "Holger 26", - value: "C06", - }, - { - name: "Hades", - value: "C07", - }, - { - name: "PKM", - value: "C08", - }, - ], - }, - ], - }, - { - type: 1, - name: "shotgun", - description: "Get a Stats for Shotgun", - options: [ - { - type: 3, - name: "Weapon", - description: "Name of the Gun", - required: true, - choices: [ - { - name: "HS2126", - value: "E01", - }, - { - name: "BY15", - value: "E02", - }, - { - name: "HS0405", - value: "E03", - }, - { - name: "Striker", - value: "E04", - }, - { - name: "KRM_262", - value: "E05", - }, - { - name: "Echo", - value: "E06", - }, - { - name: "R9-0", - value: "E07", - }, - { - name: "JAK-12", - value: "E08", - }, - ], - }, - ], - }, - { - type: 1, - name: "marksman_rifle", - description: "Get a Stats for Marksman Rifle", - options: [ - { - type: 3, - name: "Weapon", - description: "Name of the Gun", - required: true, - choices: [ - { - name: "Kilo Bolt-Action", - value: "F01", - }, - { - name: "SKS", - value: "F02", - }, - { - name: "SP-R 208", - value: "F03", - }, - { - name: "MK2", - value: "F04", - }, - ], - }, - ], - }, - { - type: 1, - name: "pistol", - description: "Get a Stats for Pistol", - options: [ - { - type: 3, - name: "Weapon", - description: "Name of the Gun", - required: true, - choices: [ - { - name: "J358", - value: "G01", - }, - { - name: "MW11", - value: "G02", - }, - { - name: ".50 GS", - value: "G03", - }, - { - name: "Renetti", - value: "G04", - }, - { - name: "Shorty", - value: "G05", - }, - { - name: "Crossbow", - value: "G06", - }, - ], - }, - ], - }, - ], - // It's not complete, Still work in progress. - run: async (client, interaction, args, utils) => { - const cwts = args[1]; - const data = await axios - .get(`${process.env.api}/api/v1/codm/builds?cwts=${cwts}`, { - headers: { - Authorization: process.env.CODM_API_KEY, - }, - }) - .then(res => res.data) - .catch(e => null); - - if (!data?.ID) { - const embed = new EmbedBuilder() - .setDescription( - `<:nyx_not_available:897378400031879188> Sorry, We currently don't have Stats for this Weapon` - ) - .setColor(client.color); - interaction.followUp({ embeds: [embed] }); - } else { - const embed = new EmbedBuilder() - .setTitle(`${data.author} Statistical Breakdown`) - .setColor(16580400) - .setImage(data.imageUrl) - .setFooter({ text: `Stats Curtosy of Round Table` }) - // .setFooter( - // `Stats Curtosy of Stats on Duty`, - // ) - .setDescription( - `<:nyx_description:897379659665264650> **Description** \n${data.description}` - ) - .addFields( - { - name: ":id: CWTS:", - value: `\`\`\`\n${data.cwts}\n\`\`\``, - inline: true, - }, - { - name: "<a:lastupdate:897381474330873887> Last Updated:", - value: `\`\`\`\n${utils.parseShortDate( - new Date(data.lastUpdate) - )}\n\`\`\``, - inline: true, - }, - { - name: "Basic Stats", - value: `\`\`\`\n - BSA Score: ${data.bsa_score} - Hipfire Score: ${data.hipfire_score} - Rate of Fire\t\t\t\t: ${data.rof} - Penetration Level\t\t: ${data.penetration} - Firing Mode\t\t\t\t\t: Full Auto - - \n\`\`\``, - inline: false, - }, - { - name: "Handling & Mobility", - value: `\`\`\`\n - Drop Time : 416.6 ms - Raise Time : 650 ms - Sprinting Speed : 6.09 m/s - Walking Speed : 4.51 m/s - Sprint-to-Fire Time : 165 ms - \n\`\`\``, - inline: false, - }, - { - name: "Ammunation Stats", - value: `\`\`\`\n - Magazine : 30 - Reserve : 120 - Reload Type : Magazine - Cancel Reload Time : 1.9 s - Reload Time : 2.3 s - Full Reload Time : 3.2 s - \n\`\`\``, - inline: false, - }, - { - name: ":paperclip: Attachments:", - value: arr.join("\n"), - }, - { - name: "<a:tags:897034924140404776> Tags", - value: data.tags.join(", "), - } - ) - .setURL(client.web); - interaction.followUp({ embeds: [embed] }); - } - }, -}; - -// @night0721 Damage profile will be avalable by different command - -// recoilAvailable = false; -// hasError = false; -// console.log(args); -// const repEmb = statsHandler(args.join(" ").replace("\n", " ")); -// if (hasError) { -// interaction.followUp({ embeds: [repEmb] }); -// } -// if (recoilAvailable) { -// repEmb.fields.push({ -// name: "**Recoil Graph**", -// value: -// "```\nThe Recoil graph below is dynamic (change based on attachment equipped)```", -// }); -// const recoilImageLink = await chart.getShortUrl(); -// repEmb.image = { url: recoilImageLink }; -// } -// interaction.followUp({ embeds: [repEmb] }); -// }, -// } - -// run: async (client, interaction, args) => { -// recoilAvailable = false; -// hasError = false; -// console.log(args); -// const repEmb = statsHandler(args.join(" ").replace("\n", " ")); -// if (hasError) { -// interaction.followUp({ embeds: [repEmb] }); -// } -// if (recoilAvailable) { -// repEmb.fields.push({ -// name: "**Recoil Graph**", -// value: -// "```\nThe Recoil graph below is dynamic (change based on attachment equipped)```", -// }); -// const recoilImageLink = await chart.getShortUrl(); -// repEmb.image = { url: recoilImageLink }; -// } -// interaction.followUp({ embeds: [repEmb] }); -// }, -// }; - -// function inpHandler(inpmsg) { -// statsHandler(inpmsg.split("+")[0]); -// } - -// function statsHandler(inpmsg) { -// let statsNames = [ -// "Pellets", -// "Detonation Range", -// "Explosion Radius", -// "Explosion Damage", -// "Firing Mode", -// "Rate of Fire", -// "Bullet in Burst", -// "Time Between Burst", -// "Bullet Speed", -// "Penetration Level", -// "Bullet Spread", -// "Idle Sway", -// "Hipfire Pellet Spread", -// "ADS Pellet Spread", -// "ADS Time", -// "Sprint-to-Fire Time", -// "ADS Zoom", -// "Magazine", -// "Reserve", -// "Reload Type", -// "Cancel Reload Time", -// "Reload Time", -// "Full Reload Time", -// "Drop Time", -// "Raise Time", -// "Sprinting Speed", -// "Walking Speed", -// "Straifing Speed", -// "Damage per Tick", -// "Number of Ticks", -// "Time Between Ticks", -// "Breath Hold Time", -// "shouldNeverHappen0", -// "shouldNeverHappen1", -// "shouldNeverHappen2", -// "shouldNeverHappen3", -// "shouldNeverHappen4", -// ], -// out = []; - -// currGun = common.weaponIdentifier(inpmsg); -// if (typeof currGun == "string") { -// hasError = true; -// return currGun; -// } -// currStats = currGun.stats; -// currDRM = currGun.drm[0]; -// currAttachments = []; -// currAttachments = common.attachmentsIdentifier( -// inpmsg, -// currGun.aments, -// currStats -// ); -// if (typeof currAttachments == "string") { -// hasError = true; -// return currAttachments; -// } -// currRecoilArr = [1, 1, currGun.stats[17]]; -// if (currAttachments.length != 0) { -// const totalEffects = common.totaler(currAttachments); - -// currStats = common.updateStatswithEffects(totalEffects, currStats); -// currRecoilArr = [totalEffects[2], totalEffects[3], currGun.stats[17]]; // must happen after currStats update -// currDRM = currGun.drm[totalEffects[37]]; -// currDRM.range = currDRM.range.map(x => -// Math.round(x * (1 + totalEffects[13] / 100)) -// ); -// out = common.attachmentHandler(totalEffects, currStats); -// } -// function statsWorker() { -// if (currStats[19] === 2) { -// currStats[21] = -// currStats[20] + currStats[21] * currStats[17] + currStats[22]; -// currStats[20] = 0; -// currStats[22] = 0; -// } -// currStats[25] = (currStats[25] * currStats[26]) / 100; - -// const outReady = currStats.map((x, i) => -// x ? statsNames[i].padEnd(24) + ":".padEnd(3) + beautifier(i) : "" -// ); -// out = [ -// ...[ -// "Basic Stats", -// "ADS Stats", -// "Bullet Stats", -// "Magazine", -// "Handling Stats", -// "Mobility Stats", -// "Miscellaneous Stats", -// ].map((x, i) => -// fieldMaker( -// x, -// [ -// [04, 05, 09], -// [14, 16, 11, 31], -// [00, 06, 07, 08, 10, 12, 13], -// [17, 18, 19, 20, 21, 22], -// [23, 24], -// [25, 26, 27, 15], -// [28, 29, 30, 01, 02, 03], -// ][i] -// ) -// ), -// ...out, -// ]; -// function fieldMaker(inpName, inpIndx) { -// inpIndx = inpIndx.filter(x => outReady[x]); -// return inpIndx.length -// ? { -// name: "**" + inpName + "**", -// value: "```\n" + inpIndx.map(x => outReady[x]).join("\n") + "```", -// } -// : ""; -// } -// } -// statsWorker(); - -// function beautifier(j) { -// switch (j) { -// case 04: -// return data.firingModes[currStats[j] - 1]; -// case 09: -// return data.penetrationLevels[currStats[j] - 1]; -// case 19: -// return data.reloadTypes[currStats[j] - 1]; -// case 08: -// if (currStats[j] == -1) { -// return "Infinity"; -// } else { -// return parseFloat(currStats[j].toFixed(2)).toString() + " m/s"; -// } -// case 03: -// return parseFloat(currStats[j].toFixed(2)) -// .toString() -// .replace(".", " ~ "); -// default: -// return parseFloat(currStats[j].toFixed(2)).toString() + addUnit(j); -// } - -// function addUnit(j) { -// switch (j) { -// case 07: -// case 14: -// case 15: -// case 23: -// case 24: -// case 31: -// return " ms"; -// case 27: -// case 28: -// case 25: -// case 26: -// return " m/s"; -// case 20: -// case 21: -// case 22: -// return " s"; -// case 16: -// return "%"; -// case 06: -// return " Rounds"; -// case 05: -// return " RPM"; -// default: -// return ""; -// } -// } -// } -// interpretion = currGun.gunname + common.interpretioner(currAttachments); -// if (currGun.recoil.hr.length > 2) { -// chart = common.recoilHandler( -// currGun.recoil.hr, -// currGun.recoil.vr, -// currRecoilArr[0], -// currRecoilArr[1], -// currRecoilArr[2] -// ); -// recoilAvailable = true; -// } else { -// recoilAvailable = false; -// } -// if (chart == "none") { -// recoilAvailable = false; -// } -// if (chart == "err" || currAttachments == "err") { -// hasError = true; -// return "Cocaineeee"; -// } -// const dmg = -// common.damageHandler( -// currDRM.damage, -// currDRM.range, -// 1, -// 100, -// 60000 / currStats[5], -// currStats[7], -// currStats[6], -// currStats[0] -// ) || "```This should never happen```"; -// out = [ -// currGun.description -// ? { -// name: "**Description:**", -// value: "```\n" + currGun.description + "```", -// } -// : {}, -// { name: "**Damage Profile:**", value: dmg }, -// ...out, -// ]; -// out = out.filter(x => x.value); -// return { -// title: interpretion, -// color: 5814783, -// fields: out, -// footer: { -// text: "[OUTDATED] All data courtesy of Project Lighthouse 2.0 and CoDM Research Crew", -// icon_url: -// "https://media.discordapp.net/attachments/735590814662656102/806960573753327657/cc.png", -// }, -// }; +const { EmbedBuilder } = require("discord.js"); +const axios = require("axios"); +module.exports = { + name: "stats", + description: "Check Stats of a Weapon by SOD", + usage: "[Weapon Name]", + category: "CODM", + options: [ + { + type: 1, + name: "assault_rifle", + description: "Get a Stats for Assault Rifle", + options: [ + { + type: 3, + name: "Weapon", + description: "Name of the Gun", + required: true, + choices: [ + { + name: "Type 25", + value: "A01", + }, + { + name: "M16", + value: "A02", + }, + { + name: "AK117", + value: "A03", + }, + { + name: "AK-47", + value: "A04", + }, + { + name: "ASM10", + value: "A05", + }, + { + name: "M4", + value: "A06", + }, + { + name: "BK57", + value: "A07", + }, + { + name: "LK24", + value: "A08", + }, + { + name: "ICR-1", + value: "A09", + }, + { + name: "Man-o-War", + value: "A10", + }, + { + name: "KN-44", + value: "A11", + }, + { + name: "HBRa3", + value: "A12", + }, + { + name: "HVK-30", + value: "A13", + }, + { + name: "DR-H", + value: "A14", + }, + { + name: "Peacekeeper MK2", + value: "A15", + }, + { + name: "FR .556", + value: "A16", + }, + { + name: "AS VAL", + value: "A17", + }, + { + name: "CR-56 AMAX", + value: "A18", + }, + { + name: "M13", + value: "A19", + }, + { + name: "Swordfish", + value: "A20", + }, + { + name: "Kilo 141", + value: "A21", + }, + ], + }, + ], + }, + { + type: 1, + name: "sub_machine_gun", + description: "Get a Stats for Sub Machine Gun", + options: [ + { + type: 3, + name: "Weapon", + description: "Name of the Gun", + required: true, + choices: [ + { + name: "RUS-79u", + value: "D01", + }, + { + name: "Chicom", + value: "D02", + }, + { + name: "PDW-57", + value: "D03", + }, + { + name: "Razorback", + value: "D04", + }, + { + name: "MSMC", + value: "D05", + }, + { + name: "HG40", + value: "D06", + }, + { + name: "Pharo", + value: "D07", + }, + { + name: "GKS", + value: "D08", + }, + { + name: "Cordite", + value: "D09", + }, + { + name: "QQ9", + value: "D10", + }, + { + name: "Fennec", + value: "D11", + }, + { + name: "AGR 556", + value: "D12", + }, + { + name: "QXR", + value: "D13", + }, + { + name: "PP19 Bizon", + value: "D14", + }, + { + name: "MX9", + value: "D15", + }, + { + name: "CBR4", + value: "D16", + }, + { + name: "PPSh 41", + value: "D17", + }, + ], + }, + ], + }, + { + type: 1, + name: "sniper_rifle", + description: "Get a Stats for Sniper Rifle", + options: [ + { + type: 3, + name: "Weapon", + description: "Name of the Gun", + required: true, + choices: [ + // { + // name: "XPR-50", + // value: "B01", + // }, + { + name: "Arctic .50", + value: "B02", + }, + { + name: "M21 EBR", + value: "B03", + }, + { + name: "DL Q33", + value: "B04", + }, + { + name: "Locus", + value: "B05", + }, + // { + // name: "NA-45", + // value: "B06", + // }, + { + name: "Outlaw", + value: "B07", + }, + { + name: "Rytec AMR", + value: "B08", + }, + { + name: "SVD", + value: "B09", + }, + ], + }, + ], + }, + { + type: 1, + name: "light_machine_gun", + description: "Get a Stats for Light Machine Gun", + options: [ + { + type: 3, + name: "Weapon", + description: "Name of the Gun", + required: true, + choices: [ + { + name: "S36", + value: "C01", + }, + { + name: "UL736", + value: "C02", + }, + { + name: "RPD", + value: "C03", + }, + { + name: "M4 LMG", + value: "C04", + }, + { + name: "Chopper", + value: "C05", + }, + { + name: "Holger 26", + value: "C06", + }, + { + name: "Hades", + value: "C07", + }, + { + name: "PKM", + value: "C08", + }, + ], + }, + ], + }, + { + type: 1, + name: "shotgun", + description: "Get a Stats for Shotgun", + options: [ + { + type: 3, + name: "Weapon", + description: "Name of the Gun", + required: true, + choices: [ + { + name: "HS2126", + value: "E01", + }, + { + name: "BY15", + value: "E02", + }, + { + name: "HS0405", + value: "E03", + }, + { + name: "Striker", + value: "E04", + }, + { + name: "KRM_262", + value: "E05", + }, + { + name: "Echo", + value: "E06", + }, + { + name: "R9-0", + value: "E07", + }, + { + name: "JAK-12", + value: "E08", + }, + ], + }, + ], + }, + { + type: 1, + name: "marksman_rifle", + description: "Get a Stats for Marksman Rifle", + options: [ + { + type: 3, + name: "Weapon", + description: "Name of the Gun", + required: true, + choices: [ + { + name: "Kilo Bolt-Action", + value: "F01", + }, + { + name: "SKS", + value: "F02", + }, + { + name: "SP-R 208", + value: "F03", + }, + { + name: "MK2", + value: "F04", + }, + ], + }, + ], + }, + { + type: 1, + name: "pistol", + description: "Get a Stats for Pistol", + options: [ + { + type: 3, + name: "Weapon", + description: "Name of the Gun", + required: true, + choices: [ + { + name: "J358", + value: "G01", + }, + { + name: "MW11", + value: "G02", + }, + { + name: ".50 GS", + value: "G03", + }, + { + name: "Renetti", + value: "G04", + }, + { + name: "Shorty", + value: "G05", + }, + { + name: "Crossbow", + value: "G06", + }, + ], + }, + ], + }, + ], + // It's not complete, Still work in progress. + run: async (client, interaction, args, utils) => { + const cwts = args[1]; + const data = await axios + .get(`${process.env.api}/api/v1/codm/builds?cwts=${cwts}`, { + headers: { + Authorization: process.env.CODM_API_KEY, + }, + }) + .then(res => res.data) + .catch(e => null); + + if (!data?.ID) { + const embed = new EmbedBuilder() + .setDescription( + `<:nyx_not_available:897378400031879188> Sorry, We currently don't have Stats for this Weapon` + ) + .setColor(client.color); + interaction.followUp({ embeds: [embed] }); + } else { + const embed = new EmbedBuilder() + .setTitle(`${data.author} Statistical Breakdown`) + .setColor(16580400) + .setImage(data.imageUrl) + .setFooter({ text: `Stats Curtosy of Round Table` }) + // .setFooter( + // `Stats Curtosy of Stats on Duty`, + // ) + .setDescription( + `<:nyx_description:897379659665264650> **Description** \n${data.description}` + ) + .addFields( + { + name: ":id: CWTS:", + value: `\`\`\`\n${data.cwts}\n\`\`\``, + inline: true, + }, + { + name: "<a:lastupdate:897381474330873887> Last Updated:", + value: `\`\`\`\n${utils.parseShortDate( + new Date(data.lastUpdate) + )}\n\`\`\``, + inline: true, + }, + { + name: "Basic Stats", + value: `\`\`\`\n + BSA Score: ${data.bsa_score} + Hipfire Score: ${data.hipfire_score} + Rate of Fire\t\t\t\t: ${data.rof} + Penetration Level\t\t: ${data.penetration} + Firing Mode\t\t\t\t\t: Full Auto + + \n\`\`\``, + inline: false, + }, + { + name: "Handling & Mobility", + value: `\`\`\`\n + Drop Time : 416.6 ms + Raise Time : 650 ms + Sprinting Speed : 6.09 m/s + Walking Speed : 4.51 m/s + Sprint-to-Fire Time : 165 ms + \n\`\`\``, + inline: false, + }, + { + name: "Ammunation Stats", + value: `\`\`\`\n + Magazine : 30 + Reserve : 120 + Reload Type : Magazine + Cancel Reload Time : 1.9 s + Reload Time : 2.3 s + Full Reload Time : 3.2 s + \n\`\`\``, + inline: false, + }, + { + name: ":paperclip: Attachments:", + value: arr.join("\n"), + }, + { + name: "<a:tags:897034924140404776> Tags", + value: data.tags.join(", "), + } + ) + .setURL(client.web); + interaction.followUp({ embeds: [embed] }); + } + }, +}; + +// @night0721 Damage profile will be avalable by different command + +// recoilAvailable = false; +// hasError = false; +// console.log(args); +// const repEmb = statsHandler(args.join(" ").replace("\n", " ")); +// if (hasError) { +// interaction.followUp({ embeds: [repEmb] }); +// } +// if (recoilAvailable) { +// repEmb.fields.push({ +// name: "**Recoil Graph**", +// value: +// "```\nThe Recoil graph below is dynamic (change based on attachment equipped)```", +// }); +// const recoilImageLink = await chart.getShortUrl(); +// repEmb.image = { url: recoilImageLink }; +// } +// interaction.followUp({ embeds: [repEmb] }); +// }, +// } + +// run: async (client, interaction, args) => { +// recoilAvailable = false; +// hasError = false; +// console.log(args); +// const repEmb = statsHandler(args.join(" ").replace("\n", " ")); +// if (hasError) { +// interaction.followUp({ embeds: [repEmb] }); +// } +// if (recoilAvailable) { +// repEmb.fields.push({ +// name: "**Recoil Graph**", +// value: +// "```\nThe Recoil graph below is dynamic (change based on attachment equipped)```", +// }); +// const recoilImageLink = await chart.getShortUrl(); +// repEmb.image = { url: recoilImageLink }; +// } +// interaction.followUp({ embeds: [repEmb] }); +// }, +// }; + +// function inpHandler(inpmsg) { +// statsHandler(inpmsg.split("+")[0]); +// } + +// function statsHandler(inpmsg) { +// let statsNames = [ +// "Pellets", +// "Detonation Range", +// "Explosion Radius", +// "Explosion Damage", +// "Firing Mode", +// "Rate of Fire", +// "Bullet in Burst", +// "Time Between Burst", +// "Bullet Speed", +// "Penetration Level", +// "Bullet Spread", +// "Idle Sway", +// "Hipfire Pellet Spread", +// "ADS Pellet Spread", +// "ADS Time", +// "Sprint-to-Fire Time", +// "ADS Zoom", +// "Magazine", +// "Reserve", +// "Reload Type", +// "Cancel Reload Time", +// "Reload Time", +// "Full Reload Time", +// "Drop Time", +// "Raise Time", +// "Sprinting Speed", +// "Walking Speed", +// "Straifing Speed", +// "Damage per Tick", +// "Number of Ticks", +// "Time Between Ticks", +// "Breath Hold Time", +// "shouldNeverHappen0", +// "shouldNeverHappen1", +// "shouldNeverHappen2", +// "shouldNeverHappen3", +// "shouldNeverHappen4", +// ], +// out = []; + +// currGun = common.weaponIdentifier(inpmsg); +// if (typeof currGun == "string") { +// hasError = true; +// return currGun; +// } +// currStats = currGun.stats; +// currDRM = currGun.drm[0]; +// currAttachments = []; +// currAttachments = common.attachmentsIdentifier( +// inpmsg, +// currGun.aments, +// currStats +// ); +// if (typeof currAttachments == "string") { +// hasError = true; +// return currAttachments; +// } +// currRecoilArr = [1, 1, currGun.stats[17]]; +// if (currAttachments.length != 0) { +// const totalEffects = common.totaler(currAttachments); + +// currStats = common.updateStatswithEffects(totalEffects, currStats); +// currRecoilArr = [totalEffects[2], totalEffects[3], currGun.stats[17]]; // must happen after currStats update +// currDRM = currGun.drm[totalEffects[37]]; +// currDRM.range = currDRM.range.map(x => +// Math.round(x * (1 + totalEffects[13] / 100)) +// ); +// out = common.attachmentHandler(totalEffects, currStats); +// } +// function statsWorker() { +// if (currStats[19] === 2) { +// currStats[21] = +// currStats[20] + currStats[21] * currStats[17] + currStats[22]; +// currStats[20] = 0; +// currStats[22] = 0; +// } +// currStats[25] = (currStats[25] * currStats[26]) / 100; + +// const outReady = currStats.map((x, i) => +// x ? statsNames[i].padEnd(24) + ":".padEnd(3) + beautifier(i) : "" +// ); +// out = [ +// ...[ +// "Basic Stats", +// "ADS Stats", +// "Bullet Stats", +// "Magazine", +// "Handling Stats", +// "Mobility Stats", +// "Miscellaneous Stats", +// ].map((x, i) => +// fieldMaker( +// x, +// [ +// [04, 05, 09], +// [14, 16, 11, 31], +// [00, 06, 07, 08, 10, 12, 13], +// [17, 18, 19, 20, 21, 22], +// [23, 24], +// [25, 26, 27, 15], +// [28, 29, 30, 01, 02, 03], +// ][i] +// ) +// ), +// ...out, +// ]; +// function fieldMaker(inpName, inpIndx) { +// inpIndx = inpIndx.filter(x => outReady[x]); +// return inpIndx.length +// ? { +// name: "**" + inpName + "**", +// value: "```\n" + inpIndx.map(x => outReady[x]).join("\n") + "```", +// } +// : ""; +// } +// } +// statsWorker(); + +// function beautifier(j) { +// switch (j) { +// case 04: +// return data.firingModes[currStats[j] - 1]; +// case 09: +// return data.penetrationLevels[currStats[j] - 1]; +// case 19: +// return data.reloadTypes[currStats[j] - 1]; +// case 08: +// if (currStats[j] == -1) { +// return "Infinity"; +// } else { +// return parseFloat(currStats[j].toFixed(2)).toString() + " m/s"; +// } +// case 03: +// return parseFloat(currStats[j].toFixed(2)) +// .toString() +// .replace(".", " ~ "); +// default: +// return parseFloat(currStats[j].toFixed(2)).toString() + addUnit(j); +// } + +// function addUnit(j) { +// switch (j) { +// case 07: +// case 14: +// case 15: +// case 23: +// case 24: +// case 31: +// return " ms"; +// case 27: +// case 28: +// case 25: +// case 26: +// return " m/s"; +// case 20: +// case 21: +// case 22: +// return " s"; +// case 16: +// return "%"; +// case 06: +// return " Rounds"; +// case 05: +// return " RPM"; +// default: +// return ""; +// } +// } +// } +// interpretion = currGun.gunname + common.interpretioner(currAttachments); +// if (currGun.recoil.hr.length > 2) { +// chart = common.recoilHandler( +// currGun.recoil.hr, +// currGun.recoil.vr, +// currRecoilArr[0], +// currRecoilArr[1], +// currRecoilArr[2] +// ); +// recoilAvailable = true; +// } else { +// recoilAvailable = false; +// } +// if (chart == "none") { +// recoilAvailable = false; +// } +// if (chart == "err" || currAttachments == "err") { +// hasError = true; +// return "Cocaineeee"; +// } +// const dmg = +// common.damageHandler( +// currDRM.damage, +// currDRM.range, +// 1, +// 100, +// 60000 / currStats[5], +// currStats[7], +// currStats[6], +// currStats[0] +// ) || "```This should never happen```"; +// out = [ +// currGun.description +// ? { +// name: "**Description:**", +// value: "```\n" + currGun.description + "```", +// } +// : {}, +// { name: "**Damage Profile:**", value: dmg }, +// ...out, +// ]; +// out = out.filter(x => x.value); +// return { +// title: interpretion, +// color: 5814783, +// fields: out, +// footer: { +// text: "[OUTDATED] All data courtesy of Project Lighthouse 2.0 and CoDM Research Crew", +// icon_url: +// "https://media.discordapp.net/attachments/735590814662656102/806960573753327657/cc.png", +// }, +// }; diff --git a/util/Data/CODM/stats.js b/util/Data/CODM/stats.js @@ -1,297 +1,297 @@ -const common = require("../../util/functions/common"); -const data = require("../../util/Data/data.json"); -const { EmbedBuilder } = require("discord.js"); - -let currGun, - currStats, - currAttachments, - currRecoilArr, - currDRM, - interpretion, - recoilAvailable, - chart, - hasError; -module.exports = { - name: "stats", - description: "Check gun statistics", - usage: "(Gun)", - category: "CODM", - options: [ - { - type: 3, - name: "gun_name", - description: "Name of the gun", - required: true, - choices: [], - }, - { - type: 3, - name: "1st_attchment", - description: "First attachment", - }, - { - type: 3, - name: "2nd_attchment", - description: "Second attachment", - }, - { - type: 3, - name: "3rd_attchment", - description: "Third attachment", - }, - { - type: 3, - name: "4th_attchment", - description: "Forth attachment", - }, - { - type: 3, - name: "5th_attchment", - description: "Fifth attachment", - }, - ], - run: async (client, interaction, args) => { - repEmb = null; - recoilAvailable = false; - hasError = false; - if (args.length == 1) - repEmb = statsHandler(args.join(" ").replace("\n", " ")); - else repEmb = statsHandler(args.join(" + ").replace("\n", " ")); - if (hasError) { - interaction.followUp({ - content: `**${repEmb || "An error has occured"}**`, - }); - } else { - if (recoilAvailable) { - repEmb.fields.push({ - name: "**Recoil Graph**", - value: - "```\nThe Recoil graph below is dynamic (change based on attachment equipped)```", - }); - const recoilImageLink = await chart.getShortUrl(); - repEmb.image = { url: recoilImageLink }; - } - interaction.followUp({ embeds: [new EmbedBuilder(repEmb)] }); - } - }, -}; - -function inpHandler(inpmsg) { - statsHandler(inpmsg.split("+")[0]); -} - -function statsHandler(inpmsg) { - let statsNames = [ - "Pellets", //0 - "Detonation Range", //1 - "Explosion Radius", //2 - "Explosion Damage", //3 - "Firing Mode", //4 - "Rate of Fire", //5 - "Bullet in Burst", //6 - "Time Between Burst", //7 - "Bullet Speed", //8 - "Penetration Level", //9 - "Bullet Spread", //10 - "Idle Sway", //11 - "Hipfire Pellet Spread", //12 - "ADS Pellet Spread", //13 - "ADS Time", //14 - "Sprint-to-Fire Time", //15 - "ADS Zoom", //16 - "Magazine", //17 - "Reserve", //18 - "Reload Type", //19 - "Cancel Reload Time", //20 - "Reload Time", //21 - "Full Reload Time", //22 - "Drop Time", //23 - "Raise Time", //24 - "Sprinting Speed", //25 - "Walking Speed", //26 - "Straifing Speed", //27 - "Damage per Tick", //28 - "Number of Ticks", //29 - "Time Between Ticks", //30 - "Breath Hold Time", //31 - "shouldNeverHappen0", - "shouldNeverHappen1", - "shouldNeverHappen2", - "shouldNeverHappen3", - "shouldNeverHappen4", - ], - out = []; - - currGun = common.weaponIdentifier(inpmsg); - if (typeof currGun == "string") { - hasError = true; - return currGun; - } - currStats = currGun.stats; - currDRM = currGun.drm[0]; // base mag. currGun.drm[1] for more vairents - currAttachments = []; - currAttachments = common.attachmentsIdentifier(inpmsg, currGun); - if (typeof currAttachments == "string") { - hasError = true; - return currAttachments; - } - currRecoilArr = [1, 1, currGun.stats[17]]; - if (currAttachments.length != 0) { - const totalEffects = common.totaler(currAttachments); - - currStats = common.updateStatswithEffects(totalEffects, currStats); - currRecoilArr = [totalEffects[2], totalEffects[3], currGun.stats[17]]; // must happen after currStats update - currDRM = currGun.drm[totalEffects[37]]; - currDRM.range = currDRM.range.map(x => - Math.round(x * (1 + totalEffects[13] / 100)) - ); - out = common.attachmentHandler(totalEffects, currStats); - } - function statsWorker() { - if (currStats[19] === 2) { - currStats[21] = - currStats[20] + currStats[21] * currStats[17] + currStats[22]; - currStats[20] = 0; - currStats[22] = 0; - } - currStats[25] = (currStats[25] * currStats[26]) / 100; - - const outReady = currStats.map((x, i) => - x ? statsNames[i].padEnd(24) + ":".padEnd(3) + beautifier(i) : "" - ); - out = [ - ...[ - "Basic Stats", - "ADS Stats", - "Bullet Stats", - "Magazine", - "Handling Stats", - "Mobility Stats", - "Miscellaneous Stats", - ].map((x, i) => - fieldMaker( - x, - [ - [04, 05, 09], - [14, 16, 11, 31], - [00, 06, 07, 08, 10, 12, 13], - [17, 18, 19, 20, 21, 22], - [23, 24], - [25, 26, 27, 15], - [28, 29, 30, 01, 02, 03], - ][i] - ) - ), - ...out, - ]; - function fieldMaker(inpName, inpIndx) { - inpIndx = inpIndx.filter(x => outReady[x]); - return inpIndx.length - ? { - name: `**${inpName}**`, - value: `\`\`\`\n${inpIndx.map(x => outReady[x]).join("\n")}\`\`\``, - } - : ""; - } - } - statsWorker(); - - function beautifier(j) { - switch (j) { - case 04: - return data.firingModes[currStats[j] - 1]; - case 09: - return data.penetrationLevels[currStats[j] - 1]; - case 19: - return data.reloadTypes[currStats[j] - 1]; - case 08: - if (currStats[j] == -1) { - return "Infinity"; - } else { - return parseFloat(currStats[j].toFixed(2)).toString() + " m/s"; - } - case 03: - return parseFloat(currStats[j].toFixed(2)) - .toString() - .replace(".", " ~ "); - default: - return parseFloat(currStats[j].toFixed(2)).toString() + addUnit(j); - } - - function addUnit(j) { - switch (j) { - case 7: - case 14: - case 15: - case 23: - case 24: - case 31: - return " ms"; - case 25: - case 26: - case 27: - case 28: - return " m/s"; - case 20: - case 21: - case 22: - return " s"; - case 16: - return "%"; - case 6: - return " Rounds"; - case 5: - return " RPM"; - default: - return ""; - } - } - } - interpretion = currGun.gunname + common.interpretioner(currAttachments); - if (currGun.recoil.hr.length > 2) { - chart = common.recoilHandler( - currGun.recoil.hr, - currGun.recoil.vr, - currRecoilArr[0], - currRecoilArr[1], - currRecoilArr[2] - ); - recoilAvailable = true; - } else recoilAvailable = false; - - if (chart == "none") recoilAvailable = false; - if (chart == "err") hasError = true; - - const dmg = - common.damageHandler( - currDRM.damage, - currDRM.range, - 1, - 100, - 60000 / currStats[5], - currStats[7], - currStats[6], - currStats[0] - ) || "```This should never happen```"; - out = [ - currGun.description - ? { - name: "**Description:**", - value: `\`\`\`\n${currGun.description}\`\`\``, - } - : {}, - { name: "**Damage Profile:**", value: dmg }, - ...out, - ]; - out = out.filter(x => x.value); - return { - title: interpretion, - color: 5814783, - fields: out, - footer: { - text: "[OUTDATED] All data courtesy of Project Lighthouse 2.0 and CoDM Research Crew", - icon_url: - "https://media.discordapp.net/attachments/735590814662656102/806960573753327657/cc.png", - }, - }; -} +const common = require("../../util/functions/common"); +const data = require("../../util/Data/data.json"); +const { EmbedBuilder } = require("discord.js"); + +let currGun, + currStats, + currAttachments, + currRecoilArr, + currDRM, + interpretion, + recoilAvailable, + chart, + hasError; +module.exports = { + name: "stats", + description: "Check gun statistics", + usage: "(Gun)", + category: "CODM", + options: [ + { + type: 3, + name: "gun_name", + description: "Name of the gun", + required: true, + choices: [], + }, + { + type: 3, + name: "1st_attchment", + description: "First attachment", + }, + { + type: 3, + name: "2nd_attchment", + description: "Second attachment", + }, + { + type: 3, + name: "3rd_attchment", + description: "Third attachment", + }, + { + type: 3, + name: "4th_attchment", + description: "Forth attachment", + }, + { + type: 3, + name: "5th_attchment", + description: "Fifth attachment", + }, + ], + run: async (client, interaction, args) => { + repEmb = null; + recoilAvailable = false; + hasError = false; + if (args.length == 1) + repEmb = statsHandler(args.join(" ").replace("\n", " ")); + else repEmb = statsHandler(args.join(" + ").replace("\n", " ")); + if (hasError) { + interaction.followUp({ + content: `**${repEmb || "An error has occured"}**`, + }); + } else { + if (recoilAvailable) { + repEmb.fields.push({ + name: "**Recoil Graph**", + value: + "```\nThe Recoil graph below is dynamic (change based on attachment equipped)```", + }); + const recoilImageLink = await chart.getShortUrl(); + repEmb.image = { url: recoilImageLink }; + } + interaction.followUp({ embeds: [new EmbedBuilder(repEmb)] }); + } + }, +}; + +function inpHandler(inpmsg) { + statsHandler(inpmsg.split("+")[0]); +} + +function statsHandler(inpmsg) { + let statsNames = [ + "Pellets", //0 + "Detonation Range", //1 + "Explosion Radius", //2 + "Explosion Damage", //3 + "Firing Mode", //4 + "Rate of Fire", //5 + "Bullet in Burst", //6 + "Time Between Burst", //7 + "Bullet Speed", //8 + "Penetration Level", //9 + "Bullet Spread", //10 + "Idle Sway", //11 + "Hipfire Pellet Spread", //12 + "ADS Pellet Spread", //13 + "ADS Time", //14 + "Sprint-to-Fire Time", //15 + "ADS Zoom", //16 + "Magazine", //17 + "Reserve", //18 + "Reload Type", //19 + "Cancel Reload Time", //20 + "Reload Time", //21 + "Full Reload Time", //22 + "Drop Time", //23 + "Raise Time", //24 + "Sprinting Speed", //25 + "Walking Speed", //26 + "Straifing Speed", //27 + "Damage per Tick", //28 + "Number of Ticks", //29 + "Time Between Ticks", //30 + "Breath Hold Time", //31 + "shouldNeverHappen0", + "shouldNeverHappen1", + "shouldNeverHappen2", + "shouldNeverHappen3", + "shouldNeverHappen4", + ], + out = []; + + currGun = common.weaponIdentifier(inpmsg); + if (typeof currGun == "string") { + hasError = true; + return currGun; + } + currStats = currGun.stats; + currDRM = currGun.drm[0]; // base mag. currGun.drm[1] for more vairents + currAttachments = []; + currAttachments = common.attachmentsIdentifier(inpmsg, currGun); + if (typeof currAttachments == "string") { + hasError = true; + return currAttachments; + } + currRecoilArr = [1, 1, currGun.stats[17]]; + if (currAttachments.length != 0) { + const totalEffects = common.totaler(currAttachments); + + currStats = common.updateStatswithEffects(totalEffects, currStats); + currRecoilArr = [totalEffects[2], totalEffects[3], currGun.stats[17]]; // must happen after currStats update + currDRM = currGun.drm[totalEffects[37]]; + currDRM.range = currDRM.range.map(x => + Math.round(x * (1 + totalEffects[13] / 100)) + ); + out = common.attachmentHandler(totalEffects, currStats); + } + function statsWorker() { + if (currStats[19] === 2) { + currStats[21] = + currStats[20] + currStats[21] * currStats[17] + currStats[22]; + currStats[20] = 0; + currStats[22] = 0; + } + currStats[25] = (currStats[25] * currStats[26]) / 100; + + const outReady = currStats.map((x, i) => + x ? statsNames[i].padEnd(24) + ":".padEnd(3) + beautifier(i) : "" + ); + out = [ + ...[ + "Basic Stats", + "ADS Stats", + "Bullet Stats", + "Magazine", + "Handling Stats", + "Mobility Stats", + "Miscellaneous Stats", + ].map((x, i) => + fieldMaker( + x, + [ + [04, 05, 09], + [14, 16, 11, 31], + [00, 06, 07, 08, 10, 12, 13], + [17, 18, 19, 20, 21, 22], + [23, 24], + [25, 26, 27, 15], + [28, 29, 30, 01, 02, 03], + ][i] + ) + ), + ...out, + ]; + function fieldMaker(inpName, inpIndx) { + inpIndx = inpIndx.filter(x => outReady[x]); + return inpIndx.length + ? { + name: `**${inpName}**`, + value: `\`\`\`\n${inpIndx.map(x => outReady[x]).join("\n")}\`\`\``, + } + : ""; + } + } + statsWorker(); + + function beautifier(j) { + switch (j) { + case 04: + return data.firingModes[currStats[j] - 1]; + case 09: + return data.penetrationLevels[currStats[j] - 1]; + case 19: + return data.reloadTypes[currStats[j] - 1]; + case 08: + if (currStats[j] == -1) { + return "Infinity"; + } else { + return parseFloat(currStats[j].toFixed(2)).toString() + " m/s"; + } + case 03: + return parseFloat(currStats[j].toFixed(2)) + .toString() + .replace(".", " ~ "); + default: + return parseFloat(currStats[j].toFixed(2)).toString() + addUnit(j); + } + + function addUnit(j) { + switch (j) { + case 7: + case 14: + case 15: + case 23: + case 24: + case 31: + return " ms"; + case 25: + case 26: + case 27: + case 28: + return " m/s"; + case 20: + case 21: + case 22: + return " s"; + case 16: + return "%"; + case 6: + return " Rounds"; + case 5: + return " RPM"; + default: + return ""; + } + } + } + interpretion = currGun.gunname + common.interpretioner(currAttachments); + if (currGun.recoil.hr.length > 2) { + chart = common.recoilHandler( + currGun.recoil.hr, + currGun.recoil.vr, + currRecoilArr[0], + currRecoilArr[1], + currRecoilArr[2] + ); + recoilAvailable = true; + } else recoilAvailable = false; + + if (chart == "none") recoilAvailable = false; + if (chart == "err") hasError = true; + + const dmg = + common.damageHandler( + currDRM.damage, + currDRM.range, + 1, + 100, + 60000 / currStats[5], + currStats[7], + currStats[6], + currStats[0] + ) || "```This should never happen```"; + out = [ + currGun.description + ? { + name: "**Description:**", + value: `\`\`\`\n${currGun.description}\`\`\``, + } + : {}, + { name: "**Damage Profile:**", value: dmg }, + ...out, + ]; + out = out.filter(x => x.value); + return { + title: interpretion, + color: 5814783, + fields: out, + footer: { + text: "[OUTDATED] All data courtesy of Project Lighthouse 2.0 and CoDM Research Crew", + icon_url: + "https://media.discordapp.net/attachments/735590814662656102/806960573753327657/cc.png", + }, + }; +} diff --git a/util/Data/aliases.json b/util/Data/aliases.json @@ -1,85 +1,85 @@ -{ - "weaponActualName": [ - "Man-O-War", - "Peacekeeper MK2", - "Type 25", - "QQ9", - "Razorback", - ".50 GS", - "Arctic .50", - "Kilo Bolt-Action", - "Fennec", - "FR .556", - "DR-H", - "RUS-79U", - "J358", - "NA-45", - "HS2126", - "QXR", - "Locus", - "Outlaw", - "Renetti", - "PP19 Bizon", - "AGR 556", - "BK57", - "ASM10", - "CR-56 AMAX", - "Shorty", - "Crossbow", - "R9-0", - "PPSh-41", - "CBR4", - "SVD" - ], - "weaponAlliasName": [ - ["MoW"], - ["PK"], - ["T25"], - ["MP5"], - ["RB", "RZBK"], - ["Deagle", "Desert Eagle"], - ["A50", "Artic"], - ["Kar98k"], - ["Vector"], - ["FAMAS"], - ["Scar", "Scar-H", "Scar-L"], - ["AKS", "AKS 47U"], - ["Revolver"], - ["gae"], - ["Burst Shotty", "Burst Shotgun"], - ["MP7", "QQ11"], - ["Slow Outlaw", "Slower Outlaw"], - ["bae"], - ["Reneti", "Renneti", "Rennetti", "Burst Pistol"], - ["pp bizon", "pp19"], - ["AUG"], - ["AKBP", "Vepr"], - ["AN94"], - ["CR56", "AMAX"], - ["725"], - ["cb", "bow"], - ["r9", "R9-O"], - ["ppsh", "pp41"], - ["p90"], - ["Dragonov"] - ], - "attachmentActualName": [ - ["akimbo", "Stopping Power"], - ["Tactical Scope", "Laser", "Slug", "Magazine", "Reload", "Tactical Laser Sight"], - ["5x [.338] Mag","5x [.300] Mag"], - ["Bowstring"] - ], - "attachmentAlliasName": [ - [["akim", "akimbo"], ["SP"]], - [ - ["1.5x", "1.5x Scope", "acog", "acog Scope"], - ["Lazer"], - ["Slugs"], - ["Ammo", "Reload", "Mag"], - ["Ammo", "Reload"], - ["OWC Laser", "OWC Lazer"] - ], - [[".338",".338 reload", "lapua"],[".300",".300 reload", "norma"]], - [["String"]] - ] -} +{ + "weaponActualName": [ + "Man-O-War", + "Peacekeeper MK2", + "Type 25", + "QQ9", + "Razorback", + ".50 GS", + "Arctic .50", + "Kilo Bolt-Action", + "Fennec", + "FR .556", + "DR-H", + "RUS-79U", + "J358", + "NA-45", + "HS2126", + "QXR", + "Locus", + "Outlaw", + "Renetti", + "PP19 Bizon", + "AGR 556", + "BK57", + "ASM10", + "CR-56 AMAX", + "Shorty", + "Crossbow", + "R9-0", + "PPSh-41", + "CBR4", + "SVD" + ], + "weaponAlliasName": [ + ["MoW"], + ["PK"], + ["T25"], + ["MP5"], + ["RB", "RZBK"], + ["Deagle", "Desert Eagle"], + ["A50", "Artic"], + ["Kar98k"], + ["Vector"], + ["FAMAS"], + ["Scar", "Scar-H", "Scar-L"], + ["AKS", "AKS 47U"], + ["Revolver"], + ["gae"], + ["Burst Shotty", "Burst Shotgun"], + ["MP7", "QQ11"], + ["Slow Outlaw", "Slower Outlaw"], + ["bae"], + ["Reneti", "Renneti", "Rennetti", "Burst Pistol"], + ["pp bizon", "pp19"], + ["AUG"], + ["AKBP", "Vepr"], + ["AN94"], + ["CR56", "AMAX"], + ["725"], + ["cb", "bow"], + ["r9", "R9-O"], + ["ppsh", "pp41"], + ["p90"], + ["Dragonov"] + ], + "attachmentActualName": [ + ["akimbo", "Stopping Power"], + ["Tactical Scope", "Laser", "Slug", "Magazine", "Reload", "Tactical Laser Sight"], + ["5x [.338] Mag","5x [.300] Mag"], + ["Bowstring"] + ], + "attachmentAlliasName": [ + [["akim", "akimbo"], ["SP"]], + [ + ["1.5x", "1.5x Scope", "acog", "acog Scope"], + ["Lazer"], + ["Slugs"], + ["Ammo", "Reload", "Mag"], + ["Ammo", "Reload"], + ["OWC Laser", "OWC Lazer"] + ], + [[".338",".338 reload", "lapua"],[".300",".300 reload", "norma"]], + [["String"]] + ] +} diff --git a/util/Data/attachments.json b/util/Data/attachments.json @@ -1,3555 +1,3555 @@ -{ - "Type_25": [ - { - "muzzle": [ - "OWC Light Suppressor", - "OWC Light Compensator", - "RTC Light Muzzle Brake", - "Tactical Suppressor", - "MIP Light FLash Guard", - "Monolithic Suppressor" - ], - "barrel": [ - "MIP Light Barrel (Short)", - "MIP Light", - "MIP Extended Light Barrel" - ], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "3x Tactical Scope", - "4x Tactical Scope", - "4.4x Tactical Scope" - ], - "stock": ["YKM Light Stock", "RTC Steady Stock", "YKM Combat Stock"], - "perk": [ - "Tough", - "FMJ", - "Sleight of Hand", - "Long Shot", - "Melee Master", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "underbarrel": [ - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Ranger Foregrip", - "Tactical Foregrip A" - ], - "ammo": [ - "38 Round Extended Mag", - "Fast Reload", - "46 Round Extended Mag", - "42 Round Fast Reload", - "Stopping Power Reload" - ], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "M16": [ - { - "muzzle": [ - "OWC Light Suppressor", - "OWC Light Compensator", - "RTC Light Muzzle Brake", - "Tactical Suppressor", - "MIP Light FLash Guard", - "Monolithic Suppressor" - ], - "barrel": [ - "MIP Light Barrel (Short)", - "OWC Marksman", - "YKM Integral Suppressor Light" - ], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "3x Tactical Scope", - "4x Tactical Scope", - "4.4x Tactical Scope" - ], - "stock": [ - "YKM Light Stock", - "MIP Strike Stock", - "YKM Combat Stock", - "No Stock" - ], - "perk": [ - "Tough", - "FMJ", - "Sleight of Hand", - "Long Shot", - "Melee Master", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "underbarrel": [ - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Ranger Foregrip", - "Tactical Foregrip A" - ], - "ammo": ["39 Round Extended Mag", "48 Round Extended Mag"], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "AK117": [ - { - "muzzle": [ - "MIP Light Muzzle Brake", - "OWC Light Suppressor", - "OWC Light Compensator", - "RTC Light Muzzle Brake", - "Tactical Suppressor", - "MIP Light FLash Guard", - "Monolithic Suppressor" - ], - "barrel": [ - "MIP Light Barrel (Short)", - "MIP Extended Light Barrel", - "OWC Marksman", - "YKM Integral Suppressor Light" - ], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "3x Tactical Scope", - "4x Tactical Scope", - "4.4x Tactical Scope" - ], - "stock": [ - "YKM Light Stock", - "RTC Steady Stock", - "OWC Skeleton Stock", - "No Stock" - ], - "perk": [ - "Tough", - "FMJ", - "Sleight of Hand", - "Long Shot", - "Melee Master", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "underbarrel": [ - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Ranger Foregrip", - "Tactical Foregrip A", - "Tactical Foregrip B" - ], - "ammo": ["40 Round Extended Mag", "48 Round Extended Mag"], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "AK47": [ - { - "muzzle": [ - "OWC Light Suppressor", - "OWC Light Compensator", - "RTC Light Muzzle Brake", - "Tactical Suppressor", - "MIP Light FLash Guard", - "Monolithic Suppressor" - ], - "barrel": [ - "MIP Light Barrel (Short)", - "MIP Extended Light Barrel", - "OWC Ranger", - "OWC Marksman", - "GRU Combo Grip" - ], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "3x Tactical Scope", - "4x Tactical Scope", - "4.4x Tactical Scope" - ], - "stock": [ - "YKM Light Stock", - "MIP Strike Stock", - "OWC Skeleton Stock", - "YKM Combat Stock", - "No Stock" - ], - "perk": [ - "Tough", - "FMJ", - "Sleight of Hand", - "Long Shot", - "Melee Master", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "underbarrel": [ - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Ranger Foregrip", - "Tactical Foregrip A" - ], - "ammo": ["Extended Mag A", "Extended Mag B", "5.45 Caliber Ammo"], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "ASM10": [ - { - "muzzle": [ - "OWC Light Suppressor", - "OWC Light Compensator", - "RTC Light Muzzle Brake", - "Tactical Suppressor", - "MIP Light FLash Guard", - "Monolithic Suppressor" - ], - "barrel": ["MIP Light Barrel (Short)", "OWC Ranger", "OWC Marksman"], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "3x Tactical Scope", - "4x Tactical Scope", - "4.4x Tactical Scope" - ], - "stock": [ - "YKM Light Stock", - "MIP Strike Stock", - "YKM Combat Stock", - "No Stock" - ], - "perk": [ - "Tough", - "FMJ", - "Sleight of Hand", - "Long Shot", - "Melee Master", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "underbarrel": [ - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Ranger Foregrip", - "Tactical Foregrip A" - ], - "ammo": ["33 Round Extended Mag", "40 Round Extended Mag"], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "M4": [ - { - "muzzle": [ - "OWC Light Suppressor", - "OWC Light Compensator", - "RTC Light Muzzle Brake", - "Tactical Suppressor", - "MIP Light FLash Guard", - "Monolithic Suppressor" - ], - "barrel": [ - "YKM Integral Suppressor Light", - "MIP Light Barrel (Short)", - "OWC Ranger", - "MIP Light", - "OWC Marksman" - ], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "3x Tactical Scope", - "4x Tactical Scope", - "4.4x Tactical Scope" - ], - "stock": [ - "YKM Light Stock", - "MIP Strike Stock", - "YKM Combat Stock", - "No Stock" - ], - "perk": [ - "Tough", - "FMJ", - "Sleight of Hand", - "Long Shot", - "Melee Master", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "underbarrel": [ - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Ranger Foregrip", - "Tactical Foregrip A" - ], - "ammo": ["40 Round Extended Mag", "50 Round Extended Mag"], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "BK57": [ - { - "muzzle": [ - "MIP Light Muzzle Brake", - "OWC Light Suppressor", - "OWC Light Compensator", - "RTC Light Muzzle Brake", - "Tactical Suppressor", - "MIP Light FLash Guard", - "Monolithic Suppressor" - ], - "barrel": [ - "MIP Light Barrel (Short)", - "OWC Ranger", - "MIP Extended Light Barrel" - ], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "3x Tactical Scope", - "4x Tactical Scope", - "4.4x Tactical Scope" - ], - "stock": ["YKM Light Stock", "OWC Skeleton Stock", "YKM Combat Stock"], - "perk": [ - "Tough", - "FMJ", - "Sleight of Hand", - "Long Shot", - "Melee Master", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "underbarrel": [ - "Elite Foregrip", - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Ranger Foregrip", - "Tactical Foregrip A" - ], - "ammo": [ - "50 Round Extended Mag", - "40 Round Fast Reload", - "Large Caliber Ammo" - ], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "LK24": [ - { - "muzzle": [ - "OWC Light Suppressor", - "OWC Light Compensator", - "RTC Light Muzzle Brake", - "Tactical Suppressor", - "MIP Light FLash Guard", - "Monolithic Suppressor" - ], - "barrel": ["OWC Ranger", "OWC Marksman", "YKM Integral Suppressor Light"], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "3x Tactical Scope", - "4x Tactical Scope", - "4.4x Tactical Scope" - ], - "stock": [ - "YKM Light Stock", - "MIP Strike Stock", - "YKM Combat Stock", - "No Stock" - ], - "perk": [ - "Tough", - "FMJ", - "Sleight of Hand", - "Long Shot", - "Melee Master", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "underbarrel": [ - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Ranger Foregrip", - "Tactical Foregrip A" - ], - "ammo": ["40 Round Extended Mag", "50 Round Extended Mag"], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "ICR_1": [ - { - "muzzle": [ - "Breacher Device", - "OWC Light Suppressor", - "OWC Light Compensator", - "RTC Light Muzzle Brake", - "Tactical Suppressor", - "MIP Light FLash Guard", - "Monolithic Suppressor" - ], - "barrel": ["OWC Ranger", "OWC Marksman", "YKM Integral Suppressor Light"], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "3x Tactical Scope", - "4x Tactical Scope", - "4.4x Tactical Scope" - ], - "stock": [ - "No Stock", - "YKM Light Stock", - "YKM Combat Stock", - "RTC Steady Stock" - ], - "perk": [ - "Tough", - "FMJ", - "Sleight of Hand", - "Long Shot", - "Melee Master", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "underbarrel": [ - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Ranger Foregrip", - "Tactical Foregrip A" - ], - "ammo": [ - "40 Round Extended Mag", - "40 Round Fast Reload", - "50 Round Fast Reload" - ], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "Man_O_War": [ - { - "muzzle": [ - "RTC Huge Suppressor", - "OWC Light Suppressor", - "OWC Light Compensator", - "RTC Light Muzzle Brake", - "Tactical Suppressor", - "MIP Light FLash Guard", - "Monolithic Suppressor" - ], - "barrel": ["MIP Light Barrel (Short)", "OWC Marksman", "OWC Ranger"], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "3x Tactical Scope", - "4x Tactical Scope", - "4.4x Tactical Scope" - ], - "stock": ["YKM Light Stock", "YKM Combat Stock", "MIP Strike Stock"], - "perk": [ - "Tough", - "FMJ", - "Sleight of Hand", - "Long Shot", - "Melee Master", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "underbarrel": [ - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Ranger Foregrip", - "Tactical Foregrip A" - ], - "ammo": ["35 Round Extended Mag", "30 Round Extended Mag"], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "KN_44": [ - { - "muzzle": [ - "MIP Light Muzzle Brake", - "OWC Light Suppressor", - "OWC Light Compensator", - "RTC Light Muzzle Brake", - "Tactical Suppressor", - "MIP Light FLash Guard", - "Monolithic Suppressor" - ], - "barrel": ["MIP Light Barrel (Short)", "OWC Ranger", "OWC Marksman"], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "3x Tactical Scope", - "4x Tactical Scope", - "4.4x Tactical Scope" - ], - "stock": [ - "YKM Light Stock", - "MIP Strike Stock", - "YKM Combat Stock", - "No Stock" - ], - "perk": [ - "Tough", - "FMJ", - "Sleight of Hand", - "Long Shot", - "Melee Master", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "underbarrel": [ - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Ranger Foregrip", - "Tactical Foregrip A" - ], - "ammo": ["44 Round Extended Mag", "38 Round Fast Reload"], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "HBRa3": [ - { - "muzzle": [ - "MIP Light Muzzle Brake", - "OWC Light Suppressor", - "OWC Light Compensator", - "RTC Light Muzzle Brake", - "Tactical Suppressor", - "MIP Light FLash Guard", - "Monolithic Suppressor" - ], - "barrel": ["MIP Light", "OWC Ranger", "OWC Marksman"], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "3x Tactical Scope", - "4x Tactical Scope", - "4.4x Tactical Scope" - ], - "stock": [ - "YKM Light Stock", - "RTC Steady Stock", - "OWC Skeleton Stock", - "No Stock", - "Thunderbolt Sling" - ], - "perk": [ - "Tough", - "FMJ", - "Sleight of Hand", - "Long Shot", - "Melee Master", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "underbarrel": [ - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Ranger Foregrip", - "Tactical Foregrip A" - ], - "ammo": ["44 Round Extended Mag", "Fast Extended Mag"], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "HVK_30": [ - { - "muzzle": [ - "MIP Light Muzzle Brake", - "OWC Light Suppressor", - "OWC Light Compensator", - "RTC Light Muzzle Brake", - "Tactical Suppressor", - "MIP Light FLash Guard", - "Monolithic Suppressor" - ], - "barrel": ["MIP Light", "OWC Marksman", "YKM Integral Suppressor Heavy"], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "3x Tactical Scope", - "4x Tactical Scope", - "4.4x Tactical Scope" - ], - "stock": ["YKM Light Stock", "MIP Strike Stock", "YKM Combat Stock"], - "perk": [ - "Tough", - "FMJ", - "Sleight of Hand", - "Long Shot", - "Melee Master", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "underbarrel": [ - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Ranger Foregrip", - "Tactical Foregrip A" - ], - "ammo": ["44 Round Extended Mag", "Fast Reload", "Large Caliber Ammo"], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "DR_H": [ - { - "muzzle": [ - "MIP Light Muzzle Brake", - "OWC Light Suppressor", - "OWC Light Compensator", - "RTC Light Muzzle Brake", - "Tactical Suppressor", - "MIP Light FLash Guard", - "Monolithic Suppressor" - ], - "barrel": ["MIP Light", "OWC Ranger", "OWC Marksman"], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "3x Tactical Scope", - "4x Tactical Scope", - "4.4x Tactical Scope" - ], - "stock": [ - "YKM Light Stock", - "MIP Strike Stock", - "YKM Combat Stock", - "No Stock" - ], - "perk": [ - "Tough", - "FMJ", - "Sleight of Hand", - "Long Shot", - "Melee Master", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "underbarrel": [ - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Ranger Foregrip", - "Tactical Foregrip A" - ], - "ammo": [ - "30 Round Extended Mag", - "30 Round OTM Mag", - "38 Round Extended Mag", - "25 Round OTM Mag" - ], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "Peacekeeper_MK2": [ - { - "muzzle": [ - "RTC Muzzle Brake", - "MIP Flashguard", - "OWC Light Suppressor", - "Infantry Compensator", - "OWC Eliminator", - "Agency Suppressor" - ], - "barrel": [ - "Rapid Fire Barrel", - "Well-Forged Barrel", - "Built-In Silence Barrel", - "Long-Range Barrel", - "Taskforce Barrel" - ], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "3x Tactical Scope", - "4x Tactical Scope", - "4.4x Tactical Scope" - ], - "stock": [ - "Light Weight Stock", - "Marathon Stock", - "No Stock", - "Agile Stock" - ], - "perk": [ - "Tough", - "FMJ", - "Sleight of Hand", - "Long Shot", - "Melee Master", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["1mW Steady Aim Laser", "5mW Combat Laser", "Aim Assist Laser"], - "underbarrel": [ - "Foregrip", - "Infiltrator Foregrip", - "Patrol Foregrip", - "Field Agent Foregrip", - "RTC Speed Foregrip" - ], - "ammo": ["Extended Mag A", "Double Stack Mag"], - "rear_grip": ["Rustle Grip Tape", "Sturdy Grip Tape", "Firm Grip Tape"] - } - ], - "FR_556": [ - { - "muzzle": [ - "OWC Light Suppressor", - "OWC Light Compensator", - "RTC Light Muzzle Brake", - "Tactical Suppressor", - "MIP Light FLash Guard", - "Monolithic Suppressor" - ], - "barrel": [ - "MIP Light Barrel (Short)", - "MIP Extended Light Barrel", - "OWC Ranger" - ], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "3x Tactical Scope", - "4x Tactical Scope", - "4.4x Tactical Scope" - ], - "stock": ["YKM Light Stock", "RTC Steady Stock", "YKM Combat Stock"], - "perk": [ - "Tough", - "FMJ", - "Sleight of Hand", - "Long Shot", - "Melee Master", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "underbarrel": [ - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Ranger Foregrip", - "Tactical Foregrip A", - "Bipod" - ], - "ammo": ["Extended Mag A", "Fast Reload"], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "AS_VAL": [ - { - "barrel": [ - "MIP Quick Response Barrel", - "MIP 105mm Melee Barrel", - "MIP 200mm Mid-Range Barrel" - ], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "3x Tactical Scope", - "4x Tactical Scope", - "4.4x Tactical Scope" - ], - "stock": [ - "OWC Skeleton Stock", - "OWC Ranger Stock", - "RTC Steady Stock", - "YKM Combat Stock" - ], - "perk": [ - "Tough", - "FMJ", - "Sleight of Hand", - "Long Shot", - "Melee Master", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "underbarrel": [ - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Ranger Foregrip", - "Tactical Foregrip A", - "Piranha Foregrip" - ], - "ammo": ["Large Extended Mag B", "10 Round FMJ", "Fast Reload"], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "CR-56 AMAX": [ - { - "muzzle": [ - "Tactical Suppressor", - "OWC Light Suppressor", - "Monolithic Suppressor", - "OWC Light Compensator", - "MIP Light FLash Guard", - "RTC Light Muzzle Brake" - ], - "barrel": ["Intruder Stock", "Gunner Stock", "MIP Custom Long"], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "3x Tactical Scope", - "4x Tactical Scope", - "4.4x Tactical Scope" - ], - "stock": [ - "No Stock", - "Psilos Light Stock", - "YKM Combat Stock", - "MIP Tracker Stock", - "Custom Light Stock", - "MIP Gatekeeper" - ], - "perk": [ - "FMJ", - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable", - "Tough", - "Long Shot", - "Melee Master" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "underbarrel": [ - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Ranger Foregrip", - "Tactical Foregrip A" - ], - "ammo": ["Extended Mag A", "M67 Ammo"], - "rear_grip": [ - "Granulated Grip Tape", - "Ruberized Grip Tape", - "Stippled Grip Tape" - ] - } - ], - "M13": [ - { - "muzzle": [ - "Tactical Suppressor", - "OWC Light Suppressor", - "OWC Light Compensator", - "Monolithic Suppressor", - "MIP Light FLash Guard", - "RTC Light Muzzle Brake" - ], - "barrel": [ - "RTC Mini Barrel", - "RTC Heavy Long Barrel", - "RTC Scilincer Barrel" - ], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "3x Tactical Scope", - "4x Tactical Scope", - "4.4x Tactical Scope" - ], - "stock": [ - "No Stock", - "RTC Combat Stock", - "M13 Skeleton Stock", - "RTC Assualt Tactical" - ], - "perk": [ - "FMJ", - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable", - "Tough", - "Long Shot", - "Melee Master" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "underbarrel": [ - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Ranger Foregrip", - "Tactical Foregrip A" - ], - "ammo": [ - "Extended Mag A", - "Large Extended Mag B", - ".300 RTC 30 Round Reload", - ".300 RTC Double Stack 30 Round" - ], - "rear_grip": [ - "Granulated Grip Tape", - "Ruberized Grip Tape", - "Stippled Grip Tape" - ] - } - ], - "Swordfish": [ - { - "muzzle": [ - "Tactical Suppressor", - "OWC Light Suppressor", - "OWC Light Compensator", - "Monolithic Suppressor", - "MIP Light FLash Guard", - "RTC Light Muzzle Brake" - ], - "barrel": ["MIP Light", "MIP Extended Light Barrel", "OWC Ranger"], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "3x Tactical Scope", - "4x Tactical Scope", - "4.4x Tactical Scope" - ], - "stock": ["YKM Light Stock", "OWC Skeleton Stock", "RTC Steady Stock"], - "perk": [ - "FMJ", - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable", - "Tough", - "Long Shot", - "Melee Master" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "underbarrel": [ - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Ranger Foregrip", - "Tactical Foregrip A", - "Bipod" - ], - "ammo": ["Extended Mag A", "Fast Reload", "Halberd Mag"], - "rear_grip": [ - "Granulated Grip Tape", - "Ruberized Grip Tape", - "Stippled Grip Tape" - ] - } - ], - "Kilo_141": [ - { - "muzzle": [ - "Tactical Suppressor", - "OWC Light Suppressor", - "OWC Light Compensator", - "Monolithic Suppressor", - "MIP Light FLash Guard", - "RTC Light Muzzle Brake" - ], - "barrel": [ - "YKM Integral Suppressor Light", - "MIP Light Extended Barrel", - "OWC Marksman" - ], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "3x Tactical Scope", - "4x Tactical Scope", - "4.4x Tactical Scope" - ], - "stock": [ - "No Stock", - "YKM Combat Stock", - "OWC Skeleton Stock", - "RTC Steady Stock" - ], - "perk": [ - "FMJ", - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable", - "Tough", - "Long Shot", - "Melee Master" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "underbarrel": [ - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Ranger Foregrip", - "Tactical Foregrip A", - "Bipod" - ], - "ammo": [ - "Extended Mag A", - "Large Extended Mag B", - "100 round LMG Drum Mag" - ], - "rear_grip": [ - "Granulated Grip Tape", - "Ruberized Grip Tape", - "Stippled Grip Tape" - ] - } - ], - "Oden": [ - { - "muzzle": [ - "Tactical Suppressor", - "OWC Light Suppressor", - "RTC Huge Suppressor", - "Monolithic Suppressor", - "OWC Light Compensator", - "MIP Light FLash Guard", - "RTC Light Muzzle Brake" - ], - "barrel": ["MIP Light Barrel (Short)", "OWC Marksman", "OWC Ranger"], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "3x Tactical Scope", - "4x Tactical Scope", - "4.4x Tactical Scope" - ], - "stock": ["YKM Light Stock", "YKM Combat Stock", "RTC Steady Stock"], - "perk": [ - "Tough", - "FMJ", - "Sleight of Hand", - "Long Shot", - "Melee Master", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "underbarrel": [ - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Ranger Foregrip", - "Tactical Foregrip A" - ], - "ammo": ["Extended Mag A", "Large Extended Mag B", "Damage Mag", "12.7 mm Duplex Rounds"], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "XPR_50": [ - { - "muzzle": [ - "OWC Light Suppressor", - "Tactical Suppressor", - "Monolithic Suppressor", - "RTC Light Muzzle Brake", - "MIP Light FLash Guard", - "RTC Compensator" - ], - "barrel": ["RTC Lightweight", "RTC CQB", "RTC Long"], - "optic": [ - "Tactical Scope", - "3x Tactical Scope", - "4x Tactical Scope", - "6x Tactical Scope" - ], - "stock": ["MIP Strike Stock", "No Stock", "YKM Ghost Stock"], - "perk": [ - "Bullet Return", - "Headshot Slow", - "Fast Switch", - "FMJ", - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["OWC Laser - Tactical"], - "underbarrel": [ - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Ranger Foregrip", - "Tactical Foregrip A", - "Bipod" - ], - "ammo": [ - "13 Round Reload", - "18 Round Reload", - "OWC Stopping Power Reload" - ] - } - ], - "Arctic_50": [ - { - "muzzle": [ - "OWC Light Suppressor", - "Tactical Suppressor", - "Monolithic Suppressor", - "RTC Light Muzzle Brake", - "MIP Light FLash Guard", - "RTC Compensator" - ], - "barrel": [ - "Assassin Short", - "0.5 Light Long", - "Anti-Material Heavy", - "OWC Monolithic Suppressor" - ], - "optic": [ - "Tactical Scope", - "3x Tactical Scope", - "4x Tactical Scope", - "6x Tactical Scope" - ], - "stock": ["YKM Light Stock", "OWC Skeleton Stock", "RTC Steady Stock"], - "perk": [ - "Bullet Return", - "Headshot Slow", - "Fast Switch", - "FMJ", - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable" - ], - "underbarrel": ["Bipod"], - "ammo": [ - "10 Round Reload", - "12 Round Reload", - "MIP Stopping Power Reload" - ], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "M21_EBR": [ - { - "muzzle": [ - "OWC Light Suppressor", - "Tactical Suppressor", - "Monolithic Suppressor", - "RTC Light Muzzle Brake", - "MIP Light FLash Guard", - "RTC Compensator" - ], - "barrel": ["MIP Precise", "MIP Extended Light Barrel", "MIP Steady"], - "optic": [ - "Tactical Scope", - "3x Tactical Scope", - "4x Tactical Scope", - "6x Tactical Scope" - ], - "stock": [ - "YKM Light Stock", - "MIP Strike Stock", - "OWC Skeleton Stock", - "No Stock" - ], - "perk": [ - "Bullet Return", - "Headshot Slow", - "Fast Switch", - "FMJ", - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["OWC Laser - Tactical"], - "underbarrel": [ - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Ranger Foregrip", - "Tactical Foregrip A", - "Bipod" - ], - "ammo": ["15 Round Reload", "20 Round Reload"] - } - ], - "DL_Q33": [ - { - "muzzle": [ - "OWC Light Suppressor", - "Tactical Suppressor", - "Monolithic Suppressor", - "RTC Light Muzzle Brake", - "MIP Light FLash Guard", - "RTC Compensator" - ], - "barrel": ["MIP Light", ".408 Standard", "Free Floating"], - "optic": [ - "Tactical Scope", - "3x Tactical Scope", - "4x Tactical Scope", - "6x Tactical Scope" - ], - "stock": [ - "YKM Light Stock", - "MIP Strike Stock", - "OWC Skeleton Stock", - "OWC Ranger Stock" - ], - "perk": [ - "Bullet Return", - "Headshot Slow", - "Fast Switch", - "FMJ", - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["OWC Laser - Tactical"], - "underbarrel": ["Bipod"], - "ammo": ["Extended Mag A", "Large Extended Mag B"] - } - ], - "Locus": [ - { - "muzzle": [ - "OWC Light Suppressor", - "Tactical Suppressor", - "Monolithic Suppressor", - "RTC Light Muzzle Brake", - "MIP Light FLash Guard", - "RTC Compensator" - ], - "barrel": [ - "YKM Lightweight Short", - "YKM Lightweight Long", - "YKM Standard" - ], - "optic": [ - "Tactical Scope", - "3x Tactical Scope", - "4x Tactical Scope", - "6x Tactical Scope" - ], - "stock": ["YKM Light Stock", "OWC Skeleton Stock", "RTC Steady Stock"], - "perk": [ - "Bullet Return", - "Headshot Slow", - "Fast Switch", - "FMJ", - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["OWC Laser - Tactical"], - "ammo": [ - "10 Round Reload", - "12 Round Reload", - "OWC Stopping Power Reload" - ], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "NA_45": [ - { - "muzzle": [ - "OWC Light Suppressor", - "OWC Light Compensator", - "RTC Light Muzzle Brake", - "MIP Light FLash Guard", - "Tactical Suppressor" - ], - "barrel": ["MIP Custom Light", "RTC Modified", "OWC Tac Long"], - "optic": [ - "Tactical Scope", - "3x Tactical Scope", - "4x Tactical Scope", - "6x Tactical Scope" - ], - "stock": ["YKM Light Stock", "OWC Skeleton Stock", "RTC Steady Stock"], - "perk": [ - "Bullet Return", - "Headshot Slow", - "Fast Switch", - "FMJ", - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["OWC Laser - Tactical"], - "underbarrel": [ - "Operator Foregrip", - "Tactical Foregrip A", - "Heavy Duty Trigger", - "Merc Foregrip", - "Light Trigger", - "Bipod", - "Strike Foregrip", - "Ranger Foregrip" - ], - "ammo": ["Fragment Ammo", "High Explosive Ammo", "Electromagnetic Ammo"] - } - ], - "Outlaw": [ - { - "muzzle": [ - "OWC Light Suppressor", - "Tactical Suppressor", - "Monolithic Suppressor", - "RTC Light Muzzle Brake", - "MIP Light FLash Guard", - "RTC Compensator" - ], - "barrel": ["MIP Material Cowboy", "MIP Tac Long", "MIP Steady"], - "optic": [ - "Tactical Scope", - "3x Tactical Scope", - "4x Tactical Scope", - "6x Tactical Scope" - ], - "stock": [ - "YKM Light Stock", - "OWC Skeleton Stock", - "RTC Steady Stock", - "YKM Combat Stock", - "MIP Strike Stock" - ], - "perk": [ - "Bullet Return", - "Headshot Slow", - "Fast Switch", - "FMJ", - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["OWC Laser - Tactical"], - "underbarrel": ["Bipod"], - "ammo": ["9 Round Reload", "12 Round Reload"], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "Rytec_AMR": [ - { - "muzzle": [ - "Tactical Suppressor", - "OWC Light Suppressor", - "Monolithic Suppressor", - "RTC Compensator", - "MIP Light FLash Guard", - "RTC Light Muzzle Brake" - ], - "barrel": [ - "MIP Light Barrel (Short)", - "MIP Extended Light Barrel ", - "OWC Marksman" - ], - "optic": [ - "Tactical Scope", - "3x Tactical Scope", - "4x Tactical Scope", - "6x Tactical Scope" - ], - "stock": ["YKM Light Stock", "OWC Skeleton Stock", "RTC Steady Stock"], - "perk": [ - "FMJ", - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable", - "Bullet Return", - "Headshot Slow" - ], - "laser": ["OWC Laser - Tactical"], - "underbarrel": ["Bipod"], - "ammo": ["25x59mm Thermite Mag", "25x59mm Explosive Mag"], - "rear_grip": [ - "Granulated Grip Tape", - "Ruberized Grip Tape", - "Stippled Grip Tape" - ] - } - ], - "SVD": [ - { - "muzzle": [ - "Tactical Suppressor", - "OWC Light Suppressor", - "Monolithic Suppressor", - "RTC Compensator", - "MIP Light FLash Guard", - "RTC Light Muzzle Brake" - ], - "barrel": ["RTC 510mm Light", "RTC 600mm Heavy"], - "optic": ["3x Tactical Scope", "4x Tactical Scope", "6x Tactical Scope"], - "stock": ["YKM Light Stock", "OWC Skeleton Stock", "RTC Steady Stock"], - "perk": [ - "FMJ", - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable", - "Bullet Return", - "Headshot Slow" - ], - "laser": ["OWC Laser - Tactical"], - "underbarrel": ["Bipod"], - "ammo": ["15 Round Extended Mag", "20 Round Extended Mag"] - } - ], - "Koshka": [ - { - "muzzle": [ - "Tactical Suppressor", - "OWC Light Suppressor", - "Monolithic Suppressor", - "MIP Light FLash Guard", - "RTC Light Muzzle Brake" - ], - "barrel": ["Enhanced Barrel", "MIP Light Barrel (Short)"], - "optic": ["3x Tactical Scope", "4x Tactical Scope", "6x Tactical Scope"], - "stock": ["Mobility Stock", "OWC Skeleton Stock", "RTC Steady Stock"], - "perk": [ - "FMJ", - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable", - "Bullet Return", - "Headshot Slow" - ], - "laser": ["OWC Laser - Tactical", "Fast Aim Laser"], - "underbarrel": ["Bipod"], - "ammo": ["10 Round Extended Mag", "8 Round Fast Mag", "Armour Piercer Mag"], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "S36": [ - { - "muzzle": [ - "OWC Light Suppressor", - "OWC Light Compensator", - "RTC Light Muzzle Brake", - "Tactical Suppressor", - "MIP Light FLash Guard", - "YKM Light Flashguard", - "Monolithic Suppressor" - ], - "barrel": [ - "Compagnie Generale Sevier - Light Barrel", - "Compagnie Generale Sevier - Short Barrel", - "MIP Extended Light Barrel" - ], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "3x Tactical Scope", - "4x Tactical Scope", - "4.4x Tactical Scope" - ], - "stock": ["YKM Light Stock", "RTC Steady Stock", "YKM Combat Stock"], - "perk": [ - "Headshot XP", - "Stealth Kill", - "Empty Reload", - "FMJ", - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "underbarrel": [ - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Ranger Foregrip", - "Tactical Foregrip A", - "Bipod" - ], - "ammo": ["75 Round Belt", "100 Round Belt"], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "UL736": [ - { - "muzzle": [ - "OWC Light Suppressor", - "OWC Light Compensator", - "RTC Light Muzzle Brake", - "Tactical Suppressor", - "MIP Light FLash Guard", - "YKM Light Flashguard", - "Monolithic Suppressor" - ], - "barrel": [ - "RTC 12.4'' Light Barrel", - "RTC 25.4'' Extended Barrel", - "RTC 18.4'' Short" - ], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "3x Tactical Scope", - "4x Tactical Scope", - "4.4x Tactical Scope" - ], - "stock": ["YKM Light Stock", "YKM Combat Stock", "RTC Steady Stock"], - "perk": [ - "Headshot XP", - "Stealth Kill", - "Empty Reload", - "FMJ", - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "underbarrel": [ - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Ranger Foregrip", - "Tactical Foregrip A", - "Bipod" - ], - "ammo": ["50 Round Reload", "60 Round Reload"], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "RPD": [ - { - "muzzle": [ - "OWC Light Suppressor", - "OWC Light Compensator", - "RTC Light Muzzle Brake", - "Tactical Suppressor", - "MIP Light FLash Guard", - "Monolithic Suppressor" - ], - "barrel": [ - "OWC Heavy Barrel", - "OWC Compact Barrel", - "OWC Extended Barrel" - ], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "3x Tactical Scope", - "4x Tactical Scope", - "4.4x Tactical Scope" - ], - "stock": ["YKM Light Stock", "RTC Steady Stock", "No Stock"], - "perk": [ - "Headshot XP", - "Stealth Kill", - "Empty Reload", - "FMJ", - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "underbarrel": [ - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Ranger Foregrip", - "Tactical Foregrip A", - "Bipod", - "Snatch Foregrip" - ], - "ammo": ["150 Round Belt", "200 Round Belt"], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "M4LMG": [ - { - "muzzle": [ - "OWC Light Suppressor", - "OWC Light Compensator", - "RTC Light Muzzle Brake", - "Tactical Suppressor", - "MIP Light FLash Guard", - "YKM Light Flashguard", - "Monolithic Suppressor" - ], - "barrel": ["MIP Ultralight Barrel", "MIP Short Barrel"], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "3x Tactical Scope", - "4x Tactical Scope", - "4.4x Tactical Scope" - ], - "stock": [ - "YKM Light Stock", - "No Stock", - "YKM Combat Stock", - "RTC Steady Stock" - ], - "perk": [ - "Headshot XP", - "Stealth Kill", - "Empty Reload", - "FMJ", - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "underbarrel": [ - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Tactical Foregrip A" - ], - "ammo": ["30 Round Light Reload", "40 Round Light Reload"], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "Chopper": [ - { - "muzzle": [ - "OWC Light Suppressor", - "OWC Light Compensator", - "RTC Light Muzzle Brake", - "Tactical Suppressor", - "MIP Light FLash Guard", - "YKM Light Flashguard", - "Monolithic Suppressor" - ], - "barrel": ["Chopper Special Forces", "Chopper Infantry", "Chopper Heavy"], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "3x Tactical Scope", - "4x Tactical Scope", - "4.4x Tactical Scope" - ], - "stock": ["YKM Light Stock", "YKM Combat Stock", "MIP Strike Stock"], - "perk": [ - "Headshot XP", - "Stealth Kill", - "Empty Reload", - "FMJ", - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": [ - "RTC Laser 1mW", - "MIP Laser 5mW", - "RTC Laser - Merc", - "YKM Laser - Ranger", - "OWC Laser - Tactical" - ], - "underbarrel": [ - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Ranger Foregrip", - "Tactical Foregrip A", - "Bipod", - "Heavy Handle" - ], - "ammo": ["120 Round Reload", "150 Round Reload"], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "Holger_26": [ - { - "muzzle": [ - "OWC Light Suppressor", - "OWC Light Compensator", - "RTC Light Muzzle Brake", - "Tactical Suppressor", - "MIP Light FLash Guard", - "Monolithic Suppressor" - ], - "barrel": ["MIP Light", "MIP Light Barrel (Short)"], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "3x Tactical Scope", - "4x Tactical Scope", - "4.4x Tactical Scope" - ], - "stock": [ - "No Stock", - "YKM Light Stock", - "YKM Combat Stock", - "RTC Steady Stock" - ], - "perk": [ - "Stealth Kill", - "Empty Reload", - "FMJ", - "Sleight of Hand", - "Long Shot", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "underbarrel": [ - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Tactical Foregrip A", - "Bipod", - "Ranger Foregrip" - ], - "ammo": [ - "Holger 26K Double Stack Carbine Mag", - "Holger 26C Lightweight Polymer Mag" - ], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "Hades": [ - { - "muzzle": [ - "OWC Light Suppressor", - "Agency Suppressor", - "Infantry Compensator", - "MIP Flashguard", - "OWC Eliminator", - "RTC Muzzle Brake" - ], - "barrel": [ - "Rapid Fire Barrel", - "Long-Range Barrel", - "MIP Extended Light Barrel" - ], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "3x Tactical Scope", - "4x Tactical Scope", - "4.4x Tactical Scope" - ], - "stock": [ - "Light Weight Stock", - "Marathon Stock", - "No Stock", - "Agile Stock" - ], - "perk": [ - "FMJ", - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable", - "Headshot XP", - "Empty Reload" - ], - "laser": ["1mW Steady Aim Laser", "5mW Combat Laser", "Aim Assist Laser"], - "underbarrel": ["Crossbar"], - "ammo": ["84 Round Hybrid Mag"], - "rear_grip": [ - "Sturdy Grip Tape", - "Rustle Grip Tape", - "Firm Grip Tape", - "Non-Slip Foregrip" - ] - } - ], - "PKM": [ - { - "muzzle": [ - "OWC Light Suppressor", - "Agency Suppressor", - "Infantry Compensator", - "MIP Flashguard", - "OWC Eliminator", - "RTC Muzzle Brake" - ], - "barrel": [ - "Rapid Fire Barrel", - "Long-Range Barrel", - "MIP Extended Light Barrel" - ], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "3x Tactical Scope", - "4x Tactical Scope", - "4.4x Tactical Scope" - ], - "stock": [ - "Light Weight Stock", - "Marathon Stock", - "No Stock", - "Agile Stock" - ], - "perk": [ - "FMJ", - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable", - "Headshot XP", - "Empty Reload" - ], - "laser": ["1mW Steady Aim Laser", "5mW Combat Laser", "Aim Assist Laser"], - "underbarrel": ["Crossbar"], - "ammo": ["84 Round Hybrid Mag"], - "rear_grip": [ - "Sturdy Grip Tape", - "Rustle Grip Tape", - "Firm Grip Tape", - "Non-Slip Foregrip" - ] - } - ], - "RUS_79U": [ - { - "muzzle": [ - "OWC Light Suppressor", - "OWC Light Compensator", - "RTC Light Muzzle Brake", - "Tactical Suppressor", - "MIP Light FLash Guard", - "Monolithic Suppressor" - ], - "barrel": [ - "MIP Light Barrel (Short)", - "YKM Integral Suppressor Light", - "OWC Marksman" - ], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "Tactical Scope", - "3x Tactical Scope" - ], - "stock": [ - "OWC Skeleton Stock", - "MIP Strike Stock", - "YKM Combat Stock", - "No Stock" - ], - "perk": [ - "Wild Hip Fire", - "Double Kill", - "Fast Reload Kill", - "FMJ", - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "underbarrel": [ - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Ranger Foregrip", - "Tactical Foregrip A" - ], - "ammo": [ - "38 Round Extended Mag", - "50 Round Extended Mag", - "38 Round Fast Reload" - ], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "Chicom": [ - { - "muzzle": [ - "OWC Light Suppressor", - "OWC Light Compensator", - "RTC Light Muzzle Brake", - "Tactical Suppressor", - "MIP Light FLash Guard", - "Monolithic Suppressor" - ], - "barrel": ["MIP Light", "YKM Integral Suppressor Light", "OWC Marksman"], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "Tactical Scope", - "3x Tactical Scope" - ], - "stock": ["YKM Light Stock", "MIP Strike Stock", "YKM Combat Stock"], - "perk": [ - "Wild Hip Fire", - "Double Kill", - "Fast Reload Kill", - "FMJ", - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "underbarrel": [ - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Ranger Foregrip", - "Tactical Foregrip A" - ], - "ammo": ["39 Round Extended Mag", "45 Round Extended Mag"], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "PDW_57": [ - { - "muzzle": [ - "OWC Light Suppressor", - "OWC Light Compensator", - "RTC Light Muzzle Brake", - "Tactical Suppressor", - "MIP Light FLash Guard", - "Monolithic Suppressor" - ], - "barrel": ["MIP Extended Light Barrel", "OWC Marksman"], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "Tactical Scope", - "3x Tactical Scope" - ], - "stock": ["YKM Light Stock", "MIP Strike Stock", "YKM Combat Stock"], - "perk": [ - "Wild Hip Fire", - "Double Kill", - "Fast Reload Kill", - "FMJ", - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "underbarrel": [ - "Merc Foregrip", - "OWC Foregrip", - "Ranger Foregrip", - "Operator Foregrip" - ], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "Razorback": [ - { - "muzzle": [ - "OWC Light Suppressor", - "OWC Light Compensator", - "RTC Light Muzzle Brake", - "Tactical Suppressor", - "MIP Light FLash Guard", - "Monolithic Suppressor" - ], - "barrel": ["MIP Extended Light Barrel", "OWC Marksman"], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "Tactical Scope", - "3x Tactical Scope" - ], - "stock": ["YKM Light Stock", "MIP Strike Stock", "YKM Combat Stock"], - "perk": [ - "Rapid Fire", - "Wild Hip Fire", - "Double Kill", - "Fast Reload Kill", - "FMJ", - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "underbarrel": [ - "Merc Foregrip", - "Operator Foregrip", - "Ranger Foregrip", - "OWC Foregrip" - ], - "ammo": ["Extended Mag A"], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "MSMC": [ - { - "muzzle": [ - "OWC Light Suppressor", - "OWC Light Compensator", - "RTC Light Muzzle Brake", - "Tactical Suppressor", - "MIP Light FLash Guard", - "Monolithic Suppressor" - ], - "barrel": ["OWC Ranger", "MIP Light", "OWC Marksman"], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "Tactical Scope", - "3x Tactical Scope" - ], - "stock": [ - "YKM Light Stock", - "MIP Strike Stock", - "YKM Combat Stock", - "No Stock" - ], - "perk": [ - "Wild Hip Fire", - "Double Kill", - "Fast Reload Kill", - "FMJ", - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "underbarrel": [ - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Ranger Foregrip", - "Tactical Foregrip A" - ], - "ammo": ["30 Round Fast Reload", "Fast Reload", "36 Round Extended Mag"], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "HG_40": [ - { - "muzzle": [ - "OWC Light Suppressor", - "OWC Light Compensator", - "RTC Light Muzzle Brake", - "Tactical Suppressor", - "MIP Light FLash Guard", - "Monolithic Suppressor" - ], - "barrel": [ - "MIP Light Barrel (Short)", - "YKM Integral Suppressor", - "OWC Marksman" - ], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "Tactical Scope", - "3x Tactical Scope" - ], - "stock": [ - "YKM Light Stock", - "RTC Steady Stock", - "YKM Combat Stock", - "OWC Skeleton Stock", - "No Stock" - ], - "perk": [ - "Wild Hip Fire", - "Double Kill", - "Fast Reload Kill", - "FMJ", - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "underbarrel": [ - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Ranger Foregrip", - "Tactical Foregrip A" - ], - "ammo": [ - "40 Round Extended Mag", - "40 Round Fast Reload", - "45 Round Fast Reload" - ], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "Pharo": [ - { - "muzzle": [ - "OWC Light Suppressor", - "OWC Light Compensator", - "RTC Light Muzzle Brake", - "Tactical Suppressor", - "MIP Light FLash Guard", - "Monolithic Suppressor" - ], - "barrel": ["MIP Light", "MIP Light Barrel (Short)", "OWC Marksman"], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "Tactical Scope", - "3x Tactical Scope" - ], - "stock": ["YKM Light Stock", "YKM Combat Stock", "MIP Strike Stock"], - "perk": [ - "Wild Hip Fire", - "Double Kill", - "Fast Reload Kill", - "FMJ", - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "underbarrel": [ - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Ranger Foregrip", - "Tactical Foregrip A" - ], - "ammo": ["44 Round Extended Mag", "Fast Reload", "36 Round Fast Reload"], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "GKS": [ - { - "muzzle": [ - "OWC Light Suppressor", - "OWC Light Compensator", - "RTC Light Muzzle Brake", - "Tactical Suppressor", - "MIP Light FLash Guard", - "Monolithic Suppressor" - ], - "barrel": [ - "MIP Light Barrel (Short)", - "YKM Integral Suppressor", - "OWC Marksman" - ], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "Tactical Scope", - "3x Tactical Scope" - ], - "stock": ["YKM Light Stock", "RTC Steady Stock", "YKM Combat Stock"], - "perk": [ - "Wild Hip Fire", - "Double Kill", - "Fast Reload Kill", - "FMJ", - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "underbarrel": [ - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Ranger Foregrip", - "Tactical Foregrip A" - ], - "ammo": [ - "40 Round Extended Mag", - "45 Round Extended Mag", - "32 Round Fast Reload" - ], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "Cordite": [ - { - "muzzle": [ - "OWC Light Suppressor", - "OWC Light Compensator", - "RTC Light Muzzle Brake", - "Tactical Suppressor", - "MIP Light FLash Guard", - "Monolithic Suppressor" - ], - "barrel": ["MIP Extended Light Barrel", "OWC Marksman"], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "Tactical Scope", - "3x Tactical Scope" - ], - "stock": ["YKM Light Stock", "MIP Strike Stock", "YKM Combat Stock"], - "perk": [ - "Wild Hip Fire", - "Double Kill", - "Fast Reload Kill", - "FMJ", - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "underbarrel": [ - "Merc Foregrip", - "Operator Foregrip", - "Ranger Foregrip", - "OWC Foregrip" - ], - "ammo": ["48 Round Extended Mag", "56 Round Extended Mag"], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "QQ9": [ - { - "muzzle": [ - "OWC Light Suppressor", - "OWC Light Compensator", - "RTC Light Muzzle Brake", - "Tactical Suppressor", - "MIP Light FLash Guard", - "Monolithic Suppressor" - ], - "barrel": [ - "MIP Extended Light Barrel", - "MIP Tactical Barrel", - "RTC Recon Tac Long", - "Monolithic Integral Suppressor" - ], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "Tactical Scope", - "3x Tactical Scope" - ], - "stock": [ - "No Stock", - "YKM Light Stock", - "YKM Combat Stock", - "MIP Strike Stock" - ], - "perk": [ - "Wild Hip Fire", - "Double Kill", - "Fast Reload Kill", - "FMJ", - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "underbarrel": [ - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Ranger Foregrip", - "Tactical Foregrip A" - ], - "ammo": ["45 Round Extended Mag", "Fast Reload", "10mm 30 Round Reload"], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "Fennec": [ - { - "muzzle": [ - "OWC Light Suppressor", - "OWC Light Compensator", - "RTC Light Muzzle Brake", - "Tactical Suppressor", - "MIP Light FLash Guard", - "Monolithic Suppressor" - ], - "barrel": [ - "MIP Light", - "MIP Extended Light Barrel", - "MIP Light Barrel (Short)", - "YKM Integral Suppressor Light" - ], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "Tactical Scope", - "3x Tactical Scope" - ], - "stock": [ - "YKM Light Stock", - "RTC Steady Stock", - "YKM Combat Stock", - "No Stock" - ], - "perk": [ - "Akimbo", - "Wild Hip Fire", - "Double Kill", - "Fast Reload Kill", - "FMJ", - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": [ - "RTC Laser 1mW", - "MIP Laser 5mW", - "YKM Laser - Ranger", - "OWC Laser - Tactical", - "RTC Laser - Merc" - ], - "underbarrel": [ - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Ranger Foregrip", - "Tactical Foregrip A" - ], - "ammo": ["Extended Mag A", "Fast Reload", "Light Mag"], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "AGR_556": [ - { - "muzzle": [ - "OWC Light Suppressor", - "OWC Light Compensator", - "RTC Light Muzzle Brake", - "Tactical Suppressor", - "MIP Light FLash Guard", - "Monolithic Suppressor" - ], - "barrel": ["MIP Light", "OWC Marksman", "MIP Extended Light Barrel"], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "Tactical Scope", - "3x Tactical Scope" - ], - "stock": ["YKM Light Stock", "RTC Steady Stock", "YKM Combat Stock"], - "perk": [ - "Wild Hip Fire", - "Double Kill", - "Fast Reload Kill", - "FMJ", - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "underbarrel": [ - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Ranger Foregrip", - "Tactical Foregrip A" - ], - "ammo": [ - "Extended Mag A", - "30 Round 5.56mm Mag", - "60 Round 5.56mm Reload" - ], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "QXR": [ - { - "muzzle": [ - "OWC Light Suppressor", - "OWC Light Compensator", - "RTC Light Muzzle Brake", - "Tactical Suppressor", - "MIP Light FLash Guard", - "Monolithic Suppressor" - ], - "barrel": ["MIP Light", "MIP Light Barrel (Short)", "OWC Marksman"], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "Tactical Scope", - "3x Tactical Scope" - ], - "stock": [ - "YKM Light Stock", - "MIP Strike Stock", - "YKM Combat Stock", - "No Stock" - ], - "perk": [ - "Enhanced Bolt", - "Wild Hip Fire", - "Double Kill", - "Fast Reload Kill", - "FMJ", - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "underbarrel": [ - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Ranger Foregrip", - "Tactical Foregrip A" - ], - "ammo": ["Extended Mag A", "Fast Reload"], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "PP19_Bizon": [ - { - "muzzle": [ - "OWC Light Suppressor", - "OWC Light Compensator", - "RTC Light Muzzle Brake", - "Tactical Suppressor", - "MIP Light FLash Guard", - "Monolithic Suppressor" - ], - "barrel": ["RTC Sawed-Off", "MIP Extended Light Barrel", "OWC Marksman"], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "Tactical Scope", - "3x Tactical Scope" - ], - "stock": [ - "YKM Light Stock", - "OWC Skeleton Stock", - "RTC Steady Stock", - "No Stock" - ], - "perk": [ - "Wild Hip Fire", - "Double Kill", - "Fast Reload Kill", - "FMJ", - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "ammo": ["Extended Mag A", "Large Caliber Ammo A"], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "MX9": [ - { - "muzzle": [ - "RTC Muzzle Brake", - "MIP Flashguard", - "OWC Light Suppressor", - "Infantry Compensator", - "OWC Eliminator", - "Agency Suppressor" - ], - "barrel": ["MIP Extended Light Barrel", "Built-in Silence Barrel "], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "3x Tactical Scope", - "4x Tactical Scope", - "4.4x Tactical Scope" - ], - "stock": [ - "Light Weight Stock", - "Marathon Stock", - "No Stock", - "Agile Stock" - ], - "perk": [ - "Tough", - "FMJ", - "Sleight of Hand", - "Long Shot", - "Melee Master", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["1mW Steady Aim Laser", "5mW Combat Laser", "Aim Assist Laser"], - "underbarrel": [ - "Foregrip", - "Infiltrator Foregrip", - "Patrol Foregrip", - "Strike Foregrip", - "Tactical Foregrip A" - ], - "ammo": ["Hybrid Mag for MX9", "Large Caliber Ammo"], - "rear_grip": ["Rustle Grip Tape", "Sturdy Grip Tape", "Firm Grip Tape"] - } - ], - "CBR4": [ - { - "muzzle": [ - "Tactical Suppressor", - "OWC Light Suppressor", - "Monolithic Suppressor", - "OWC Light Compensator", - "MIP Light FLash Guard", - "RTC Light Muzzle Brake" - ], - "barrel": ["MIP Extended Light Barrel", "OWC Marksman"], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "Tactical Scope", - "3x Tactical Scope" - ], - "stock": ["YKM Light Stock", "YKM Combat Stock", "RTC Steady Stock"], - "perk": [ - "FMJ", - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable", - "Wild Hip Fire", - "Double Kill", - "Fast Reload Kill" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "rear_grip": [ - "Granulated Grip Tape", - "Ruberized Grip Tape", - "Stippled Grip Tape" - ] - } - ], - "PPSh_41": [ - { - "muzzle": [ - "Tactical Suppressor", - "OWC Light Suppressor", - "Monolithic Suppressor", - "OWC Light Compensator", - "MIP Light FLash Guard", - "RTC Light Muzzle Brake" - ], - "barrel": ["Gurrilla Light Short", "Last Stand Light", "Banner Heavy"], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "Tactical Scope", - "3x Tactical Scope" - ], - "stock": ["No Stock", "OWC Skeleton Stock", "RTC Steady Stock"], - "perk": [ - "FMJ", - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable", - "Wild Hip Fire", - "Double Kill", - "Fast Reload Kill" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "underbarrel": [ - "Focused Foregrip", - "Tough Foregrip", - "Resilient Foregrip", - "Tactical Foregrip A", - "Operator Foregrip" - ], - "ammo": ["35 Round Fast Reload", "55 Round Light Reload"], - "rear_grip": [ - "Sturdy Grip Tape", - "Ruberized Grip Tape", - "Rustle Grip Tape" - ] - } - ], - "MAC_10": [ - { - "muzzle": [ - "RTC Muzzle Brake", - "MIP Flashguard", - "OWC Light Suppressor", - "Infantry Compensator", - "OWC Eliminator", - "Agency Suppressor" - ], - "barrel": [ - "6.5\" Rifling Barrel", - "6.1\" Reinforced Heavy", - "Taskforce Barrel", - "5.5\" Extended Barrel", - "6.2\" Cavalry Barrel" - ], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "3x Tactical Scope", - "4x Tactical Scope" - ], - "stock": [ - "Steel Stock", - "Swift Stock", - "No Stock", - "SAS Combat Stock" - ], - "perk": [ - "Sleight of Hand", - "Wild Hip Fire", - "Double Kill", - "Fast Reload Kill", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["1mW Steady Aim Laser", "5mW Combat Laser", "Aim Assist Laser"], - "underbarrel": [ - "BD Foregrip", - "Red Cell Foregrip", - "Striker Foregrip", - "Patrol Foregrip", - "Field Agent Foregrip", - "SFDD Fast Foregrip" - ], - "ammo": [ - "Fast Reload", - "43 Round Fast Reload", - "43 Fast Reload", - "STANAG 53 Round Extended Reload" - ], - "rear_grip": ["Rustle Grip Tape", "Sturdy Grip Tape", "Firm Grip Tape"] - } - ], - "HS2126": [ - { - "muzzle": [ - "Tactical Suppressor", - "OWC Light Compensator", - "Choke", - "RTC Light Muzzle Brake", - "Monolithic Suppressor", - "Flash Guard" - ], - "barrel": [ - "YKM Light Barrel (Long)", - "YKM Light Barrel (Short)", - "YKM Heavy Barrel" - ], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "Tactical Scope", - "3x Tactical Scope" - ], - "stock": ["MIP Stalker Stock", "YKM Light Stock", "YKM Combat Stock"], - "perk": [ - "Sleight of Hand", - "Speed Up Kill", - "Slide Flak Jacket", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "OWC Laser - Tactical", "MIP Laser 5mW"], - "underbarrel": ["Strike Foregrip", "Merc Foregrip"], - "ammo": [ - "20 Round Extended Reloadcase", - "28 Round Extended Reloadcase", - "FF Birdshot" - ], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "BY15": [ - { - "muzzle": [ - "Tactical Suppressor", - "Marauder Suppressor", - "OWC Light Compensator", - "RTC Light Muzzle Brake", - "Choke", - "Monolithic Suppressor", - "Flash Guard" - ], - "barrel": [ - "RTC Extended Light Barrel", - "Sawed-Off Barrel (-3 Ammo)", - "Extended Barrel (+2 Ammo)" - ], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "Tactical Scope", - "3x Tactical Scope" - ], - "stock": [ - "YKM Light Stock", - "YKM Combat Stock", - "RTC Steady Stock", - "OWC Ranger Stock", - "No Stock" - ], - "perk": [ - "Sleight of Hand", - "Speed Up Kill", - "Slide Flak Jacket", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "OWC Laser - Tactical", "MIP Laser 5mW"], - "underbarrel": [ - "Tactical Guard", - "Strike Foregrip", - "Operator Foregrip", - "Tactical Foregrip A", - "Merc Foregrip", - "Steady Guard" - ], - "ammo": ["Tube Extension", "500gr Slug"], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "HS0405": [ - { - "muzzle": [ - "Tactical Suppressor", - "OWC Light Compensator", - "Choke", - "RTC Light Muzzle Brake", - "Monolithic Suppressor", - "Flash Guard" - ], - "barrel": ["RTC Extended Light Barrel", "Sawed-Off Barrel (-3 Ammo)"], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "Tactical Scope", - "3x Tactical Scope" - ], - "stock": ["YKM Light Stock", "No Stock"], - "perk": [ - "Sleight of Hand", - "Speed Up Kill", - "Slide Flak Jacket", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "OWC Laser - Tactical", "MIP Laser 5mW"], - "underbarrel": ["Strike Foregrip", "Merc Foregrip"], - "ammo": ["Tube Extension", "500gr Slug"], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "Striker": [ - { - "muzzle": [ - "Tactical Suppressor", - "OWC Light Compensator", - "Choke", - "RTC Light Muzzle Brake", - "Monolithic Suppressor", - "Flash Guard" - ], - "barrel": [ - "Light Barrel (Long)", - "Light Barrel (Short)", - "OWC Customized Heavy Barrel" - ], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "Tactical Scope", - "3x Tactical Scope" - ], - "stock": ["MIP Stalker Stock", "YKM Light Stock", "YKM Combat Stock"], - "perk": [ - "Sleight of Hand", - "Speed Up Kill", - "Slide Flak Jacket", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "OWC Laser - Tactical", "MIP Laser 5mW"], - "underbarrel": ["Strike Foregrip", "Merc Foregrip"], - "ammo": ["16 Round Extended Reloadcase", "Fast Reloadcase", "500gr Slug"], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "KRM_262": [ - { - "muzzle": [ - "Tactical Suppressor", - "Marauder Suppressor", - "OWC Light Compensator", - "RTC Light Muzzle Brake", - "Choke", - "Monolithic Suppressor", - "Flash Guard" - ], - "barrel": [ - "RTC Light Extended Barrel", - "Sawed-Off Barrel (-3 Ammo)", - "Extended Barrel (+2 Ammo)" - ], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "Tactical Scope", - "3x Tactical Scope" - ], - "stock": [ - "YKM Light Stock", - "YKM Combat Stock", - "RTC Steady Stock", - "MIP Stalker Stock", - "No Stock" - ], - "perk": [ - "Sleight of Hand", - "Speed Up Kill", - "Slide Flak Jacket", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "OWC Laser - Tactical", "MIP Laser 5mW"], - "underbarrel": [ - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Tactical Foregrip A" - ], - "ammo": ["Tube Extension", "500gr Slug"], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "Echo": [ - { - "muzzle": [ - "Tactical Suppressor", - "OWC Light Compensator", - "Choke", - "RTC Light Muzzle Brake", - "Monolithic Suppressor", - "Flash Guard" - ], - "barrel": [ - "MIP Extended Light Barrel", - "MIP Light Barrel (Short)", - "OWC Marksman" - ], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "Tactical Scope", - "3x Tactical Scope" - ], - "stock": [ - "No Stock", - "YKM Light Stock", - "YKM Combat Stock", - "MIP Stalker Stock" - ], - "perk": [ - "Sleight of Hand", - "Speed Up Kill", - "Slide Flak Jacket", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "OWC Laser - Tactical", "MIP Laser 5mW"], - "underbarrel": ["Operator Foregrip", "Merc Foregrip"], - "ammo": ["Extended Mag C", "Extended Mag D", "Slug Reload"], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "R9_0": [ - { - "muzzle": [ - "Tactical Suppressor", - "OWC Light Compensator", - "Choke", - "RTC Light Muzzle Brake", - "Monolithic Suppressor", - "Flash Guard" - ], - "barrel": ["MIP Extended Light Barrel", "MIP Light Barrel (Short)"], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "Tactical Scope", - "3x Tactical Scope" - ], - "stock": [ - "No Stock", - "YKM Light Stock", - "YKM Combat Stock", - "MIP Stalker Stock" - ], - "ammo": ["Tube Extension", "Slug Reload"], - "perk": [ - "Sleight of Hand", - "Speed Up Kill", - "Slide Flak Jacket", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "OWC Laser - Tactical", "MIP Laser 5mW"], - "underbarrel": ["Ranger Foregrip", "Operator Foregrip", "Merc Foregrip"], - "smoothbore": [ - "MFT Heavy Smoothbore", - "MFT Ultra Light Smoothbore", - "MFT Urban Combat" - ], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "JAK_12": [ - { - "muzzle": [ - "Tactical Suppressor", - "Monolithic Suppressor", - "OWC Light Compensator", - "Choke", - "RTC Light Muzzle Brake", - "Flash Guard", - "Marauder Suppressor" - ], - "barrel": ["MIP Extended Light Barrel", "MIP Light Barrel (Short)", "OWC Marksman"], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "Tactical Scope", - "3x Tactical Scope" - ], - "stock": [ - "YKM Light Stock", - "YKM Combat Stock", - "MIP Stalker Stock" - ], - "ammo": [ - "FRAG-12 Explosive Mag", - "Extended Mag C", - "Large Extended Mag D", - "Slug Reload" - ], - "perk": [ - "Sleight of Hand", - "Speed Up Kill", - "Slide Flak Jacket", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "OWC Laser - Tactical", "MIP Laser 5mW"], - "underbarrel": [ - "Ranger Foregrip", - "Operator Foregrip", - "Merc Foregrip", - "Strike Foregrip", - "Tactical Foregrip A" - ], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "Kilo_Bolt_Action": [ - { - "muzzle": [ - "OWC Light Suppressor", - "Tactical Suppressor", - "Monolithic Suppressor", - "RTC Light Muzzle Brake", - "MIP Light FLash Guard", - "RTC Compensator" - ], - "barrel": ["MIP Extended Light Barrel", "OWC Ranger", "OWC Marksman"], - "optic": ["3x Tactical Scope", "4x Tactical Scope", "6x Tactical Scope"], - "stock": ["YKM Light Stock", "YKM Combat Stock", "RTC Steady Stock"], - "perk": [ - "Bullet Return", - "Headshot Slow", - "Fast Switch", - "FMJ", - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["OWC Laser - Tactical"], - "underbarrel": ["Bipod"], - "ammo": ["Fast Reload", "OWC Stopping Power Reload", "Thermite Reload"], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "SKS": [ - { - "muzzle": [ - "OWC Light Suppressor", - "Tactical Suppressor", - "Monolithic Suppressor", - "RTC Light Muzzle Brake", - "MIP Light FLash Guard" - ], - "barrel": ["MIP Extended Light Barrel", "OWC Marksman", "MIP Light"], - "optic": ["3x Tactical Scope", "4x Tactical Scope", "6x Tactical Scope"], - "stock": ["No Stock", "OWC Ranger Stock", "RTC Steady Stock"], - "perk": [ - "Bullet Return", - "Headshot Slow", - "Fast Switch", - "FMJ", - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["OWC Laser - Tactical"], - "underbarrel": [ - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Ranger Foregrip", - "Tactical Foregrip A", - "Bipod" - ], - "ammo": ["Extended Mag A", "10 Round Light Reload"], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "SP_R_208": [ - { - "muzzle": [ - "OWC Light Suppressor", - "Tactical Suppressor", - "Monolithic Suppressor", - "RTC Light Muzzle Brake", - "MIP Light FLash Guard", - "RTC Compensator" - ], - "barrel": [ - "RTC Light Extended Barrel", - "RTC 26 Heavy Long Barrel", - "RTC Light Monolithic Silencer Barrel", - "RTC Light Barrel" - ], - "optic": ["3x Tactical Scope", "4x Tactical Scope", "6x Tactical Scope"], - "stock": [ - "YKM Light Stock", - "YKM Combat Stock", - "RTC Steady Stock", - "OWC Skeleton Stock" - ], - "perk": [ - "Bullet Return", - "Headshot Slow", - "Fast Switch", - "FMJ", - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["OWC Laser - Tactical"], - "underbarrel": [ - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Ranger Foregrip", - "Tactical Foregrip A", - "Bipod" - ], - "ammo": ["Extended Mag A", ".300 5 Round Reload", ".338 5 Round Reload"], - "bolt": ["Light Bolt", "Heavy Bolt"] - } - ], - "MK2": [ - { - "muzzle": [ - "OWC Light Suppressor", - "Tactical Suppressor", - "Monolithic Suppressor", - "RTC Light Muzzle Brake", - "MIP Light FLash Guard", - "RTC Compensator" - ], - "barrel": ["18.0 Sport Barrel", "20.0 Forged Barrel", "OWC Marksman"], - "optic": [ - "Red Dot Sight 1", - "Red Dot Sight 2", - "Red Dot Sight 3", - "Red Dot Sight 4", - "Red Dot Sight 5", - "Red Dot Sight 6", - "Holographic Sight", - "3x Tactical Scope", - "4x Tactical Scope", - "6x Tactical Scope" - ], - "stock": [ - "MIP Sport Stock", - "Ultralight Hollow", - "Custom Accuracy Stock", - "Cartridge Stock" - ], - "perk": [ - "Bullet Return", - "Headshot Slow", - "FMJ", - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["OWC Laser - Tactical"], - "underbarrel": [ - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Ranger Foregrip", - "Tactical Foregrip A", - "Bipod" - ], - "ammo": [".30 - 30 Ammo"], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "MW11": [ - { - "muzzle": [ - "OWC Light Suppressor", - "OWC Light Compensator", - "RTC Light Muzzle Brake", - "Tactical Suppressor", - "MIP Light FLash Guard", - "Monolithic Suppressor" - ], - "barrel": [".45 Compact", ".45 Tac Long", ".45 Suppressor Light"], - "optic": [ - "Red Dot Sight", - "Classic Holographic", - "Holographic Sight 1", - "Holographic Sight 2", - "Holographic Sight 3" - ], - "perk": ["FMJ", "Sleight of Hand", "Wounding", "Full Ammo", "Disable"], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "trigger_action": [ - "Match Grade Trigger", - "Heavy Duty Trigger", - "Lightweight Trigger" - ], - "ammo": ["15 Round Reload", "20 Round Reload"], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "J358": [ - { - "muzzle": [ - "OWC Light Compensator", - "RTC Light Muzzle Brake", - "MIP Light FLash Guard" - ], - "barrel": ["J358 Short", "J358 Custom Light", "J358 Long"], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "3x Tactical Scope", - "4x Tactical Scope" - ], - "perk": ["FMJ", "Sleight of Hand", "Wounding", "Full Ammo", "Disable"], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "trigger_action": [ - "Match Grade Trigger", - "Heavy Duty Trigger", - "Lightweight Trigger" - ], - "ammo": ["8 Round Reload", "Stopping Power Reload"], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "50_GS": [ - { - "muzzle": [ - "OWC Light Suppressor", - "OWC Light Compensator", - "RTC Light Muzzle Brake", - "Tactical Suppressor", - "MIP Light FLash Guard", - "Monolithic Suppressor" - ], - "barrel": ["MIP Extended Light Barrel", "OWC Marksman"], - "optic": ["Red Dot Sight", "Holographic Sight", "Tactical Scope"], - "perk": [ - "Akimbo", - "FMJ", - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "trigger_action": [ - "Match Grade Trigger", - "Heavy Duty Trigger", - "Lightweight Trigger" - ], - "ammo": ["Extended Mag A", "Large Extended Mag B"], - "rear_grip": [ - "Stippled Grip Tape", - "Granulated Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "Renetti": [ - { - "muzzle": [ - "OWC Light Suppressor", - "RTC Compensator", - "RTC Light Muzzle Brake", - "Tactical Suppressor", - "MIP Light FLash Guard", - "Monolithic Suppressor" - ], - "barrel": ["MIP Extended Light Barrel", "OWC Ranger", "MIP Light"], - "optic": ["Red Dot Sight", "Holographic Sight", "Tactical Scope"], - "stock": ["Folding Stock", "Control", "Combo"], - "perk": ["FMJ", "Sleight of Hand", "Wounding", "Full Ammo", "Disable"], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "trigger_action": [ - "Match Grade Trigger", - "Heavy Duty Trigger", - "Lightweight Trigger" - ], - "ammo": ["Extended Mag A", "Large Extended Mag B"], - "rear_grip": [ - "Handmade Grip Tape", - "Stippled Grip Tape", - "Ruberized Grip Tape" - ] - } - ], - "Shorty": [ - { - "muzzle": [ - "Tactical Suppressor", - "OWC Light Compensator", - "Choke", - "RTC Light Muzzle Brake", - "Marauder Suppressor", - "Monolithic Suppressor", - "Flash Guard" - ], - "optic": ["Red Dot Sight", "Holographic Sight", "Tactical Scope"], - "stock": ["YKM Light Stock", "YKM Combat Stock", "RTC Steady Stock"], - "perk": [ - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable", - "Speed Up Kill", - "Slide Flak Jacket" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "underbarrel": [ - "Strike Foregrip", - "Merc Foregrip", - "Operator Foregrip", - "Tactical Foregrip A" - ], - "guard": ["OWC Stable", "OWC Commander", "OWC Slim"], - "ammo": ["Slug Reload"] - } - ], - "Crossbow": [ - { - "Bowstring": ["16 Bowstring", "20 Bowstring"], - "Limb": ["Heavy Limb", "Enhanced Limb", "Customized Limb"], - "optic": [ - "Red Dot Sight", - "Holographic Sight", - "3x Tactical Scope", - "4x Tactical Scope", - "4.4x Tactical Scope" - ], - "stock": ["Watcher Stock", "Ranger Stock", "Archer Stock"], - "perk": [ - "Sleight of Hand", - "Wounding", - "Full Ammo", - "Disable", - "Tough", - "Long Shot", - "Melee Master" - ], - "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], - "underbarrel": ["Strike Foregrip", "Merc Foregrip", "Quickdraw"], - "Bolt": ["Thermite Bolt", "Gas Grenade Bolt", "Sticky Grenade Bolt"] - } - ] -} +{ + "Type_25": [ + { + "muzzle": [ + "OWC Light Suppressor", + "OWC Light Compensator", + "RTC Light Muzzle Brake", + "Tactical Suppressor", + "MIP Light FLash Guard", + "Monolithic Suppressor" + ], + "barrel": [ + "MIP Light Barrel (Short)", + "MIP Light", + "MIP Extended Light Barrel" + ], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "3x Tactical Scope", + "4x Tactical Scope", + "4.4x Tactical Scope" + ], + "stock": ["YKM Light Stock", "RTC Steady Stock", "YKM Combat Stock"], + "perk": [ + "Tough", + "FMJ", + "Sleight of Hand", + "Long Shot", + "Melee Master", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "underbarrel": [ + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Ranger Foregrip", + "Tactical Foregrip A" + ], + "ammo": [ + "38 Round Extended Mag", + "Fast Reload", + "46 Round Extended Mag", + "42 Round Fast Reload", + "Stopping Power Reload" + ], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "M16": [ + { + "muzzle": [ + "OWC Light Suppressor", + "OWC Light Compensator", + "RTC Light Muzzle Brake", + "Tactical Suppressor", + "MIP Light FLash Guard", + "Monolithic Suppressor" + ], + "barrel": [ + "MIP Light Barrel (Short)", + "OWC Marksman", + "YKM Integral Suppressor Light" + ], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "3x Tactical Scope", + "4x Tactical Scope", + "4.4x Tactical Scope" + ], + "stock": [ + "YKM Light Stock", + "MIP Strike Stock", + "YKM Combat Stock", + "No Stock" + ], + "perk": [ + "Tough", + "FMJ", + "Sleight of Hand", + "Long Shot", + "Melee Master", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "underbarrel": [ + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Ranger Foregrip", + "Tactical Foregrip A" + ], + "ammo": ["39 Round Extended Mag", "48 Round Extended Mag"], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "AK117": [ + { + "muzzle": [ + "MIP Light Muzzle Brake", + "OWC Light Suppressor", + "OWC Light Compensator", + "RTC Light Muzzle Brake", + "Tactical Suppressor", + "MIP Light FLash Guard", + "Monolithic Suppressor" + ], + "barrel": [ + "MIP Light Barrel (Short)", + "MIP Extended Light Barrel", + "OWC Marksman", + "YKM Integral Suppressor Light" + ], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "3x Tactical Scope", + "4x Tactical Scope", + "4.4x Tactical Scope" + ], + "stock": [ + "YKM Light Stock", + "RTC Steady Stock", + "OWC Skeleton Stock", + "No Stock" + ], + "perk": [ + "Tough", + "FMJ", + "Sleight of Hand", + "Long Shot", + "Melee Master", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "underbarrel": [ + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Ranger Foregrip", + "Tactical Foregrip A", + "Tactical Foregrip B" + ], + "ammo": ["40 Round Extended Mag", "48 Round Extended Mag"], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "AK47": [ + { + "muzzle": [ + "OWC Light Suppressor", + "OWC Light Compensator", + "RTC Light Muzzle Brake", + "Tactical Suppressor", + "MIP Light FLash Guard", + "Monolithic Suppressor" + ], + "barrel": [ + "MIP Light Barrel (Short)", + "MIP Extended Light Barrel", + "OWC Ranger", + "OWC Marksman", + "GRU Combo Grip" + ], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "3x Tactical Scope", + "4x Tactical Scope", + "4.4x Tactical Scope" + ], + "stock": [ + "YKM Light Stock", + "MIP Strike Stock", + "OWC Skeleton Stock", + "YKM Combat Stock", + "No Stock" + ], + "perk": [ + "Tough", + "FMJ", + "Sleight of Hand", + "Long Shot", + "Melee Master", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "underbarrel": [ + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Ranger Foregrip", + "Tactical Foregrip A" + ], + "ammo": ["Extended Mag A", "Extended Mag B", "5.45 Caliber Ammo"], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "ASM10": [ + { + "muzzle": [ + "OWC Light Suppressor", + "OWC Light Compensator", + "RTC Light Muzzle Brake", + "Tactical Suppressor", + "MIP Light FLash Guard", + "Monolithic Suppressor" + ], + "barrel": ["MIP Light Barrel (Short)", "OWC Ranger", "OWC Marksman"], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "3x Tactical Scope", + "4x Tactical Scope", + "4.4x Tactical Scope" + ], + "stock": [ + "YKM Light Stock", + "MIP Strike Stock", + "YKM Combat Stock", + "No Stock" + ], + "perk": [ + "Tough", + "FMJ", + "Sleight of Hand", + "Long Shot", + "Melee Master", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "underbarrel": [ + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Ranger Foregrip", + "Tactical Foregrip A" + ], + "ammo": ["33 Round Extended Mag", "40 Round Extended Mag"], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "M4": [ + { + "muzzle": [ + "OWC Light Suppressor", + "OWC Light Compensator", + "RTC Light Muzzle Brake", + "Tactical Suppressor", + "MIP Light FLash Guard", + "Monolithic Suppressor" + ], + "barrel": [ + "YKM Integral Suppressor Light", + "MIP Light Barrel (Short)", + "OWC Ranger", + "MIP Light", + "OWC Marksman" + ], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "3x Tactical Scope", + "4x Tactical Scope", + "4.4x Tactical Scope" + ], + "stock": [ + "YKM Light Stock", + "MIP Strike Stock", + "YKM Combat Stock", + "No Stock" + ], + "perk": [ + "Tough", + "FMJ", + "Sleight of Hand", + "Long Shot", + "Melee Master", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "underbarrel": [ + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Ranger Foregrip", + "Tactical Foregrip A" + ], + "ammo": ["40 Round Extended Mag", "50 Round Extended Mag"], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "BK57": [ + { + "muzzle": [ + "MIP Light Muzzle Brake", + "OWC Light Suppressor", + "OWC Light Compensator", + "RTC Light Muzzle Brake", + "Tactical Suppressor", + "MIP Light FLash Guard", + "Monolithic Suppressor" + ], + "barrel": [ + "MIP Light Barrel (Short)", + "OWC Ranger", + "MIP Extended Light Barrel" + ], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "3x Tactical Scope", + "4x Tactical Scope", + "4.4x Tactical Scope" + ], + "stock": ["YKM Light Stock", "OWC Skeleton Stock", "YKM Combat Stock"], + "perk": [ + "Tough", + "FMJ", + "Sleight of Hand", + "Long Shot", + "Melee Master", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "underbarrel": [ + "Elite Foregrip", + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Ranger Foregrip", + "Tactical Foregrip A" + ], + "ammo": [ + "50 Round Extended Mag", + "40 Round Fast Reload", + "Large Caliber Ammo" + ], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "LK24": [ + { + "muzzle": [ + "OWC Light Suppressor", + "OWC Light Compensator", + "RTC Light Muzzle Brake", + "Tactical Suppressor", + "MIP Light FLash Guard", + "Monolithic Suppressor" + ], + "barrel": ["OWC Ranger", "OWC Marksman", "YKM Integral Suppressor Light"], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "3x Tactical Scope", + "4x Tactical Scope", + "4.4x Tactical Scope" + ], + "stock": [ + "YKM Light Stock", + "MIP Strike Stock", + "YKM Combat Stock", + "No Stock" + ], + "perk": [ + "Tough", + "FMJ", + "Sleight of Hand", + "Long Shot", + "Melee Master", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "underbarrel": [ + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Ranger Foregrip", + "Tactical Foregrip A" + ], + "ammo": ["40 Round Extended Mag", "50 Round Extended Mag"], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "ICR_1": [ + { + "muzzle": [ + "Breacher Device", + "OWC Light Suppressor", + "OWC Light Compensator", + "RTC Light Muzzle Brake", + "Tactical Suppressor", + "MIP Light FLash Guard", + "Monolithic Suppressor" + ], + "barrel": ["OWC Ranger", "OWC Marksman", "YKM Integral Suppressor Light"], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "3x Tactical Scope", + "4x Tactical Scope", + "4.4x Tactical Scope" + ], + "stock": [ + "No Stock", + "YKM Light Stock", + "YKM Combat Stock", + "RTC Steady Stock" + ], + "perk": [ + "Tough", + "FMJ", + "Sleight of Hand", + "Long Shot", + "Melee Master", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "underbarrel": [ + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Ranger Foregrip", + "Tactical Foregrip A" + ], + "ammo": [ + "40 Round Extended Mag", + "40 Round Fast Reload", + "50 Round Fast Reload" + ], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "Man_O_War": [ + { + "muzzle": [ + "RTC Huge Suppressor", + "OWC Light Suppressor", + "OWC Light Compensator", + "RTC Light Muzzle Brake", + "Tactical Suppressor", + "MIP Light FLash Guard", + "Monolithic Suppressor" + ], + "barrel": ["MIP Light Barrel (Short)", "OWC Marksman", "OWC Ranger"], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "3x Tactical Scope", + "4x Tactical Scope", + "4.4x Tactical Scope" + ], + "stock": ["YKM Light Stock", "YKM Combat Stock", "MIP Strike Stock"], + "perk": [ + "Tough", + "FMJ", + "Sleight of Hand", + "Long Shot", + "Melee Master", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "underbarrel": [ + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Ranger Foregrip", + "Tactical Foregrip A" + ], + "ammo": ["35 Round Extended Mag", "30 Round Extended Mag"], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "KN_44": [ + { + "muzzle": [ + "MIP Light Muzzle Brake", + "OWC Light Suppressor", + "OWC Light Compensator", + "RTC Light Muzzle Brake", + "Tactical Suppressor", + "MIP Light FLash Guard", + "Monolithic Suppressor" + ], + "barrel": ["MIP Light Barrel (Short)", "OWC Ranger", "OWC Marksman"], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "3x Tactical Scope", + "4x Tactical Scope", + "4.4x Tactical Scope" + ], + "stock": [ + "YKM Light Stock", + "MIP Strike Stock", + "YKM Combat Stock", + "No Stock" + ], + "perk": [ + "Tough", + "FMJ", + "Sleight of Hand", + "Long Shot", + "Melee Master", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "underbarrel": [ + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Ranger Foregrip", + "Tactical Foregrip A" + ], + "ammo": ["44 Round Extended Mag", "38 Round Fast Reload"], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "HBRa3": [ + { + "muzzle": [ + "MIP Light Muzzle Brake", + "OWC Light Suppressor", + "OWC Light Compensator", + "RTC Light Muzzle Brake", + "Tactical Suppressor", + "MIP Light FLash Guard", + "Monolithic Suppressor" + ], + "barrel": ["MIP Light", "OWC Ranger", "OWC Marksman"], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "3x Tactical Scope", + "4x Tactical Scope", + "4.4x Tactical Scope" + ], + "stock": [ + "YKM Light Stock", + "RTC Steady Stock", + "OWC Skeleton Stock", + "No Stock", + "Thunderbolt Sling" + ], + "perk": [ + "Tough", + "FMJ", + "Sleight of Hand", + "Long Shot", + "Melee Master", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "underbarrel": [ + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Ranger Foregrip", + "Tactical Foregrip A" + ], + "ammo": ["44 Round Extended Mag", "Fast Extended Mag"], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "HVK_30": [ + { + "muzzle": [ + "MIP Light Muzzle Brake", + "OWC Light Suppressor", + "OWC Light Compensator", + "RTC Light Muzzle Brake", + "Tactical Suppressor", + "MIP Light FLash Guard", + "Monolithic Suppressor" + ], + "barrel": ["MIP Light", "OWC Marksman", "YKM Integral Suppressor Heavy"], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "3x Tactical Scope", + "4x Tactical Scope", + "4.4x Tactical Scope" + ], + "stock": ["YKM Light Stock", "MIP Strike Stock", "YKM Combat Stock"], + "perk": [ + "Tough", + "FMJ", + "Sleight of Hand", + "Long Shot", + "Melee Master", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "underbarrel": [ + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Ranger Foregrip", + "Tactical Foregrip A" + ], + "ammo": ["44 Round Extended Mag", "Fast Reload", "Large Caliber Ammo"], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "DR_H": [ + { + "muzzle": [ + "MIP Light Muzzle Brake", + "OWC Light Suppressor", + "OWC Light Compensator", + "RTC Light Muzzle Brake", + "Tactical Suppressor", + "MIP Light FLash Guard", + "Monolithic Suppressor" + ], + "barrel": ["MIP Light", "OWC Ranger", "OWC Marksman"], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "3x Tactical Scope", + "4x Tactical Scope", + "4.4x Tactical Scope" + ], + "stock": [ + "YKM Light Stock", + "MIP Strike Stock", + "YKM Combat Stock", + "No Stock" + ], + "perk": [ + "Tough", + "FMJ", + "Sleight of Hand", + "Long Shot", + "Melee Master", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "underbarrel": [ + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Ranger Foregrip", + "Tactical Foregrip A" + ], + "ammo": [ + "30 Round Extended Mag", + "30 Round OTM Mag", + "38 Round Extended Mag", + "25 Round OTM Mag" + ], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "Peacekeeper_MK2": [ + { + "muzzle": [ + "RTC Muzzle Brake", + "MIP Flashguard", + "OWC Light Suppressor", + "Infantry Compensator", + "OWC Eliminator", + "Agency Suppressor" + ], + "barrel": [ + "Rapid Fire Barrel", + "Well-Forged Barrel", + "Built-In Silence Barrel", + "Long-Range Barrel", + "Taskforce Barrel" + ], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "3x Tactical Scope", + "4x Tactical Scope", + "4.4x Tactical Scope" + ], + "stock": [ + "Light Weight Stock", + "Marathon Stock", + "No Stock", + "Agile Stock" + ], + "perk": [ + "Tough", + "FMJ", + "Sleight of Hand", + "Long Shot", + "Melee Master", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["1mW Steady Aim Laser", "5mW Combat Laser", "Aim Assist Laser"], + "underbarrel": [ + "Foregrip", + "Infiltrator Foregrip", + "Patrol Foregrip", + "Field Agent Foregrip", + "RTC Speed Foregrip" + ], + "ammo": ["Extended Mag A", "Double Stack Mag"], + "rear_grip": ["Rustle Grip Tape", "Sturdy Grip Tape", "Firm Grip Tape"] + } + ], + "FR_556": [ + { + "muzzle": [ + "OWC Light Suppressor", + "OWC Light Compensator", + "RTC Light Muzzle Brake", + "Tactical Suppressor", + "MIP Light FLash Guard", + "Monolithic Suppressor" + ], + "barrel": [ + "MIP Light Barrel (Short)", + "MIP Extended Light Barrel", + "OWC Ranger" + ], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "3x Tactical Scope", + "4x Tactical Scope", + "4.4x Tactical Scope" + ], + "stock": ["YKM Light Stock", "RTC Steady Stock", "YKM Combat Stock"], + "perk": [ + "Tough", + "FMJ", + "Sleight of Hand", + "Long Shot", + "Melee Master", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "underbarrel": [ + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Ranger Foregrip", + "Tactical Foregrip A", + "Bipod" + ], + "ammo": ["Extended Mag A", "Fast Reload"], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "AS_VAL": [ + { + "barrel": [ + "MIP Quick Response Barrel", + "MIP 105mm Melee Barrel", + "MIP 200mm Mid-Range Barrel" + ], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "3x Tactical Scope", + "4x Tactical Scope", + "4.4x Tactical Scope" + ], + "stock": [ + "OWC Skeleton Stock", + "OWC Ranger Stock", + "RTC Steady Stock", + "YKM Combat Stock" + ], + "perk": [ + "Tough", + "FMJ", + "Sleight of Hand", + "Long Shot", + "Melee Master", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "underbarrel": [ + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Ranger Foregrip", + "Tactical Foregrip A", + "Piranha Foregrip" + ], + "ammo": ["Large Extended Mag B", "10 Round FMJ", "Fast Reload"], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "CR-56 AMAX": [ + { + "muzzle": [ + "Tactical Suppressor", + "OWC Light Suppressor", + "Monolithic Suppressor", + "OWC Light Compensator", + "MIP Light FLash Guard", + "RTC Light Muzzle Brake" + ], + "barrel": ["Intruder Stock", "Gunner Stock", "MIP Custom Long"], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "3x Tactical Scope", + "4x Tactical Scope", + "4.4x Tactical Scope" + ], + "stock": [ + "No Stock", + "Psilos Light Stock", + "YKM Combat Stock", + "MIP Tracker Stock", + "Custom Light Stock", + "MIP Gatekeeper" + ], + "perk": [ + "FMJ", + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable", + "Tough", + "Long Shot", + "Melee Master" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "underbarrel": [ + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Ranger Foregrip", + "Tactical Foregrip A" + ], + "ammo": ["Extended Mag A", "M67 Ammo"], + "rear_grip": [ + "Granulated Grip Tape", + "Ruberized Grip Tape", + "Stippled Grip Tape" + ] + } + ], + "M13": [ + { + "muzzle": [ + "Tactical Suppressor", + "OWC Light Suppressor", + "OWC Light Compensator", + "Monolithic Suppressor", + "MIP Light FLash Guard", + "RTC Light Muzzle Brake" + ], + "barrel": [ + "RTC Mini Barrel", + "RTC Heavy Long Barrel", + "RTC Scilincer Barrel" + ], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "3x Tactical Scope", + "4x Tactical Scope", + "4.4x Tactical Scope" + ], + "stock": [ + "No Stock", + "RTC Combat Stock", + "M13 Skeleton Stock", + "RTC Assualt Tactical" + ], + "perk": [ + "FMJ", + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable", + "Tough", + "Long Shot", + "Melee Master" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "underbarrel": [ + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Ranger Foregrip", + "Tactical Foregrip A" + ], + "ammo": [ + "Extended Mag A", + "Large Extended Mag B", + ".300 RTC 30 Round Reload", + ".300 RTC Double Stack 30 Round" + ], + "rear_grip": [ + "Granulated Grip Tape", + "Ruberized Grip Tape", + "Stippled Grip Tape" + ] + } + ], + "Swordfish": [ + { + "muzzle": [ + "Tactical Suppressor", + "OWC Light Suppressor", + "OWC Light Compensator", + "Monolithic Suppressor", + "MIP Light FLash Guard", + "RTC Light Muzzle Brake" + ], + "barrel": ["MIP Light", "MIP Extended Light Barrel", "OWC Ranger"], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "3x Tactical Scope", + "4x Tactical Scope", + "4.4x Tactical Scope" + ], + "stock": ["YKM Light Stock", "OWC Skeleton Stock", "RTC Steady Stock"], + "perk": [ + "FMJ", + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable", + "Tough", + "Long Shot", + "Melee Master" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "underbarrel": [ + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Ranger Foregrip", + "Tactical Foregrip A", + "Bipod" + ], + "ammo": ["Extended Mag A", "Fast Reload", "Halberd Mag"], + "rear_grip": [ + "Granulated Grip Tape", + "Ruberized Grip Tape", + "Stippled Grip Tape" + ] + } + ], + "Kilo_141": [ + { + "muzzle": [ + "Tactical Suppressor", + "OWC Light Suppressor", + "OWC Light Compensator", + "Monolithic Suppressor", + "MIP Light FLash Guard", + "RTC Light Muzzle Brake" + ], + "barrel": [ + "YKM Integral Suppressor Light", + "MIP Light Extended Barrel", + "OWC Marksman" + ], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "3x Tactical Scope", + "4x Tactical Scope", + "4.4x Tactical Scope" + ], + "stock": [ + "No Stock", + "YKM Combat Stock", + "OWC Skeleton Stock", + "RTC Steady Stock" + ], + "perk": [ + "FMJ", + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable", + "Tough", + "Long Shot", + "Melee Master" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "underbarrel": [ + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Ranger Foregrip", + "Tactical Foregrip A", + "Bipod" + ], + "ammo": [ + "Extended Mag A", + "Large Extended Mag B", + "100 round LMG Drum Mag" + ], + "rear_grip": [ + "Granulated Grip Tape", + "Ruberized Grip Tape", + "Stippled Grip Tape" + ] + } + ], + "Oden": [ + { + "muzzle": [ + "Tactical Suppressor", + "OWC Light Suppressor", + "RTC Huge Suppressor", + "Monolithic Suppressor", + "OWC Light Compensator", + "MIP Light FLash Guard", + "RTC Light Muzzle Brake" + ], + "barrel": ["MIP Light Barrel (Short)", "OWC Marksman", "OWC Ranger"], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "3x Tactical Scope", + "4x Tactical Scope", + "4.4x Tactical Scope" + ], + "stock": ["YKM Light Stock", "YKM Combat Stock", "RTC Steady Stock"], + "perk": [ + "Tough", + "FMJ", + "Sleight of Hand", + "Long Shot", + "Melee Master", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "underbarrel": [ + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Ranger Foregrip", + "Tactical Foregrip A" + ], + "ammo": ["Extended Mag A", "Large Extended Mag B", "Damage Mag", "12.7 mm Duplex Rounds"], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "XPR_50": [ + { + "muzzle": [ + "OWC Light Suppressor", + "Tactical Suppressor", + "Monolithic Suppressor", + "RTC Light Muzzle Brake", + "MIP Light FLash Guard", + "RTC Compensator" + ], + "barrel": ["RTC Lightweight", "RTC CQB", "RTC Long"], + "optic": [ + "Tactical Scope", + "3x Tactical Scope", + "4x Tactical Scope", + "6x Tactical Scope" + ], + "stock": ["MIP Strike Stock", "No Stock", "YKM Ghost Stock"], + "perk": [ + "Bullet Return", + "Headshot Slow", + "Fast Switch", + "FMJ", + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["OWC Laser - Tactical"], + "underbarrel": [ + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Ranger Foregrip", + "Tactical Foregrip A", + "Bipod" + ], + "ammo": [ + "13 Round Reload", + "18 Round Reload", + "OWC Stopping Power Reload" + ] + } + ], + "Arctic_50": [ + { + "muzzle": [ + "OWC Light Suppressor", + "Tactical Suppressor", + "Monolithic Suppressor", + "RTC Light Muzzle Brake", + "MIP Light FLash Guard", + "RTC Compensator" + ], + "barrel": [ + "Assassin Short", + "0.5 Light Long", + "Anti-Material Heavy", + "OWC Monolithic Suppressor" + ], + "optic": [ + "Tactical Scope", + "3x Tactical Scope", + "4x Tactical Scope", + "6x Tactical Scope" + ], + "stock": ["YKM Light Stock", "OWC Skeleton Stock", "RTC Steady Stock"], + "perk": [ + "Bullet Return", + "Headshot Slow", + "Fast Switch", + "FMJ", + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable" + ], + "underbarrel": ["Bipod"], + "ammo": [ + "10 Round Reload", + "12 Round Reload", + "MIP Stopping Power Reload" + ], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "M21_EBR": [ + { + "muzzle": [ + "OWC Light Suppressor", + "Tactical Suppressor", + "Monolithic Suppressor", + "RTC Light Muzzle Brake", + "MIP Light FLash Guard", + "RTC Compensator" + ], + "barrel": ["MIP Precise", "MIP Extended Light Barrel", "MIP Steady"], + "optic": [ + "Tactical Scope", + "3x Tactical Scope", + "4x Tactical Scope", + "6x Tactical Scope" + ], + "stock": [ + "YKM Light Stock", + "MIP Strike Stock", + "OWC Skeleton Stock", + "No Stock" + ], + "perk": [ + "Bullet Return", + "Headshot Slow", + "Fast Switch", + "FMJ", + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["OWC Laser - Tactical"], + "underbarrel": [ + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Ranger Foregrip", + "Tactical Foregrip A", + "Bipod" + ], + "ammo": ["15 Round Reload", "20 Round Reload"] + } + ], + "DL_Q33": [ + { + "muzzle": [ + "OWC Light Suppressor", + "Tactical Suppressor", + "Monolithic Suppressor", + "RTC Light Muzzle Brake", + "MIP Light FLash Guard", + "RTC Compensator" + ], + "barrel": ["MIP Light", ".408 Standard", "Free Floating"], + "optic": [ + "Tactical Scope", + "3x Tactical Scope", + "4x Tactical Scope", + "6x Tactical Scope" + ], + "stock": [ + "YKM Light Stock", + "MIP Strike Stock", + "OWC Skeleton Stock", + "OWC Ranger Stock" + ], + "perk": [ + "Bullet Return", + "Headshot Slow", + "Fast Switch", + "FMJ", + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["OWC Laser - Tactical"], + "underbarrel": ["Bipod"], + "ammo": ["Extended Mag A", "Large Extended Mag B"] + } + ], + "Locus": [ + { + "muzzle": [ + "OWC Light Suppressor", + "Tactical Suppressor", + "Monolithic Suppressor", + "RTC Light Muzzle Brake", + "MIP Light FLash Guard", + "RTC Compensator" + ], + "barrel": [ + "YKM Lightweight Short", + "YKM Lightweight Long", + "YKM Standard" + ], + "optic": [ + "Tactical Scope", + "3x Tactical Scope", + "4x Tactical Scope", + "6x Tactical Scope" + ], + "stock": ["YKM Light Stock", "OWC Skeleton Stock", "RTC Steady Stock"], + "perk": [ + "Bullet Return", + "Headshot Slow", + "Fast Switch", + "FMJ", + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["OWC Laser - Tactical"], + "ammo": [ + "10 Round Reload", + "12 Round Reload", + "OWC Stopping Power Reload" + ], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "NA_45": [ + { + "muzzle": [ + "OWC Light Suppressor", + "OWC Light Compensator", + "RTC Light Muzzle Brake", + "MIP Light FLash Guard", + "Tactical Suppressor" + ], + "barrel": ["MIP Custom Light", "RTC Modified", "OWC Tac Long"], + "optic": [ + "Tactical Scope", + "3x Tactical Scope", + "4x Tactical Scope", + "6x Tactical Scope" + ], + "stock": ["YKM Light Stock", "OWC Skeleton Stock", "RTC Steady Stock"], + "perk": [ + "Bullet Return", + "Headshot Slow", + "Fast Switch", + "FMJ", + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["OWC Laser - Tactical"], + "underbarrel": [ + "Operator Foregrip", + "Tactical Foregrip A", + "Heavy Duty Trigger", + "Merc Foregrip", + "Light Trigger", + "Bipod", + "Strike Foregrip", + "Ranger Foregrip" + ], + "ammo": ["Fragment Ammo", "High Explosive Ammo", "Electromagnetic Ammo"] + } + ], + "Outlaw": [ + { + "muzzle": [ + "OWC Light Suppressor", + "Tactical Suppressor", + "Monolithic Suppressor", + "RTC Light Muzzle Brake", + "MIP Light FLash Guard", + "RTC Compensator" + ], + "barrel": ["MIP Material Cowboy", "MIP Tac Long", "MIP Steady"], + "optic": [ + "Tactical Scope", + "3x Tactical Scope", + "4x Tactical Scope", + "6x Tactical Scope" + ], + "stock": [ + "YKM Light Stock", + "OWC Skeleton Stock", + "RTC Steady Stock", + "YKM Combat Stock", + "MIP Strike Stock" + ], + "perk": [ + "Bullet Return", + "Headshot Slow", + "Fast Switch", + "FMJ", + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["OWC Laser - Tactical"], + "underbarrel": ["Bipod"], + "ammo": ["9 Round Reload", "12 Round Reload"], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "Rytec_AMR": [ + { + "muzzle": [ + "Tactical Suppressor", + "OWC Light Suppressor", + "Monolithic Suppressor", + "RTC Compensator", + "MIP Light FLash Guard", + "RTC Light Muzzle Brake" + ], + "barrel": [ + "MIP Light Barrel (Short)", + "MIP Extended Light Barrel ", + "OWC Marksman" + ], + "optic": [ + "Tactical Scope", + "3x Tactical Scope", + "4x Tactical Scope", + "6x Tactical Scope" + ], + "stock": ["YKM Light Stock", "OWC Skeleton Stock", "RTC Steady Stock"], + "perk": [ + "FMJ", + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable", + "Bullet Return", + "Headshot Slow" + ], + "laser": ["OWC Laser - Tactical"], + "underbarrel": ["Bipod"], + "ammo": ["25x59mm Thermite Mag", "25x59mm Explosive Mag"], + "rear_grip": [ + "Granulated Grip Tape", + "Ruberized Grip Tape", + "Stippled Grip Tape" + ] + } + ], + "SVD": [ + { + "muzzle": [ + "Tactical Suppressor", + "OWC Light Suppressor", + "Monolithic Suppressor", + "RTC Compensator", + "MIP Light FLash Guard", + "RTC Light Muzzle Brake" + ], + "barrel": ["RTC 510mm Light", "RTC 600mm Heavy"], + "optic": ["3x Tactical Scope", "4x Tactical Scope", "6x Tactical Scope"], + "stock": ["YKM Light Stock", "OWC Skeleton Stock", "RTC Steady Stock"], + "perk": [ + "FMJ", + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable", + "Bullet Return", + "Headshot Slow" + ], + "laser": ["OWC Laser - Tactical"], + "underbarrel": ["Bipod"], + "ammo": ["15 Round Extended Mag", "20 Round Extended Mag"] + } + ], + "Koshka": [ + { + "muzzle": [ + "Tactical Suppressor", + "OWC Light Suppressor", + "Monolithic Suppressor", + "MIP Light FLash Guard", + "RTC Light Muzzle Brake" + ], + "barrel": ["Enhanced Barrel", "MIP Light Barrel (Short)"], + "optic": ["3x Tactical Scope", "4x Tactical Scope", "6x Tactical Scope"], + "stock": ["Mobility Stock", "OWC Skeleton Stock", "RTC Steady Stock"], + "perk": [ + "FMJ", + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable", + "Bullet Return", + "Headshot Slow" + ], + "laser": ["OWC Laser - Tactical", "Fast Aim Laser"], + "underbarrel": ["Bipod"], + "ammo": ["10 Round Extended Mag", "8 Round Fast Mag", "Armour Piercer Mag"], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "S36": [ + { + "muzzle": [ + "OWC Light Suppressor", + "OWC Light Compensator", + "RTC Light Muzzle Brake", + "Tactical Suppressor", + "MIP Light FLash Guard", + "YKM Light Flashguard", + "Monolithic Suppressor" + ], + "barrel": [ + "Compagnie Generale Sevier - Light Barrel", + "Compagnie Generale Sevier - Short Barrel", + "MIP Extended Light Barrel" + ], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "3x Tactical Scope", + "4x Tactical Scope", + "4.4x Tactical Scope" + ], + "stock": ["YKM Light Stock", "RTC Steady Stock", "YKM Combat Stock"], + "perk": [ + "Headshot XP", + "Stealth Kill", + "Empty Reload", + "FMJ", + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "underbarrel": [ + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Ranger Foregrip", + "Tactical Foregrip A", + "Bipod" + ], + "ammo": ["75 Round Belt", "100 Round Belt"], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "UL736": [ + { + "muzzle": [ + "OWC Light Suppressor", + "OWC Light Compensator", + "RTC Light Muzzle Brake", + "Tactical Suppressor", + "MIP Light FLash Guard", + "YKM Light Flashguard", + "Monolithic Suppressor" + ], + "barrel": [ + "RTC 12.4'' Light Barrel", + "RTC 25.4'' Extended Barrel", + "RTC 18.4'' Short" + ], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "3x Tactical Scope", + "4x Tactical Scope", + "4.4x Tactical Scope" + ], + "stock": ["YKM Light Stock", "YKM Combat Stock", "RTC Steady Stock"], + "perk": [ + "Headshot XP", + "Stealth Kill", + "Empty Reload", + "FMJ", + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "underbarrel": [ + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Ranger Foregrip", + "Tactical Foregrip A", + "Bipod" + ], + "ammo": ["50 Round Reload", "60 Round Reload"], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "RPD": [ + { + "muzzle": [ + "OWC Light Suppressor", + "OWC Light Compensator", + "RTC Light Muzzle Brake", + "Tactical Suppressor", + "MIP Light FLash Guard", + "Monolithic Suppressor" + ], + "barrel": [ + "OWC Heavy Barrel", + "OWC Compact Barrel", + "OWC Extended Barrel" + ], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "3x Tactical Scope", + "4x Tactical Scope", + "4.4x Tactical Scope" + ], + "stock": ["YKM Light Stock", "RTC Steady Stock", "No Stock"], + "perk": [ + "Headshot XP", + "Stealth Kill", + "Empty Reload", + "FMJ", + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "underbarrel": [ + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Ranger Foregrip", + "Tactical Foregrip A", + "Bipod", + "Snatch Foregrip" + ], + "ammo": ["150 Round Belt", "200 Round Belt"], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "M4LMG": [ + { + "muzzle": [ + "OWC Light Suppressor", + "OWC Light Compensator", + "RTC Light Muzzle Brake", + "Tactical Suppressor", + "MIP Light FLash Guard", + "YKM Light Flashguard", + "Monolithic Suppressor" + ], + "barrel": ["MIP Ultralight Barrel", "MIP Short Barrel"], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "3x Tactical Scope", + "4x Tactical Scope", + "4.4x Tactical Scope" + ], + "stock": [ + "YKM Light Stock", + "No Stock", + "YKM Combat Stock", + "RTC Steady Stock" + ], + "perk": [ + "Headshot XP", + "Stealth Kill", + "Empty Reload", + "FMJ", + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "underbarrel": [ + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Tactical Foregrip A" + ], + "ammo": ["30 Round Light Reload", "40 Round Light Reload"], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "Chopper": [ + { + "muzzle": [ + "OWC Light Suppressor", + "OWC Light Compensator", + "RTC Light Muzzle Brake", + "Tactical Suppressor", + "MIP Light FLash Guard", + "YKM Light Flashguard", + "Monolithic Suppressor" + ], + "barrel": ["Chopper Special Forces", "Chopper Infantry", "Chopper Heavy"], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "3x Tactical Scope", + "4x Tactical Scope", + "4.4x Tactical Scope" + ], + "stock": ["YKM Light Stock", "YKM Combat Stock", "MIP Strike Stock"], + "perk": [ + "Headshot XP", + "Stealth Kill", + "Empty Reload", + "FMJ", + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": [ + "RTC Laser 1mW", + "MIP Laser 5mW", + "RTC Laser - Merc", + "YKM Laser - Ranger", + "OWC Laser - Tactical" + ], + "underbarrel": [ + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Ranger Foregrip", + "Tactical Foregrip A", + "Bipod", + "Heavy Handle" + ], + "ammo": ["120 Round Reload", "150 Round Reload"], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "Holger_26": [ + { + "muzzle": [ + "OWC Light Suppressor", + "OWC Light Compensator", + "RTC Light Muzzle Brake", + "Tactical Suppressor", + "MIP Light FLash Guard", + "Monolithic Suppressor" + ], + "barrel": ["MIP Light", "MIP Light Barrel (Short)"], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "3x Tactical Scope", + "4x Tactical Scope", + "4.4x Tactical Scope" + ], + "stock": [ + "No Stock", + "YKM Light Stock", + "YKM Combat Stock", + "RTC Steady Stock" + ], + "perk": [ + "Stealth Kill", + "Empty Reload", + "FMJ", + "Sleight of Hand", + "Long Shot", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "underbarrel": [ + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Tactical Foregrip A", + "Bipod", + "Ranger Foregrip" + ], + "ammo": [ + "Holger 26K Double Stack Carbine Mag", + "Holger 26C Lightweight Polymer Mag" + ], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "Hades": [ + { + "muzzle": [ + "OWC Light Suppressor", + "Agency Suppressor", + "Infantry Compensator", + "MIP Flashguard", + "OWC Eliminator", + "RTC Muzzle Brake" + ], + "barrel": [ + "Rapid Fire Barrel", + "Long-Range Barrel", + "MIP Extended Light Barrel" + ], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "3x Tactical Scope", + "4x Tactical Scope", + "4.4x Tactical Scope" + ], + "stock": [ + "Light Weight Stock", + "Marathon Stock", + "No Stock", + "Agile Stock" + ], + "perk": [ + "FMJ", + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable", + "Headshot XP", + "Empty Reload" + ], + "laser": ["1mW Steady Aim Laser", "5mW Combat Laser", "Aim Assist Laser"], + "underbarrel": ["Crossbar"], + "ammo": ["84 Round Hybrid Mag"], + "rear_grip": [ + "Sturdy Grip Tape", + "Rustle Grip Tape", + "Firm Grip Tape", + "Non-Slip Foregrip" + ] + } + ], + "PKM": [ + { + "muzzle": [ + "OWC Light Suppressor", + "Agency Suppressor", + "Infantry Compensator", + "MIP Flashguard", + "OWC Eliminator", + "RTC Muzzle Brake" + ], + "barrel": [ + "Rapid Fire Barrel", + "Long-Range Barrel", + "MIP Extended Light Barrel" + ], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "3x Tactical Scope", + "4x Tactical Scope", + "4.4x Tactical Scope" + ], + "stock": [ + "Light Weight Stock", + "Marathon Stock", + "No Stock", + "Agile Stock" + ], + "perk": [ + "FMJ", + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable", + "Headshot XP", + "Empty Reload" + ], + "laser": ["1mW Steady Aim Laser", "5mW Combat Laser", "Aim Assist Laser"], + "underbarrel": ["Crossbar"], + "ammo": ["84 Round Hybrid Mag"], + "rear_grip": [ + "Sturdy Grip Tape", + "Rustle Grip Tape", + "Firm Grip Tape", + "Non-Slip Foregrip" + ] + } + ], + "RUS_79U": [ + { + "muzzle": [ + "OWC Light Suppressor", + "OWC Light Compensator", + "RTC Light Muzzle Brake", + "Tactical Suppressor", + "MIP Light FLash Guard", + "Monolithic Suppressor" + ], + "barrel": [ + "MIP Light Barrel (Short)", + "YKM Integral Suppressor Light", + "OWC Marksman" + ], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "Tactical Scope", + "3x Tactical Scope" + ], + "stock": [ + "OWC Skeleton Stock", + "MIP Strike Stock", + "YKM Combat Stock", + "No Stock" + ], + "perk": [ + "Wild Hip Fire", + "Double Kill", + "Fast Reload Kill", + "FMJ", + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "underbarrel": [ + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Ranger Foregrip", + "Tactical Foregrip A" + ], + "ammo": [ + "38 Round Extended Mag", + "50 Round Extended Mag", + "38 Round Fast Reload" + ], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "Chicom": [ + { + "muzzle": [ + "OWC Light Suppressor", + "OWC Light Compensator", + "RTC Light Muzzle Brake", + "Tactical Suppressor", + "MIP Light FLash Guard", + "Monolithic Suppressor" + ], + "barrel": ["MIP Light", "YKM Integral Suppressor Light", "OWC Marksman"], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "Tactical Scope", + "3x Tactical Scope" + ], + "stock": ["YKM Light Stock", "MIP Strike Stock", "YKM Combat Stock"], + "perk": [ + "Wild Hip Fire", + "Double Kill", + "Fast Reload Kill", + "FMJ", + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "underbarrel": [ + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Ranger Foregrip", + "Tactical Foregrip A" + ], + "ammo": ["39 Round Extended Mag", "45 Round Extended Mag"], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "PDW_57": [ + { + "muzzle": [ + "OWC Light Suppressor", + "OWC Light Compensator", + "RTC Light Muzzle Brake", + "Tactical Suppressor", + "MIP Light FLash Guard", + "Monolithic Suppressor" + ], + "barrel": ["MIP Extended Light Barrel", "OWC Marksman"], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "Tactical Scope", + "3x Tactical Scope" + ], + "stock": ["YKM Light Stock", "MIP Strike Stock", "YKM Combat Stock"], + "perk": [ + "Wild Hip Fire", + "Double Kill", + "Fast Reload Kill", + "FMJ", + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "underbarrel": [ + "Merc Foregrip", + "OWC Foregrip", + "Ranger Foregrip", + "Operator Foregrip" + ], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "Razorback": [ + { + "muzzle": [ + "OWC Light Suppressor", + "OWC Light Compensator", + "RTC Light Muzzle Brake", + "Tactical Suppressor", + "MIP Light FLash Guard", + "Monolithic Suppressor" + ], + "barrel": ["MIP Extended Light Barrel", "OWC Marksman"], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "Tactical Scope", + "3x Tactical Scope" + ], + "stock": ["YKM Light Stock", "MIP Strike Stock", "YKM Combat Stock"], + "perk": [ + "Rapid Fire", + "Wild Hip Fire", + "Double Kill", + "Fast Reload Kill", + "FMJ", + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "underbarrel": [ + "Merc Foregrip", + "Operator Foregrip", + "Ranger Foregrip", + "OWC Foregrip" + ], + "ammo": ["Extended Mag A"], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "MSMC": [ + { + "muzzle": [ + "OWC Light Suppressor", + "OWC Light Compensator", + "RTC Light Muzzle Brake", + "Tactical Suppressor", + "MIP Light FLash Guard", + "Monolithic Suppressor" + ], + "barrel": ["OWC Ranger", "MIP Light", "OWC Marksman"], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "Tactical Scope", + "3x Tactical Scope" + ], + "stock": [ + "YKM Light Stock", + "MIP Strike Stock", + "YKM Combat Stock", + "No Stock" + ], + "perk": [ + "Wild Hip Fire", + "Double Kill", + "Fast Reload Kill", + "FMJ", + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "underbarrel": [ + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Ranger Foregrip", + "Tactical Foregrip A" + ], + "ammo": ["30 Round Fast Reload", "Fast Reload", "36 Round Extended Mag"], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "HG_40": [ + { + "muzzle": [ + "OWC Light Suppressor", + "OWC Light Compensator", + "RTC Light Muzzle Brake", + "Tactical Suppressor", + "MIP Light FLash Guard", + "Monolithic Suppressor" + ], + "barrel": [ + "MIP Light Barrel (Short)", + "YKM Integral Suppressor", + "OWC Marksman" + ], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "Tactical Scope", + "3x Tactical Scope" + ], + "stock": [ + "YKM Light Stock", + "RTC Steady Stock", + "YKM Combat Stock", + "OWC Skeleton Stock", + "No Stock" + ], + "perk": [ + "Wild Hip Fire", + "Double Kill", + "Fast Reload Kill", + "FMJ", + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "underbarrel": [ + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Ranger Foregrip", + "Tactical Foregrip A" + ], + "ammo": [ + "40 Round Extended Mag", + "40 Round Fast Reload", + "45 Round Fast Reload" + ], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "Pharo": [ + { + "muzzle": [ + "OWC Light Suppressor", + "OWC Light Compensator", + "RTC Light Muzzle Brake", + "Tactical Suppressor", + "MIP Light FLash Guard", + "Monolithic Suppressor" + ], + "barrel": ["MIP Light", "MIP Light Barrel (Short)", "OWC Marksman"], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "Tactical Scope", + "3x Tactical Scope" + ], + "stock": ["YKM Light Stock", "YKM Combat Stock", "MIP Strike Stock"], + "perk": [ + "Wild Hip Fire", + "Double Kill", + "Fast Reload Kill", + "FMJ", + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "underbarrel": [ + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Ranger Foregrip", + "Tactical Foregrip A" + ], + "ammo": ["44 Round Extended Mag", "Fast Reload", "36 Round Fast Reload"], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "GKS": [ + { + "muzzle": [ + "OWC Light Suppressor", + "OWC Light Compensator", + "RTC Light Muzzle Brake", + "Tactical Suppressor", + "MIP Light FLash Guard", + "Monolithic Suppressor" + ], + "barrel": [ + "MIP Light Barrel (Short)", + "YKM Integral Suppressor", + "OWC Marksman" + ], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "Tactical Scope", + "3x Tactical Scope" + ], + "stock": ["YKM Light Stock", "RTC Steady Stock", "YKM Combat Stock"], + "perk": [ + "Wild Hip Fire", + "Double Kill", + "Fast Reload Kill", + "FMJ", + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "underbarrel": [ + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Ranger Foregrip", + "Tactical Foregrip A" + ], + "ammo": [ + "40 Round Extended Mag", + "45 Round Extended Mag", + "32 Round Fast Reload" + ], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "Cordite": [ + { + "muzzle": [ + "OWC Light Suppressor", + "OWC Light Compensator", + "RTC Light Muzzle Brake", + "Tactical Suppressor", + "MIP Light FLash Guard", + "Monolithic Suppressor" + ], + "barrel": ["MIP Extended Light Barrel", "OWC Marksman"], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "Tactical Scope", + "3x Tactical Scope" + ], + "stock": ["YKM Light Stock", "MIP Strike Stock", "YKM Combat Stock"], + "perk": [ + "Wild Hip Fire", + "Double Kill", + "Fast Reload Kill", + "FMJ", + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "underbarrel": [ + "Merc Foregrip", + "Operator Foregrip", + "Ranger Foregrip", + "OWC Foregrip" + ], + "ammo": ["48 Round Extended Mag", "56 Round Extended Mag"], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "QQ9": [ + { + "muzzle": [ + "OWC Light Suppressor", + "OWC Light Compensator", + "RTC Light Muzzle Brake", + "Tactical Suppressor", + "MIP Light FLash Guard", + "Monolithic Suppressor" + ], + "barrel": [ + "MIP Extended Light Barrel", + "MIP Tactical Barrel", + "RTC Recon Tac Long", + "Monolithic Integral Suppressor" + ], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "Tactical Scope", + "3x Tactical Scope" + ], + "stock": [ + "No Stock", + "YKM Light Stock", + "YKM Combat Stock", + "MIP Strike Stock" + ], + "perk": [ + "Wild Hip Fire", + "Double Kill", + "Fast Reload Kill", + "FMJ", + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "underbarrel": [ + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Ranger Foregrip", + "Tactical Foregrip A" + ], + "ammo": ["45 Round Extended Mag", "Fast Reload", "10mm 30 Round Reload"], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "Fennec": [ + { + "muzzle": [ + "OWC Light Suppressor", + "OWC Light Compensator", + "RTC Light Muzzle Brake", + "Tactical Suppressor", + "MIP Light FLash Guard", + "Monolithic Suppressor" + ], + "barrel": [ + "MIP Light", + "MIP Extended Light Barrel", + "MIP Light Barrel (Short)", + "YKM Integral Suppressor Light" + ], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "Tactical Scope", + "3x Tactical Scope" + ], + "stock": [ + "YKM Light Stock", + "RTC Steady Stock", + "YKM Combat Stock", + "No Stock" + ], + "perk": [ + "Akimbo", + "Wild Hip Fire", + "Double Kill", + "Fast Reload Kill", + "FMJ", + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": [ + "RTC Laser 1mW", + "MIP Laser 5mW", + "YKM Laser - Ranger", + "OWC Laser - Tactical", + "RTC Laser - Merc" + ], + "underbarrel": [ + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Ranger Foregrip", + "Tactical Foregrip A" + ], + "ammo": ["Extended Mag A", "Fast Reload", "Light Mag"], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "AGR_556": [ + { + "muzzle": [ + "OWC Light Suppressor", + "OWC Light Compensator", + "RTC Light Muzzle Brake", + "Tactical Suppressor", + "MIP Light FLash Guard", + "Monolithic Suppressor" + ], + "barrel": ["MIP Light", "OWC Marksman", "MIP Extended Light Barrel"], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "Tactical Scope", + "3x Tactical Scope" + ], + "stock": ["YKM Light Stock", "RTC Steady Stock", "YKM Combat Stock"], + "perk": [ + "Wild Hip Fire", + "Double Kill", + "Fast Reload Kill", + "FMJ", + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "underbarrel": [ + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Ranger Foregrip", + "Tactical Foregrip A" + ], + "ammo": [ + "Extended Mag A", + "30 Round 5.56mm Mag", + "60 Round 5.56mm Reload" + ], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "QXR": [ + { + "muzzle": [ + "OWC Light Suppressor", + "OWC Light Compensator", + "RTC Light Muzzle Brake", + "Tactical Suppressor", + "MIP Light FLash Guard", + "Monolithic Suppressor" + ], + "barrel": ["MIP Light", "MIP Light Barrel (Short)", "OWC Marksman"], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "Tactical Scope", + "3x Tactical Scope" + ], + "stock": [ + "YKM Light Stock", + "MIP Strike Stock", + "YKM Combat Stock", + "No Stock" + ], + "perk": [ + "Enhanced Bolt", + "Wild Hip Fire", + "Double Kill", + "Fast Reload Kill", + "FMJ", + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "underbarrel": [ + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Ranger Foregrip", + "Tactical Foregrip A" + ], + "ammo": ["Extended Mag A", "Fast Reload"], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "PP19_Bizon": [ + { + "muzzle": [ + "OWC Light Suppressor", + "OWC Light Compensator", + "RTC Light Muzzle Brake", + "Tactical Suppressor", + "MIP Light FLash Guard", + "Monolithic Suppressor" + ], + "barrel": ["RTC Sawed-Off", "MIP Extended Light Barrel", "OWC Marksman"], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "Tactical Scope", + "3x Tactical Scope" + ], + "stock": [ + "YKM Light Stock", + "OWC Skeleton Stock", + "RTC Steady Stock", + "No Stock" + ], + "perk": [ + "Wild Hip Fire", + "Double Kill", + "Fast Reload Kill", + "FMJ", + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "ammo": ["Extended Mag A", "Large Caliber Ammo A"], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "MX9": [ + { + "muzzle": [ + "RTC Muzzle Brake", + "MIP Flashguard", + "OWC Light Suppressor", + "Infantry Compensator", + "OWC Eliminator", + "Agency Suppressor" + ], + "barrel": ["MIP Extended Light Barrel", "Built-in Silence Barrel "], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "3x Tactical Scope", + "4x Tactical Scope", + "4.4x Tactical Scope" + ], + "stock": [ + "Light Weight Stock", + "Marathon Stock", + "No Stock", + "Agile Stock" + ], + "perk": [ + "Tough", + "FMJ", + "Sleight of Hand", + "Long Shot", + "Melee Master", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["1mW Steady Aim Laser", "5mW Combat Laser", "Aim Assist Laser"], + "underbarrel": [ + "Foregrip", + "Infiltrator Foregrip", + "Patrol Foregrip", + "Strike Foregrip", + "Tactical Foregrip A" + ], + "ammo": ["Hybrid Mag for MX9", "Large Caliber Ammo"], + "rear_grip": ["Rustle Grip Tape", "Sturdy Grip Tape", "Firm Grip Tape"] + } + ], + "CBR4": [ + { + "muzzle": [ + "Tactical Suppressor", + "OWC Light Suppressor", + "Monolithic Suppressor", + "OWC Light Compensator", + "MIP Light FLash Guard", + "RTC Light Muzzle Brake" + ], + "barrel": ["MIP Extended Light Barrel", "OWC Marksman"], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "Tactical Scope", + "3x Tactical Scope" + ], + "stock": ["YKM Light Stock", "YKM Combat Stock", "RTC Steady Stock"], + "perk": [ + "FMJ", + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable", + "Wild Hip Fire", + "Double Kill", + "Fast Reload Kill" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "rear_grip": [ + "Granulated Grip Tape", + "Ruberized Grip Tape", + "Stippled Grip Tape" + ] + } + ], + "PPSh_41": [ + { + "muzzle": [ + "Tactical Suppressor", + "OWC Light Suppressor", + "Monolithic Suppressor", + "OWC Light Compensator", + "MIP Light FLash Guard", + "RTC Light Muzzle Brake" + ], + "barrel": ["Gurrilla Light Short", "Last Stand Light", "Banner Heavy"], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "Tactical Scope", + "3x Tactical Scope" + ], + "stock": ["No Stock", "OWC Skeleton Stock", "RTC Steady Stock"], + "perk": [ + "FMJ", + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable", + "Wild Hip Fire", + "Double Kill", + "Fast Reload Kill" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "underbarrel": [ + "Focused Foregrip", + "Tough Foregrip", + "Resilient Foregrip", + "Tactical Foregrip A", + "Operator Foregrip" + ], + "ammo": ["35 Round Fast Reload", "55 Round Light Reload"], + "rear_grip": [ + "Sturdy Grip Tape", + "Ruberized Grip Tape", + "Rustle Grip Tape" + ] + } + ], + "MAC_10": [ + { + "muzzle": [ + "RTC Muzzle Brake", + "MIP Flashguard", + "OWC Light Suppressor", + "Infantry Compensator", + "OWC Eliminator", + "Agency Suppressor" + ], + "barrel": [ + "6.5\" Rifling Barrel", + "6.1\" Reinforced Heavy", + "Taskforce Barrel", + "5.5\" Extended Barrel", + "6.2\" Cavalry Barrel" + ], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "3x Tactical Scope", + "4x Tactical Scope" + ], + "stock": [ + "Steel Stock", + "Swift Stock", + "No Stock", + "SAS Combat Stock" + ], + "perk": [ + "Sleight of Hand", + "Wild Hip Fire", + "Double Kill", + "Fast Reload Kill", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["1mW Steady Aim Laser", "5mW Combat Laser", "Aim Assist Laser"], + "underbarrel": [ + "BD Foregrip", + "Red Cell Foregrip", + "Striker Foregrip", + "Patrol Foregrip", + "Field Agent Foregrip", + "SFDD Fast Foregrip" + ], + "ammo": [ + "Fast Reload", + "43 Round Fast Reload", + "43 Fast Reload", + "STANAG 53 Round Extended Reload" + ], + "rear_grip": ["Rustle Grip Tape", "Sturdy Grip Tape", "Firm Grip Tape"] + } + ], + "HS2126": [ + { + "muzzle": [ + "Tactical Suppressor", + "OWC Light Compensator", + "Choke", + "RTC Light Muzzle Brake", + "Monolithic Suppressor", + "Flash Guard" + ], + "barrel": [ + "YKM Light Barrel (Long)", + "YKM Light Barrel (Short)", + "YKM Heavy Barrel" + ], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "Tactical Scope", + "3x Tactical Scope" + ], + "stock": ["MIP Stalker Stock", "YKM Light Stock", "YKM Combat Stock"], + "perk": [ + "Sleight of Hand", + "Speed Up Kill", + "Slide Flak Jacket", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "OWC Laser - Tactical", "MIP Laser 5mW"], + "underbarrel": ["Strike Foregrip", "Merc Foregrip"], + "ammo": [ + "20 Round Extended Reloadcase", + "28 Round Extended Reloadcase", + "FF Birdshot" + ], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "BY15": [ + { + "muzzle": [ + "Tactical Suppressor", + "Marauder Suppressor", + "OWC Light Compensator", + "RTC Light Muzzle Brake", + "Choke", + "Monolithic Suppressor", + "Flash Guard" + ], + "barrel": [ + "RTC Extended Light Barrel", + "Sawed-Off Barrel (-3 Ammo)", + "Extended Barrel (+2 Ammo)" + ], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "Tactical Scope", + "3x Tactical Scope" + ], + "stock": [ + "YKM Light Stock", + "YKM Combat Stock", + "RTC Steady Stock", + "OWC Ranger Stock", + "No Stock" + ], + "perk": [ + "Sleight of Hand", + "Speed Up Kill", + "Slide Flak Jacket", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "OWC Laser - Tactical", "MIP Laser 5mW"], + "underbarrel": [ + "Tactical Guard", + "Strike Foregrip", + "Operator Foregrip", + "Tactical Foregrip A", + "Merc Foregrip", + "Steady Guard" + ], + "ammo": ["Tube Extension", "500gr Slug"], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "HS0405": [ + { + "muzzle": [ + "Tactical Suppressor", + "OWC Light Compensator", + "Choke", + "RTC Light Muzzle Brake", + "Monolithic Suppressor", + "Flash Guard" + ], + "barrel": ["RTC Extended Light Barrel", "Sawed-Off Barrel (-3 Ammo)"], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "Tactical Scope", + "3x Tactical Scope" + ], + "stock": ["YKM Light Stock", "No Stock"], + "perk": [ + "Sleight of Hand", + "Speed Up Kill", + "Slide Flak Jacket", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "OWC Laser - Tactical", "MIP Laser 5mW"], + "underbarrel": ["Strike Foregrip", "Merc Foregrip"], + "ammo": ["Tube Extension", "500gr Slug"], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "Striker": [ + { + "muzzle": [ + "Tactical Suppressor", + "OWC Light Compensator", + "Choke", + "RTC Light Muzzle Brake", + "Monolithic Suppressor", + "Flash Guard" + ], + "barrel": [ + "Light Barrel (Long)", + "Light Barrel (Short)", + "OWC Customized Heavy Barrel" + ], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "Tactical Scope", + "3x Tactical Scope" + ], + "stock": ["MIP Stalker Stock", "YKM Light Stock", "YKM Combat Stock"], + "perk": [ + "Sleight of Hand", + "Speed Up Kill", + "Slide Flak Jacket", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "OWC Laser - Tactical", "MIP Laser 5mW"], + "underbarrel": ["Strike Foregrip", "Merc Foregrip"], + "ammo": ["16 Round Extended Reloadcase", "Fast Reloadcase", "500gr Slug"], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "KRM_262": [ + { + "muzzle": [ + "Tactical Suppressor", + "Marauder Suppressor", + "OWC Light Compensator", + "RTC Light Muzzle Brake", + "Choke", + "Monolithic Suppressor", + "Flash Guard" + ], + "barrel": [ + "RTC Light Extended Barrel", + "Sawed-Off Barrel (-3 Ammo)", + "Extended Barrel (+2 Ammo)" + ], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "Tactical Scope", + "3x Tactical Scope" + ], + "stock": [ + "YKM Light Stock", + "YKM Combat Stock", + "RTC Steady Stock", + "MIP Stalker Stock", + "No Stock" + ], + "perk": [ + "Sleight of Hand", + "Speed Up Kill", + "Slide Flak Jacket", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "OWC Laser - Tactical", "MIP Laser 5mW"], + "underbarrel": [ + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Tactical Foregrip A" + ], + "ammo": ["Tube Extension", "500gr Slug"], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "Echo": [ + { + "muzzle": [ + "Tactical Suppressor", + "OWC Light Compensator", + "Choke", + "RTC Light Muzzle Brake", + "Monolithic Suppressor", + "Flash Guard" + ], + "barrel": [ + "MIP Extended Light Barrel", + "MIP Light Barrel (Short)", + "OWC Marksman" + ], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "Tactical Scope", + "3x Tactical Scope" + ], + "stock": [ + "No Stock", + "YKM Light Stock", + "YKM Combat Stock", + "MIP Stalker Stock" + ], + "perk": [ + "Sleight of Hand", + "Speed Up Kill", + "Slide Flak Jacket", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "OWC Laser - Tactical", "MIP Laser 5mW"], + "underbarrel": ["Operator Foregrip", "Merc Foregrip"], + "ammo": ["Extended Mag C", "Extended Mag D", "Slug Reload"], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "R9_0": [ + { + "muzzle": [ + "Tactical Suppressor", + "OWC Light Compensator", + "Choke", + "RTC Light Muzzle Brake", + "Monolithic Suppressor", + "Flash Guard" + ], + "barrel": ["MIP Extended Light Barrel", "MIP Light Barrel (Short)"], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "Tactical Scope", + "3x Tactical Scope" + ], + "stock": [ + "No Stock", + "YKM Light Stock", + "YKM Combat Stock", + "MIP Stalker Stock" + ], + "ammo": ["Tube Extension", "Slug Reload"], + "perk": [ + "Sleight of Hand", + "Speed Up Kill", + "Slide Flak Jacket", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "OWC Laser - Tactical", "MIP Laser 5mW"], + "underbarrel": ["Ranger Foregrip", "Operator Foregrip", "Merc Foregrip"], + "smoothbore": [ + "MFT Heavy Smoothbore", + "MFT Ultra Light Smoothbore", + "MFT Urban Combat" + ], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "JAK_12": [ + { + "muzzle": [ + "Tactical Suppressor", + "Monolithic Suppressor", + "OWC Light Compensator", + "Choke", + "RTC Light Muzzle Brake", + "Flash Guard", + "Marauder Suppressor" + ], + "barrel": ["MIP Extended Light Barrel", "MIP Light Barrel (Short)", "OWC Marksman"], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "Tactical Scope", + "3x Tactical Scope" + ], + "stock": [ + "YKM Light Stock", + "YKM Combat Stock", + "MIP Stalker Stock" + ], + "ammo": [ + "FRAG-12 Explosive Mag", + "Extended Mag C", + "Large Extended Mag D", + "Slug Reload" + ], + "perk": [ + "Sleight of Hand", + "Speed Up Kill", + "Slide Flak Jacket", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "OWC Laser - Tactical", "MIP Laser 5mW"], + "underbarrel": [ + "Ranger Foregrip", + "Operator Foregrip", + "Merc Foregrip", + "Strike Foregrip", + "Tactical Foregrip A" + ], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "Kilo_Bolt_Action": [ + { + "muzzle": [ + "OWC Light Suppressor", + "Tactical Suppressor", + "Monolithic Suppressor", + "RTC Light Muzzle Brake", + "MIP Light FLash Guard", + "RTC Compensator" + ], + "barrel": ["MIP Extended Light Barrel", "OWC Ranger", "OWC Marksman"], + "optic": ["3x Tactical Scope", "4x Tactical Scope", "6x Tactical Scope"], + "stock": ["YKM Light Stock", "YKM Combat Stock", "RTC Steady Stock"], + "perk": [ + "Bullet Return", + "Headshot Slow", + "Fast Switch", + "FMJ", + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["OWC Laser - Tactical"], + "underbarrel": ["Bipod"], + "ammo": ["Fast Reload", "OWC Stopping Power Reload", "Thermite Reload"], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "SKS": [ + { + "muzzle": [ + "OWC Light Suppressor", + "Tactical Suppressor", + "Monolithic Suppressor", + "RTC Light Muzzle Brake", + "MIP Light FLash Guard" + ], + "barrel": ["MIP Extended Light Barrel", "OWC Marksman", "MIP Light"], + "optic": ["3x Tactical Scope", "4x Tactical Scope", "6x Tactical Scope"], + "stock": ["No Stock", "OWC Ranger Stock", "RTC Steady Stock"], + "perk": [ + "Bullet Return", + "Headshot Slow", + "Fast Switch", + "FMJ", + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["OWC Laser - Tactical"], + "underbarrel": [ + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Ranger Foregrip", + "Tactical Foregrip A", + "Bipod" + ], + "ammo": ["Extended Mag A", "10 Round Light Reload"], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "SP_R_208": [ + { + "muzzle": [ + "OWC Light Suppressor", + "Tactical Suppressor", + "Monolithic Suppressor", + "RTC Light Muzzle Brake", + "MIP Light FLash Guard", + "RTC Compensator" + ], + "barrel": [ + "RTC Light Extended Barrel", + "RTC 26 Heavy Long Barrel", + "RTC Light Monolithic Silencer Barrel", + "RTC Light Barrel" + ], + "optic": ["3x Tactical Scope", "4x Tactical Scope", "6x Tactical Scope"], + "stock": [ + "YKM Light Stock", + "YKM Combat Stock", + "RTC Steady Stock", + "OWC Skeleton Stock" + ], + "perk": [ + "Bullet Return", + "Headshot Slow", + "Fast Switch", + "FMJ", + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["OWC Laser - Tactical"], + "underbarrel": [ + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Ranger Foregrip", + "Tactical Foregrip A", + "Bipod" + ], + "ammo": ["Extended Mag A", ".300 5 Round Reload", ".338 5 Round Reload"], + "bolt": ["Light Bolt", "Heavy Bolt"] + } + ], + "MK2": [ + { + "muzzle": [ + "OWC Light Suppressor", + "Tactical Suppressor", + "Monolithic Suppressor", + "RTC Light Muzzle Brake", + "MIP Light FLash Guard", + "RTC Compensator" + ], + "barrel": ["18.0 Sport Barrel", "20.0 Forged Barrel", "OWC Marksman"], + "optic": [ + "Red Dot Sight 1", + "Red Dot Sight 2", + "Red Dot Sight 3", + "Red Dot Sight 4", + "Red Dot Sight 5", + "Red Dot Sight 6", + "Holographic Sight", + "3x Tactical Scope", + "4x Tactical Scope", + "6x Tactical Scope" + ], + "stock": [ + "MIP Sport Stock", + "Ultralight Hollow", + "Custom Accuracy Stock", + "Cartridge Stock" + ], + "perk": [ + "Bullet Return", + "Headshot Slow", + "FMJ", + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["OWC Laser - Tactical"], + "underbarrel": [ + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Ranger Foregrip", + "Tactical Foregrip A", + "Bipod" + ], + "ammo": [".30 - 30 Ammo"], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "MW11": [ + { + "muzzle": [ + "OWC Light Suppressor", + "OWC Light Compensator", + "RTC Light Muzzle Brake", + "Tactical Suppressor", + "MIP Light FLash Guard", + "Monolithic Suppressor" + ], + "barrel": [".45 Compact", ".45 Tac Long", ".45 Suppressor Light"], + "optic": [ + "Red Dot Sight", + "Classic Holographic", + "Holographic Sight 1", + "Holographic Sight 2", + "Holographic Sight 3" + ], + "perk": ["FMJ", "Sleight of Hand", "Wounding", "Full Ammo", "Disable"], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "trigger_action": [ + "Match Grade Trigger", + "Heavy Duty Trigger", + "Lightweight Trigger" + ], + "ammo": ["15 Round Reload", "20 Round Reload"], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "J358": [ + { + "muzzle": [ + "OWC Light Compensator", + "RTC Light Muzzle Brake", + "MIP Light FLash Guard" + ], + "barrel": ["J358 Short", "J358 Custom Light", "J358 Long"], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "3x Tactical Scope", + "4x Tactical Scope" + ], + "perk": ["FMJ", "Sleight of Hand", "Wounding", "Full Ammo", "Disable"], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "trigger_action": [ + "Match Grade Trigger", + "Heavy Duty Trigger", + "Lightweight Trigger" + ], + "ammo": ["8 Round Reload", "Stopping Power Reload"], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "50_GS": [ + { + "muzzle": [ + "OWC Light Suppressor", + "OWC Light Compensator", + "RTC Light Muzzle Brake", + "Tactical Suppressor", + "MIP Light FLash Guard", + "Monolithic Suppressor" + ], + "barrel": ["MIP Extended Light Barrel", "OWC Marksman"], + "optic": ["Red Dot Sight", "Holographic Sight", "Tactical Scope"], + "perk": [ + "Akimbo", + "FMJ", + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "trigger_action": [ + "Match Grade Trigger", + "Heavy Duty Trigger", + "Lightweight Trigger" + ], + "ammo": ["Extended Mag A", "Large Extended Mag B"], + "rear_grip": [ + "Stippled Grip Tape", + "Granulated Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "Renetti": [ + { + "muzzle": [ + "OWC Light Suppressor", + "RTC Compensator", + "RTC Light Muzzle Brake", + "Tactical Suppressor", + "MIP Light FLash Guard", + "Monolithic Suppressor" + ], + "barrel": ["MIP Extended Light Barrel", "OWC Ranger", "MIP Light"], + "optic": ["Red Dot Sight", "Holographic Sight", "Tactical Scope"], + "stock": ["Folding Stock", "Control", "Combo"], + "perk": ["FMJ", "Sleight of Hand", "Wounding", "Full Ammo", "Disable"], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "trigger_action": [ + "Match Grade Trigger", + "Heavy Duty Trigger", + "Lightweight Trigger" + ], + "ammo": ["Extended Mag A", "Large Extended Mag B"], + "rear_grip": [ + "Handmade Grip Tape", + "Stippled Grip Tape", + "Ruberized Grip Tape" + ] + } + ], + "Shorty": [ + { + "muzzle": [ + "Tactical Suppressor", + "OWC Light Compensator", + "Choke", + "RTC Light Muzzle Brake", + "Marauder Suppressor", + "Monolithic Suppressor", + "Flash Guard" + ], + "optic": ["Red Dot Sight", "Holographic Sight", "Tactical Scope"], + "stock": ["YKM Light Stock", "YKM Combat Stock", "RTC Steady Stock"], + "perk": [ + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable", + "Speed Up Kill", + "Slide Flak Jacket" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "underbarrel": [ + "Strike Foregrip", + "Merc Foregrip", + "Operator Foregrip", + "Tactical Foregrip A" + ], + "guard": ["OWC Stable", "OWC Commander", "OWC Slim"], + "ammo": ["Slug Reload"] + } + ], + "Crossbow": [ + { + "Bowstring": ["16 Bowstring", "20 Bowstring"], + "Limb": ["Heavy Limb", "Enhanced Limb", "Customized Limb"], + "optic": [ + "Red Dot Sight", + "Holographic Sight", + "3x Tactical Scope", + "4x Tactical Scope", + "4.4x Tactical Scope" + ], + "stock": ["Watcher Stock", "Ranger Stock", "Archer Stock"], + "perk": [ + "Sleight of Hand", + "Wounding", + "Full Ammo", + "Disable", + "Tough", + "Long Shot", + "Melee Master" + ], + "laser": ["RTC Laser 1mW", "MIP Laser 5mW", "OWC Laser - Tactical"], + "underbarrel": ["Strike Foregrip", "Merc Foregrip", "Quickdraw"], + "Bolt": ["Thermite Bolt", "Gas Grenade Bolt", "Sticky Grenade Bolt"] + } + ] +} diff --git a/util/Data/data.json b/util/Data/data.json @@ -1 +1 @@ -{"attachmentTypes":["Optics","Underbarrel","Rear Grip","Laser","Muzzle","Barrel","Stock","Ammunition","Perk","Bolt","Trigger Action"],"weaponTypes":["AR","SMG","LMG","Shotgun","Sniper","Marksman","Pistol"],"firingModes":["Full Auto","Burst","Semi Auto","Break Action","Pump Action","Lever Action","Bolt Action"],"penetrationLevels":["Zero","Low","Medium","High"],"reloadTypes":["Magazine","Single","Belt"],"cguns":[{"gunname":"AK-47","guntype":1,"description":"7.62x39mm assault rifle with high initial recoil and high damage over range. A 5.45x39mm magazine attachment is available for a close quarter assault rifle conversion. ","drm":[{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[33,26,23,21],"range":[21,31,55]},{"bodymultiplier":[1.25,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[25,20,17,15],"range":[14,24,36]}],"stats":[0,0,0,0,1,550,0,0,375,2,4.95,0,0,0,300,165,100,30,120,1,1.9,2.3,3.2,416.6,650,135,4.51,0,0,0,0,0],"recoil":{"hr":[0,80,80,40,10,-10,-23,-36,-49,-62,-75,-88,-101,-88,-76,-64,-51,-39,-27,-14,-2,10,23,35,47,60,72,84,97,109,122,135,148,161,174,187,172,157,142,127,112,97,82,67,52,37,22,7,-8,-23],"vr":[0,248,410,522,634,746,858,970,1082,1194,1306,1418,1530,1679,1729,1779,1829,1879,1929,1979,2027,2075,2123,2171,2219,2267,2315,2363,2411,2459,2507,2555,2603,2651,2699,2747,2773,2799,2825,2851,2877,2903,2929,2955,2981,3007,3033,3059,3085,3111]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,25,-14.8,-9.6,-8.4,0,-5,-13,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Barrel","type":6,"effects":[0,16,-11,-6.8,-5.6,0,-3,-8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,10,0,0,-6.8,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-16,6,0,5.2,0,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-14,7.4,0,7.2,0,4,10,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-14,3.9,3.9,4,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Skeleton Stock","type":7,"effects":[0,-8,1.8,1.8,10,0,0,15,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,1.8,1.8,6.6,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,0,0,-6,-7,0,0,-14,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-2,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,3.5,0,0,0,0,-3,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"30x [5.45mm] Mag","type":8,"effects":[0,0,5.3,0,0,0,0,0,0,0,0,0,0,0,0,5,29.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0]}]},{"gunname":"AK117","guntype":1,"description":"5.45x39mm carbine. Trades high accuracy for unpredictable recoil. ","drm":[{"bodymultiplier":[1.3,1.1,1.1,1.1,1.1,1.1,1.1,1,1,1,1,1,1],"damage":[25,22,19,15],"range":[4.5,21,36.1]}],"stats":[0,0,0,0,1,769,0,0,375,2,6.95,0,0,0,285,165,100,30,120,1,1.9,2.4,3,400,733.3,135,4.56,0,0,0,0,0],"recoil":{"hr":[0],"vr":[0]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip B","type":2,"effects":[0,8,0,-13.2,-5.2,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Muzzle Brake","type":5,"effects":[0,10,6.4,-18.1,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,17,-15.4,-3.2,-8.8,0,-3,-15,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,11,0,-6,3.8,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Integral Suppressor Barrel","type":6,"effects":[0,7,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1000000,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-10,10.7,0,5,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-14,10.8,0,9.6,0,3,10,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Skeleton Stock","type":7,"effects":[0,-8,1.8,1.8,10,0,0,15,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,1.8,1.8,8,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,7,0,-3.2,-8.2,0,0,-10,0,0,0,-12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,3.5,0,0,0,0,-3,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"ASM10","guntype":1,"description":"5.45x39mm assault rifle. Improved accuracy due to an unique back-and-forth movement of the barrel and bolt carrier upon firing. ","drm":[{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[34,26,20],"range":[15.1,33]}],"stats":[0,0,0,0,1,550,0,0,450,2,6.24,0,0,0,300,175,100,25,100,1,1.8,2.85,3.75,400,733.3,135,4.48,0,0,0,0,0],"recoil":{"hr":[0,-30,-60,-25,10,45,80,120,160,200,240,190,140,90,40,-10,-35,-60,-85,-105,-125,-145,-165,-185,-205,-225,-245,-265,-285,-305,-320,-335,-350,-365,-380,-395,-410,-425,-440,-455,-470,-485,-500,-515,-530],"vr":[0,50,190,250,310,370,430,490,550,610,670,730,790,850,910,970,1032,1094,1156,1218,1280,1342,1404,1466,1528,1593,1658,1723,1788,1853,1918,1983,2048,2113,2178,2243,2308,2373,2438,2503,2568,2633,2698,2763,2828]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,14,-14,-12.7,-5,0,-4,-10,0,0,0,0,0,27.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Barrel","type":6,"effects":[0,11,-7.7,-0.8,-5.6,0,-3,-8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-10,6,0,11.2,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-17,10.8,0,9.6,0,3,10,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-12,5.8,3.7,8,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,1.6,1.6,5,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,0,0,-6,-9.2,0,0,-12,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-2,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,3,0,0,0,0,-2,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"AS VAL","guntype":1,"description":"9x39mm carbine with an unique built-in suppressor. Improved stealth at the expense of ballistic performance over range. ","drm":[{"bodymultiplier":[1.5,1.1,1.1,1.1,1,1,1,1,1,1,1,1,1],"damage":[28,25,22,19],"range":[6.8,21,31]},{"bodymultiplier":[3,1.1,1.1,1.1,1,1,1,1,1,1,1,1,1],"damage":[46,45,39,34],"range":[16,51,75]}],"stats":[0,0,0,0,1,800,0,0,450,2,5.55,0,0,0,265,135,100,25,100,1,1.5,2.3,2.75,400,666.6,135,4.7,0,0,0,0,0],"recoil":{"hr":[0,-25,-49,-74,-98,-123,-147,-172,-137,-102,-52,-2,48,98,148,198,211,224,237,250,263,276,289,302,315,337,360,384,409,435,462,490,519,549,580],"vr":[0,30,60,90,160,230,300,370,450,530,590,650,710,770,830,890,952,1014,1076,1138,1200,1262,1324,1386,1448,1538,1633,1733,1838,1948,2058,2168,2278,2388,2498]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-8.3,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-13.8,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-7.6,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Piranha Foregrip","type":2,"effects":[0,0,0,0,-10,0,-3,-10,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Quick Response Barrel","type":6,"effects":[0,-5,9.6,0,8.4,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"200mm Mid-Range Barrel","type":6,"effects":[0,12,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0]},{"name":"105mm Melee Barrel","type":6,"effects":[0,-7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-13,1.8,1.8,8,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Skeleton Stock","type":7,"effects":[0,-8,1.8,1.8,8,0,0,15,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,0,0,-3.2,-8,0,0,-20,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Stock","type":7,"effects":[0,15,0,-10.8,-16,0,-4,-15,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,3,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Fast Reload","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"10x [FMJ] Mag","type":8,"effects":[0,40,0,0,0,0,0,0,0,0,0,0,0,150,0,0,-67.9,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,1,0,0,0,0,0,1,3,0,0,0,0,0,1,0]}]},{"gunname":"BK57","guntype":1,"description":"7.62x39mm assault rifle with a bullpup design. High initial accuracy and an increased magazine size which trade for a high recoil acceleration.","drm":[{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[27,22,19],"range":[19.1,31]},{"bodymultiplier":[1.3,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[27,22,19],"range":[19.1,31]}],"stats":[0,0,0,0,1,666,0,0,500,2,6.31,0,0,0,265,165,100,35,140,1,2,2.3,2.9,416.6,633.3,135,4.66,0,0,0,0,0],"recoil":{"hr":[0,10,40,90,160,250,270,290,320,350,335,320,305,275,245,215,185,155,115,75,35,-5,-45,-85,-85,-85,-85,-85,-85,-85,-85,-85,-85,-85,-85,-85,-85,-85,-85,-85,-85,-85,-85,-85,-85,-85,-85,-85,-85,-85],"vr":[0,40,90,150,220,310,440,520,600,680,740,800,860,920,980,1040,1100,1160,1220,1260,1300,1340,1380,1420,1465,1510,1555,1600,1645,1720,1795,1870,1945,2020,2095,2170,2245,2320,2395,2475,2555,2635,2715,2795,2875,2970,3065,3160,3255,3350]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Elite Foregrip","type":2,"effects":[0,0,-5,-11.4,0,0,-3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Muzzle Brake","type":5,"effects":[0,10,6.4,-18.1,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Barrel","type":6,"effects":[0,17,-11.6,-2,-8.4,0,-4,-4,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,8,0,-6,-6.8,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-12,6,0,8.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-12,7.2,3.7,8,0,0,15,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Skeleton Stock","type":7,"effects":[0,0,0,-3.2,-8.8,0,0,-12,0,0,0,-12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,6,1.8,7.6,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,3,0,0,0,0,-2,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"40 Round Fast Reload","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Caliber Mag","type":8,"effects":[0,4,0,0,0,0,-3,-5,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0]}]},{"gunname":"DR-H","guntype":1,"description":"7.62x51mm NATO battle rifle with high close range damage but reduced accuracy and damage at long range. ","drm":[{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[32,31,28,25,24,19],"range":[7.5,14.2,18,26.1,36.1]},{"bodymultiplier":[1.2,1.2,1.2,1.2,1.2,1.2,1,1,1,1,1,1,1],"damage":[32,31,28,25,24,19],"range":[7.5,14.2,18,26.1,36.1]}],"stats":[0,0,0,0,1,571,0,0,375,2,3.89,0,0,0,285,165,100,20,80,1,1.6,2.3,2.8,400,750,135,4.51,0,0,0,0,0],"recoil":{"hr":[0,-40,-80,-80,-30,20,70,120,150,180,210,240,270,300,330,360,390,420,450,480,510,540,570,600,630,660,690,720,750,780,810,840,870,900,930,960,990,1020],"vr":[0,70,140,210,270,330,390,440,490,540,582.5,625,667.5,710,752.5,795,837.5,880,922.5,965,1007.5,1050,1092.5,1135,1177.5,1220,1262.5,1305,1347.5,1390,1432.5,1475,1517.5,1560,1602.5,1645,1687.5,1730]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Muzzle Brake","type":5,"effects":[0,10,6.4,-18.1,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,18,-14.7,-3.2,-18,0,-6,-15,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Barrel","type":6,"effects":[0,12,0,-3.2,-7.6,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Barrel","type":6,"effects":[0,-7,1.8,3.2,8.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-12,10.8,0,9.6,0,3,10,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-9,1.6,1.6,6.8,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,1.8,1.8,8,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,0,0,-3.2,-8.8,0,0,-10,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,4,0,0,0,0,-3,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"25x [OTM] Mag","type":8,"effects":[0,8,9.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0]},{"name":"30x [OTM] Mag","type":8,"effects":[0,8,9.6,0,0,0,-3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0]}]},{"gunname":"FR .556","guntype":1,"description":"5.56x45mm assault rifle with a bullpup design. High initial accuracy and long effective range makes it powerful at medium range. Recoil increases as shots are fired. ","drm":[{"bodymultiplier":[1.2,1.2,1.2,1.2,1,1,1,1,1,1,0.9,0.9,0.9],"damage":[25,19],"range":[26.1]}],"stats":[0,0,0,0,1,675,0,0,275,2,6.8,0,0,0,300,235,100,30,120,1,1.45,1.9,2.05,416.6,750,135,4.51,0,0,0,0,0],"recoil":{"hr":[0,10,30,60,90,120,150,180,210,240,270,300,330,360,380,400,420,440,460,480,500,520,540,560,600,640,680,720,760,800,840,880,920,960,1000,1040,1080,1120,1160],"vr":[0,50,100,160,235,325,415,505,595,685,775,815,855,895,935,985,1035,1085,1135,1255,1375,1495,1615,1735,1855,1975,2155,2335,2515,2695,2875,3055,3235,3415,3595,3775,3955,4135,4315]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Bipod","type":2,"effects":[0,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Barrel","type":6,"effects":[0,14,0,-3.2,-12,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,10,0,-4,-6.4,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-10,8,0,12,0,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-9,1.6,1.6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,1.8,1.8,6,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,6,0,-4,-9,0,0,-10,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-2,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Fast Reload","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"HBRa3","guntype":1,"description":"5.56x45mm assualt rifle with moderate recoil. Damage quickly drops over distance. ","drm":[{"bodymultiplier":[1.1,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[26,22,17],"range":[14.2,26.1]}],"stats":[0,0,0,0,1,700,0,0,450,2,4.92,0,0,0,265,165,100,30,120,1,1.6,2.3,3.05,416.6,683.3,135,4.51,0,0,0,0,0],"recoil":{"hr":[0,37.6,75.2,112.8,150.4,188,225.6,263.2,300.8,338.4,298.4,258.4,218.4,178.4,138.4,175.9,213.4,250.9,288.4,325.9,363.4,400.9,438.4,475.9,513.4,538.4,563.4,588.4,613.4,638.4,663.4,688.4,713.4,738.4,763.4,788.4,813.4,838.4,863.4,888.4,913.4,938.4,963.4,988.4],"vr":[0,70,150,240,330,420,469,518,567,616,666,716,766,816,866,903.6,941.2,978.8,1016.4,1054,1091.6,1129.2,1166.8,1204.4,1242,1279.6,1317.2,1354.8,1392.4,1430,1467.6,1505.2,1542.8,1580.4,1618,1655.6,1693.2,1730.8,1768.4,1806,1843.6,1881.2,1918.8,1956.4]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Muzzle Brake","type":5,"effects":[0,10,6.4,-18.1,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,18,-14.7,-3.2,-7.8,0,-4,-15,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Barrel","type":6,"effects":[0,12,0,-3.2,-7.6,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Barrel","type":6,"effects":[0,-7,1.8,3.2,8.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-14,10.8,0,9.6,0,3,20,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Skeleton Stock","type":7,"effects":[0,-9,1.6,1.6,6.8,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,1.8,1.8,8,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,7,0,-3.2,-8.8,0,0,-10,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,3.5,0,0,0,0,-2,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Fast Extended Mag","type":8,"effects":[0,5,0,0,0,0,-2,0,0,0,0,0,0,0,-18,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"HVK-30","guntype":1,"description":"7.62x35mm carbine with a high cyclic rate of fire. Its superior ergonimic design allows a faster reaction time at close range. ","drm":[{"bodymultiplier":[1.3,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[23,18,16],"range":[21,34]},{"bodymultiplier":[1.6,1,1,1,0.8,0.8,1,1,1,0.8,0.8,0.8,1],"damage":[34,24,19],"range":[6.8,46.1]}],"stats":[0,0,0,0,1,710,0,0,500,2,4.98,0,0,0,265,150,100,30,120,1,1.95,2.75,3.45,400,633.3,135,4.51,0,0,0,0,0],"recoil":{"hr":[0,-45,-90,-90,-90,-90,-50,-10,30,70,110,150,190,230,230,230,190,150,110,70,30,-10,-50,-90,-130,-170,-210,-250,-250,-250,-250,-250,-250,-250,-250,-250,-250,-250,-250,-250,-250,-250,-250,-250],"vr":[0,49.6,99.2,148.8,198.4,248,297.6,347.2,396.8,446.4,496,545.6,595.2,644.8,694.4,756.7,819,881.3,943.6,1005.9,1068.2,1130.5,1192.8,1255.1,1317.4,1379.7,1442,1504.3,1504.3,1504.3,1504.3,1504.3,1504.3,1504.3,1504.3,1504.3,1504.3,1504.3,1504.3,1504.3,1504.3,1504.3,1504.3,1504.3]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,18,-13.3,-11.3,-8.4,0,-6,-8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Integral Suppressor Heavy Barrel","type":6,"effects":[0,12,0,-7.4,-8.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1000000,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Barrel","type":6,"effects":[0,-12,7.4,0,6.2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-12,8.6,3.7,8,0,0,0,0,0,0,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,1.8,1.8,8,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,0,0,-3.2,-8.8,0,0,-12,0,0,0,-12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,3,0,0,0,0,-2,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Fast Reload","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Caliber Mag","type":8,"effects":[0,4,10,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,-6,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0]}]},{"gunname":"ICR-1","guntype":1,"description":"5.56x45mm assault rifle. Sacrifices damage output for the lowest recoil in class. ","drm":[{"bodymultiplier":[1.2,1,1.1,1.1,1,1,1,1,1,1,1,1,1],"damage":[26,24,20,19],"range":[16.1,26.1,36.1]}],"stats":[0,0,0,0,1,600,0,0,450,2,5.81,0,0,0,300,165,100,30,120,1,1.25,1.65,2.35,433.3,716.6,135,4.56,0,0,0,0,0],"recoil":{"hr":[0,0,0,0,18,36,54,72,54,36,18,0,-18,-36,-54,-91,-128,-165,-202,-239,-276,-313,-350,-387,-424,-461,-498,-535,-572,-609.5,-647,-684.5,-722,-759.5,-797,-834.5,-872,-909.5,-947,-984.5,-1022,-1059.5,-1097,-1134.5,-1172,-1209.5,-1247,-1284.5,-1322,-1359.5],"vr":[0,70,140,210,280,350,390,430,470,510,550,590,630,670,710,747.3,784.6,821.9,859.2,896.5,933.8,971.1,1008.4,1045.7,1083,1120.3,1157.6,1194.9,1232.2,1269.5,1306.8,1344.1,1381.4,1418.7,1456,1493.3,1530.6,1567.9,1605.2,1642.5,1679.8,1717.1,1754.4,1791.7,1829,1866.3,1903.6,1940.9,1978.2,2015.5]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Breacher Device","type":5,"effects":[0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,-16,-14.4,-11.3,-6.4,0,-4,-12,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Barrel","type":6,"effects":[0,10,-10.9,-6.4,-6,0,-2,-8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Integral Suppressor Light Barrel","type":6,"effects":[0,-10,8,0,4.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1000000,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-14,10.8,0,12,0,3,10,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-9,3.9,3.9,8,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,1.8,1.8,8,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,12,0,-6.7,-6.6,0,0,-12,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,2,0,0,0,0,-2,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"40 Round Fast Reload","type":8,"effects":[0,3.5,0,0,0,0,-3,0,0,0,0,0,0,0,-25,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"50 Round Fast Reload","type":8,"effects":[0,6,0,0,0,0,-3,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"KN-44","guntype":1,"description":"7.62x39mm carbine. Has a high accuracy and can be outfitted with numerous muzzle attachemnts to counter its unruly recoil. ","drm":[{"bodymultiplier":[1.2,1,1.1,1.1,1,1,1,1,1,1,1,1,1],"damage":[26,24,19],"range":[21,34]}],"stats":[0,0,0,0,1,633,0,0,550,2,6.96,0,0,0,265,165,100,30,120,1,1.75,2.15,2.9,416.6,700,135,4.56,0,0,0,0,0],"recoil":{"hr":[0,20,40,60,80,100,120,160,210,280,350,290,220,140,60,-20,-10,10,40,70,100,130,160,190,220,250,280,310,340,380,420,470,520,570,620,680,740,800,860,935,1010,1085,1160,1235],"vr":[0,80,140,200,260,320,380,440,500,560,620,680,740,880,940,1000,1060,1120,1180,1240,1300,1360,1420,1480,1540,1600,1660,1720,1780,1845,1910,1975,2040,2105,2170,2260,2350,2440,2530,2620,2710,2800,2890,2980]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Muzzle Brake","type":5,"effects":[0,10,6.4,-18.1,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,18,-14.7,-3.2,-7.8,0,-6,-14,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Barrel","type":6,"effects":[0,12,0,-3.2,-7.6,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-7,1.8,3.2,8.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-15,10.8,0,9.6,0,3,10,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-9,1.6,1.6,6.8,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,1.8,1.8,8,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,0,0,-3.2,-8.8,0,0,-10,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,3,0,0,0,0,-2,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"38 Round Fast Reload","type":8,"effects":[0,4,0,0,0,0,-2,0,0,0,0,0,0,0,-18,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"LK24","guntype":1,"description":"5.56x45mm carbine. Provides a relatively long effective range with low recoil. ","drm":[{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[26,22,18],"range":[23,39.2]}],"stats":[0,0,0,0,1,633,0,0,500,2,5.34,0,0,0,300,165,100,30,120,1,1.55,2.15,2.75,400,716.6,135,4.51,0,0,0,0,0],"recoil":{"hr":[0,-30,-60,-90,-120,-150,-180,-210,-240,-270,-340,-410,-480,-550,-620,-657.3,-694.6,-731.9,-769.2,-806.5,-843.8,-881.1,-918.4,-955.7,-993,-1030.3,-1067.6,-1104.9,-1142.2,-1179.5,-1216.8,-1254.1,-1291.4,-1328.7,-1366,-1403.3,-1440.6,-1477.9,-1515.2,-1552.5,-1589.8,-1627.1,-1664.4,-1701.7,-1739,-1776.3,-1813.6,-1850.9,-1888.2,-1925.5],"vr":[0,80,160,240,320,360,400,440,480,520,565,615,665,715,765,789.5,814,838.5,863,887.5,912,936.5,961,985.5,1010,1034.5,1059,1083.5,1108,1132.5,1157,1181.5,1206,1230.5,1255,1279.5,1304,1328.5,1353,1377.5,1402,1426.5,1451,1475.5,1500,1524.5,1549,1573.5,1598,1622.5]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,16,-14.4,-11.3,-6.4,0,-4,-12,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Barrel","type":6,"effects":[0,10,-10.9,0,-6,0,-2,-8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Integral Suppressor Light Barrel","type":6,"effects":[0,-10,8,0,4.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1000000,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-14,10.8,0,9.6,0,3,10,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-8,3.9,3.9,10,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,1.8,1.8,8.4,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,0,0,-6.7,-6.6,0,0,-12,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-2,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,3.5,0,0,0,0,-3,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"M4","guntype":1,"description":"5.56x45mm assault rifle. Sacrifices damage per shot for a longer barrel and lower recoil. Various barrel attachments avaialble for modifications. ","drm":[{"bodymultiplier":[1.2,1,1.1,1.1,1,1,1,1,1,1,1,1,1],"damage":[24,20,19],"range":[16.1,36.1]}],"stats":[0,0,0,0,1,682,0,0,450,2,5.38,0,0,0,300,165,100,30,120,1,1.45,1.85,2.55,400,650,135,4.56,0,0,0,0,0],"recoil":{"hr":[0,20,40,60,80,100,124.5,149,173.5,198,222.5,272,321.5,371,420.5,470,519.5,569,599,611.25,623.5,635.75,648,660.25,672.5,684.75,697,709.25,721.5,733.75,746,758.25,770.5,782.75,795,807.25,819.5,831.75,844,856.25,868.5,880.75,893,905.25,917.5,929.75,942,954.25,966.5,978.75],"vr":[0,47,94,159,224,289,354,419,484,549,614,651,688,725,762,799,836,873,910,947,984,1021,1058,1095,1132,1169,1206,1243,1280,1317.5,1355,1392.5,1430,1467.5,1505,1542.5,1580,1617.5,1655,1692.5,1730,1767.5,1805,1842.5,1880,1917.5,1955,1992.5,2030,2067.5]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,17,-15.1,-8.5,-8,0,-4,-16,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Barrel","type":6,"effects":[0,14,-14.4,-6.8,-5.6,0,-3,-12,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Integral Suppressor Light Barrel","type":6,"effects":[0,-8,7.4,1.6,4.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1000000,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Barrel","type":6,"effects":[0,-10,3.2,1.6,4.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-14,10.9,0,6.2,0,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-15,12.9,0,7.2,0,3,10,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-10,3.9,0,4,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,1.8,1.8,6.6,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,0,0,-8.8,-9.8,0,0,-17,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-2,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,3.5,0,0,0,0,-3,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"M16","guntype":1,"description":"5.56x45mm assault rifle. The three-round burst firing mechanism provides outstanding ballistic performance over range. ","drm":[{"bodymultiplier":[1.4,1.4,1.4,1.4,1.4,1.2,1.2,1,1,1,1,1,1],"damage":[30,27,22],"range":[21,41]}],"stats":[0,0,0,0,2,800,3,250,500,2,8.54,0,0,0,285,175,100,30,120,1,1.5,1.9,2.6,450,700,135,4.56,0,0,0,0,0],"recoil":{"hr":[0],"vr":[0]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,16,-8.2,-8.2,-4.4,0,-4,-12,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Integral Suppressor Light Barrel","type":6,"effects":[0,-8,7.4,1.6,4.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1000000,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-12,9.6,0,3,0,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-14,10.8,0,9.6,0,3,10,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-8,3.9,3.9,10,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,1.6,1.6,8.4,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,0,0,-6.7,-6.6,0,0,-12,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-2,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,3.5,0,0,0,0,-3,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"Man-O-War","guntype":1,"description":"7.8x54mm (fictional) battle rifle utilizing built-in recoil reduction mechanism. Fires devastating rounds at a slower cyclic rate of fire. ","drm":[{"bodymultiplier":[1.1,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[37,30,24],"range":[23,43.4]}],"stats":[0,0,0,0,1,500,0,0,450,2,5.06,0,0,0,350,165,100,25,100,1,1.95,2.45,3.35,400,633.3,135,4.43,0,0,0,0,0],"recoil":{"hr":[0,-38,-76,-113,-151,-189,-226,-264,-302,-339,-377,-415,-452,-490,-528,-565,-603,-640,-678,-715,-753,-790,-828,-865,-903,-940,-978,-1015,-1053,-1090,-1128,-1165,-1203,-1240,-1278],"vr":[0,100,200,300,500,700,780,860,940,1070,1200,1330,1460,1590,1680,1770,1860,1950,2040,2180,2320,2460,2600,2740,2910,3080,3250,3420,3590,3810,4030,4250,4470,4690,4910]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Huge Suppressor","type":5,"effects":[0,22,0,0,0,0,0,-10,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,18,-14,-12.7,-5,0,-6,-10,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Barrel","type":6,"effects":[0,14,-9.1,0,-5.6,0,-3,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-5,7.8,0,7,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-12,5.8,0,8,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,0,5,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,0,0,-6,-9.2,0,0,-12,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-2,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,3,0,0,0,0,-2,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"Peacekeeper MK2","guntype":1,"description":"7.62x35mm carbine, capable of modifying its cyclic rate of fire through a number of barrel attachments, making it a remarkably versatile platform. ","drm":[{"bodymultiplier":[1.24,1.1,1.1,1.1,1,1,1,1,1,1,1,1,1],"damage":[26,24,19,18],"range":[11,26.1,41]},{"bodymultiplier":[1.24,1.1,1.1,1.1,1,1,1,1,1,1,1,1,1],"damage":[26,24,19,18],"range":[11,26.1,41]},{"bodymultiplier":[1.24,1.1,1.1,1.1,1,1,1,1,1,1,1,1,1],"damage":[31,24,17,16],"range":[7,16,25]}],"stats":[0,0,0,0,1,652,0,0,450,2,6.4,0,0,0,285,150,100,25,100,1,1.45,2.1,2.9,316.6,683.3,135,4.61,0,0,0,0,0],"recoil":{"hr":[0,-60.9,-121.8,-182.7,-243.6,-182.7,-121.8,-60.9,0,65.3,130.6,195.9,261.2,200.3,139.4,78.5,17.6,-43.3,-108.6,-173.9,-239.2,-304.5,-261.5,-218.5,-175.5,-132.5,-89.5,-46.5,-3.5,39.5,82.5,125.5,168.5,211.5,254.5],"vr":[0,52.5,105,157.5,210,260,310,360,410,485,560,635,710,772.5,835,897.5,960,1022.5,1097.5,1172.5,1247.5,1322.5,1380.8,1439.1,1497.4,1555.7,1614,1672.3,1730.6,1788.9,1847.2,1905.5,1963.8,2022.1,2080.4]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Speed Foregrip","type":2,"effects":[0,0,0,-15,0,0,-5,-5,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Infiltrator Foregrip","type":2,"effects":[0,0,0,0,0,0,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Patrol Foregrip","type":2,"effects":[0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Foregrip","type":2,"effects":[0,0,0,-30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Field Agent Foregrip","type":2,"effects":[0,0,-10,-40,0,0,0,-16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rustle Grip Tape","type":3,"effects":[0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Firm Grip Tape","type":3,"effects":[0,-25,0,0,0,0,0,0,0,0,15,-90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Sturdy Grip Tape","type":3,"effects":[0,0,0,0,0,0,0,0,0,0,0,-90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Steady Aim Laser","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Combat Laser","type":4,"effects":[0,8,0,0,0,0,0,0,0,0,0,0,-24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Aim Assist Laser","type":4,"effects":[0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Agency Suppressor","type":5,"effects":[0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Eliminator","type":5,"effects":[0,0,-10,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Infantry Compensator","type":5,"effects":[0,0,-25,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Flash Guard","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Long Range Barrel","type":6,"effects":[0,35,0,-20,0,0,-5,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Well-Forged Barrel","type":6,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Built-in Silencer Barrel","type":6,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1000000,0,0,0,0,0,0,0,0,0,0]},{"name":"Taskforce Barrel","type":6,"effects":[0,0,20,15,0,0,0,0,0,0,0,0,0,50,0,0,10.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rapid Fire Barrel","type":6,"effects":[0,0,0,0,20,0,0,0,0,0,0,0,0,-40,0,0,13.5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,0,0,0,0,0,0,0,0,0,-30,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Lightweight Stock","type":7,"effects":[0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marathon Stock","type":7,"effects":[0,0,0,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Agile Stock","type":7,"effects":[0,0,0,0,0,0,0,40,0,0,-30,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Double Stack Mag","type":8,"effects":[0,8,0,0,0,0,0,0,0,0,0,0,0,0,-25,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"Type 25","guntype":1,"description":"5.8x42mm assault rifle with a bullpup design. Has a high cyclic rate of fire as well as high mobility. ","drm":[{"bodymultiplier":[1.1,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[24,22,19,16],"range":[9,16,30]},{"bodymultiplier":[1.1,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[25,23,20,16],"range":[9,16,36]}],"stats":[0,0,0,0,1,791,0,0,450,2,6.7,0,0,0,250,165,100,30,120,1,1.6,2.1,2.6,416.6,716.6,135,4.72,0,0,0,0,0],"recoil":{"hr":[0,15,41,77,123,179,245,245,155,65,-25,15,55,95,144,193,242,291,340,390,439,489,538,588,628,668,708,748,788,828,868,898,928,958,988,1018,1048,1078,1108,1138,1168,1198,1228,1258,1288,1318],"vr":[0,60,125,195,270,420,470,520,570,620,670,720,769,819,868,918,967,1017,1066,1116,1166,1216,1266,1316,1366,1416,1466,1516,1566,1616,1665,1715,1764,1814,1863,1928,1996,2067,2141,2218,2298,2381,2467,2556,2648,2743]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,12,0,-3.2,-7.6,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Barrel","type":6,"effects":[0,-8,1.6,1.6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-10,7,0,6,0,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-10,3.2,3.2,12,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,1.6,1.6,6.8,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,0,0,-6.4,-11.2,0,0,-10,0,0,0,-8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,3.5,0,0,0,0,-3,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Fast Reload","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"42 Round Fast Reload","type":8,"effects":[0,5,0,0,0,0,-3,0,0,0,0,0,0,0,-18,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stopping Power","type":8,"effects":[0,8,8.5,0,8,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0]}]},{"gunname":"Kilo Bolt-Action","guntype":6,"description":"7.92x57mm battle rifle with relatively high rate of fire among bolt-action rifles. Compatible with multiple ammo types. ","drm":[{"bodymultiplier":[1.5,1.3,1.3,1.3,1.3,1.3,1.2,1,1,1,1,1,1],"damage":[85,80],"range":[41.2]},{"bodymultiplier":[1.16,1,1,1,1,1,1,1.16,1,0.78,0.78,0.78,0.78],"damage":[110,104],"range":[51.5]},{"bodymultiplier":[1.07,1,1,1,1,1,1,1,1,0.72,0.72,0.72,0.72],"damage":[85,80],"range":[41.2]}],"stats":[0,0,0,0,7,65,0,0,600,2,0,201.06,0,0,415,200,100,5,20,1,2.2,2.5,2.85,400,716.6,135,4.3,0,0,0,0,500],"recoil":{"hr":[0],"vr":[0]},"aments":[{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Bipod","type":2,"effects":[0,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,0,0,0,-4,0,0,0,-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-7,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,4,4,0,0,0,0,0,0,-15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-3,0,0,0,0,0,0,0,0,-1.5,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,3,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,8,0,0,0,0,0,-5,0,0,0,0,0,25,0,0,0,0,0,20,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-10,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0]},{"name":"RTC Compensator","type":5,"effects":[0,10,-15,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,15,-20,-16,0,0,-6,-20,0,0,0,-45,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Barrel","type":6,"effects":[0,15,-15,0,0,0,-6,-15,0,0,0,-30,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,10,-10,0,0,0,0,0,0,0,0,-25,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-10,8,8,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,4.8,0,0,0,20,0,0,0,10,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,10,0,-20,0,0,0,-10,0,0,0,-35,0,0,0,0,0,0,0,-30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0]},{"name":"Fast Reload","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stopping Power","type":8,"effects":[0,10,9.6,0,0,0,0,0,0,0,0,0,0,25,15,0,-13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0]},{"name":"Thermite Rounds","type":8,"effects":[0,16,14.4,0,0,0,0,0,0,0,0,0,0,0,15,0,-23.1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,2,0,6,4,200,0,0,0,0]}]},{"gunname":"SKS","guntype":6,"description":"7.62x39mm semi-automatic rifle. Provides high damage output with relatively fast rate of fire. Maintains damage consistency at long range. ","drm":[{"bodymultiplier":[2,1,1,1,0.8,0.8,0.8,0.9,1,0.9,0.8,0.8,0.8],"damage":[60,58],"range":[40]}],"stats":[0,0,0,0,3,327,0,0,500,2,0,113.1,0,0,365,185,100,20,80,1,1.35,2.5,3.2,416.6,683.3,135,4.3,0,0,0,0,2000],"recoil":{"hr":[0,-10,-19,-29,-38,-48,-57,-67,-76,-86,-96,-106,-116,-126,-135,-145,-154,-164,-173,-183,-193,-203,-213,-223,-233,-243,-252,-262,-271,-281],"vr":[0,120,200,248,296,343,391,439,486,534,582,629,677,725,772,820,868,915,963,1011,1058,1106,1154,1201,1249,1294,1339,1339,1339,1339]},"aments":[{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-10,0,0,0,-2,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,-5,0,0,0,-1,-5,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-20,0,0,0,0,-10,0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-8,0,0,0,0,-10,0,0,0,0,-7.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Bipod","type":2,"effects":[0,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,0,0,0,-4,0,0,0,-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-7,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,4,4,0,0,0,0,0,0,-15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-3,0,0,0,0,0,0,0,0,-1.5,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,3,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,8,0,0,0,0,0,-5,0,0,0,0,0,25,0,0,0,0,0,20,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-10,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,12,-15,-12,0,0,-5,-15,0,0,0,-35,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,10,-10,0,0,0,0,0,0,0,0,-20,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Barrel","type":6,"effects":[0,-10,4,4,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-15,12,0,0,0,3,20,0,0,0,30,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-75,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,10,0,-20,0,0,0,-10,0,0,0,-35,0,0,0,0,0,0,0,-45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0]},{"name":"Ranger Stock","type":7,"effects":[0,0,0,0,0,0,0,-4,0,0,0,-25,0,0,0,0,0,0,0,-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Mag","type":8,"effects":[0,-10,0,0,0,0,3,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"SP-R 208","guntype":6,"description":"7.62x51mm battle rifle. The 7.62x67mm and 8.6x70mm magazine attachments grant varying magnitude of lethality with targets. ","drm":[{"bodymultiplier":[1.34,1.2,1.2,1.2,1.2,1.2,0.93,1,1,0.87,0.67,0.67,0.67],"damage":[108,105,90],"range":[16.8,33]},{"bodymultiplier":[1.34,1.2,1.2,1.2,1.2,1.2,0.93,1,1,0.87,0.67,0.67,0.67],"damage":[115,108,105],"range":[25,49]},{"bodymultiplier":[3.34,1.2,1.2,1.2,1.2,1.2,0.93,1,1,0.87,0.67,0.67,0.67],"damage":[108,105,90],"range":[25,49]}],"stats":[0,0,0,0,7,48,0,0,500,3,0,201.06,0,0,400,185,100,5,20,1,1.7,2.85,3.25,316.6,1100,135,4.3,0,0,0,0,500],"recoil":{"hr":[0],"vr":[0]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"6x Scope","type":1,"effects":[600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-10,0,0,0,-2,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,-5,0,0,0,-1,-5,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-20,0,0,0,0,-10,0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-8,0,0,0,0,-10,0,0,0,0,-7.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Bipod","type":2,"effects":[0,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Bolt","type":10,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-40,0,0,17.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Heavy Bolt","type":10,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,-11.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-3,0,0,0,0,0,0,0,0,-1.5,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,3,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,8,0,0,0,0,0,-5,0,0,0,0,0,25,0,0,0,0,0,20,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-10,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0]},{"name":"RTC Compensator","type":5,"effects":[0,10,-15,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,15,-20,-16,0,0,-5,-15,0,0,0,-45,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,10,-10,0,0,0,0,0,0,0,0,-25,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Integral Suppressor Light Barrel","type":6,"effects":[0,-8,8,8,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,20,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Barrel","type":6,"effects":[0,-7,4.8,4.8,0,0,5,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-10,6.4,6.4,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Skeleton Stock","type":7,"effects":[0,-5,4.8,4.8,0,0,0,15,0,0,0,20,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,4,0,0,0,20,0,0,0,10,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,0,0,-15,0,0,0,-10,0,0,0,-25,0,0,0,0,0,0,0,-35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5x [.300] Mag","type":8,"effects":[0,0,0,0,0,0,-3,0,0,0,0,0,0,50,0,0,-9.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0]},{"name":"5x [.338] Mag","type":8,"effects":[0,0,7,0,0,0,0,0,0,0,0,0,0,50,0,200,-9.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0]}]},{"gunname":"AGR 556","guntype":2,"description":"9x19mm submachine gun with a bullpup design. 5.56x45mm ammo available for an assault rifle conversion with better ballistic performance at medium and long range. ","drm":[{"bodymultiplier":[1.1,1,1,1,1,1,1,1,1,0.9,0.9,0.9,0.9],"damage":[25,21,17,15],"range":[13.1,21,31]},{"bodymultiplier":[1.1,1,1,1,1,1,1,1,1,0.9,0.9,0.9,0.9],"damage":[27,23,20,18],"range":[16.1,21,31]}],"stats":[0,0,0,0,1,751,0,0,275,1,6.78,0,0,0,240,135,90,25,100,1,1.7,2.1,3.5,233.3,416.6,135,4.68,3.72,0,0,0,0],"recoil":{"hr":[0,47,94,94,49,4,-41,6,53,-17,-87,-157,-227,-200,-173,-253,-333,-413,-493,-517,-541,-565,-589,-613,-637,-661,-685,-709,-733,-757,-781,-805,-829,-853.2,-877.4,-901.6,-925.8,-950,-974.2,-998.4,-1022.6,-1046.8,-1071,-1095.2,-1119.4,-1143.6,-1167.8,-1192,-1216.2,-1240.4,-1264.6,-1288.8,-1313,-1337.2,-1361.4,-1385.6,-1409.8,-1434,-1458.2,-1482.4],"vr":[0,87,174,261,348,435,522,609,696,783,873,963,1053,1143,1233,1323,1413,1503,1593,1642.3,1691.6,1740.9,1790.2,1839.5,1888.8,1938.1,1987.4,2036.7,2086,2135.3,2184.6,2233.9,2283.2,2332.5,2381.8,2431.1,2480.4,2529.7,2579,2628.3,2677.6,2726.9,2776.2,2825.5,2874.8,2924.1,2973.4,3022.7,3072,3121.3,3170.6,3219.9,3269.2,3318.5,3367.8,3417.1,3466.4,3515.7,3565,3614.3]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Laser 1mW","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Laser 5mW","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"OWC Laser-Tactical","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,7,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,16,0,-13.9,-5.6,0,-2,-5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,10,0,0,-5.6,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Barrel","type":6,"effects":[0,-10,3.9,1.6,4.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-12,4,0,6.5,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,0,6.6,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,12,0,-6.7,-6.6,0,0,-12,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"30x [5.56mm]","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-9.1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0]},{"name":"60x [5.56mm]","type":8,"effects":[0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-9.1,0,0,0,0,0,0,0,0,0,0,35,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0]}]},{"gunname":"Chicom","guntype":2,"description":"5.8x21mm personal defense weapon with a bullpup design and a three-round burst firing mechanism. High close range damage output along with a repetitive and predictable recoil on bursts. ","drm":[{"bodymultiplier":[1.4,1.3,1.3,1.3,1.3,1,1,1,1,0.9,0.9,0.9,0.9],"damage":[27,24,20,17],"range":[9,17,21]}],"stats":[0,0,0,0,2,800,3,135,333,1,9.04,0,0,0,210,150,90,33,132,1,1.75,2.15,2.75,416.6,616.6,135,4.96,4.17,0,0,0,0],"recoil":{"hr":[0],"vr":[0]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Laser 1mW","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,7,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,18,-11.6,-9.6,-5.6,0,-2,-10,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Integral Suppressor Light Barrel","type":6,"effects":[0,-10,0,0,4.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1000000,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Barrel","type":6,"effects":[0,-10,-3.9,-1.6,4.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-12,6.7,0,4,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,0,6.6,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,0,0,-7.1,-6,0,0,-15,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,3.5,0,0,0,0,-3,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"Cordite","guntype":2,"description":"5.7x28mm personal defence weapon with a bullpup design. High magazine capacity with an increased hipfire accuracy. ","drm":[{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,0.9,0.9,0.9,0.9],"damage":[24,22,19,18,16],"range":[7,19,26,33]}],"stats":[0,0,0,0,1,800,0,0,250,1,5.81,0,0,0,260,215,90,40,160,1,1.9,2.3,3.05,416.6,550,135,4.77,3.95,0,0,0,0],"recoil":{"hr":[0,-40,-79,-119,-158,-198,-158,-118,-78,-38,2,-16,-34,-52,-70,-88,-106,-124,-142,-126,-110,-94,-78,-62,-46,-30,-14,2,18,34,50,66,82,98,114,130,146,162,178,194,210,226,242,258,274,290,306,322,338,355,371,387,404,420,436,453,469,485,501,517,534,550,566,583,599,615,632,648,664,681,697,713,730,746,762,778,794,811,827,843],"vr":[0,60,130,240,360,490,630,680,730,780,830,875,920,965,1010,1048,1085,1123,1160,1198,1235,1273,1310,1348,1385,1423,1460,1498,1535,1573,1610,1648,1685,1723,1760,1798,1835,1873,1910,1948,1985,2023,2060,2098,2135,2173,2210,2248,2285,2323,2360,2397,2435,2473,2510,2548,2586,2623,2661,2698,2736,2774,2811,2849,2886,2923,2961,2998,3035,3073,3111,3148,3186,3224,3261,3299,3336,3374,3412,3449]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"OWC Foregip","type":2,"effects":[0,14,-8.4,-15.3,0,0,-2,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Laser 1mW","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,7,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,16,-10.5,-13.9,-4.4,0,-3,-10,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,10,0,0,-5.6,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-8,0,0,4,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,0,6.6,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,0,0,-7.1,-6,0,0,-15,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,6,0,0,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,8,0,0,0,0,-6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"Fennec","guntype":2,"description":"11.43x23mm submachine gun. Highest cyclic rate of fire in class and a moderate accuracy makes it effective at close and medium range. ","drm":[{"bodymultiplier":[1.1,1,1,1,1,0.9,0.9,1,1,0.9,0.9,0.9,0.9],"damage":[23,21,18,13,12],"range":[6.8,10.5,16.1,23]},{"bodymultiplier":[1.1,1,1,1,1,0.9,0.9,1,1,0.9,0.9,0.9,0.9],"damage":[12,11,9,7,6],"range":[7,11,16,23]}],"stats":[0,0,0,0,1,1111,0,0,250,1,5.57,0,0,0,200,85,90,25,100,1,1.6,2.2,2.35,400,566.6,135,4.96,4.17,0,0,0,0],"recoil":{"hr":[0,13,25,37,50,62,74,87,99,111,124,136,148,161,111,62,13,-36,-86,-135,-184,-233,-283,-332,-381,-430,-480,-529,-578,-627,-677,-726,-775,-825,-874],"vr":[0,150,270,390,510,630,730,830,930,1030,1130,1230,1330,1430,1505,1579,1653,1728,1802,1876,1951,2025,2099,2174,2248,2322,2397,2471,2545,2620,2694,2768,2843,2917,2991]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-0.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Laser 1mW","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Laser Sight","type":4,"effects":[0,8,0,0,0,-20,0,0,0,0,0,0,-7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Laser Sight","type":4,"effects":[0,8,0,0,-9.2,0,0,0,0,0,0,0,-11,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,7,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,8,0,0,-6.4,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Integral Suppressor Light Barrel","type":6,"effects":[0,-7,0,0,6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1000000,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Barrel","type":6,"effects":[0,-7,1.6,1.6,8.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-10,9.6,0,8.4,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-15,8,0,9.6,0,3,20,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-12,1.8,0,9.6,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,0,10.8,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,0,0,-6,-10.8,0,0,-10,0,0,0,-8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Fast Reload","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Mag","type":8,"effects":[0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"GKS","guntype":2,"description":"11.43x23mm submachine gun. Its high damage to the lower body offers it a reltively long effective range. ","drm":[{"bodymultiplier":[1.3,1,1.1,1.1,1,1,1,1,1,1,1,1,1],"damage":[28,24,19],"range":[21,31]}],"stats":[0,0,0,0,1,600,0,0,333,1,3.55,0,0,0,260,135,90,25,100,1,1.45,1.95,2.6,400,600,135,4.7,3.72,0,0,0,0],"recoil":{"hr":[0,50,30,0,-40,-80,-120,-160,-200,-240,-280,-320,-360,-400,-440,-480,-520,-560,-600,-640,-677,-714,-751,-788,-825,-862,-899,-936,-973,-1010,-973,-936,-899,-862,-825,-788,-751,-714,-677,-640,-603,-566,-529,-492,-455],"vr":[0,25,75,125,175,290,405,520,569.5,619,668.5,718,767.5,817,866.5,916,965.5,1015,1064.5,1114,1163.5,1213,1262.5,1312,1361.5,1411,1460.5,1510,1559.5,1609,1647,1685,1723,1761,1799,1837,1875,1913,1951,1989,2027,2065,2103,2141,2179]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Laser 1mW","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,7,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,15,-14.4,-7.8,-6,0,-2,-8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Integral Suppressor Barrel","type":6,"effects":[0,10,0,0,-6.8,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1000000,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-10,6,0,6.2,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-12,3.9,0,10,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,0,8,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,12,0,-7.4,-7,0,0,-12,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,3.5,0,0,0,0,-3,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Hybrid Mag","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"HG 40","guntype":2,"description":"9x19mm submachine gun. Trades damage output for low recoil. ","drm":[{"bodymultiplier":[1.1,1,1,1,1,1,0.9,1,1,0.9,0.9,0.9,0.9],"damage":[26,24,20,17],"range":[10.5,16.1,26.1]}],"stats":[0,0,0,0,1,675,0,0,333,1,5.6,0,0,0,240,150,90,32,128,1,1.7,2.1,2.8,416.6,550,135,4.7,3.87,0,0,0,0],"recoil":{"hr":[0,20,40,60,80,100,120,140,160,180,120,60,0,-60,-60,-60,-22.5,15,52.5,90,127.5,165,202.5,240,277.5,315,352.5,390,427.5,465,502.5,540,577.5,615,652.5,690,727.5,765,802.5,840,877.5,915,952.5,990,1027.5],"vr":[0,70,140,210,280,350,420,490,560,630,700,750,800,850,900,950,1000,1050,1100,1150,1200,1250,1300,1350,1400,1450,1500,1550,1600,1650,1700,1740,1780,1820,1860,1900,1940,1980,2020,2060,2100,2140,2180,2220,2260]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Laser 1mW","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,7,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,13,-12.3,-6.4,-6,0,-2,-8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Integral Suppressor Barrel","type":6,"effects":[0,10,0,0,-6.8,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1000000,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-10,6,0,6.2,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-16,10.8,0,9.6,0,3,20,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-12,3.9,0,10,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Skeleton Stock","type":7,"effects":[0,-8,1.8,1.8,8,0,0,18,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,0,8,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,12,0,-6.7,-6.6,0,0,-12,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Hybrid Mag","type":8,"effects":[0,3.5,0,0,0,0,-3,-7,0,0,0,0,0,0,-25,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Hybrid Mag","type":8,"effects":[0,6,0,0,0,0,-3,-7,0,0,0,0,0,0,-25,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"MSMC","guntype":2,"description":"5.56x30mm personal defense weapon. High rate of fire and mobility makes it extremly effective in close quarter combat. Damage decays quickly over distance. ","drm":[{"bodymultiplier":[1.1,1,1,1,1,1,1,1,1,0.9,0.9,0.9,0.9],"damage":[25,21,18,16],"range":[8.6,16.1,20]}],"stats":[0,0,0,0,1,916,0,0,275,1,4.66,0,0,0,200,115,90,25,100,1,1.7,2.15,2.7,433.3,650,135,4.96,4.17,0,0,0,0],"recoil":{"hr":[0,-39,-77,-115,-154,-192,-229,-266,-303,-341,-379,-417,-455,-493,-532,-570,-608,-647,-685,-723,-760,-798,-835,-873,-910,-948,-985,-1023,-1060,-1098,-1136,-1175,-1213,-1251,-1290,-1328],"vr":[0,140,280,400,520,610,700,790,880,970,1060,1150,1240,1340,1480,1580,1670,1760,1850,2000,2165,2345,2540,2750,3050,3375,3700,4025,4350,4675,5000,5100,5200,5300,5400,5500]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Laser 1mW","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,7,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,18,-15,-9.6,-5.6,0,-3,-12,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Barrel","type":6,"effects":[0,14,-5.9,0,-4.8,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Barrel","type":6,"effects":[0,-10,3.9,6,4.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-13,12.9,0,7.2,0,3,20,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-8,3.9,0,4,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,0,6.6,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,0,0,-7.1,-6,0,0,-15,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,3.5,0,0,0,0,-3,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Fast Reload","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Hybrid Mag","type":8,"effects":[0,6,0,0,0,0,-2,-6,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"PDW-57","guntype":2,"description":"5.7x28mm personal defence weapon with a bullpup design. An unique high-capacity magazine is fitted on top of the weapon's frame. ","drm":[{"bodymultiplier":[1.1,1,1,1,1,1,1,1,1,0.9,0.9,0.9,0.9],"damage":[27,22,17,15],"range":[6.8,15.9,28.9]}],"stats":[0,0,0,0,1,751,0,0,275,1,4.24,0,0,0,240,135,90,50,200,1,2.05,2.5,2.95,416.6,550,135,4.9,4.02,0,0,0,0],"recoil":{"hr":[0,-10,-30,-60,-100,-150,-210,-270,-335,-325,-315,-305,-295,-285,-262,-239,-216,-193,-170,-147,-122,-97,-72,-47,-27,-7,13,33,53,73,93,113,133,153,173,193,213,233,253,266,278,290,303,315,327,340,352,364,377,389],"vr":[0,90,180,250,320,390,430,470,510,550,590,630,670,710,750,790,830,870,910,950,997,1044,1091,1138,1185,1232,1279,1326,1373,1420,1467,1514,1561,1608,1655,1705,1755,1805,1855,1905,1955,2005,2055,2105,2155,2205,2255,2305,2355,2405]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"OWC Foregip","type":2,"effects":[0,14,-8.4,-15.3,0,0,-2,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Laser 1mW","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,7,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,16,-10.5,-13.9,-4.4,0,-3,-10,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,10,0,0,-5.6,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-8,0,0,4,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,0,6.6,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,0,0,-7.1,-6,0,0,-15,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"Pharo","guntype":2,"description":"9x24mm (fictional) submachine gun with an unique four-round burst firing mechanism. Extremely high damage output per burst at the expense of highly unpreditable recoil. ","drm":[{"bodymultiplier":[1.1,1,1,1,1,1,1,1,1,0.9,0.9,0.9,0.9],"damage":[34,26,21,19,16],"range":[7.5,13.1,19.1,26.1]}],"stats":[0,0,0,0,2,981,4,150,275,1,5,0,0,0,240,115,90,28,112,1,1.9,2.3,3,416.6,700,135,4.96,4.17,0,0,0,0],"recoil":{"hr":[0],"vr":[0]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Laser 1mW","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,7,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,18,-15,-9.6,-5.6,0,-3,-12,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Barrel","type":6,"effects":[0,-10,3.9,3.9,4.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-12,9.6,0,3,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-12,6.7,0,4,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,0,6.6,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,0,0,-7.1,-6,0,0,-15,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,5,0,0,0,0,-3,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Fast Reload","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Hybrid Mag","type":8,"effects":[0,0,0,0,0,0,-1,-3,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"PP19 Bizon","guntype":2,"description":"9x18mm submachine gun with a remarkably high magazine capacity. Lowest recoil in class provides excellent maneverability. ","drm":[{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,1,0.8,0.8,0.8],"damage":[26,24,22,16],"range":[17.1,21,31]},{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[26,24,22,16],"range":[17.1,21,31]}],"stats":[0,0,0,0,1,652,0,0,250,1,5.82,0,0,0,240,85,90,64,256,1,1.65,2.3,2.7,400,533.3,135,4.73,3.9,0,0,0,0],"recoil":{"hr":[0,0,0,0,0,0,0,25,49,73,97,121,145,169,193,217,217,217,217,217,217,217,197,177,157,137,117,97,77,57,37,17,-3,-3,-3,17,37,57,77,97,117,137,157,177,197,217,237,257,277,257,237,217,197,177,157,137,117,97,77,57,37,17,17,17,17,17,41,65,89,113,137,161,185,209,233,257,257,257,257,257,257,257,257,257],"vr":[0,65,130,195,260,325,390,439.3,488.6,537.9,587.2,636.5,685.8,735.1,784.4,833.7,883,932.3,981.6,1030.9,1080.2,1129.5,1178.8,1228.1,1277.4,1326.7,1376,1425.3,1474.6,1523.9,1573.2,1622.5,1671.8,1721.1,1770.4,1819.7,1869,1918.3,1967.6,2016.9,2066.2,2115.5,2164.8,2214.1,2263.4,2312.7,2362,2411.3,2460.6,2509.9,2559.2,2608.5,2657.8,2707.1,2756.4,2805.7,2855,2904.3,2953.6,3002.9,3052.2,3101.5,3150.8,3200.1,3249.4,3298.7,3348,3397.3,3446.6,3495.9,3545.2,3594.5,3643.8,3693.1,3742.4,3791.7,3841,3890.3,3939.6,3988.9,4038.2,4087.5,4136.8,4186.1]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Laser 1mW","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,7,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"QQ9","guntype":2,"description":"9x19mm submachine gun. High rate of fire and mobility, effective in close quarter combat. A 10x25mm magazine attachment is provided to alleviate its rapidly decaying damage over range at the cost of a slow cyclic rate of fire. ","drm":[{"bodymultiplier":[1.1,1,1,1,1,1,1,1,1,1,0.9,0.9,0.9],"damage":[25,23,19,17,15],"range":[10.5,16.1,20,27]},{"bodymultiplier":[1.1,1,1,1,1,1,1,1,1,1,0.9,0.9,0.9],"damage":[26,23,19,17,15],"range":[12,19,24,31]}],"stats":[0,0,0,0,1,828,0,0,250,1,3.54,0,0,0,200,85,90,30,120,1,1.65,2.3,2.7,400,533.3,135,4.73,3.9,0,0,0,0],"recoil":{"hr":[0,47,94,141,188,235,282,282,282,282,282,282,282,282,320,357,394,432,469,506,544,581,618,656,693,730,768,805,842,880,917,954,992,1029,1066,1104,1141,1178,1216,1253,1290,1328,1365,1402,1440],"vr":[0,100,200,300,400,480,560,640,700,760,820,880,960,1040,1135,1230,1325,1420,1515,1610,1705,1800,1895,1990,2085,2180,2275,2370,2465,2560,2655,2750,2845,2940,3035,3130,3225,3320,3415,3510,3605,3700,3795,3890,3985]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Laser 1mW","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,7,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,8,0,0,6.4,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Integral Suppressor Light Barrel","type":6,"effects":[0,-7,0,0,8.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1000000,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Barrel","type":6,"effects":[0,-7,1.8,1.6,8.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-10,9.6,0,8.4,0,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-15,8,0,9.6,0,3,20,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-12,1.8,0,9.6,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,0,10.8,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,0,0,-6,-10.8,0,0,-10,0,0,0,-8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Fast Reload","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"30x [10mm]","type":8,"effects":[0,3,10.4,0,0,0,0,0,0,0,0,0,0,15,3,0,-9.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0]}]},{"gunname":"QXR","guntype":2,"description":"4.6x30mm personal defence weapon. Compact design allows for an ease of use in close and medium range. Very high cyclic rate of fire with an increased magazine size. ","drm":[{"bodymultiplier":[1.3,1,1.3,1.3,1,1,1,1,1,0.9,0.9,0.9,0.9],"damage":[22,19,16,12],"range":[8.6,16.1,26.1]},{"bodymultiplier":[1.3,1,1.1,1.1,1,1,1,1,1,0.9,0.9,0.9,0.9],"damage":[22,19,16,12],"range":[8.6,16.1,21]}],"stats":[0,0,0,0,1,872,0,0,250,1,4.04,0,0,0,260,115,90,40,160,1,1.5,2.2,2.45,383.3,583.3,135,4.8,3.95,0,0,0,0],"recoil":{"hr":[0,24.3,48.6,72.9,97.2,121.5,145.8,170.1,194.4,204.4,164.4,124.4,84.4,44.4,4.4,-35.6,-75.6,-115.6,-155.6,-195.6,-235.6,-275.6,-315.6,-355.6,-395.6,-435.6,-475.6,-515.6,-540.6,-564.6,-589.6,-613.6,-638.6,-662.6,-687.6,-711.6,-736.6,-760.6,-785.6,-805.6,-825.6,-845.6,-865.6,-885.6,-905.6,-925.6,-945.6,-965.6,-985.6,-1005.6],"vr":[0,49,99,150,202,255,309,364,420,477,535,594,654,715,777,840,904,969,1035,1102,1170,1239,1309,1380,1452,1525,1599,1674,1750,1827,1905,1984,2064,2145,2227,2310,2394,2479,2565,2652,2740,2835,2937,3046,3162,3285,3415,3552,3696,3847]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-8.3,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-13.8,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Laser 1mW","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,7,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,15,-5.9,-16.5,-8,0,-2,-5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Barrel","type":6,"effects":[0,-10,6,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-12,11.2,0,3,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-13,12.9,0,7.2,0,3,20,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-8,3.9,0,4,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,0,6.6,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,12,0,-8,-6,0,0,-15,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Fast Reload","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"Razorback","guntype":2,"description":"5.7x29mm (fictional) personal defence weapon with a bullpup design. High damage output and low recoil offer superior performance at medium range. ","drm":[{"bodymultiplier":[1.1,1,1,1,1,1,0.9,1,1,0.9,0.9,0.9,0.9],"damage":[30,23,19],"range":[16,29]}],"stats":[0,0,0,0,1,633,0,0,275,1,5.47,0,0,0,240,135,90,30,120,1,1.7,2.1,2.65,400,650,135,4.7,3.72,0,0,0,0],"recoil":{"hr":[0,10,25,45,70,100,138,184,238,300,277,248,213,172,125,72,13,-7,-27,-47,-67,-87,-107,-127,-147,-167,-187,-207,-227,-247,-267,-287,-299.5,-312,-324.5,-337,-349.5,-362,-374.5,-387,-399.5,-412],"vr":[0,90,165,240,315,390,465,540,615,690,720,750,780,810,840,870,900,949.6,999.2,1048.8,1098.4,1148,1197.6,1247.2,1296.8,1346.4,1396,1445.6,1495.2,1544.8,1594.4,1644,1693.6,1743.2,1792.8,1842.4,1892,1941.6,1991.2,2040.8,2090.4,2140]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"OWC Foregip","type":2,"effects":[0,14,-8.4,-15.3,0,0,-2,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Laser 1mW","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,7,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,16,-10.5,-13.9,-4.4,0,-3,-10,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,10,0,0,-5.6,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-8,0,0,4,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,0,6.6,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,0,0,-7.1,-6,0,0,-15,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-2,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"RUS-79U","guntype":2,"description":"5.45x39mm carbine. Increased cartridge size while maintaining recoil and handling, suitable for medium range. ","drm":[{"bodymultiplier":[1.1,1,1,1,1,1,1,1,1,0.9,0.9,0.9,0.9],"damage":[28,24,18,15],"range":[4.5,19.1,33]}],"stats":[0,0,0,0,1,769,0,0,250,1,7.03,0,0,0,260,115,90,30,120,1,1.8,2.2,2.95,416.6,616.6,135,4.83,3.97,0,0,0,0],"recoil":{"hr":[0,0,0,0,40,80,120,160,200,240,275,310,345,380,415,375,335,295,255,215,185,155,125,95,65,35,22,9,-4,-17,-30,-43,-56,-69,-82,-95,-108,-121,-134,-147,-134,-121,-108,-95,-82,-69,-56,-43,-30,-17],"vr":[0,60,118,174,229,283,336,388,439,489,538,587,636,685,734,783,832,881,930,979,1028,1077.5,1127,1176.5,1226,1275.5,1325,1374.5,1424,1473.5,1523,1572.5,1622,1671.5,1721,1770.5,1820,1869.5,1919,1968.5,2018,2067.5,2117,2166.5,2216,2265.5,2315,2364.5,2414,2463.5]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Laser 1mW","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,7,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,16,-15.1,-6.8,-5.6,0,-3,-8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Integral Suppressor Light Barrel","type":6,"effects":[0,-10,0,0,4.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1000000,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-16,6,0,4,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-14,8,0,5.6,0,4,20,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-14,3.9,0,4,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Skeleton Stock","type":7,"effects":[0,-8,1.8,1.8,3.2,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,0,0,-6,-4.8,0,0,-14,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,3.5,0,0,0,0,-3,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Hybrid Mag","type":8,"effects":[0,6,0,0,0,0,-1,-3,0,0,0,0,0,0,-18,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":".50 GS","guntype":7,"description":"12.7x33mm pistol. Trades high recoil for extremely hard-hitting rounds. ","drm":[{"bodymultiplier":[1.5,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[70,55,48],"range":[10,26]},{"bodymultiplier":[1.5,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[60,45,40],"range":[10,26]}],"stats":[0,0,0,0,1,164,0,0,215,1,0,0,0,0,190,100,90,7,28,1,1.4,2,2.25,350,500,135,5.03,4.23,0,0,0,0],"recoil":{"hr":[0],"vr":[0]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Laser 1mW","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,14,0,-3.2,-5.8,0,-2,-5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,10,0,0,-5.6,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,5,0,0,0,0,-3,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Lightweight Trigger","type":11,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Match Grade Trigger","type":11,"effects":[0,0,0,0,-5,0,0,0,0,0,0,0,10,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Heavy Duty Trigger","type":11,"effects":[0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"J358","guntype":7,"description":"9.1x33mm (fictional) revolver. Higher damage output but less flexibility for modification.","drm":[{"bodymultiplier":[1.5,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[60,40,34,25],"range":[19,21,36]},{"bodymultiplier":[1.5,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[70,50,44,35],"range":[19,21,36]}],"stats":[0,0,0,0,1,200,0,0,0,1,0,0,0,0,185,100,90,6,24,1,1.85,2.65,2.7,266.6,333.3,135,5,4.23,0,0,0,0],"recoil":{"hr":[0,110,330,590,860,1140,1430,1580],"vr":[0,110,250,470,700,930,1110,1290]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Shoulder Stock","type":3,"effects":[0,7,0,-3.2,-7.2,0,0,-10,0,0,0,-12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Wood Shoulder Stock","type":3,"effects":[0,0,0,-6.7,-13.2,0,0,-15,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Laser 1mW","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-12.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-1.5,-1.4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Barrel","type":6,"effects":[0,14,0,-10.5,-7.8,0,-6,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,12,0,0,-7.6,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-7,9.6,0,8.4,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stopping Power","type":8,"effects":[0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0]},{"name":"Lightweight Trigger","type":11,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Match Grade Trigger","type":11,"effects":[0,0,0,0,-5,0,0,0,0,0,0,0,10,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Heavy Duty Trigger","type":11,"effects":[0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"MW11","guntype":7,"description":"11.43x23mm pistol. Best mobility in class. ","drm":[{"bodymultiplier":[1.3,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[26,20,17,16],"range":[20,26,30]}],"stats":[0,0,0,0,1,300,0,0,250,1,0,0,0,0,185,100,90,6,24,1,1.15,1.6,1.6,333.3,350,135,5.05,4.25,0,0,0,0],"recoil":{"hr":[0,-15,-30,-45,-60,-75,-90,-105,-90,-75,-60,-45,-30,-15,0,0,0,0,0,0],"vr":[0,160,320,480,640,790,940,1090,1240,1390,1520,1650,1780,1910,2040,2040,2040,2040,2040,2040]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Laser 1mW","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,7,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-12.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-1.5,-1.4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,12,0,0,-7.6,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Integral Suppressor Barrel","type":6,"effects":[0,7,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-7,9.6,0,8.4,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,3,0,0,0,0,-2,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Lightweight Trigger","type":11,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Match Grade Trigger","type":11,"effects":[0,0,0,0,-5,0,0,0,0,0,0,0,10,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Heavy Duty Trigger","type":11,"effects":[0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"Renetti","guntype":7,"description":"9x19mm pistol with a three-round burst firing mechanism. Deals high damage to upper body. ","drm":[{"bodymultiplier":[2,1.5,1.5,1.5,1.5,1.5,1.5,1,1,1,1,1,1],"damage":[28,25,22],"range":[6.8,16.1]}],"stats":[0,0,0,0,2,720,3,365,0,1,0,0,0,0,185,115,90,15,30,1,1.2,1.7,2.1,300,383.3,135,5,4.23,0,0,0,0],"recoil":{"hr":[0],"vr":[0]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Handmade Grip Tape","type":3,"effects":[0,0,4,0,12,0,0,0,0,0,-15,0,-12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Laser 1mW","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Lightweight Trigger","type":11,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Match Grade Trigger","type":11,"effects":[0,0,0,0,-5,0,0,0,0,0,0,0,10,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Heavy Duty Trigger","type":11,"effects":[0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"Chopper","guntype":3,"description":"5.56x45mm light machine gun. Has an unique conversion which cannot be aimed down sights. Relatively high recoil. ","drm":[{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[25,21,17],"range":[10.5,36.1]}],"stats":[0,0,0,0,1,751,0,0,550,3,4.16,0,0,0,465,250,110,100,300,3,3.5,4.6,5.25,583.3,900,135,4.16,0,0,0,0,0],"recoil":{"hr":[0,-25,-50,-75,-100,-125,-150,-125,-100,-75,-50,-25,4,35,68,103,140,179,220,263,308,355,404,455,508,563,620,679,740,803,868,935,1004,1075,1148,1122,1094,1064,1032,998,962,924,887,849,812,774,737,699,662,624,587,549,512,474,437,399,362,324,287,249,212,174,137,99,62,24,-13,-51,-88,-126,-164,-202,-240,-278,-316,-354,-391,-429,-467,-505,-543,-581,-619,-657,-694,-732,-770,-808,-846,-884,-922,-960,-997,-1035,-1073,-1111,-1149,-1187,-1225,-1263,-1301,-1339,-1377,-1415,-1453,-1491,-1529,-1567,-1605,-1655,-1704,-1754,-1803,-1853,-1902,-1952,-2001,-2051,-2100,-2150,-2199,-2249,-2298,-2348,-2397,-2447,-2496,-2546,-2595,-2645,-2694,-2744,-2793,-2843,-2892,-2942,-2991,-3041,-3090,-3140,-3189,-3239,-3288,-3338,-3387,-3437,-3486,-3536,-3585,-3635],"vr":[0,80,160,240,320,360,401.75,445.25,490.5,537.5,586.25,636.75,689,743,798.75,856.25,915.5,976.5,1039.25,1103.75,1170,1238,1307.75,1379.25,1452.5,1527.5,1604.25,1682.75,1763,1845,1928.75,2014.25,2101.5,2190.5,2281.25,2326.25,2371.25,2416.25,2461.25,2506.25,2551.25,2596.25,2641.25,2686.25,2731.25,2776.25,2821.25,2866.25,2911.25,2960.25,3009.25,3059.25,3108.25,3157.25,3207.25,3256.25,3305.25,3355.25,3404.25,3453.25,3503.25,3552.25,3601.25,3651.25,3700.25,3749.25,3799.25,3848.25,3897.25,3947.25,3996.25,4045.25,4095.25,4144.25,4193.25,4243.25,4292.25,4341.25,4391.25,4441.25,4490.25,4540.25,4589.25,4639.25,4688.25,4738.25,4787.25,4837.25,4886.25,4936.25,4985.25,5035.25,5084.25,5134.25,5183.25,5233.25,5282.25,5332.25,5381.25,5436.25,5491.25,5546.25,5601.25,5656.25,5711.25,5766.25,5821.25,5876.25,5931.25,5993.25,6055.25,6117.25,6179.25,6241.25,6303.25,6365.25,6427.25,6489.25,6551.25,6613.25,6675.25,6737.25,6799.25,6861.25,6923.25,6985.25,7047.25,7109.25,7171.25,7233.25,7295.25,7357.25,7419.25,7481.25,7543.25,7605.25,7667.25,7729.25,7791.25,7853.25,7915.25,7977.25,8039.25,8101.25,8163.25,8225.25,8287.25,8349.25,8411.25,8473.25]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Bipod","type":2,"effects":[0,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Heavy Handle","type":2,"effects":[0,0,-8.2,0,-5,0,4,0,0,0,0,0,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,10100010000,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,0,0,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Laser Sight","type":4,"effects":[0,8,0,0,0,-20,0,0,0,0,0,0,-7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Laser Sight","type":4,"effects":[0,8,0,0,-9.2,0,0,0,0,0,0,0,-11,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"YKM Flash Guard","type":5,"effects":[0,0,0,0,-12,0,0,0,0,0,0,0,-9.8,-15,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Chopper Heavy","type":6,"effects":[0,18,-13,-3.2,-10.8,0,-6,-20,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Chopper Infantry","type":6,"effects":[0,10,0,-8,-8.4,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Chopper Special Forces","type":6,"effects":[0,-7,2.5,3.2,7,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-8,3.2,3.2,6.8,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,1.6,1.6,7,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,0,0,-3.2,-8.8,0,0,-10,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"120 Round Reload","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"150 Round Reload","type":8,"effects":[0,3,0,0,0,0,-2,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"Holger-26","guntype":3,"description":"5.56x45mm light machine gun with very high damage output. Various attachments can drastically improve mobility and handling. ","drm":[{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[31,25,21,19],"range":[17.1,25,51]}],"stats":[0,0,0,0,1,710,0,0,0,3,4.82,0,0,0,565,165,110,100,400,1,2,3.1,3.3,450,833.3,135,4.3,0,0,0,0,0],"recoil":{"hr":[0,20,40,60,80,110,150,190,230,270,310,345,380,415,450,485,505,525,535,525,510,473,435,398,361,323,286,249,211,174,149,129,114,104,104,104,144,184,224,264,304,344,364,384,404,424,444,464,484,484,484,464,424,384,344,304,264,224,204,184,164,144,124,104,104,104,144,184,233.25,282.5,331.75,381,430.25,479.5,528.75,578,627.25,676.5,725.75,775,824.25,873.5,922.75,972,1021.25,1070.5,1119.75,1169,1218.25,1267.5,1316.75,1366,1415.25,1464.5,1513.75,1563,1612.25,1661.5,1710.75,1760],"vr":[0,65,130,195,260,325,385,445,505,554.3,603.6,652.9,702.2,751.5,800.8,850.1,899.4,948.7,998,1047.3,1096.6,1145.9,1195.2,1244.5,1293.8,1343.1,1392.4,1441.7,1491,1540.3,1589.6,1638.9,1688.2,1737.5,1786.8,1836.1,1885.4,1934.7,1984,2033.3,2082.6,2131.9,2181.2,2230.5,2279.8,2329.1,2378.4,2427.7,2477,2526.3,2575.6,2624.9,2674.2,2723.5,2772.8,2822.1,2871.4,2920.7,2970,3019.3,3068.6,3117.9,3167.2,3216.5,3265.8,3315.1,3364.4,3413.7,3463,3512.3,3561.6,3610.9,3660.2,3709.5,3758.8,3808.1,3857.4,3906.7,3956,4005.3,4054.6,4103.9,4153.2,4202.5,4251.8,4301.1,4350.4,4399.7,4449,4498.3,4547.6,4596.9,4646.2,4695.5,4744.8,4794.1,4843.4,4892.7,4942,4991.3]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Bipod","type":2,"effects":[0,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,0,0,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Barrel","type":6,"effects":[0,-12,6.4,3.2,4.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-8,12,0,15,0,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-10,12,0,12,0,4,40,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-15,3.2,3.2,6.8,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,1.6,1.6,7,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,0,0,-3.2,-8.8,0,0,-30,0,0,0,-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Mag","type":8,"effects":[0,-25,0,0,0,0,3,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,-70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Hybrid Light Mag","type":8,"effects":[0,-23,0,0,0,0,0,0,0,0,0,0,0,0,-35,0,0,0,0,0,0,0,0,0,0,0,0,-65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"M4LMG","guntype":3,"description":"5.56x45mm light machine gun. Attachments can greatly improve mobility at the cost of more recoil. ","drm":[{"bodymultiplier":[1.1,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[32,23,19],"range":[21,51]}],"stats":[0,0,0,0,1,633,0,0,333,3,4.95,0,0,0,565,165,110,100,400,1,2.15,3.1,3.7,550,800,135,4.35,0,0,0,0,0],"recoil":{"hr":[0,-20,-40,-60,-80,-100,-120,-140,-160,-180,-200,-220,-181,-142,-103,-73,-43,-13,17,47,77,107,137,167,197,227,257,287,311.5,336,360.5,385,409.5,434,458.5,483,507.5,532,556.5,581,605.5,630,654.5,679,703.5,728,752.5,777,801.5,826,850.5,875,899.5,924,948.5,973,997.5,1022,1046.5,1071,1095.5,1120,1144.5,1169,1193.5,1218,1242.5,1267,1291.5,1316,1340.5,1365,1389.5,1414,1438.5,1463,1487.5,1512,1536.5,1561,1585.5,1610,1634.5,1659,1683.5,1708,1732.5,1757,1781.5,1806,1830.5,1855,1879.5,1904,1928.5,1953,1977.5,2002,2026.5,2051],"vr":[0,75,150,220,290,360,430,470,510,550,590,630,670,710,750,790,830,870,894.6,919.2,943.8,968.4,993,1017.6,1042.2,1066.8,1091.4,1116,1140.6,1165.2,1189.8,1214.4,1239,1263.6,1288.2,1312.8,1337.4,1362,1386.6,1411.2,1435.8,1460.4,1485,1509.6,1534.2,1558.8,1583.4,1608,1632.6,1657.2,1681.8,1706.4,1731,1755.6,1780.2,1804.8,1829.4,1854,1878.6,1903.2,1927.8,1952.4,1977,2001.6,2026.2,2050.8,2075.4,2100,2124.6,2149.2,2173.8,2198.4,2223,2247.6,2272.2,2296.8,2321.4,2346,2370.6,2395.2,2419.8,2444.4,2469,2493.6,2518.2,2542.8,2567.4,2592,2616.6,2641.2,2665.8,2690.4,2715,2739.6,2764.2,2788.8,2813.4,2838,2862.6,2887.2]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Bipod","type":2,"effects":[0,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,0,0,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"YKM Flash Guard","type":5,"effects":[0,0,0,0,-12,0,0,0,0,0,0,0,-9.8,-15,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Short Barrel","type":6,"effects":[0,-4,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ultralight Barrel","type":6,"effects":[0,-12,5.6,0,11.2,0,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-15,12,0,9.6,0,3,10,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-10,3.2,3.2,6.8,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,1.6,1.6,7,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,0,0,-3.2,-8.8,0,0,-10,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"30 Round Light Reload","type":8,"effects":[0,-10,0,0,0,0,7,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,-70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"40 Round Light Reload","type":8,"effects":[0,-15,0,0,0,0,8,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,-60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"RPD","guntype":3,"description":"7.62x39mm light machine gun. Highest damage output at long range in class, great for suppressive fire. ","drm":[{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[31,23,18],"range":[21,56.1]}],"stats":[0,0,0,0,1,666,0,0,450,3,5.44,0,0,0,575,165,110,100,400,3,4.15,5.55,6.05,533.3,850,135,4.06,0,0,0,0,0],"recoil":{"hr":[0,-12,-24,-36,-48,-37,-26,-15,-4,7,19.5,32,44.5,57,69.5,82,94.5,107,119.5,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132],"vr":[0,100,200,300,400,437,475,512,549,587,633,687,749,819,897,983,1077,1163,1241,1241,1278,1316,1353,1390,1428,1465,1502,1540,1577,1614,1652,1689,1726,1764,1801,1838,1876,1913,1950,1988,2026,2063,2101,2139,2176,2214,2252,2289,2327,2365,2414,2463,2512,2561,2610,2659,2708,2757,2806,2855,2904,2953,3002,3051,3100,3149,3198,3247,3296,3345,3394,3443,3492,3541,3590,3639,3689,3739,3789,3839,3889,3939,3989,4039,4089,4139,4189,4239,4289,4339,4389,4439,4489,4539,4589,4639,4689,4739,4789,4839,4902,4964,5027,5089,5152,5214,5277,5339,5402,5464,5527,5589,5652,5714,5777,5839,5902,5964,6027,6089,6152,6214,6277,6339,6402,6464,6527,6589,6652,6714,6784,6854,6924,6994,7064,7134,7204,7274,7344,7414,7484,7554,7624,7694,7764,7834,7904,7974,8044,8114,8189,8264,8339,8414,8489,8564,8639,8714,8789,8864,8939,9014,9089,9164,9239,9314,9389,9464,9539,9614,9689,9764,9839,9914,9989,10064,10139,10214,10289,10364,10439,10514,10589,10664,10739,10814,10889,10964,11039,11114,11189,11264,11339,11414,11489,11564,11639,11714,11789,11864]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Bipod","type":2,"effects":[0,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Snatch Foregrip","type":2,"effects":[0,-5,-8.4,0,0,0,-1,-8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,0,0,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"YKM Flash Guard","type":5,"effects":[0,0,0,0,-12,0,0,0,0,0,0,0,-9.8,-15,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Barrel","type":6,"effects":[0,12,-13.1,-3.2,-7.8,0,-5,-15,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Heavy Barrel","type":6,"effects":[0,10,0,-2.4,-6.4,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Compact Barrel","type":6,"effects":[0,-7,2.5,3.2,7.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-15,12,0,9.6,0,3,10,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-10,3.2,3.2,6.8,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,1.6,1.6,7,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,0,0,-3.2,-8.8,0,0,-10,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"150 Round Belt","type":8,"effects":[0,3,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"200 Round Belt","type":8,"effects":[0,5,0,0,0,0,-1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"S36","guntype":3,"description":"5.8x42mm light machine gun with a bullpup design. Its excellent cyclic rate of fire makes up for the rapidly decaying damage. ","drm":[{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[30,23,18],"range":[16.1,36.1]}],"stats":[0,0,0,0,1,751,0,0,500,3,5.41,0,0,0,540,165,110,50,200,1,2.1,2.6,3.25,583.3,883.3,135,4.26,0,0,0,0,0],"recoil":{"hr":[0,20,40,60,80,100,120,155,190,240,290,290,285,270,245,210,170,130,90,62,30,-6,-46,-90,-138,-190,-246,-306,-370,-440,-516,-598,-686,-781,-881,-987,-1099,-1217,-1341,-1471,-1605,-1743,-1885,-2031,-2181,-2335,-2493,-2655,-2821,-2991,-3167,-3349,-3537,-3731,-3931,-4137,-4349,-4567,-4791,-5021,-5254,-5490,-5729,-5971,-6216,-6464,-6715,-6969,-7226,-7486,-7749,-8015,-8284,-8556,-8831,-9109,-9387,-9665,-9943,-10221,-10499,-10777,-11055,-11333,-11611,-11889,-12167,-12445,-12723,-13001,-13279,-13557,-13835,-14113,-14391,-14669,-14947,-15225,-15503,-15781],"vr":[0,40,80,120,200,320,440,480,510,540,570,610,650,690,730,810,930,1050,1150,1200,1250,1300,1350,1400,1450,1500,1550,1600,1650,1700,1750,1800,1850,1900,1950,2000,2050,2100,2150,2200,2250,2300,2350,2400,2450,2500,2550,2600,2650,2700,2750,2800,2850,2900,2950,3000,3050,3100,3150,3200,3250,3300,3350,3400,3450,3500,3550,3600,3650,3700,3750,3800,3850,3900,3950,4000,4050,4100,4150,4200,4250,4300,4350,4400,4450,4500,4550,4600,4650,4700,4750,4800,4850,4900,4950,5000,5050,5100,5150,5200]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Bipod","type":2,"effects":[0,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,0,0,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"YKM Flash Guard","type":5,"effects":[0,0,0,0,-12,0,0,0,0,0,0,0,-9.8,-15,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,10,0,0,-6.4,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Barrel","type":6,"effects":[0,-4,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-12,5.6,0,11.2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-10,3.2,0,6.8,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,0,7,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,0,0,-3.2,-8.8,0,0,-10,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag A","type":8,"effects":[0,3,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag B","type":8,"effects":[0,5,0,0,0,0,-1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"UL736","guntype":3,"description":"5.56x45mm light machine gun with a bullpup design. Decreased damage output but has the highest mobility in class. ","drm":[{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[25,22,20,18],"range":[26.1,36.1,55]}],"stats":[0,0,0,0,1,621,0,0,500,3,4.01,0,0,0,465,165,110,30,120,1,1.9,2.3,3.05,566.6,866.6,135,4.3,0,0,0,0,0],"recoil":{"hr":[0,30,63,99,138,180,225,225,197,167,135,101,65,27,-13,-55,-99,-147,-187,-159,-129,-97,-63,-27,11,51,71,91,111,131,151,171,191,211,231,251,271,291,311,331,351,371,391,411,431,451,471,491,511,531,551,571,591,611,631,651,671,691,711,731],"vr":[0,50,115,195,290,400,525,580,637,696,757,820,885,952,1082,1197,1297,1382,1452,1507,1557,1607,1657,1707,1757,1795,1832,1870,1907,1945,1982,2020,2057,2095,2132,2170,2207,2245,2282,2320,2357,2395,2432,2470,2507,2545,2582,2620,2657,2695,2732,2770,2807,2845,2882,2920,2957,2995,3032,3070]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Bipod","type":2,"effects":[0,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,0,0,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"YKM Flash Guard","type":5,"effects":[0,0,0,0,-12,0,0,0,0,0,0,0,-9.8,-15,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,12,-15.1,-3.2,-7.8,0,-5,-15,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Barrel","type":6,"effects":[0,-4,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-12,5.6,0,11.2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-10,3.2,0,6.8,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,0,7,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,0,0,-3.2,-8.8,0,0,-10,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag A","type":8,"effects":[0,3,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag B","type":8,"effects":[0,5,0,0,0,0,-1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"Arctic .50","guntype":5,"description":"12.7x99mm sniper rifle featuring a built-in recoil reduction system. Its semi automatic firing mechanism provides both high damage and fast rate of fire with reduced mobility.","drm":[{"bodymultiplier":[1.6,1.4,1.4,1.4,1.4,1.4,1.4,1,1,1,1,1,1],"damage":[85,80],"range":[63]},{"bodymultiplier":[1.24,1.205,1.205,1.205,1.205,1.205,1.205,1,1,0.67,0.67,0.67,0.67],"damage":[127,120],"range":[79]}],"stats":[0,0,0,0,3,124,0,0,600,3,0,50.26,0,0,465,250,440,7,28,1,2.05,2.85,3.45,416.6,716.6,135,3.98,0,0,0,0,2000],"recoil":{"hr":[0],"vr":[0]},"aments":[{"name":"Tactical Scope","type":1,"effects":[150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"6x Scope","type":1,"effects":[600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Bipod","type":2,"effects":[0,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,0,0,0,-4,0,0,0,-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-7,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,4,4,0,0,0,0,0,0,-15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,3,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,8,0,0,0,0,0,-5,0,0,0,0,0,25,0,0,0,0,0,20,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-10,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0]},{"name":"RTC Compensator","type":5,"effects":[0,10,-15,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,12,-20,-16,0,0,-6,-20,0,0,0,-45,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,8,-10,0,0,0,0,0,0,0,0,-25,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Integral Suppressor Barrel","type":6,"effects":[0,4,0,0,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1000000,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-7,10,0,0,0,5,5,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Skeleton Stock","type":7,"effects":[0,-5,6.4,6.4,0,0,0,15,0,0,0,20,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,4,0,0,0,20,0,0,0,10,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,10,0,-20,0,0,0,-10,0,0,0,-35,0,0,0,0,0,0,0,-45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0]},{"name":"Extended Mag A","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag B","type":8,"effects":[0,3,0,0,0,0,-2,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stopping Power","type":8,"effects":[0,20,30,0,0,0,0,0,0,0,0,0,0,25,5,0,-28.6,0,0,0,0,0,0,0,0,0,1,-2,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-5]}]},{"gunname":"DL Q33","guntype":5,"description":"10.36x77mm sniper rifle with moderate maneuverability. Maintains a high lethality at long range.","drm":[{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,0.67,0.67,0.67,0.67],"damage":[135,120],"range":[210]}],"stats":[0,0,0,0,7,50,0,0,550,3,0,113.1,0,0,500,235,440,6,24,1,1.95,3.15,3.4,433.3,666.6,135,4.06,0,0,0,0,1000],"recoil":{"hr":[0],"vr":[0]},"aments":[{"name":"Tactical Scope","type":1,"effects":[150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"6x Scope","type":1,"effects":[600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Bipod","type":2,"effects":[0,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-3,0,0,0,0,0,0,0,0,-1.5,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,3,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,8,0,0,0,0,0,-5,0,0,0,0,0,25,0,0,0,0,0,20,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-10,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0]},{"name":"RTC Compensator","type":5,"effects":[0,10,-15,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,15,-20,-20,0,0,-6,-20,0,0,0,-45,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Barrel","type":6,"effects":[0,15,-15,0,0,0,-6,-10,0,0,0,-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Barrel","type":6,"effects":[0,-10,4,4,0,0,0,0,0,0,-2.5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-10,4,4,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Skeleton Stock","type":7,"effects":[0,-5,4,4,0,0,0,15,0,0,0,15,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,0,0,-10,0,0,0,-10,0,0,0,-25,0,0,0,0,0,0,0,-30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0]},{"name":"Ranger Stock","type":7,"effects":[0,8,0,-15,0,0,0,-15,0,0,0,-45,0,0,0,0,0,0,0,-60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0]},{"name":"Extended Mag A","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag B","type":8,"effects":[0,3,0,0,0,0,-2,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"Locus","guntype":5,"description":"8.6x70mm sniper rifle with ergonomic and mechanical optimizations. Moderate mobility and rate of fire among bolt-action rifles. ","drm":[{"bodymultiplier":[1.5,1.5,1.5,1.5,1.5,1.5,1.5,1,1,1,1,1,1],"damage":[95,90],"range":[66]},{"bodymultiplier":[1,1,1,1,1,1,1,1,1,0.67,0.67,0.67,0.67],"damage":[142,135],"range":[82]}],"stats":[0,0,0,0,7,60,0,0,600,3,0,113.1,0,0,485,235,440,8,32,1,1.95,2.7,3.05,416.6,666.6,135,4.13,0,0,0,0,1000],"recoil":{"hr":[0],"vr":[0]},"aments":[{"name":"Tactical Scope","type":1,"effects":[150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"6x Scope","type":1,"effects":[600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,0,0,0,-4,0,0,0,-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-7,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,4,4,0,0,0,0,0,0,-15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-3,0,0,0,0,0,0,0,0,-1.5,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,3,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,8,0,0,0,0,0,-5,0,0,0,0,0,25,0,0,0,0,0,20,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-10,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0]},{"name":"RTC Compensator","type":5,"effects":[0,10,-15,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0]},{"name":"Ranger Barrel","type":6,"effects":[0,15,-15,0,0,0,-6,-15,0,0,0,-35,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,10,-8,0,0,0,0,0,0,0,0,-10,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-5,10,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Skeleton Stock","type":7,"effects":[0,-5,4.8,4.8,0,0,0,15,0,0,0,15,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,4,0,0,0,20,0,0,0,10,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,7,0,-15,0,0,0,-10,0,0,0,-30,0,0,0,0,0,0,0,-60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0]},{"name":"Extended Mag A","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag B","type":8,"effects":[0,3,0,0,0,0,-2,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stopping Power","type":8,"effects":[0,7,9.6,0,0,0,0,0,0,0,0,0,0,25,5,0,-13,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0]}]},{"gunname":"Outlaw","guntype":5,"description":"8.6x70mm sniper rifle feeding from a cylinder. Effective at medium range due to a very high rate of fire and mobility. ","drm":[{"bodymultiplier":[1.5,1.5,1.5,1.5,1.5,1.5,1.2,1,1,1,1,1,1],"damage":[90,75],"range":[31]}],"stats":[0,0,0,0,7,66,0,0,550,3,0,201.06,0,0,450,185,440,6,24,1,2,2.5,3.1,466.6,666.6,135,4.41,0,0,0,0,500],"recoil":{"hr":[0],"vr":[0]},"aments":[{"name":"Tactical Scope","type":1,"effects":[150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"6x Scope","type":1,"effects":[600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Bipod","type":2,"effects":[0,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,0,0,0,-4,0,0,0,-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-7,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,4,4,0,0,0,0,0,0,-15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-3,0,0,0,0,0,0,0,0,-1.5,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,3,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,8,0,0,0,0,0,-5,0,0,0,0,0,25,0,0,0,0,0,20,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-10,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0]},{"name":"RTC Compensator","type":5,"effects":[0,10,-15,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0]},{"name":"Ranger Barrel","type":6,"effects":[0,15,-15,0,0,0,-6,-15,0,0,0,-45,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,10,-10,0,0,0,0,0,0,0,0,-20,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-7,10,0,0,0,5,5,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-10,12,12,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Skeleton Stock","type":7,"effects":[0,-5,8,8,0,0,0,15,0,0,0,20,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,4.8,0,0,0,20,0,0,0,10,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,7,0,-20,0,0,0,-10,0,0,0,-35,0,0,0,0,0,0,0,-45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0]},{"name":"Stalker Stock","type":7,"effects":[0,-5,1.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag A","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag B","type":8,"effects":[0,3,0,0,0,0,-2,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"M21 EBR","guntype":5,"description":"7.62x51mm designated marksman rifle with semi automatic firing mechanism. Higher rate of fire at the cost of lower damage. ","drm":[{"bodymultiplier":[1.5,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[60,55],"range":[76]}],"stats":[0,0,0,0,3,205,0,0,450,3,0,78.54,0,0,365,165,440,10,40,1,2.05,2.8,3.35,400,650,135,4.3,0,0,0,0,2000],"recoil":{"hr":[0,37,74,111,148,185,222,259,296,333,370,407,444,481,518,555,592,629,666,703],"vr":[0,70,140,210,280,350,420,490,560,630,700,770,840,910,980,1050,1120,1190,1260,1330]},"aments":[{"name":"Tactical Scope","type":1,"effects":[150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"6x Scope","type":1,"effects":[600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-10,0,0,0,-2,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,-5,0,0,0,-1,-5,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-20,0,0,0,0,-10,0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-8,0,0,0,0,-10,0,0,0,0,-7.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Bipod","type":2,"effects":[0,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-3,0,0,0,0,0,0,0,0,-1.5,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,3,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,8,0,0,0,0,0,-5,0,0,0,0,0,25,0,0,0,0,0,20,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-10,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0]},{"name":"RTC Compensator","type":5,"effects":[0,10,-15,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0]},{"name":"Ranger Barrel","type":6,"effects":[0,15,-15,0,0,0,-6,-15,0,0,0,-45,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,10,-8,0,0,0,0,0,0,0,0,-25,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Barrel","type":6,"effects":[0,-10,4,4,0,0,0,0,0,0,-2.5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-20,10,0,0,0,4,10,0,0,0,30,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-75,0,0,0]},{"name":"Skeleton Stock","type":7,"effects":[0,-5,4.8,4.8,0,0,0,15,0,0,0,15,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,4,0,0,0,20,0,0,0,10,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,0,0,-20,0,0,0,-10,0,0,0,-25,0,0,0,0,0,0,0,-60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0]},{"name":"Extended Mag A","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag B","type":8,"effects":[0,3,0,0,0,0,-2,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"NA-45","guntype":5,"description":"11.43x73mm sniper rifle with unique primer and catalyst rounds utilizing semi automtic firing mechanism. The primers detonate and deal area damage after catalysts hit nearby, making up for the low magazine capacity. ","drm":[{"bodymultiplier":[3.5,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[30],"range":[]},{"bodymultiplier":[3.5,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[30],"range":[]},{"bodymultiplier":[3.5,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[30],"range":[]},{"bodymultiplier":[3.5,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[30],"range":[]}],"stats":[0,3,5,103.58,3,392,0,0,275,3,0,78.54,0,0,465,215,440,2,32,1,1.5,2.05,2.05,400,733.3,135,4.05,0,0,0,0,2000],"recoil":{"hr":[0],"vr":[0]},"aments":[{"name":"Tactical Scope","type":1,"effects":[150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"6x Scope","type":1,"effects":[600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-10,0,0,0,-2,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,-5,0,0,0,-1,-5,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-20,0,0,0,0,-10,0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-8,0,0,0,0,-10,0,0,0,0,-7.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Bipod","type":2,"effects":[0,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Trigger","type":2,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Heavy Duty Trigger","type":2,"effects":[0,0,-8.5,0,0,0,0,0,0,0,0,0,0,0,0,0,-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-3,0,0,0,0,0,0,0,0,-1.5,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,3,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,8,-15,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-10,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,12,-10,-8,0,0,-3,-7,0,0,0,-45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Barrel","type":6,"effects":[0,8,-5,-4,0,0,-1,-5,0,0,0,-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Barrel","type":6,"effects":[0,-10,12,12,0,0,0,0,0,0,-2.5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Skeleton Stock","type":7,"effects":[0,-5,8,8,0,0,0,15,0,0,0,15,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,8,0,0,0,20,0,0,0,10,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,0,0,-15,0,0,0,-10,0,0,0,-15,0,0,0,0,0,0,0,-35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0]},{"name":"Electromagnetic Ammo","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Fragment Ammo","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"High Explosive Ammo","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179.82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"XPR-50","guntype":5,"description":"12.7x99mm sniper rifle using semi automatic firing mechanism. Deals high damage to the head with an increased rate of fire. ","drm":[{"bodymultiplier":[2,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[55,50],"range":[63]},{"bodymultiplier":[2,2,2,2,1,1,1,1,1,1,1,1,1],"damage":[55,50],"range":[78]}],"stats":[0,0,0,0,3,240,0,0,600,3,0,78.54,0,0,365,165,440,8,32,1,2.05,2.75,3.3,416.6,716.6,135,4.3,0,0,0,0,2000],"recoil":{"hr":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"vr":[0,250,500,750,1000,1100,1100,1100,1100,1100,1100,1100,1100,1100,1100,1100,1100,1100]},"aments":[{"name":"Tactical Scope","type":1,"effects":[150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"6x Scope","type":1,"effects":[600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-10,0,0,0,-2,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,-5,0,0,0,-1,-5,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-20,0,0,0,0,-10,0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-8,0,0,0,0,-10,0,0,0,0,-7.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Bipod","type":2,"effects":[0,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-3,0,0,0,0,0,0,0,0,-1.5,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,3,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,8,0,0,0,0,0,-5,0,0,0,0,0,25,0,0,0,0,0,20,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-10,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0]},{"name":"RTC Compensator","type":5,"effects":[0,10,-15,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0]},{"name":"Ranger Barrel","type":6,"effects":[0,15,-15,0,0,0,-6,-15,0,0,0,-45,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,12,-10,0,0,0,0,0,0,0,0,-25,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-7,10,0,0,0,5,5,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-20,15,0,0,0,4,10,0,0,0,30,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-75,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,0,0,-12,0,0,0,-10,0,0,0,-25,0,0,0,0,0,0,0,-45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0]},{"name":"Ghost Stock","type":7,"effects":[0,0,0,-16,-2.4,0,0,-20,0,0,0,-35,0,0,0,0,0,0,0,-60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag A","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag B","type":8,"effects":[0,3,0,0,0,0,-2,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stopping Power","type":8,"effects":[0,10,17.6,0,0,0,0,0,0,0,0,0,0,25,5,0,-33.3,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0]}]},{"gunname":"Echo","guntype":4,"description":"18.5ร—70mm shotgun using fully automatic firing mechanism. Various magazine attachments are available. ","drm":[{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[17,15,13,0],"range":[6,12,33]},{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[54,47,30,28],"range":[4,7,15]}],"stats":[8,0,0,0,1,235,0,0,0,0,0,0,7,-49,210,150,90,8,32,1,1.9,2.3,2.5,416.6,733.3,135,4.7,3.03,0,0,0,0],"recoil":{"hr":[0],"vr":[0]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,-8,-7.6,0,0,0,-5,-18.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,0,0,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,11,0,0,7,0,0,-5,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Choke","type":5,"effects":[0,0,0,0,-10,0,-5,0,0,0,7.5,0,-10,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Flash Guard","type":5,"effects":[0,0,0,0,-12,0,0,0,0,0,0,0,-9.8,-15,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,12,0,0,-7.8,0,-5,-15,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,10,0,0,-6.4,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-12,5.6,0,11.2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-15,12,0,9.6,0,3,20,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-10,3.2,0,6.8,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,0,7,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stalker Stock","type":7,"effects":[0,0,0,0,-8.8,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,3,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,5,0,0,0,0,-1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Slug Reload","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-7,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0]}]},{"gunname":"BY15","guntype":4,"description":"18.5ร—70mm shotgun. Reduced damage per pellet for better performance over range. ","drm":[{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[35,27,24,16,0],"range":[6,8,17,41]},{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[108,97,92,84],"range":[5,7,19]}],"stats":[8,0,0,0,5,72,0,0,0,0,0,0,5.6,-49,210,150,90,8,32,2,1.15,0.5,0.8,383.3,666.6,135,4.7,2.98,0,0,0,0],"recoil":{"hr":[0],"vr":[0]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,-8,-7.6,0,0,0,-5,-18.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Guard","type":2,"effects":[0,-10,-7.6,0,0,0,-5,-20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Steady Guard","type":2,"effects":[0,0,-12.5,0,-4.4,0,-3,-17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,0,0,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,11,0,0,7,0,0,-5,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marauder Suppressor","type":5,"effects":[0,10,0,0,-10,15,0,0,0,0,0,0,-10,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Choke","type":5,"effects":[0,-5,0,0,-10,0,0,0,0,0,7.5,0,-10,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Flash Guard","type":5,"effects":[0,0,0,0,-12,0,0,0,0,0,0,0,-9.8,-15,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Barrel","type":6,"effects":[0,12,0,0,-7.8,0,-5,0,0,0,0,0,-2,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,10,0,0,-6.4,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Sawed-Off Barrel","type":6,"effects":[0,-12,5.6,0,11.2,0,5,0,0,0,0,0,4.8,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-15,12,0,9.6,0,3,20,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-10,3.2,0,6.8,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,0,7,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stalker Stock","type":7,"effects":[0,0,0,0,-8.8,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,0,0,-3.2,-8.8,0,0,-10,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,5,0,0,0,0,-2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Slug Reload","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-7,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0]}]},{"gunname":"HS0405","guntype":4,"description":"18.5ร—70mm shotgun in lever action. Increased the number of pellets per shot at the cost of more pellet spread and slower rate of fire. ","drm":[{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[39,28,16,10,0],"range":[9,13,19,44]},{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[119,108,96,90],"range":[8,13,17]}],"stats":[10,0,0,0,5,48,0,0,0,0,0,0,6.5,-14.8,225,150,90,7,28,2,1.55,0.7,0.65,400,700,135,4.8,3.03,0,0,0,0],"recoil":{"hr":[0],"vr":[0]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,-8,-7.6,0,0,0,-5,-18.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,0,0,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,11,0,0,7,0,0,-5,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Choke","type":5,"effects":[0,0,0,0,-10,0,-5,0,0,0,7.5,0,-10,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Flash Guard","type":5,"effects":[0,0,0,0,-12,0,0,0,0,0,0,0,-9.8,-15,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,10,0,0,-6.4,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Sawed-Off Barrel","type":6,"effects":[0,-12,5.6,0,11.2,0,5,0,0,0,0,0,4.8,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-15,12,0,9.6,0,3,20,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,0,7,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stalker Stock","type":7,"effects":[0,0,0,0,-8.8,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,5,0,0,0,0,-2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Slug Reload","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-9,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0]}]},{"gunname":"HS2126","guntype":4,"description":"18.5ร—70mm shotgun with a bullpup design and a four-round burst firing mechanism. Uses an unique quad-tube revolver magazine.","drm":[{"bodymultiplier":[1,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[12,9,6,0],"range":[5,9,33]},{"bodymultiplier":[1,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[6,3,2,0],"range":[5,9,29]}],"stats":[8,0,0,0,2,469,469,250,0,0,0,0,7,-49,200,150,90,16,64,1,1.85,2.35,2.85,416.6,766.6,135,4.7,2.98,0,0,0,0],"recoil":{"hr":[0],"vr":[0]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,-8,-7.6,0,0,0,-5,-18.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,0,0,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,11,0,0,7,0,0,-5,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Choke","type":5,"effects":[0,0,0,0,-10,0,-5,0,0,0,7.5,0,-10,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Flash Guard","type":5,"effects":[0,0,0,0,-12,0,0,0,0,0,0,0,-9.8,-15,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,12,0,0,-7.8,0,-5,-15,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,10,0,0,-6.4,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-12,5.6,0,11.2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-10,3.2,0,6.8,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,0,7,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stalker Stock","type":7,"effects":[0,0,0,0,-8.8,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,3,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,5,0,0,0,0,-1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"FF Birdshot","type":8,"effects":[0,0,0,0,10,0,0,0,0,0,0,0,14.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,-1,0,0,1,0,0,0,0,0,0,0,0]}]},{"gunname":"KRM 262","guntype":4,"description":"18.5ร—70mm shotgun. Designed for close quarter combat with high damage but a slightly reduced rate of fire. ","drm":[{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[36,34,22,16,0],"range":[5,8,12,36]},{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[104,92,86],"range":[9,12]}],"stats":[8,0,0,0,5,57,0,0,0,0,0,0,5,-36,200,150,90,8,32,2,0.6,0.55,0.7,416.6,616.6,135,4.7,2.98,0,0,0,0],"recoil":{"hr":[0],"vr":[0]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,-8,-7.6,0,0,0,-5,-18.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,0,0,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,11,0,0,7,0,0,-5,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marauder Suppressor","type":5,"effects":[0,10,0,0,-10,15,0,0,0,0,0,0,-10,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Choke","type":5,"effects":[0,0,0,0,-10,0,-5,0,0,0,7.5,0,-10,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Flash Guard","type":5,"effects":[0,0,0,0,-12,0,0,0,0,0,0,0,-9.8,-15,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Barrel","type":6,"effects":[0,12,0,0,-7.8,0,-5,0,0,0,0,0,-2,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,10,0,0,-6.4,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Sawed-Off Barrel","type":6,"effects":[0,-12,5.6,0,11.2,0,5,0,0,0,0,0,4.8,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-15,12,0,9.6,0,3,20,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-10,3.2,0,6.8,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,0,7,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stalker Stock","type":7,"effects":[0,0,0,0,-8.8,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,0,0,-3.2,-8.8,0,0,-10,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,5,0,0,0,0,-2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Slug Reload","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-7,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0]}]},{"gunname":"Striker","guntype":4,"description":"18.5ร—70mm shotgun utilizing fully automatic firing mechanism. High damage output but has a much slower reload speed. ","drm":[{"bodymultiplier":[1,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[12,10,7,0],"range":[7,10,33]},{"bodymultiplier":[1,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[50,42,25,22],"range":[4,8,12]}],"stats":[8,0,0,0,1,260,0,0,0,0,0,0,7,-49,210,150,90,12,48,2,1.1,0.6,0.7,416.6,650,135,4.8,3.03,0,0,0,0],"recoil":{"hr":[0],"vr":[0]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,-8,-7.6,0,0,0,-5,-18.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,0,0,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,11,0,0,7,0,0,-5,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Choke","type":5,"effects":[0,0,0,0,-10,0,-5,0,0,0,7.5,0,-10,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Flash Guard","type":5,"effects":[0,0,0,0,-12,0,0,0,0,0,0,0,-9.8,-15,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,12,0,0,-7.8,0,-5,-15,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,10,0,0,-6.4,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-12,5.6,0,11.2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-10,3.2,0,6.8,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,0,7,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stalker Stock","type":7,"effects":[0,0,0,0,-8.8,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,3,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Fast Reload","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Slug Reload","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-7,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0]}]}]} +{"attachmentTypes":["Optics","Underbarrel","Rear Grip","Laser","Muzzle","Barrel","Stock","Ammunition","Perk","Bolt","Trigger Action"],"weaponTypes":["AR","SMG","LMG","Shotgun","Sniper","Marksman","Pistol"],"firingModes":["Full Auto","Burst","Semi Auto","Break Action","Pump Action","Lever Action","Bolt Action"],"penetrationLevels":["Zero","Low","Medium","High"],"reloadTypes":["Magazine","Single","Belt"],"cguns":[{"gunname":"AK-47","guntype":1,"description":"7.62x39mm assault rifle with high initial recoil and high damage over range. A 5.45x39mm magazine attachment is available for a close quarter assault rifle conversion. ","drm":[{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[33,26,23,21],"range":[21,31,55]},{"bodymultiplier":[1.25,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[25,20,17,15],"range":[14,24,36]}],"stats":[0,0,0,0,1,550,0,0,375,2,4.95,0,0,0,300,165,100,30,120,1,1.9,2.3,3.2,416.6,650,135,4.51,0,0,0,0,0],"recoil":{"hr":[0,80,80,40,10,-10,-23,-36,-49,-62,-75,-88,-101,-88,-76,-64,-51,-39,-27,-14,-2,10,23,35,47,60,72,84,97,109,122,135,148,161,174,187,172,157,142,127,112,97,82,67,52,37,22,7,-8,-23],"vr":[0,248,410,522,634,746,858,970,1082,1194,1306,1418,1530,1679,1729,1779,1829,1879,1929,1979,2027,2075,2123,2171,2219,2267,2315,2363,2411,2459,2507,2555,2603,2651,2699,2747,2773,2799,2825,2851,2877,2903,2929,2955,2981,3007,3033,3059,3085,3111]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,25,-14.8,-9.6,-8.4,0,-5,-13,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Barrel","type":6,"effects":[0,16,-11,-6.8,-5.6,0,-3,-8,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,10,0,0,-6.8,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-16,6,0,5.2,0,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-14,7.4,0,7.2,0,4,10,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-14,3.9,3.9,4,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Skeleton Stock","type":7,"effects":[0,-8,1.8,1.8,10,0,0,15,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,1.8,1.8,6.6,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,0,0,-6,-7,0,0,-14,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-2,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,3.5,0,0,0,0,-3,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"30x [5.45mm] Mag","type":8,"effects":[0,0,5.3,0,0,0,0,0,0,0,0,0,0,0,0,5,29.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0]}]},{"gunname":"AK117","guntype":1,"description":"5.45x39mm carbine. Trades high accuracy for unpredictable recoil. ","drm":[{"bodymultiplier":[1.3,1.1,1.1,1.1,1.1,1.1,1.1,1,1,1,1,1,1],"damage":[25,22,19,15],"range":[4.5,21,36.1]}],"stats":[0,0,0,0,1,769,0,0,375,2,6.95,0,0,0,285,165,100,30,120,1,1.9,2.4,3,400,733.3,135,4.56,0,0,0,0,0],"recoil":{"hr":[0],"vr":[0]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip B","type":2,"effects":[0,8,0,-13.2,-5.2,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Muzzle Brake","type":5,"effects":[0,10,6.4,-18.1,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,17,-15.4,-3.2,-8.8,0,-3,-15,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,11,0,-6,3.8,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Integral Suppressor Barrel","type":6,"effects":[0,7,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1000000,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-10,10.7,0,5,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-14,10.8,0,9.6,0,3,10,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Skeleton Stock","type":7,"effects":[0,-8,1.8,1.8,10,0,0,15,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,1.8,1.8,8,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,7,0,-3.2,-8.2,0,0,-10,0,0,0,-12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,3.5,0,0,0,0,-3,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"ASM10","guntype":1,"description":"5.45x39mm assault rifle. Improved accuracy due to an unique back-and-forth movement of the barrel and bolt carrier upon firing. ","drm":[{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[34,26,20],"range":[15.1,33]}],"stats":[0,0,0,0,1,550,0,0,450,2,6.24,0,0,0,300,175,100,25,100,1,1.8,2.85,3.75,400,733.3,135,4.48,0,0,0,0,0],"recoil":{"hr":[0,-30,-60,-25,10,45,80,120,160,200,240,190,140,90,40,-10,-35,-60,-85,-105,-125,-145,-165,-185,-205,-225,-245,-265,-285,-305,-320,-335,-350,-365,-380,-395,-410,-425,-440,-455,-470,-485,-500,-515,-530],"vr":[0,50,190,250,310,370,430,490,550,610,670,730,790,850,910,970,1032,1094,1156,1218,1280,1342,1404,1466,1528,1593,1658,1723,1788,1853,1918,1983,2048,2113,2178,2243,2308,2373,2438,2503,2568,2633,2698,2763,2828]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,14,-14,-12.7,-5,0,-4,-10,0,0,0,0,0,27.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Barrel","type":6,"effects":[0,11,-7.7,-0.8,-5.6,0,-3,-8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-10,6,0,11.2,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-17,10.8,0,9.6,0,3,10,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-12,5.8,3.7,8,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,1.6,1.6,5,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,0,0,-6,-9.2,0,0,-12,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-2,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,3,0,0,0,0,-2,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"AS VAL","guntype":1,"description":"9x39mm carbine with an unique built-in suppressor. Improved stealth at the expense of ballistic performance over range. ","drm":[{"bodymultiplier":[1.5,1.1,1.1,1.1,1,1,1,1,1,1,1,1,1],"damage":[28,25,22,19],"range":[6.8,21,31]},{"bodymultiplier":[3,1.1,1.1,1.1,1,1,1,1,1,1,1,1,1],"damage":[46,45,39,34],"range":[16,51,75]}],"stats":[0,0,0,0,1,800,0,0,450,2,5.55,0,0,0,265,135,100,25,100,1,1.5,2.3,2.75,400,666.6,135,4.7,0,0,0,0,0],"recoil":{"hr":[0,-25,-49,-74,-98,-123,-147,-172,-137,-102,-52,-2,48,98,148,198,211,224,237,250,263,276,289,302,315,337,360,384,409,435,462,490,519,549,580],"vr":[0,30,60,90,160,230,300,370,450,530,590,650,710,770,830,890,952,1014,1076,1138,1200,1262,1324,1386,1448,1538,1633,1733,1838,1948,2058,2168,2278,2388,2498]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-8.3,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-13.8,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-7.6,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Piranha Foregrip","type":2,"effects":[0,0,0,0,-10,0,-3,-10,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Quick Response Barrel","type":6,"effects":[0,-5,9.6,0,8.4,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"200mm Mid-Range Barrel","type":6,"effects":[0,12,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0]},{"name":"105mm Melee Barrel","type":6,"effects":[0,-7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-13,1.8,1.8,8,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Skeleton Stock","type":7,"effects":[0,-8,1.8,1.8,8,0,0,15,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,0,0,-3.2,-8,0,0,-20,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Stock","type":7,"effects":[0,15,0,-10.8,-16,0,-4,-15,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,3,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Fast Reload","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"10x [FMJ] Mag","type":8,"effects":[0,40,0,0,0,0,0,0,0,0,0,0,0,150,0,0,-67.9,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,1,0,0,0,0,0,1,3,0,0,0,0,0,1,0]}]},{"gunname":"BK57","guntype":1,"description":"7.62x39mm assault rifle with a bullpup design. High initial accuracy and an increased magazine size which trade for a high recoil acceleration.","drm":[{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[27,22,19],"range":[19.1,31]},{"bodymultiplier":[1.3,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[27,22,19],"range":[19.1,31]}],"stats":[0,0,0,0,1,666,0,0,500,2,6.31,0,0,0,265,165,100,35,140,1,2,2.3,2.9,416.6,633.3,135,4.66,0,0,0,0,0],"recoil":{"hr":[0,10,40,90,160,250,270,290,320,350,335,320,305,275,245,215,185,155,115,75,35,-5,-45,-85,-85,-85,-85,-85,-85,-85,-85,-85,-85,-85,-85,-85,-85,-85,-85,-85,-85,-85,-85,-85,-85,-85,-85,-85,-85,-85],"vr":[0,40,90,150,220,310,440,520,600,680,740,800,860,920,980,1040,1100,1160,1220,1260,1300,1340,1380,1420,1465,1510,1555,1600,1645,1720,1795,1870,1945,2020,2095,2170,2245,2320,2395,2475,2555,2635,2715,2795,2875,2970,3065,3160,3255,3350]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Elite Foregrip","type":2,"effects":[0,0,-5,-11.4,0,0,-3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Muzzle Brake","type":5,"effects":[0,10,6.4,-18.1,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Barrel","type":6,"effects":[0,17,-11.6,-2,-8.4,0,-4,-4,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,8,0,-6,-6.8,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-12,6,0,8.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-12,7.2,3.7,8,0,0,15,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Skeleton Stock","type":7,"effects":[0,0,0,-3.2,-8.8,0,0,-12,0,0,0,-12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,6,1.8,7.6,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,3,0,0,0,0,-2,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"40 Round Fast Reload","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Caliber Mag","type":8,"effects":[0,4,0,0,0,0,-3,-5,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0]}]},{"gunname":"DR-H","guntype":1,"description":"7.62x51mm NATO battle rifle with high close range damage but reduced accuracy and damage at long range. ","drm":[{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[32,31,28,25,24,19],"range":[7.5,14.2,18,26.1,36.1]},{"bodymultiplier":[1.2,1.2,1.2,1.2,1.2,1.2,1,1,1,1,1,1,1],"damage":[32,31,28,25,24,19],"range":[7.5,14.2,18,26.1,36.1]}],"stats":[0,0,0,0,1,571,0,0,375,2,3.89,0,0,0,285,165,100,20,80,1,1.6,2.3,2.8,400,750,135,4.51,0,0,0,0,0],"recoil":{"hr":[0,-40,-80,-80,-30,20,70,120,150,180,210,240,270,300,330,360,390,420,450,480,510,540,570,600,630,660,690,720,750,780,810,840,870,900,930,960,990,1020],"vr":[0,70,140,210,270,330,390,440,490,540,582.5,625,667.5,710,752.5,795,837.5,880,922.5,965,1007.5,1050,1092.5,1135,1177.5,1220,1262.5,1305,1347.5,1390,1432.5,1475,1517.5,1560,1602.5,1645,1687.5,1730]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Muzzle Brake","type":5,"effects":[0,10,6.4,-18.1,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,18,-14.7,-3.2,-18,0,-6,-15,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Barrel","type":6,"effects":[0,12,0,-3.2,-7.6,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Barrel","type":6,"effects":[0,-7,1.8,3.2,8.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-12,10.8,0,9.6,0,3,10,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-9,1.6,1.6,6.8,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,1.8,1.8,8,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,0,0,-3.2,-8.8,0,0,-10,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,4,0,0,0,0,-3,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"25x [OTM] Mag","type":8,"effects":[0,8,9.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0]},{"name":"30x [OTM] Mag","type":8,"effects":[0,8,9.6,0,0,0,-3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0]}]},{"gunname":"FR .556","guntype":1,"description":"5.56x45mm assault rifle with a bullpup design. High initial accuracy and long effective range makes it powerful at medium range. Recoil increases as shots are fired. ","drm":[{"bodymultiplier":[1.2,1.2,1.2,1.2,1,1,1,1,1,1,0.9,0.9,0.9],"damage":[25,19],"range":[26.1]}],"stats":[0,0,0,0,1,675,0,0,275,2,6.8,0,0,0,300,235,100,30,120,1,1.45,1.9,2.05,416.6,750,135,4.51,0,0,0,0,0],"recoil":{"hr":[0,10,30,60,90,120,150,180,210,240,270,300,330,360,380,400,420,440,460,480,500,520,540,560,600,640,680,720,760,800,840,880,920,960,1000,1040,1080,1120,1160],"vr":[0,50,100,160,235,325,415,505,595,685,775,815,855,895,935,985,1035,1085,1135,1255,1375,1495,1615,1735,1855,1975,2155,2335,2515,2695,2875,3055,3235,3415,3595,3775,3955,4135,4315]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Bipod","type":2,"effects":[0,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Barrel","type":6,"effects":[0,14,0,-3.2,-12,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,10,0,-4,-6.4,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-10,8,0,12,0,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-9,1.6,1.6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,1.8,1.8,6,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,6,0,-4,-9,0,0,-10,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-2,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Fast Reload","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"HBRa3","guntype":1,"description":"5.56x45mm assualt rifle with moderate recoil. Damage quickly drops over distance. ","drm":[{"bodymultiplier":[1.1,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[26,22,17],"range":[14.2,26.1]}],"stats":[0,0,0,0,1,700,0,0,450,2,4.92,0,0,0,265,165,100,30,120,1,1.6,2.3,3.05,416.6,683.3,135,4.51,0,0,0,0,0],"recoil":{"hr":[0,37.6,75.2,112.8,150.4,188,225.6,263.2,300.8,338.4,298.4,258.4,218.4,178.4,138.4,175.9,213.4,250.9,288.4,325.9,363.4,400.9,438.4,475.9,513.4,538.4,563.4,588.4,613.4,638.4,663.4,688.4,713.4,738.4,763.4,788.4,813.4,838.4,863.4,888.4,913.4,938.4,963.4,988.4],"vr":[0,70,150,240,330,420,469,518,567,616,666,716,766,816,866,903.6,941.2,978.8,1016.4,1054,1091.6,1129.2,1166.8,1204.4,1242,1279.6,1317.2,1354.8,1392.4,1430,1467.6,1505.2,1542.8,1580.4,1618,1655.6,1693.2,1730.8,1768.4,1806,1843.6,1881.2,1918.8,1956.4]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Muzzle Brake","type":5,"effects":[0,10,6.4,-18.1,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,18,-14.7,-3.2,-7.8,0,-4,-15,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Barrel","type":6,"effects":[0,12,0,-3.2,-7.6,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Barrel","type":6,"effects":[0,-7,1.8,3.2,8.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-14,10.8,0,9.6,0,3,20,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Skeleton Stock","type":7,"effects":[0,-9,1.6,1.6,6.8,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,1.8,1.8,8,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,7,0,-3.2,-8.8,0,0,-10,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,3.5,0,0,0,0,-2,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Fast Extended Mag","type":8,"effects":[0,5,0,0,0,0,-2,0,0,0,0,0,0,0,-18,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"HVK-30","guntype":1,"description":"7.62x35mm carbine with a high cyclic rate of fire. Its superior ergonimic design allows a faster reaction time at close range. ","drm":[{"bodymultiplier":[1.3,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[23,18,16],"range":[21,34]},{"bodymultiplier":[1.6,1,1,1,0.8,0.8,1,1,1,0.8,0.8,0.8,1],"damage":[34,24,19],"range":[6.8,46.1]}],"stats":[0,0,0,0,1,710,0,0,500,2,4.98,0,0,0,265,150,100,30,120,1,1.95,2.75,3.45,400,633.3,135,4.51,0,0,0,0,0],"recoil":{"hr":[0,-45,-90,-90,-90,-90,-50,-10,30,70,110,150,190,230,230,230,190,150,110,70,30,-10,-50,-90,-130,-170,-210,-250,-250,-250,-250,-250,-250,-250,-250,-250,-250,-250,-250,-250,-250,-250,-250,-250],"vr":[0,49.6,99.2,148.8,198.4,248,297.6,347.2,396.8,446.4,496,545.6,595.2,644.8,694.4,756.7,819,881.3,943.6,1005.9,1068.2,1130.5,1192.8,1255.1,1317.4,1379.7,1442,1504.3,1504.3,1504.3,1504.3,1504.3,1504.3,1504.3,1504.3,1504.3,1504.3,1504.3,1504.3,1504.3,1504.3,1504.3,1504.3,1504.3]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,18,-13.3,-11.3,-8.4,0,-6,-8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Integral Suppressor Heavy Barrel","type":6,"effects":[0,12,0,-7.4,-8.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1000000,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Barrel","type":6,"effects":[0,-12,7.4,0,6.2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-12,8.6,3.7,8,0,0,0,0,0,0,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,1.8,1.8,8,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,0,0,-3.2,-8.8,0,0,-12,0,0,0,-12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,3,0,0,0,0,-2,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Fast Reload","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Caliber Mag","type":8,"effects":[0,4,10,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,-6,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0]}]},{"gunname":"ICR-1","guntype":1,"description":"5.56x45mm assault rifle. Sacrifices damage output for the lowest recoil in class. ","drm":[{"bodymultiplier":[1.2,1,1.1,1.1,1,1,1,1,1,1,1,1,1],"damage":[26,24,20,19],"range":[16.1,26.1,36.1]}],"stats":[0,0,0,0,1,600,0,0,450,2,5.81,0,0,0,300,165,100,30,120,1,1.25,1.65,2.35,433.3,716.6,135,4.56,0,0,0,0,0],"recoil":{"hr":[0,0,0,0,18,36,54,72,54,36,18,0,-18,-36,-54,-91,-128,-165,-202,-239,-276,-313,-350,-387,-424,-461,-498,-535,-572,-609.5,-647,-684.5,-722,-759.5,-797,-834.5,-872,-909.5,-947,-984.5,-1022,-1059.5,-1097,-1134.5,-1172,-1209.5,-1247,-1284.5,-1322,-1359.5],"vr":[0,70,140,210,280,350,390,430,470,510,550,590,630,670,710,747.3,784.6,821.9,859.2,896.5,933.8,971.1,1008.4,1045.7,1083,1120.3,1157.6,1194.9,1232.2,1269.5,1306.8,1344.1,1381.4,1418.7,1456,1493.3,1530.6,1567.9,1605.2,1642.5,1679.8,1717.1,1754.4,1791.7,1829,1866.3,1903.6,1940.9,1978.2,2015.5]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Breacher Device","type":5,"effects":[0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,-16,-14.4,-11.3,-6.4,0,-4,-12,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Barrel","type":6,"effects":[0,10,-10.9,-6.4,-6,0,-2,-8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Integral Suppressor Light Barrel","type":6,"effects":[0,-10,8,0,4.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1000000,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-14,10.8,0,12,0,3,10,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-9,3.9,3.9,8,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,1.8,1.8,8,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,12,0,-6.7,-6.6,0,0,-12,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,2,0,0,0,0,-2,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"40 Round Fast Reload","type":8,"effects":[0,3.5,0,0,0,0,-3,0,0,0,0,0,0,0,-25,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"50 Round Fast Reload","type":8,"effects":[0,6,0,0,0,0,-3,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"KN-44","guntype":1,"description":"7.62x39mm carbine. Has a high accuracy and can be outfitted with numerous muzzle attachemnts to counter its unruly recoil. ","drm":[{"bodymultiplier":[1.2,1,1.1,1.1,1,1,1,1,1,1,1,1,1],"damage":[26,24,19],"range":[21,34]}],"stats":[0,0,0,0,1,633,0,0,550,2,6.96,0,0,0,265,165,100,30,120,1,1.75,2.15,2.9,416.6,700,135,4.56,0,0,0,0,0],"recoil":{"hr":[0,20,40,60,80,100,120,160,210,280,350,290,220,140,60,-20,-10,10,40,70,100,130,160,190,220,250,280,310,340,380,420,470,520,570,620,680,740,800,860,935,1010,1085,1160,1235],"vr":[0,80,140,200,260,320,380,440,500,560,620,680,740,880,940,1000,1060,1120,1180,1240,1300,1360,1420,1480,1540,1600,1660,1720,1780,1845,1910,1975,2040,2105,2170,2260,2350,2440,2530,2620,2710,2800,2890,2980]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Muzzle Brake","type":5,"effects":[0,10,6.4,-18.1,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,18,-14.7,-3.2,-7.8,0,-6,-14,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Barrel","type":6,"effects":[0,12,0,-3.2,-7.6,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-7,1.8,3.2,8.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-15,10.8,0,9.6,0,3,10,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-9,1.6,1.6,6.8,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,1.8,1.8,8,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,0,0,-3.2,-8.8,0,0,-10,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,3,0,0,0,0,-2,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"38 Round Fast Reload","type":8,"effects":[0,4,0,0,0,0,-2,0,0,0,0,0,0,0,-18,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"LK24","guntype":1,"description":"5.56x45mm carbine. Provides a relatively long effective range with low recoil. ","drm":[{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[26,22,18],"range":[23,39.2]}],"stats":[0,0,0,0,1,633,0,0,500,2,5.34,0,0,0,300,165,100,30,120,1,1.55,2.15,2.75,400,716.6,135,4.51,0,0,0,0,0],"recoil":{"hr":[0,-30,-60,-90,-120,-150,-180,-210,-240,-270,-340,-410,-480,-550,-620,-657.3,-694.6,-731.9,-769.2,-806.5,-843.8,-881.1,-918.4,-955.7,-993,-1030.3,-1067.6,-1104.9,-1142.2,-1179.5,-1216.8,-1254.1,-1291.4,-1328.7,-1366,-1403.3,-1440.6,-1477.9,-1515.2,-1552.5,-1589.8,-1627.1,-1664.4,-1701.7,-1739,-1776.3,-1813.6,-1850.9,-1888.2,-1925.5],"vr":[0,80,160,240,320,360,400,440,480,520,565,615,665,715,765,789.5,814,838.5,863,887.5,912,936.5,961,985.5,1010,1034.5,1059,1083.5,1108,1132.5,1157,1181.5,1206,1230.5,1255,1279.5,1304,1328.5,1353,1377.5,1402,1426.5,1451,1475.5,1500,1524.5,1549,1573.5,1598,1622.5]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,16,-14.4,-11.3,-6.4,0,-4,-12,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Barrel","type":6,"effects":[0,10,-10.9,0,-6,0,-2,-8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Integral Suppressor Light Barrel","type":6,"effects":[0,-10,8,0,4.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1000000,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-14,10.8,0,9.6,0,3,10,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-8,3.9,3.9,10,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,1.8,1.8,8.4,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,0,0,-6.7,-6.6,0,0,-12,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-2,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,3.5,0,0,0,0,-3,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"M4","guntype":1,"description":"5.56x45mm assault rifle. Sacrifices damage per shot for a longer barrel and lower recoil. Various barrel attachments avaialble for modifications. ","drm":[{"bodymultiplier":[1.2,1,1.1,1.1,1,1,1,1,1,1,1,1,1],"damage":[24,20,19],"range":[16.1,36.1]}],"stats":[0,0,0,0,1,682,0,0,450,2,5.38,0,0,0,300,165,100,30,120,1,1.45,1.85,2.55,400,650,135,4.56,0,0,0,0,0],"recoil":{"hr":[0,20,40,60,80,100,124.5,149,173.5,198,222.5,272,321.5,371,420.5,470,519.5,569,599,611.25,623.5,635.75,648,660.25,672.5,684.75,697,709.25,721.5,733.75,746,758.25,770.5,782.75,795,807.25,819.5,831.75,844,856.25,868.5,880.75,893,905.25,917.5,929.75,942,954.25,966.5,978.75],"vr":[0,47,94,159,224,289,354,419,484,549,614,651,688,725,762,799,836,873,910,947,984,1021,1058,1095,1132,1169,1206,1243,1280,1317.5,1355,1392.5,1430,1467.5,1505,1542.5,1580,1617.5,1655,1692.5,1730,1767.5,1805,1842.5,1880,1917.5,1955,1992.5,2030,2067.5]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,17,-15.1,-8.5,-8,0,-4,-16,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Barrel","type":6,"effects":[0,14,-14.4,-6.8,-5.6,0,-3,-12,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Integral Suppressor Light Barrel","type":6,"effects":[0,-8,7.4,1.6,4.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1000000,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Barrel","type":6,"effects":[0,-10,3.2,1.6,4.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-14,10.9,0,6.2,0,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-15,12.9,0,7.2,0,3,10,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-10,3.9,0,4,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,1.8,1.8,6.6,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,0,0,-8.8,-9.8,0,0,-17,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-2,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,3.5,0,0,0,0,-3,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"M16","guntype":1,"description":"5.56x45mm assault rifle. The three-round burst firing mechanism provides outstanding ballistic performance over range. ","drm":[{"bodymultiplier":[1.4,1.4,1.4,1.4,1.4,1.2,1.2,1,1,1,1,1,1],"damage":[30,27,22],"range":[21,41]}],"stats":[0,0,0,0,2,800,3,250,500,2,8.54,0,0,0,285,175,100,30,120,1,1.5,1.9,2.6,450,700,135,4.56,0,0,0,0,0],"recoil":{"hr":[0],"vr":[0]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,16,-8.2,-8.2,-4.4,0,-4,-12,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Integral Suppressor Light Barrel","type":6,"effects":[0,-8,7.4,1.6,4.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1000000,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-12,9.6,0,3,0,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-14,10.8,0,9.6,0,3,10,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-8,3.9,3.9,10,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,1.6,1.6,8.4,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,0,0,-6.7,-6.6,0,0,-12,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-2,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,3.5,0,0,0,0,-3,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"Man-O-War","guntype":1,"description":"7.8x54mm (fictional) battle rifle utilizing built-in recoil reduction mechanism. Fires devastating rounds at a slower cyclic rate of fire. ","drm":[{"bodymultiplier":[1.1,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[37,30,24],"range":[23,43.4]}],"stats":[0,0,0,0,1,500,0,0,450,2,5.06,0,0,0,350,165,100,25,100,1,1.95,2.45,3.35,400,633.3,135,4.43,0,0,0,0,0],"recoil":{"hr":[0,-38,-76,-113,-151,-189,-226,-264,-302,-339,-377,-415,-452,-490,-528,-565,-603,-640,-678,-715,-753,-790,-828,-865,-903,-940,-978,-1015,-1053,-1090,-1128,-1165,-1203,-1240,-1278],"vr":[0,100,200,300,500,700,780,860,940,1070,1200,1330,1460,1590,1680,1770,1860,1950,2040,2180,2320,2460,2600,2740,2910,3080,3250,3420,3590,3810,4030,4250,4470,4690,4910]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Huge Suppressor","type":5,"effects":[0,22,0,0,0,0,0,-10,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,18,-14,-12.7,-5,0,-6,-10,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Barrel","type":6,"effects":[0,14,-9.1,0,-5.6,0,-3,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-5,7.8,0,7,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-12,5.8,0,8,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,0,5,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,0,0,-6,-9.2,0,0,-12,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-2,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,3,0,0,0,0,-2,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"Peacekeeper MK2","guntype":1,"description":"7.62x35mm carbine, capable of modifying its cyclic rate of fire through a number of barrel attachments, making it a remarkably versatile platform. ","drm":[{"bodymultiplier":[1.24,1.1,1.1,1.1,1,1,1,1,1,1,1,1,1],"damage":[26,24,19,18],"range":[11,26.1,41]},{"bodymultiplier":[1.24,1.1,1.1,1.1,1,1,1,1,1,1,1,1,1],"damage":[26,24,19,18],"range":[11,26.1,41]},{"bodymultiplier":[1.24,1.1,1.1,1.1,1,1,1,1,1,1,1,1,1],"damage":[31,24,17,16],"range":[7,16,25]}],"stats":[0,0,0,0,1,652,0,0,450,2,6.4,0,0,0,285,150,100,25,100,1,1.45,2.1,2.9,316.6,683.3,135,4.61,0,0,0,0,0],"recoil":{"hr":[0,-60.9,-121.8,-182.7,-243.6,-182.7,-121.8,-60.9,0,65.3,130.6,195.9,261.2,200.3,139.4,78.5,17.6,-43.3,-108.6,-173.9,-239.2,-304.5,-261.5,-218.5,-175.5,-132.5,-89.5,-46.5,-3.5,39.5,82.5,125.5,168.5,211.5,254.5],"vr":[0,52.5,105,157.5,210,260,310,360,410,485,560,635,710,772.5,835,897.5,960,1022.5,1097.5,1172.5,1247.5,1322.5,1380.8,1439.1,1497.4,1555.7,1614,1672.3,1730.6,1788.9,1847.2,1905.5,1963.8,2022.1,2080.4]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Speed Foregrip","type":2,"effects":[0,0,0,-15,0,0,-5,-5,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Infiltrator Foregrip","type":2,"effects":[0,0,0,0,0,0,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Patrol Foregrip","type":2,"effects":[0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Foregrip","type":2,"effects":[0,0,0,-30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Field Agent Foregrip","type":2,"effects":[0,0,-10,-40,0,0,0,-16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rustle Grip Tape","type":3,"effects":[0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Firm Grip Tape","type":3,"effects":[0,-25,0,0,0,0,0,0,0,0,15,-90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Sturdy Grip Tape","type":3,"effects":[0,0,0,0,0,0,0,0,0,0,0,-90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Steady Aim Laser","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Combat Laser","type":4,"effects":[0,8,0,0,0,0,0,0,0,0,0,0,-24,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Aim Assist Laser","type":4,"effects":[0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Agency Suppressor","type":5,"effects":[0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Eliminator","type":5,"effects":[0,0,-10,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Infantry Compensator","type":5,"effects":[0,0,-25,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Flash Guard","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Long Range Barrel","type":6,"effects":[0,35,0,-20,0,0,-5,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Well-Forged Barrel","type":6,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Built-in Silencer Barrel","type":6,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1000000,0,0,0,0,0,0,0,0,0,0]},{"name":"Taskforce Barrel","type":6,"effects":[0,0,20,15,0,0,0,0,0,0,0,0,0,50,0,0,10.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rapid Fire Barrel","type":6,"effects":[0,0,0,0,20,0,0,0,0,0,0,0,0,-40,0,0,13.5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,0,0,0,0,0,0,0,0,0,-30,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Lightweight Stock","type":7,"effects":[0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marathon Stock","type":7,"effects":[0,0,0,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Agile Stock","type":7,"effects":[0,0,0,0,0,0,0,40,0,0,-30,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Double Stack Mag","type":8,"effects":[0,8,0,0,0,0,0,0,0,0,0,0,0,0,-25,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"Type 25","guntype":1,"description":"5.8x42mm assault rifle with a bullpup design. Has a high cyclic rate of fire as well as high mobility. ","drm":[{"bodymultiplier":[1.1,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[24,22,19,16],"range":[9,16,30]},{"bodymultiplier":[1.1,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[25,23,20,16],"range":[9,16,36]}],"stats":[0,0,0,0,1,791,0,0,450,2,6.7,0,0,0,250,165,100,30,120,1,1.6,2.1,2.6,416.6,716.6,135,4.72,0,0,0,0,0],"recoil":{"hr":[0,15,41,77,123,179,245,245,155,65,-25,15,55,95,144,193,242,291,340,390,439,489,538,588,628,668,708,748,788,828,868,898,928,958,988,1018,1048,1078,1108,1138,1168,1198,1228,1258,1288,1318],"vr":[0,60,125,195,270,420,470,520,570,620,670,720,769,819,868,918,967,1017,1066,1116,1166,1216,1266,1316,1366,1416,1466,1516,1566,1616,1665,1715,1764,1814,1863,1928,1996,2067,2141,2218,2298,2381,2467,2556,2648,2743]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,12,0,-3.2,-7.6,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Barrel","type":6,"effects":[0,-8,1.6,1.6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-10,7,0,6,0,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-10,3.2,3.2,12,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,1.6,1.6,6.8,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,0,0,-6.4,-11.2,0,0,-10,0,0,0,-8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,3.5,0,0,0,0,-3,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Fast Reload","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"42 Round Fast Reload","type":8,"effects":[0,5,0,0,0,0,-3,0,0,0,0,0,0,0,-18,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stopping Power","type":8,"effects":[0,8,8.5,0,8,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0]}]},{"gunname":"Kilo Bolt-Action","guntype":6,"description":"7.92x57mm battle rifle with relatively high rate of fire among bolt-action rifles. Compatible with multiple ammo types. ","drm":[{"bodymultiplier":[1.5,1.3,1.3,1.3,1.3,1.3,1.2,1,1,1,1,1,1],"damage":[85,80],"range":[41.2]},{"bodymultiplier":[1.16,1,1,1,1,1,1,1.16,1,0.78,0.78,0.78,0.78],"damage":[110,104],"range":[51.5]},{"bodymultiplier":[1.07,1,1,1,1,1,1,1,1,0.72,0.72,0.72,0.72],"damage":[85,80],"range":[41.2]}],"stats":[0,0,0,0,7,65,0,0,600,2,0,201.06,0,0,415,200,100,5,20,1,2.2,2.5,2.85,400,716.6,135,4.3,0,0,0,0,500],"recoil":{"hr":[0],"vr":[0]},"aments":[{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Bipod","type":2,"effects":[0,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,0,0,0,-4,0,0,0,-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-7,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,4,4,0,0,0,0,0,0,-15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-3,0,0,0,0,0,0,0,0,-1.5,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,3,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,8,0,0,0,0,0,-5,0,0,0,0,0,25,0,0,0,0,0,20,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-10,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0]},{"name":"RTC Compensator","type":5,"effects":[0,10,-15,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,15,-20,-16,0,0,-6,-20,0,0,0,-45,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Barrel","type":6,"effects":[0,15,-15,0,0,0,-6,-15,0,0,0,-30,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,10,-10,0,0,0,0,0,0,0,0,-25,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-10,8,8,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,4.8,0,0,0,20,0,0,0,10,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,10,0,-20,0,0,0,-10,0,0,0,-35,0,0,0,0,0,0,0,-30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0]},{"name":"Fast Reload","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stopping Power","type":8,"effects":[0,10,9.6,0,0,0,0,0,0,0,0,0,0,25,15,0,-13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0]},{"name":"Thermite Rounds","type":8,"effects":[0,16,14.4,0,0,0,0,0,0,0,0,0,0,0,15,0,-23.1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,2,0,6,4,200,0,0,0,0]}]},{"gunname":"SKS","guntype":6,"description":"7.62x39mm semi-automatic rifle. Provides high damage output with relatively fast rate of fire. Maintains damage consistency at long range. ","drm":[{"bodymultiplier":[2,1,1,1,0.8,0.8,0.8,0.9,1,0.9,0.8,0.8,0.8],"damage":[60,58],"range":[40]}],"stats":[0,0,0,0,3,327,0,0,500,2,0,113.1,0,0,365,185,100,20,80,1,1.35,2.5,3.2,416.6,683.3,135,4.3,0,0,0,0,2000],"recoil":{"hr":[0,-10,-19,-29,-38,-48,-57,-67,-76,-86,-96,-106,-116,-126,-135,-145,-154,-164,-173,-183,-193,-203,-213,-223,-233,-243,-252,-262,-271,-281],"vr":[0,120,200,248,296,343,391,439,486,534,582,629,677,725,772,820,868,915,963,1011,1058,1106,1154,1201,1249,1294,1339,1339,1339,1339]},"aments":[{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-10,0,0,0,-2,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,-5,0,0,0,-1,-5,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-20,0,0,0,0,-10,0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-8,0,0,0,0,-10,0,0,0,0,-7.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Bipod","type":2,"effects":[0,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,0,0,0,-4,0,0,0,-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-7,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,4,4,0,0,0,0,0,0,-15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-3,0,0,0,0,0,0,0,0,-1.5,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,3,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,8,0,0,0,0,0,-5,0,0,0,0,0,25,0,0,0,0,0,20,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-10,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,12,-15,-12,0,0,-5,-15,0,0,0,-35,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,10,-10,0,0,0,0,0,0,0,0,-20,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Barrel","type":6,"effects":[0,-10,4,4,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-15,12,0,0,0,3,20,0,0,0,30,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-75,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,10,0,-20,0,0,0,-10,0,0,0,-35,0,0,0,0,0,0,0,-45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0]},{"name":"Ranger Stock","type":7,"effects":[0,0,0,0,0,0,0,-4,0,0,0,-25,0,0,0,0,0,0,0,-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Mag","type":8,"effects":[0,-10,0,0,0,0,3,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"SP-R 208","guntype":6,"description":"7.62x51mm battle rifle. The 7.62x67mm and 8.6x70mm magazine attachments grant varying magnitude of lethality with targets. ","drm":[{"bodymultiplier":[1.34,1.2,1.2,1.2,1.2,1.2,0.93,1,1,0.87,0.67,0.67,0.67],"damage":[108,105,90],"range":[16.8,33]},{"bodymultiplier":[1.34,1.2,1.2,1.2,1.2,1.2,0.93,1,1,0.87,0.67,0.67,0.67],"damage":[115,108,105],"range":[25,49]},{"bodymultiplier":[3.34,1.2,1.2,1.2,1.2,1.2,0.93,1,1,0.87,0.67,0.67,0.67],"damage":[108,105,90],"range":[25,49]}],"stats":[0,0,0,0,7,48,0,0,500,3,0,201.06,0,0,400,185,100,5,20,1,1.7,2.85,3.25,316.6,1100,135,4.3,0,0,0,0,500],"recoil":{"hr":[0],"vr":[0]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"6x Scope","type":1,"effects":[600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-10,0,0,0,-2,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,-5,0,0,0,-1,-5,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-20,0,0,0,0,-10,0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-8,0,0,0,0,-10,0,0,0,0,-7.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Bipod","type":2,"effects":[0,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Bolt","type":10,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-40,0,0,17.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Heavy Bolt","type":10,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,-11.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-3,0,0,0,0,0,0,0,0,-1.5,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,3,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,8,0,0,0,0,0,-5,0,0,0,0,0,25,0,0,0,0,0,20,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-10,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0]},{"name":"RTC Compensator","type":5,"effects":[0,10,-15,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,15,-20,-16,0,0,-5,-15,0,0,0,-45,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,10,-10,0,0,0,0,0,0,0,0,-25,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Integral Suppressor Light Barrel","type":6,"effects":[0,-8,8,8,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,20,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Barrel","type":6,"effects":[0,-7,4.8,4.8,0,0,5,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-10,6.4,6.4,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Skeleton Stock","type":7,"effects":[0,-5,4.8,4.8,0,0,0,15,0,0,0,20,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,4,0,0,0,20,0,0,0,10,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,0,0,-15,0,0,0,-10,0,0,0,-25,0,0,0,0,0,0,0,-35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5x [.300] Mag","type":8,"effects":[0,0,0,0,0,0,-3,0,0,0,0,0,0,50,0,0,-9.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0]},{"name":"5x [.338] Mag","type":8,"effects":[0,0,7,0,0,0,0,0,0,0,0,0,0,50,0,200,-9.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0]}]},{"gunname":"AGR 556","guntype":2,"description":"9x19mm submachine gun with a bullpup design. 5.56x45mm ammo available for an assault rifle conversion with better ballistic performance at medium and long range. ","drm":[{"bodymultiplier":[1.1,1,1,1,1,1,1,1,1,0.9,0.9,0.9,0.9],"damage":[25,21,17,15],"range":[13.1,21,31]},{"bodymultiplier":[1.1,1,1,1,1,1,1,1,1,0.9,0.9,0.9,0.9],"damage":[27,23,20,18],"range":[16.1,21,31]}],"stats":[0,0,0,0,1,751,0,0,275,1,6.78,0,0,0,240,135,90,25,100,1,1.7,2.1,3.5,233.3,416.6,135,4.68,3.72,0,0,0,0],"recoil":{"hr":[0,47,94,94,49,4,-41,6,53,-17,-87,-157,-227,-200,-173,-253,-333,-413,-493,-517,-541,-565,-589,-613,-637,-661,-685,-709,-733,-757,-781,-805,-829,-853.2,-877.4,-901.6,-925.8,-950,-974.2,-998.4,-1022.6,-1046.8,-1071,-1095.2,-1119.4,-1143.6,-1167.8,-1192,-1216.2,-1240.4,-1264.6,-1288.8,-1313,-1337.2,-1361.4,-1385.6,-1409.8,-1434,-1458.2,-1482.4],"vr":[0,87,174,261,348,435,522,609,696,783,873,963,1053,1143,1233,1323,1413,1503,1593,1642.3,1691.6,1740.9,1790.2,1839.5,1888.8,1938.1,1987.4,2036.7,2086,2135.3,2184.6,2233.9,2283.2,2332.5,2381.8,2431.1,2480.4,2529.7,2579,2628.3,2677.6,2726.9,2776.2,2825.5,2874.8,2924.1,2973.4,3022.7,3072,3121.3,3170.6,3219.9,3269.2,3318.5,3367.8,3417.1,3466.4,3515.7,3565,3614.3]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Laser 1mW","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Laser 5mW","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"OWC Laser-Tactical","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,7,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,16,0,-13.9,-5.6,0,-2,-5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,10,0,0,-5.6,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Barrel","type":6,"effects":[0,-10,3.9,1.6,4.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-12,4,0,6.5,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,0,6.6,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,12,0,-6.7,-6.6,0,0,-12,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"30x [5.56mm]","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-9.1,0,0,0,0,0,0,0,0,0,0,5,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0]},{"name":"60x [5.56mm]","type":8,"effects":[0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-9.1,0,0,0,0,0,0,0,0,0,0,35,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0]}]},{"gunname":"Chicom","guntype":2,"description":"5.8x21mm personal defense weapon with a bullpup design and a three-round burst firing mechanism. High close range damage output along with a repetitive and predictable recoil on bursts. ","drm":[{"bodymultiplier":[1.4,1.3,1.3,1.3,1.3,1,1,1,1,0.9,0.9,0.9,0.9],"damage":[27,24,20,17],"range":[9,17,21]}],"stats":[0,0,0,0,2,800,3,135,333,1,9.04,0,0,0,210,150,90,33,132,1,1.75,2.15,2.75,416.6,616.6,135,4.96,4.17,0,0,0,0],"recoil":{"hr":[0],"vr":[0]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Laser 1mW","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,7,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,18,-11.6,-9.6,-5.6,0,-2,-10,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Integral Suppressor Light Barrel","type":6,"effects":[0,-10,0,0,4.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1000000,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Barrel","type":6,"effects":[0,-10,-3.9,-1.6,4.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-12,6.7,0,4,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,0,6.6,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,0,0,-7.1,-6,0,0,-15,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,3.5,0,0,0,0,-3,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"Cordite","guntype":2,"description":"5.7x28mm personal defence weapon with a bullpup design. High magazine capacity with an increased hipfire accuracy. ","drm":[{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,0.9,0.9,0.9,0.9],"damage":[24,22,19,18,16],"range":[7,19,26,33]}],"stats":[0,0,0,0,1,800,0,0,250,1,5.81,0,0,0,260,215,90,40,160,1,1.9,2.3,3.05,416.6,550,135,4.77,3.95,0,0,0,0],"recoil":{"hr":[0,-40,-79,-119,-158,-198,-158,-118,-78,-38,2,-16,-34,-52,-70,-88,-106,-124,-142,-126,-110,-94,-78,-62,-46,-30,-14,2,18,34,50,66,82,98,114,130,146,162,178,194,210,226,242,258,274,290,306,322,338,355,371,387,404,420,436,453,469,485,501,517,534,550,566,583,599,615,632,648,664,681,697,713,730,746,762,778,794,811,827,843],"vr":[0,60,130,240,360,490,630,680,730,780,830,875,920,965,1010,1048,1085,1123,1160,1198,1235,1273,1310,1348,1385,1423,1460,1498,1535,1573,1610,1648,1685,1723,1760,1798,1835,1873,1910,1948,1985,2023,2060,2098,2135,2173,2210,2248,2285,2323,2360,2397,2435,2473,2510,2548,2586,2623,2661,2698,2736,2774,2811,2849,2886,2923,2961,2998,3035,3073,3111,3148,3186,3224,3261,3299,3336,3374,3412,3449]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"OWC Foregip","type":2,"effects":[0,14,-8.4,-15.3,0,0,-2,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Laser 1mW","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,7,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,16,-10.5,-13.9,-4.4,0,-3,-10,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,10,0,0,-5.6,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-8,0,0,4,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,0,6.6,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,0,0,-7.1,-6,0,0,-15,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,6,0,0,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,8,0,0,0,0,-6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"Fennec","guntype":2,"description":"11.43x23mm submachine gun. Highest cyclic rate of fire in class and a moderate accuracy makes it effective at close and medium range. ","drm":[{"bodymultiplier":[1.1,1,1,1,1,0.9,0.9,1,1,0.9,0.9,0.9,0.9],"damage":[23,21,18,13,12],"range":[6.8,10.5,16.1,23]},{"bodymultiplier":[1.1,1,1,1,1,0.9,0.9,1,1,0.9,0.9,0.9,0.9],"damage":[12,11,9,7,6],"range":[7,11,16,23]}],"stats":[0,0,0,0,1,1111,0,0,250,1,5.57,0,0,0,200,85,90,25,100,1,1.6,2.2,2.35,400,566.6,135,4.96,4.17,0,0,0,0],"recoil":{"hr":[0,13,25,37,50,62,74,87,99,111,124,136,148,161,111,62,13,-36,-86,-135,-184,-233,-283,-332,-381,-430,-480,-529,-578,-627,-677,-726,-775,-825,-874],"vr":[0,150,270,390,510,630,730,830,930,1030,1130,1230,1330,1430,1505,1579,1653,1728,1802,1876,1951,2025,2099,2174,2248,2322,2397,2471,2545,2620,2694,2768,2843,2917,2991]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-0.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Laser 1mW","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Laser Sight","type":4,"effects":[0,8,0,0,0,-20,0,0,0,0,0,0,-7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Laser Sight","type":4,"effects":[0,8,0,0,-9.2,0,0,0,0,0,0,0,-11,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,7,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,8,0,0,-6.4,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Integral Suppressor Light Barrel","type":6,"effects":[0,-7,0,0,6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1000000,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Barrel","type":6,"effects":[0,-7,1.6,1.6,8.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-10,9.6,0,8.4,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-15,8,0,9.6,0,3,20,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-12,1.8,0,9.6,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,0,10.8,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,0,0,-6,-10.8,0,0,-10,0,0,0,-8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Fast Reload","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Mag","type":8,"effects":[0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"GKS","guntype":2,"description":"11.43x23mm submachine gun. Its high damage to the lower body offers it a reltively long effective range. ","drm":[{"bodymultiplier":[1.3,1,1.1,1.1,1,1,1,1,1,1,1,1,1],"damage":[28,24,19],"range":[21,31]}],"stats":[0,0,0,0,1,600,0,0,333,1,3.55,0,0,0,260,135,90,25,100,1,1.45,1.95,2.6,400,600,135,4.7,3.72,0,0,0,0],"recoil":{"hr":[0,50,30,0,-40,-80,-120,-160,-200,-240,-280,-320,-360,-400,-440,-480,-520,-560,-600,-640,-677,-714,-751,-788,-825,-862,-899,-936,-973,-1010,-973,-936,-899,-862,-825,-788,-751,-714,-677,-640,-603,-566,-529,-492,-455],"vr":[0,25,75,125,175,290,405,520,569.5,619,668.5,718,767.5,817,866.5,916,965.5,1015,1064.5,1114,1163.5,1213,1262.5,1312,1361.5,1411,1460.5,1510,1559.5,1609,1647,1685,1723,1761,1799,1837,1875,1913,1951,1989,2027,2065,2103,2141,2179]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Laser 1mW","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,7,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,15,-14.4,-7.8,-6,0,-2,-8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Integral Suppressor Barrel","type":6,"effects":[0,10,0,0,-6.8,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1000000,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-10,6,0,6.2,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-12,3.9,0,10,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,0,8,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,12,0,-7.4,-7,0,0,-12,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,3.5,0,0,0,0,-3,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Hybrid Mag","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"HG 40","guntype":2,"description":"9x19mm submachine gun. Trades damage output for low recoil. ","drm":[{"bodymultiplier":[1.1,1,1,1,1,1,0.9,1,1,0.9,0.9,0.9,0.9],"damage":[26,24,20,17],"range":[10.5,16.1,26.1]}],"stats":[0,0,0,0,1,675,0,0,333,1,5.6,0,0,0,240,150,90,32,128,1,1.7,2.1,2.8,416.6,550,135,4.7,3.87,0,0,0,0],"recoil":{"hr":[0,20,40,60,80,100,120,140,160,180,120,60,0,-60,-60,-60,-22.5,15,52.5,90,127.5,165,202.5,240,277.5,315,352.5,390,427.5,465,502.5,540,577.5,615,652.5,690,727.5,765,802.5,840,877.5,915,952.5,990,1027.5],"vr":[0,70,140,210,280,350,420,490,560,630,700,750,800,850,900,950,1000,1050,1100,1150,1200,1250,1300,1350,1400,1450,1500,1550,1600,1650,1700,1740,1780,1820,1860,1900,1940,1980,2020,2060,2100,2140,2180,2220,2260]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Laser 1mW","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,7,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,13,-12.3,-6.4,-6,0,-2,-8,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Integral Suppressor Barrel","type":6,"effects":[0,10,0,0,-6.8,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1000000,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-10,6,0,6.2,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-16,10.8,0,9.6,0,3,20,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-12,3.9,0,10,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Skeleton Stock","type":7,"effects":[0,-8,1.8,1.8,8,0,0,18,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,0,8,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,12,0,-6.7,-6.6,0,0,-12,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Hybrid Mag","type":8,"effects":[0,3.5,0,0,0,0,-3,-7,0,0,0,0,0,0,-25,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Hybrid Mag","type":8,"effects":[0,6,0,0,0,0,-3,-7,0,0,0,0,0,0,-25,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"MSMC","guntype":2,"description":"5.56x30mm personal defense weapon. High rate of fire and mobility makes it extremly effective in close quarter combat. Damage decays quickly over distance. ","drm":[{"bodymultiplier":[1.1,1,1,1,1,1,1,1,1,0.9,0.9,0.9,0.9],"damage":[25,21,18,16],"range":[8.6,16.1,20]}],"stats":[0,0,0,0,1,916,0,0,275,1,4.66,0,0,0,200,115,90,25,100,1,1.7,2.15,2.7,433.3,650,135,4.96,4.17,0,0,0,0],"recoil":{"hr":[0,-39,-77,-115,-154,-192,-229,-266,-303,-341,-379,-417,-455,-493,-532,-570,-608,-647,-685,-723,-760,-798,-835,-873,-910,-948,-985,-1023,-1060,-1098,-1136,-1175,-1213,-1251,-1290,-1328],"vr":[0,140,280,400,520,610,700,790,880,970,1060,1150,1240,1340,1480,1580,1670,1760,1850,2000,2165,2345,2540,2750,3050,3375,3700,4025,4350,4675,5000,5100,5200,5300,5400,5500]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Laser 1mW","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,7,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,18,-15,-9.6,-5.6,0,-3,-12,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Barrel","type":6,"effects":[0,14,-5.9,0,-4.8,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Barrel","type":6,"effects":[0,-10,3.9,6,4.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-13,12.9,0,7.2,0,3,20,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-8,3.9,0,4,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,0,6.6,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,0,0,-7.1,-6,0,0,-15,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,3.5,0,0,0,0,-3,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Fast Reload","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Hybrid Mag","type":8,"effects":[0,6,0,0,0,0,-2,-6,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"PDW-57","guntype":2,"description":"5.7x28mm personal defence weapon with a bullpup design. An unique high-capacity magazine is fitted on top of the weapon's frame. ","drm":[{"bodymultiplier":[1.1,1,1,1,1,1,1,1,1,0.9,0.9,0.9,0.9],"damage":[27,22,17,15],"range":[6.8,15.9,28.9]}],"stats":[0,0,0,0,1,751,0,0,275,1,4.24,0,0,0,240,135,90,50,200,1,2.05,2.5,2.95,416.6,550,135,4.9,4.02,0,0,0,0],"recoil":{"hr":[0,-10,-30,-60,-100,-150,-210,-270,-335,-325,-315,-305,-295,-285,-262,-239,-216,-193,-170,-147,-122,-97,-72,-47,-27,-7,13,33,53,73,93,113,133,153,173,193,213,233,253,266,278,290,303,315,327,340,352,364,377,389],"vr":[0,90,180,250,320,390,430,470,510,550,590,630,670,710,750,790,830,870,910,950,997,1044,1091,1138,1185,1232,1279,1326,1373,1420,1467,1514,1561,1608,1655,1705,1755,1805,1855,1905,1955,2005,2055,2105,2155,2205,2255,2305,2355,2405]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"OWC Foregip","type":2,"effects":[0,14,-8.4,-15.3,0,0,-2,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Laser 1mW","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,7,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,16,-10.5,-13.9,-4.4,0,-3,-10,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,10,0,0,-5.6,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-8,0,0,4,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,0,6.6,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,0,0,-7.1,-6,0,0,-15,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"Pharo","guntype":2,"description":"9x24mm (fictional) submachine gun with an unique four-round burst firing mechanism. Extremely high damage output per burst at the expense of highly unpreditable recoil. ","drm":[{"bodymultiplier":[1.1,1,1,1,1,1,1,1,1,0.9,0.9,0.9,0.9],"damage":[34,26,21,19,16],"range":[7.5,13.1,19.1,26.1]}],"stats":[0,0,0,0,2,981,4,150,275,1,5,0,0,0,240,115,90,28,112,1,1.9,2.3,3,416.6,700,135,4.96,4.17,0,0,0,0],"recoil":{"hr":[0],"vr":[0]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Laser 1mW","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,7,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,18,-15,-9.6,-5.6,0,-3,-12,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Barrel","type":6,"effects":[0,-10,3.9,3.9,4.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-12,9.6,0,3,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-12,6.7,0,4,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,0,6.6,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,0,0,-7.1,-6,0,0,-15,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,5,0,0,0,0,-3,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Fast Reload","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Hybrid Mag","type":8,"effects":[0,0,0,0,0,0,-1,-3,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"PP19 Bizon","guntype":2,"description":"9x18mm submachine gun with a remarkably high magazine capacity. Lowest recoil in class provides excellent maneverability. ","drm":[{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,1,0.8,0.8,0.8],"damage":[26,24,22,16],"range":[17.1,21,31]},{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[26,24,22,16],"range":[17.1,21,31]}],"stats":[0,0,0,0,1,652,0,0,250,1,5.82,0,0,0,240,85,90,64,256,1,1.65,2.3,2.7,400,533.3,135,4.73,3.9,0,0,0,0],"recoil":{"hr":[0,0,0,0,0,0,0,25,49,73,97,121,145,169,193,217,217,217,217,217,217,217,197,177,157,137,117,97,77,57,37,17,-3,-3,-3,17,37,57,77,97,117,137,157,177,197,217,237,257,277,257,237,217,197,177,157,137,117,97,77,57,37,17,17,17,17,17,41,65,89,113,137,161,185,209,233,257,257,257,257,257,257,257,257,257],"vr":[0,65,130,195,260,325,390,439.3,488.6,537.9,587.2,636.5,685.8,735.1,784.4,833.7,883,932.3,981.6,1030.9,1080.2,1129.5,1178.8,1228.1,1277.4,1326.7,1376,1425.3,1474.6,1523.9,1573.2,1622.5,1671.8,1721.1,1770.4,1819.7,1869,1918.3,1967.6,2016.9,2066.2,2115.5,2164.8,2214.1,2263.4,2312.7,2362,2411.3,2460.6,2509.9,2559.2,2608.5,2657.8,2707.1,2756.4,2805.7,2855,2904.3,2953.6,3002.9,3052.2,3101.5,3150.8,3200.1,3249.4,3298.7,3348,3397.3,3446.6,3495.9,3545.2,3594.5,3643.8,3693.1,3742.4,3791.7,3841,3890.3,3939.6,3988.9,4038.2,4087.5,4136.8,4186.1]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Laser 1mW","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,7,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"QQ9","guntype":2,"description":"9x19mm submachine gun. High rate of fire and mobility, effective in close quarter combat. A 10x25mm magazine attachment is provided to alleviate its rapidly decaying damage over range at the cost of a slow cyclic rate of fire. ","drm":[{"bodymultiplier":[1.1,1,1,1,1,1,1,1,1,1,0.9,0.9,0.9],"damage":[25,23,19,17,15],"range":[10.5,16.1,20,27]},{"bodymultiplier":[1.1,1,1,1,1,1,1,1,1,1,0.9,0.9,0.9],"damage":[26,23,19,17,15],"range":[12,19,24,31]}],"stats":[0,0,0,0,1,828,0,0,250,1,3.54,0,0,0,200,85,90,30,120,1,1.65,2.3,2.7,400,533.3,135,4.73,3.9,0,0,0,0],"recoil":{"hr":[0,47,94,141,188,235,282,282,282,282,282,282,282,282,320,357,394,432,469,506,544,581,618,656,693,730,768,805,842,880,917,954,992,1029,1066,1104,1141,1178,1216,1253,1290,1328,1365,1402,1440],"vr":[0,100,200,300,400,480,560,640,700,760,820,880,960,1040,1135,1230,1325,1420,1515,1610,1705,1800,1895,1990,2085,2180,2275,2370,2465,2560,2655,2750,2845,2940,3035,3130,3225,3320,3415,3510,3605,3700,3795,3890,3985]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Laser 1mW","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,7,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,8,0,0,6.4,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Integral Suppressor Light Barrel","type":6,"effects":[0,-7,0,0,8.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1000000,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Barrel","type":6,"effects":[0,-7,1.8,1.6,8.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-10,9.6,0,8.4,0,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-15,8,0,9.6,0,3,20,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-12,1.8,0,9.6,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,0,10.8,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,0,0,-6,-10.8,0,0,-10,0,0,0,-8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Fast Reload","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"30x [10mm]","type":8,"effects":[0,3,10.4,0,0,0,0,0,0,0,0,0,0,15,3,0,-9.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0]}]},{"gunname":"QXR","guntype":2,"description":"4.6x30mm personal defence weapon. Compact design allows for an ease of use in close and medium range. Very high cyclic rate of fire with an increased magazine size. ","drm":[{"bodymultiplier":[1.3,1,1.3,1.3,1,1,1,1,1,0.9,0.9,0.9,0.9],"damage":[22,19,16,12],"range":[8.6,16.1,26.1]},{"bodymultiplier":[1.3,1,1.1,1.1,1,1,1,1,1,0.9,0.9,0.9,0.9],"damage":[22,19,16,12],"range":[8.6,16.1,21]}],"stats":[0,0,0,0,1,872,0,0,250,1,4.04,0,0,0,260,115,90,40,160,1,1.5,2.2,2.45,383.3,583.3,135,4.8,3.95,0,0,0,0],"recoil":{"hr":[0,24.3,48.6,72.9,97.2,121.5,145.8,170.1,194.4,204.4,164.4,124.4,84.4,44.4,4.4,-35.6,-75.6,-115.6,-155.6,-195.6,-235.6,-275.6,-315.6,-355.6,-395.6,-435.6,-475.6,-515.6,-540.6,-564.6,-589.6,-613.6,-638.6,-662.6,-687.6,-711.6,-736.6,-760.6,-785.6,-805.6,-825.6,-845.6,-865.6,-885.6,-905.6,-925.6,-945.6,-965.6,-985.6,-1005.6],"vr":[0,49,99,150,202,255,309,364,420,477,535,594,654,715,777,840,904,969,1035,1102,1170,1239,1309,1380,1452,1525,1599,1674,1750,1827,1905,1984,2064,2145,2227,2310,2394,2479,2565,2652,2740,2835,2937,3046,3162,3285,3415,3552,3696,3847]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-8.3,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-13.8,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Laser 1mW","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,7,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,15,-5.9,-16.5,-8,0,-2,-5,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Barrel","type":6,"effects":[0,-10,6,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-12,11.2,0,3,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-13,12.9,0,7.2,0,3,20,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-8,3.9,0,4,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,0,6.6,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,12,0,-8,-6,0,0,-15,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Fast Reload","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"Razorback","guntype":2,"description":"5.7x29mm (fictional) personal defence weapon with a bullpup design. High damage output and low recoil offer superior performance at medium range. ","drm":[{"bodymultiplier":[1.1,1,1,1,1,1,0.9,1,1,0.9,0.9,0.9,0.9],"damage":[30,23,19],"range":[16,29]}],"stats":[0,0,0,0,1,633,0,0,275,1,5.47,0,0,0,240,135,90,30,120,1,1.7,2.1,2.65,400,650,135,4.7,3.72,0,0,0,0],"recoil":{"hr":[0,10,25,45,70,100,138,184,238,300,277,248,213,172,125,72,13,-7,-27,-47,-67,-87,-107,-127,-147,-167,-187,-207,-227,-247,-267,-287,-299.5,-312,-324.5,-337,-349.5,-362,-374.5,-387,-399.5,-412],"vr":[0,90,165,240,315,390,465,540,615,690,720,750,780,810,840,870,900,949.6,999.2,1048.8,1098.4,1148,1197.6,1247.2,1296.8,1346.4,1396,1445.6,1495.2,1544.8,1594.4,1644,1693.6,1743.2,1792.8,1842.4,1892,1941.6,1991.2,2040.8,2090.4,2140]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"OWC Foregip","type":2,"effects":[0,14,-8.4,-15.3,0,0,-2,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Laser 1mW","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,7,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,16,-10.5,-13.9,-4.4,0,-3,-10,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,10,0,0,-5.6,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-8,0,0,4,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,0,6.6,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,0,0,-7.1,-6,0,0,-15,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-2,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"RUS-79U","guntype":2,"description":"5.45x39mm carbine. Increased cartridge size while maintaining recoil and handling, suitable for medium range. ","drm":[{"bodymultiplier":[1.1,1,1,1,1,1,1,1,1,0.9,0.9,0.9,0.9],"damage":[28,24,18,15],"range":[4.5,19.1,33]}],"stats":[0,0,0,0,1,769,0,0,250,1,7.03,0,0,0,260,115,90,30,120,1,1.8,2.2,2.95,416.6,616.6,135,4.83,3.97,0,0,0,0],"recoil":{"hr":[0,0,0,0,40,80,120,160,200,240,275,310,345,380,415,375,335,295,255,215,185,155,125,95,65,35,22,9,-4,-17,-30,-43,-56,-69,-82,-95,-108,-121,-134,-147,-134,-121,-108,-95,-82,-69,-56,-43,-30,-17],"vr":[0,60,118,174,229,283,336,388,439,489,538,587,636,685,734,783,832,881,930,979,1028,1077.5,1127,1176.5,1226,1275.5,1325,1374.5,1424,1473.5,1523,1572.5,1622,1671.5,1721,1770.5,1820,1869.5,1919,1968.5,2018,2067.5,2117,2166.5,2216,2265.5,2315,2364.5,2414,2463.5]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Laser 1mW","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,7,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,16,-15.1,-6.8,-5.6,0,-3,-8,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Integral Suppressor Light Barrel","type":6,"effects":[0,-10,0,0,4.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1000000,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-16,6,0,4,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-14,8,0,5.6,0,4,20,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-14,3.9,0,4,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Skeleton Stock","type":7,"effects":[0,-8,1.8,1.8,3.2,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,0,0,-6,-4.8,0,0,-14,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,3.5,0,0,0,0,-3,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Hybrid Mag","type":8,"effects":[0,6,0,0,0,0,-1,-3,0,0,0,0,0,0,-18,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":".50 GS","guntype":7,"description":"12.7x33mm pistol. Trades high recoil for extremely hard-hitting rounds. ","drm":[{"bodymultiplier":[1.5,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[70,55,48],"range":[10,26]},{"bodymultiplier":[1.5,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[60,45,40],"range":[10,26]}],"stats":[0,0,0,0,1,164,0,0,215,1,0,0,0,0,190,100,90,7,28,1,1.4,2,2.25,350,500,135,5.03,4.23,0,0,0,0],"recoil":{"hr":[0],"vr":[0]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Laser 1mW","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,14,0,-3.2,-5.8,0,-2,-5,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,10,0,0,-5.6,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,5,0,0,0,0,-3,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Lightweight Trigger","type":11,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Match Grade Trigger","type":11,"effects":[0,0,0,0,-5,0,0,0,0,0,0,0,10,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Heavy Duty Trigger","type":11,"effects":[0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"J358","guntype":7,"description":"9.1x33mm (fictional) revolver. Higher damage output but less flexibility for modification.","drm":[{"bodymultiplier":[1.5,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[60,40,34,25],"range":[19,21,36]},{"bodymultiplier":[1.5,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[70,50,44,35],"range":[19,21,36]}],"stats":[0,0,0,0,1,200,0,0,0,1,0,0,0,0,185,100,90,6,24,1,1.85,2.65,2.7,266.6,333.3,135,5,4.23,0,0,0,0],"recoil":{"hr":[0,110,330,590,860,1140,1430,1580],"vr":[0,110,250,470,700,930,1110,1290]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Shoulder Stock","type":3,"effects":[0,7,0,-3.2,-7.2,0,0,-10,0,0,0,-12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Wood Shoulder Stock","type":3,"effects":[0,0,0,-6.7,-13.2,0,0,-15,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Laser 1mW","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-12.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-1.5,-1.4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Barrel","type":6,"effects":[0,14,0,-10.5,-7.8,0,-6,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,12,0,0,-7.6,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-7,9.6,0,8.4,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stopping Power","type":8,"effects":[0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0]},{"name":"Lightweight Trigger","type":11,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Match Grade Trigger","type":11,"effects":[0,0,0,0,-5,0,0,0,0,0,0,0,10,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Heavy Duty Trigger","type":11,"effects":[0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"MW11","guntype":7,"description":"11.43x23mm pistol. Best mobility in class. ","drm":[{"bodymultiplier":[1.3,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[26,20,17,16],"range":[20,26,30]}],"stats":[0,0,0,0,1,300,0,0,250,1,0,0,0,0,185,100,90,6,24,1,1.15,1.6,1.6,333.3,350,135,5.05,4.25,0,0,0,0],"recoil":{"hr":[0,-15,-30,-45,-60,-75,-90,-105,-90,-75,-60,-45,-30,-15,0,0,0,0,0,0],"vr":[0,160,320,480,640,790,940,1090,1240,1390,1520,1650,1780,1910,2040,2040,2040,2040,2040,2040]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Laser 1mW","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,7,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-12.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-1.5,-1.4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,12,0,0,-7.6,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Integral Suppressor Barrel","type":6,"effects":[0,7,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-7,9.6,0,8.4,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,3,0,0,0,0,-2,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Lightweight Trigger","type":11,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Match Grade Trigger","type":11,"effects":[0,0,0,0,-5,0,0,0,0,0,0,0,10,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Heavy Duty Trigger","type":11,"effects":[0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"Renetti","guntype":7,"description":"9x19mm pistol with a three-round burst firing mechanism. Deals high damage to upper body. ","drm":[{"bodymultiplier":[2,1.5,1.5,1.5,1.5,1.5,1.5,1,1,1,1,1,1],"damage":[28,25,22],"range":[6.8,16.1]}],"stats":[0,0,0,0,2,720,3,365,0,1,0,0,0,0,185,115,90,15,30,1,1.2,1.7,2.1,300,383.3,135,5,4.23,0,0,0,0],"recoil":{"hr":[0],"vr":[0]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,3.2,3.2,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Handmade Grip Tape","type":3,"effects":[0,0,4,0,12,0,0,0,0,0,-15,0,-12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Laser 1mW","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Lightweight Trigger","type":11,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Match Grade Trigger","type":11,"effects":[0,0,0,0,-5,0,0,0,0,0,0,0,10,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Heavy Duty Trigger","type":11,"effects":[0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"Chopper","guntype":3,"description":"5.56x45mm light machine gun. Has an unique conversion which cannot be aimed down sights. Relatively high recoil. ","drm":[{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[25,21,17],"range":[10.5,36.1]}],"stats":[0,0,0,0,1,751,0,0,550,3,4.16,0,0,0,465,250,110,100,300,3,3.5,4.6,5.25,583.3,900,135,4.16,0,0,0,0,0],"recoil":{"hr":[0,-25,-50,-75,-100,-125,-150,-125,-100,-75,-50,-25,4,35,68,103,140,179,220,263,308,355,404,455,508,563,620,679,740,803,868,935,1004,1075,1148,1122,1094,1064,1032,998,962,924,887,849,812,774,737,699,662,624,587,549,512,474,437,399,362,324,287,249,212,174,137,99,62,24,-13,-51,-88,-126,-164,-202,-240,-278,-316,-354,-391,-429,-467,-505,-543,-581,-619,-657,-694,-732,-770,-808,-846,-884,-922,-960,-997,-1035,-1073,-1111,-1149,-1187,-1225,-1263,-1301,-1339,-1377,-1415,-1453,-1491,-1529,-1567,-1605,-1655,-1704,-1754,-1803,-1853,-1902,-1952,-2001,-2051,-2100,-2150,-2199,-2249,-2298,-2348,-2397,-2447,-2496,-2546,-2595,-2645,-2694,-2744,-2793,-2843,-2892,-2942,-2991,-3041,-3090,-3140,-3189,-3239,-3288,-3338,-3387,-3437,-3486,-3536,-3585,-3635],"vr":[0,80,160,240,320,360,401.75,445.25,490.5,537.5,586.25,636.75,689,743,798.75,856.25,915.5,976.5,1039.25,1103.75,1170,1238,1307.75,1379.25,1452.5,1527.5,1604.25,1682.75,1763,1845,1928.75,2014.25,2101.5,2190.5,2281.25,2326.25,2371.25,2416.25,2461.25,2506.25,2551.25,2596.25,2641.25,2686.25,2731.25,2776.25,2821.25,2866.25,2911.25,2960.25,3009.25,3059.25,3108.25,3157.25,3207.25,3256.25,3305.25,3355.25,3404.25,3453.25,3503.25,3552.25,3601.25,3651.25,3700.25,3749.25,3799.25,3848.25,3897.25,3947.25,3996.25,4045.25,4095.25,4144.25,4193.25,4243.25,4292.25,4341.25,4391.25,4441.25,4490.25,4540.25,4589.25,4639.25,4688.25,4738.25,4787.25,4837.25,4886.25,4936.25,4985.25,5035.25,5084.25,5134.25,5183.25,5233.25,5282.25,5332.25,5381.25,5436.25,5491.25,5546.25,5601.25,5656.25,5711.25,5766.25,5821.25,5876.25,5931.25,5993.25,6055.25,6117.25,6179.25,6241.25,6303.25,6365.25,6427.25,6489.25,6551.25,6613.25,6675.25,6737.25,6799.25,6861.25,6923.25,6985.25,7047.25,7109.25,7171.25,7233.25,7295.25,7357.25,7419.25,7481.25,7543.25,7605.25,7667.25,7729.25,7791.25,7853.25,7915.25,7977.25,8039.25,8101.25,8163.25,8225.25,8287.25,8349.25,8411.25,8473.25]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Bipod","type":2,"effects":[0,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Heavy Handle","type":2,"effects":[0,0,-8.2,0,-5,0,4,0,0,0,0,0,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,10100010000,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,0,0,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Laser Sight","type":4,"effects":[0,8,0,0,0,-20,0,0,0,0,0,0,-7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Laser Sight","type":4,"effects":[0,8,0,0,-9.2,0,0,0,0,0,0,0,-11,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"YKM Flash Guard","type":5,"effects":[0,0,0,0,-12,0,0,0,0,0,0,0,-9.8,-15,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Chopper Heavy","type":6,"effects":[0,18,-13,-3.2,-10.8,0,-6,-20,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Chopper Infantry","type":6,"effects":[0,10,0,-8,-8.4,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Chopper Special Forces","type":6,"effects":[0,-7,2.5,3.2,7,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-8,3.2,3.2,6.8,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,1.6,1.6,7,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,0,0,-3.2,-8.8,0,0,-10,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"120 Round Reload","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"150 Round Reload","type":8,"effects":[0,3,0,0,0,0,-2,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"Holger-26","guntype":3,"description":"5.56x45mm light machine gun with very high damage output. Various attachments can drastically improve mobility and handling. ","drm":[{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[31,25,21,19],"range":[17.1,25,51]}],"stats":[0,0,0,0,1,710,0,0,0,3,4.82,0,0,0,565,165,110,100,400,1,2,3.1,3.3,450,833.3,135,4.3,0,0,0,0,0],"recoil":{"hr":[0,20,40,60,80,110,150,190,230,270,310,345,380,415,450,485,505,525,535,525,510,473,435,398,361,323,286,249,211,174,149,129,114,104,104,104,144,184,224,264,304,344,364,384,404,424,444,464,484,484,484,464,424,384,344,304,264,224,204,184,164,144,124,104,104,104,144,184,233.25,282.5,331.75,381,430.25,479.5,528.75,578,627.25,676.5,725.75,775,824.25,873.5,922.75,972,1021.25,1070.5,1119.75,1169,1218.25,1267.5,1316.75,1366,1415.25,1464.5,1513.75,1563,1612.25,1661.5,1710.75,1760],"vr":[0,65,130,195,260,325,385,445,505,554.3,603.6,652.9,702.2,751.5,800.8,850.1,899.4,948.7,998,1047.3,1096.6,1145.9,1195.2,1244.5,1293.8,1343.1,1392.4,1441.7,1491,1540.3,1589.6,1638.9,1688.2,1737.5,1786.8,1836.1,1885.4,1934.7,1984,2033.3,2082.6,2131.9,2181.2,2230.5,2279.8,2329.1,2378.4,2427.7,2477,2526.3,2575.6,2624.9,2674.2,2723.5,2772.8,2822.1,2871.4,2920.7,2970,3019.3,3068.6,3117.9,3167.2,3216.5,3265.8,3315.1,3364.4,3413.7,3463,3512.3,3561.6,3610.9,3660.2,3709.5,3758.8,3808.1,3857.4,3906.7,3956,4005.3,4054.6,4103.9,4153.2,4202.5,4251.8,4301.1,4350.4,4399.7,4449,4498.3,4547.6,4596.9,4646.2,4695.5,4744.8,4794.1,4843.4,4892.7,4942,4991.3]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Bipod","type":2,"effects":[0,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,0,0,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,-9.6,0,0,0,0,0,0,0,-9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Barrel","type":6,"effects":[0,-12,6.4,3.2,4.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-8,12,0,15,0,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-10,12,0,12,0,4,40,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-15,3.2,3.2,6.8,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,1.6,1.6,7,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,0,0,-3.2,-8.8,0,0,-30,0,0,0,-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Mag","type":8,"effects":[0,-25,0,0,0,0,3,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,-70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Hybrid Light Mag","type":8,"effects":[0,-23,0,0,0,0,0,0,0,0,0,0,0,0,-35,0,0,0,0,0,0,0,0,0,0,0,0,-65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"M4LMG","guntype":3,"description":"5.56x45mm light machine gun. Attachments can greatly improve mobility at the cost of more recoil. ","drm":[{"bodymultiplier":[1.1,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[32,23,19],"range":[21,51]}],"stats":[0,0,0,0,1,633,0,0,333,3,4.95,0,0,0,565,165,110,100,400,1,2.15,3.1,3.7,550,800,135,4.35,0,0,0,0,0],"recoil":{"hr":[0,-20,-40,-60,-80,-100,-120,-140,-160,-180,-200,-220,-181,-142,-103,-73,-43,-13,17,47,77,107,137,167,197,227,257,287,311.5,336,360.5,385,409.5,434,458.5,483,507.5,532,556.5,581,605.5,630,654.5,679,703.5,728,752.5,777,801.5,826,850.5,875,899.5,924,948.5,973,997.5,1022,1046.5,1071,1095.5,1120,1144.5,1169,1193.5,1218,1242.5,1267,1291.5,1316,1340.5,1365,1389.5,1414,1438.5,1463,1487.5,1512,1536.5,1561,1585.5,1610,1634.5,1659,1683.5,1708,1732.5,1757,1781.5,1806,1830.5,1855,1879.5,1904,1928.5,1953,1977.5,2002,2026.5,2051],"vr":[0,75,150,220,290,360,430,470,510,550,590,630,670,710,750,790,830,870,894.6,919.2,943.8,968.4,993,1017.6,1042.2,1066.8,1091.4,1116,1140.6,1165.2,1189.8,1214.4,1239,1263.6,1288.2,1312.8,1337.4,1362,1386.6,1411.2,1435.8,1460.4,1485,1509.6,1534.2,1558.8,1583.4,1608,1632.6,1657.2,1681.8,1706.4,1731,1755.6,1780.2,1804.8,1829.4,1854,1878.6,1903.2,1927.8,1952.4,1977,2001.6,2026.2,2050.8,2075.4,2100,2124.6,2149.2,2173.8,2198.4,2223,2247.6,2272.2,2296.8,2321.4,2346,2370.6,2395.2,2419.8,2444.4,2469,2493.6,2518.2,2542.8,2567.4,2592,2616.6,2641.2,2665.8,2690.4,2715,2739.6,2764.2,2788.8,2813.4,2838,2862.6,2887.2]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Bipod","type":2,"effects":[0,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,0,0,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"YKM Flash Guard","type":5,"effects":[0,0,0,0,-12,0,0,0,0,0,0,0,-9.8,-15,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Short Barrel","type":6,"effects":[0,-4,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ultralight Barrel","type":6,"effects":[0,-12,5.6,0,11.2,0,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-15,12,0,9.6,0,3,10,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-10,3.2,3.2,6.8,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,1.6,1.6,7,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,0,0,-3.2,-8.8,0,0,-10,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"30 Round Light Reload","type":8,"effects":[0,-10,0,0,0,0,7,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,-70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"40 Round Light Reload","type":8,"effects":[0,-15,0,0,0,0,8,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,-60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"RPD","guntype":3,"description":"7.62x39mm light machine gun. Highest damage output at long range in class, great for suppressive fire. ","drm":[{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[31,23,18],"range":[21,56.1]}],"stats":[0,0,0,0,1,666,0,0,450,3,5.44,0,0,0,575,165,110,100,400,3,4.15,5.55,6.05,533.3,850,135,4.06,0,0,0,0,0],"recoil":{"hr":[0,-12,-24,-36,-48,-37,-26,-15,-4,7,19.5,32,44.5,57,69.5,82,94.5,107,119.5,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132],"vr":[0,100,200,300,400,437,475,512,549,587,633,687,749,819,897,983,1077,1163,1241,1241,1278,1316,1353,1390,1428,1465,1502,1540,1577,1614,1652,1689,1726,1764,1801,1838,1876,1913,1950,1988,2026,2063,2101,2139,2176,2214,2252,2289,2327,2365,2414,2463,2512,2561,2610,2659,2708,2757,2806,2855,2904,2953,3002,3051,3100,3149,3198,3247,3296,3345,3394,3443,3492,3541,3590,3639,3689,3739,3789,3839,3889,3939,3989,4039,4089,4139,4189,4239,4289,4339,4389,4439,4489,4539,4589,4639,4689,4739,4789,4839,4902,4964,5027,5089,5152,5214,5277,5339,5402,5464,5527,5589,5652,5714,5777,5839,5902,5964,6027,6089,6152,6214,6277,6339,6402,6464,6527,6589,6652,6714,6784,6854,6924,6994,7064,7134,7204,7274,7344,7414,7484,7554,7624,7694,7764,7834,7904,7974,8044,8114,8189,8264,8339,8414,8489,8564,8639,8714,8789,8864,8939,9014,9089,9164,9239,9314,9389,9464,9539,9614,9689,9764,9839,9914,9989,10064,10139,10214,10289,10364,10439,10514,10589,10664,10739,10814,10889,10964,11039,11114,11189,11264,11339,11414,11489,11564,11639,11714,11789,11864]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Bipod","type":2,"effects":[0,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Snatch Foregrip","type":2,"effects":[0,-5,-8.4,0,0,0,-1,-8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,0,0,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"YKM Flash Guard","type":5,"effects":[0,0,0,0,-12,0,0,0,0,0,0,0,-9.8,-15,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Barrel","type":6,"effects":[0,12,-13.1,-3.2,-7.8,0,-5,-15,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Heavy Barrel","type":6,"effects":[0,10,0,-2.4,-6.4,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Compact Barrel","type":6,"effects":[0,-7,2.5,3.2,7.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-15,12,0,9.6,0,3,10,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-10,3.2,3.2,6.8,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,1.6,1.6,7,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,0,0,-3.2,-8.8,0,0,-10,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"150 Round Belt","type":8,"effects":[0,3,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"200 Round Belt","type":8,"effects":[0,5,0,0,0,0,-1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"S36","guntype":3,"description":"5.8x42mm light machine gun with a bullpup design. Its excellent cyclic rate of fire makes up for the rapidly decaying damage. ","drm":[{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[30,23,18],"range":[16.1,36.1]}],"stats":[0,0,0,0,1,751,0,0,500,3,5.41,0,0,0,540,165,110,50,200,1,2.1,2.6,3.25,583.3,883.3,135,4.26,0,0,0,0,0],"recoil":{"hr":[0,20,40,60,80,100,120,155,190,240,290,290,285,270,245,210,170,130,90,62,30,-6,-46,-90,-138,-190,-246,-306,-370,-440,-516,-598,-686,-781,-881,-987,-1099,-1217,-1341,-1471,-1605,-1743,-1885,-2031,-2181,-2335,-2493,-2655,-2821,-2991,-3167,-3349,-3537,-3731,-3931,-4137,-4349,-4567,-4791,-5021,-5254,-5490,-5729,-5971,-6216,-6464,-6715,-6969,-7226,-7486,-7749,-8015,-8284,-8556,-8831,-9109,-9387,-9665,-9943,-10221,-10499,-10777,-11055,-11333,-11611,-11889,-12167,-12445,-12723,-13001,-13279,-13557,-13835,-14113,-14391,-14669,-14947,-15225,-15503,-15781],"vr":[0,40,80,120,200,320,440,480,510,540,570,610,650,690,730,810,930,1050,1150,1200,1250,1300,1350,1400,1450,1500,1550,1600,1650,1700,1750,1800,1850,1900,1950,2000,2050,2100,2150,2200,2250,2300,2350,2400,2450,2500,2550,2600,2650,2700,2750,2800,2850,2900,2950,3000,3050,3100,3150,3200,3250,3300,3350,3400,3450,3500,3550,3600,3650,3700,3750,3800,3850,3900,3950,4000,4050,4100,4150,4200,4250,4300,4350,4400,4450,4500,4550,4600,4650,4700,4750,4800,4850,4900,4950,5000,5050,5100,5150,5200]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Bipod","type":2,"effects":[0,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,0,0,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"YKM Flash Guard","type":5,"effects":[0,0,0,0,-12,0,0,0,0,0,0,0,-9.8,-15,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,10,0,0,-6.4,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Barrel","type":6,"effects":[0,-4,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-12,5.6,0,11.2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-10,3.2,0,6.8,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,0,7,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,0,0,-3.2,-8.8,0,0,-10,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag A","type":8,"effects":[0,3,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag B","type":8,"effects":[0,5,0,0,0,0,-1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"UL736","guntype":3,"description":"5.56x45mm light machine gun with a bullpup design. Decreased damage output but has the highest mobility in class. ","drm":[{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[25,22,20,18],"range":[26.1,36.1,55]}],"stats":[0,0,0,0,1,621,0,0,500,3,4.01,0,0,0,465,165,110,30,120,1,1.9,2.3,3.05,566.6,866.6,135,4.3,0,0,0,0,0],"recoil":{"hr":[0,30,63,99,138,180,225,225,197,167,135,101,65,27,-13,-55,-99,-147,-187,-159,-129,-97,-63,-27,11,51,71,91,111,131,151,171,191,211,231,251,271,291,311,331,351,371,391,411,431,451,471,491,511,531,551,571,591,611,631,651,671,691,711,731],"vr":[0,50,115,195,290,400,525,580,637,696,757,820,885,952,1082,1197,1297,1382,1452,1507,1557,1607,1657,1707,1757,1795,1832,1870,1907,1945,1982,2020,2057,2095,2132,2170,2207,2245,2282,2320,2357,2395,2432,2470,2507,2545,2582,2620,2657,2695,2732,2770,2807,2845,2882,2920,2957,2995,3032,3070]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4.4x Scope","type":1,"effects":[440,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-12.9,0,-12.2,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-6.9,0,0,0,0,-10,0,0,0,0,-6.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Bipod","type":2,"effects":[0,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,0,0,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,12,0,0,7,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"YKM Flash Guard","type":5,"effects":[0,0,0,0,-12,0,0,0,0,0,0,0,-9.8,-15,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,12,-15.1,-3.2,-7.8,0,-5,-15,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Barrel","type":6,"effects":[0,-4,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-12,5.6,0,11.2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-10,3.2,0,6.8,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,0,7,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,0,0,-3.2,-8.8,0,0,-10,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag A","type":8,"effects":[0,3,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag B","type":8,"effects":[0,5,0,0,0,0,-1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"Arctic .50","guntype":5,"description":"12.7x99mm sniper rifle featuring a built-in recoil reduction system. Its semi automatic firing mechanism provides both high damage and fast rate of fire with reduced mobility.","drm":[{"bodymultiplier":[1.6,1.4,1.4,1.4,1.4,1.4,1.4,1,1,1,1,1,1],"damage":[85,80],"range":[63]},{"bodymultiplier":[1.24,1.205,1.205,1.205,1.205,1.205,1.205,1,1,0.67,0.67,0.67,0.67],"damage":[127,120],"range":[79]}],"stats":[0,0,0,0,3,124,0,0,600,3,0,50.26,0,0,465,250,440,7,28,1,2.05,2.85,3.45,416.6,716.6,135,3.98,0,0,0,0,2000],"recoil":{"hr":[0],"vr":[0]},"aments":[{"name":"Tactical Scope","type":1,"effects":[150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"6x Scope","type":1,"effects":[600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Bipod","type":2,"effects":[0,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,0,0,0,-4,0,0,0,-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-7,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,4,4,0,0,0,0,0,0,-15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,3,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,8,0,0,0,0,0,-5,0,0,0,0,0,25,0,0,0,0,0,20,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-10,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0]},{"name":"RTC Compensator","type":5,"effects":[0,10,-15,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,12,-20,-16,0,0,-6,-20,0,0,0,-45,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,8,-10,0,0,0,0,0,0,0,0,-25,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Integral Suppressor Barrel","type":6,"effects":[0,4,0,0,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1000000,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-7,10,0,0,0,5,5,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Skeleton Stock","type":7,"effects":[0,-5,6.4,6.4,0,0,0,15,0,0,0,20,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,4,0,0,0,20,0,0,0,10,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,10,0,-20,0,0,0,-10,0,0,0,-35,0,0,0,0,0,0,0,-45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0]},{"name":"Extended Mag A","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag B","type":8,"effects":[0,3,0,0,0,0,-2,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stopping Power","type":8,"effects":[0,20,30,0,0,0,0,0,0,0,0,0,0,25,5,0,-28.6,0,0,0,0,0,0,0,0,0,1,-2,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-5]}]},{"gunname":"DL Q33","guntype":5,"description":"10.36x77mm sniper rifle with moderate maneuverability. Maintains a high lethality at long range.","drm":[{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,0.67,0.67,0.67,0.67],"damage":[135,120],"range":[210]}],"stats":[0,0,0,0,7,50,0,0,550,3,0,113.1,0,0,500,235,440,6,24,1,1.95,3.15,3.4,433.3,666.6,135,4.06,0,0,0,0,1000],"recoil":{"hr":[0],"vr":[0]},"aments":[{"name":"Tactical Scope","type":1,"effects":[150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"6x Scope","type":1,"effects":[600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Bipod","type":2,"effects":[0,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-3,0,0,0,0,0,0,0,0,-1.5,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,3,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,8,0,0,0,0,0,-5,0,0,0,0,0,25,0,0,0,0,0,20,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-10,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0]},{"name":"RTC Compensator","type":5,"effects":[0,10,-15,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,15,-20,-20,0,0,-6,-20,0,0,0,-45,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Barrel","type":6,"effects":[0,15,-15,0,0,0,-6,-10,0,0,0,-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Barrel","type":6,"effects":[0,-10,4,4,0,0,0,0,0,0,-2.5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-10,4,4,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Skeleton Stock","type":7,"effects":[0,-5,4,4,0,0,0,15,0,0,0,15,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,0,0,-10,0,0,0,-10,0,0,0,-25,0,0,0,0,0,0,0,-30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0]},{"name":"Ranger Stock","type":7,"effects":[0,8,0,-15,0,0,0,-15,0,0,0,-45,0,0,0,0,0,0,0,-60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0]},{"name":"Extended Mag A","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag B","type":8,"effects":[0,3,0,0,0,0,-2,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"Locus","guntype":5,"description":"8.6x70mm sniper rifle with ergonomic and mechanical optimizations. Moderate mobility and rate of fire among bolt-action rifles. ","drm":[{"bodymultiplier":[1.5,1.5,1.5,1.5,1.5,1.5,1.5,1,1,1,1,1,1],"damage":[95,90],"range":[66]},{"bodymultiplier":[1,1,1,1,1,1,1,1,1,0.67,0.67,0.67,0.67],"damage":[142,135],"range":[82]}],"stats":[0,0,0,0,7,60,0,0,600,3,0,113.1,0,0,485,235,440,8,32,1,1.95,2.7,3.05,416.6,666.6,135,4.13,0,0,0,0,1000],"recoil":{"hr":[0],"vr":[0]},"aments":[{"name":"Tactical Scope","type":1,"effects":[150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"6x Scope","type":1,"effects":[600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,0,0,0,-4,0,0,0,-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-7,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,4,4,0,0,0,0,0,0,-15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-3,0,0,0,0,0,0,0,0,-1.5,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,3,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,8,0,0,0,0,0,-5,0,0,0,0,0,25,0,0,0,0,0,20,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-10,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0]},{"name":"RTC Compensator","type":5,"effects":[0,10,-15,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0]},{"name":"Ranger Barrel","type":6,"effects":[0,15,-15,0,0,0,-6,-15,0,0,0,-35,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,10,-8,0,0,0,0,0,0,0,0,-10,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-5,10,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Skeleton Stock","type":7,"effects":[0,-5,4.8,4.8,0,0,0,15,0,0,0,15,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,4,0,0,0,20,0,0,0,10,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,7,0,-15,0,0,0,-10,0,0,0,-30,0,0,0,0,0,0,0,-60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0]},{"name":"Extended Mag A","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag B","type":8,"effects":[0,3,0,0,0,0,-2,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stopping Power","type":8,"effects":[0,7,9.6,0,0,0,0,0,0,0,0,0,0,25,5,0,-13,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0]}]},{"gunname":"Outlaw","guntype":5,"description":"8.6x70mm sniper rifle feeding from a cylinder. Effective at medium range due to a very high rate of fire and mobility. ","drm":[{"bodymultiplier":[1.5,1.5,1.5,1.5,1.5,1.5,1.2,1,1,1,1,1,1],"damage":[90,75],"range":[31]}],"stats":[0,0,0,0,7,66,0,0,550,3,0,201.06,0,0,450,185,440,6,24,1,2,2.5,3.1,466.6,666.6,135,4.41,0,0,0,0,500],"recoil":{"hr":[0],"vr":[0]},"aments":[{"name":"Tactical Scope","type":1,"effects":[150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"6x Scope","type":1,"effects":[600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Bipod","type":2,"effects":[0,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,0,0,0,-4,0,0,0,-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-7,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,4,4,0,0,0,0,0,0,-15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-3,0,0,0,0,0,0,0,0,-1.5,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,3,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,8,0,0,0,0,0,-5,0,0,0,0,0,25,0,0,0,0,0,20,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-10,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0]},{"name":"RTC Compensator","type":5,"effects":[0,10,-15,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0]},{"name":"Ranger Barrel","type":6,"effects":[0,15,-15,0,0,0,-6,-15,0,0,0,-45,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,10,-10,0,0,0,0,0,0,0,0,-20,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-7,10,0,0,0,5,5,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-10,12,12,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Skeleton Stock","type":7,"effects":[0,-5,8,8,0,0,0,15,0,0,0,20,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,4.8,0,0,0,20,0,0,0,10,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,7,0,-20,0,0,0,-10,0,0,0,-35,0,0,0,0,0,0,0,-45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0]},{"name":"Stalker Stock","type":7,"effects":[0,-5,1.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag A","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag B","type":8,"effects":[0,3,0,0,0,0,-2,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"M21 EBR","guntype":5,"description":"7.62x51mm designated marksman rifle with semi automatic firing mechanism. Higher rate of fire at the cost of lower damage. ","drm":[{"bodymultiplier":[1.5,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[60,55],"range":[76]}],"stats":[0,0,0,0,3,205,0,0,450,3,0,78.54,0,0,365,165,440,10,40,1,2.05,2.8,3.35,400,650,135,4.3,0,0,0,0,2000],"recoil":{"hr":[0,37,74,111,148,185,222,259,296,333,370,407,444,481,518,555,592,629,666,703],"vr":[0,70,140,210,280,350,420,490,560,630,700,770,840,910,980,1050,1120,1190,1260,1330]},"aments":[{"name":"Tactical Scope","type":1,"effects":[150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"6x Scope","type":1,"effects":[600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-10,0,0,0,-2,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,-5,0,0,0,-1,-5,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-20,0,0,0,0,-10,0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-8,0,0,0,0,-10,0,0,0,0,-7.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Bipod","type":2,"effects":[0,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-3,0,0,0,0,0,0,0,0,-1.5,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,3,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,8,0,0,0,0,0,-5,0,0,0,0,0,25,0,0,0,0,0,20,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-10,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0]},{"name":"RTC Compensator","type":5,"effects":[0,10,-15,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0]},{"name":"Ranger Barrel","type":6,"effects":[0,15,-15,0,0,0,-6,-15,0,0,0,-45,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,10,-8,0,0,0,0,0,0,0,0,-25,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Barrel","type":6,"effects":[0,-10,4,4,0,0,0,0,0,0,-2.5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-20,10,0,0,0,4,10,0,0,0,30,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-75,0,0,0]},{"name":"Skeleton Stock","type":7,"effects":[0,-5,4.8,4.8,0,0,0,15,0,0,0,15,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,4,0,0,0,20,0,0,0,10,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,0,0,-20,0,0,0,-10,0,0,0,-25,0,0,0,0,0,0,0,-60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0]},{"name":"Extended Mag A","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag B","type":8,"effects":[0,3,0,0,0,0,-2,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"NA-45","guntype":5,"description":"11.43x73mm sniper rifle with unique primer and catalyst rounds utilizing semi automtic firing mechanism. The primers detonate and deal area damage after catalysts hit nearby, making up for the low magazine capacity. ","drm":[{"bodymultiplier":[3.5,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[30],"range":[]},{"bodymultiplier":[3.5,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[30],"range":[]},{"bodymultiplier":[3.5,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[30],"range":[]},{"bodymultiplier":[3.5,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[30],"range":[]}],"stats":[0,3,5,103.58,3,392,0,0,275,3,0,78.54,0,0,465,215,440,2,32,1,1.5,2.05,2.05,400,733.3,135,4.05,0,0,0,0,2000],"recoil":{"hr":[0],"vr":[0]},"aments":[{"name":"Tactical Scope","type":1,"effects":[150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"6x Scope","type":1,"effects":[600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-10,0,0,0,-2,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,-5,0,0,0,-1,-5,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-20,0,0,0,0,-10,0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-8,0,0,0,0,-10,0,0,0,0,-7.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Bipod","type":2,"effects":[0,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Trigger","type":2,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Heavy Duty Trigger","type":2,"effects":[0,0,-8.5,0,0,0,0,0,0,0,0,0,0,0,0,0,-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-3,0,0,0,0,0,0,0,0,-1.5,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,3,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,8,-15,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-10,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,12,-10,-8,0,0,-3,-7,0,0,0,-45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Barrel","type":6,"effects":[0,8,-5,-4,0,0,-1,-5,0,0,0,-25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Barrel","type":6,"effects":[0,-10,12,12,0,0,0,0,0,0,-2.5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Skeleton Stock","type":7,"effects":[0,-5,8,8,0,0,0,15,0,0,0,15,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,8,0,0,0,20,0,0,0,10,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,0,0,-15,0,0,0,-10,0,0,0,-15,0,0,0,0,0,0,0,-35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0]},{"name":"Electromagnetic Ammo","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Fragment Ammo","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"High Explosive Ammo","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179.82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}]},{"gunname":"XPR-50","guntype":5,"description":"12.7x99mm sniper rifle using semi automatic firing mechanism. Deals high damage to the head with an increased rate of fire. ","drm":[{"bodymultiplier":[2,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[55,50],"range":[63]},{"bodymultiplier":[2,2,2,2,1,1,1,1,1,1,1,1,1],"damage":[55,50],"range":[78]}],"stats":[0,0,0,0,3,240,0,0,600,3,0,78.54,0,0,365,165,440,8,32,1,2.05,2.75,3.3,416.6,716.6,135,4.3,0,0,0,0,2000],"recoil":{"hr":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"vr":[0,250,500,750,1000,1100,1100,1100,1100,1100,1100,1100,1100,1100,1100,1100,1100,1100]},"aments":[{"name":"Tactical Scope","type":1,"effects":[150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x Scope","type":1,"effects":[300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"4x Scope","type":1,"effects":[400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"6x Scope","type":1,"effects":[600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-10,0,0,0,-2,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,-5,0,0,0,-1,-5,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Ranger Foregrip","type":2,"effects":[0,15,-20,0,0,0,0,-10,0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,10,-8,0,0,0,0,-10,0,0,0,0,-7.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Bipod","type":2,"effects":[0,0,0,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-3,0,0,0,0,0,0,0,0,-1.5,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Suppressor","type":5,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,3,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,8,0,0,0,0,0,-5,0,0,0,0,0,25,0,0,0,0,0,20,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-10,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-50,0,0,0]},{"name":"MIP Flash Guard","type":5,"effects":[0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0]},{"name":"RTC Compensator","type":5,"effects":[0,10,-15,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0]},{"name":"Ranger Barrel","type":6,"effects":[0,15,-15,0,0,0,-6,-15,0,0,0,-45,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,12,-10,0,0,0,0,0,0,0,0,-25,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-7,10,0,0,0,5,5,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-20,15,0,0,0,4,10,0,0,0,30,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-75,0,0,0]},{"name":"Strike Stock","type":7,"effects":[0,0,0,-12,0,0,0,-10,0,0,0,-25,0,0,0,0,0,0,0,-45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0]},{"name":"Ghost Stock","type":7,"effects":[0,0,0,-16,-2.4,0,0,-20,0,0,0,-35,0,0,0,0,0,0,0,-60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag A","type":8,"effects":[0,0,0,0,0,0,-1,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag B","type":8,"effects":[0,3,0,0,0,0,-2,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stopping Power","type":8,"effects":[0,10,17.6,0,0,0,0,0,0,0,0,0,0,25,5,0,-33.3,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0]}]},{"gunname":"Echo","guntype":4,"description":"18.5ร—70mm shotgun using fully automatic firing mechanism. Various magazine attachments are available. ","drm":[{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[17,15,13,0],"range":[6,12,33]},{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[54,47,30,28],"range":[4,7,15]}],"stats":[8,0,0,0,1,235,0,0,0,0,0,0,7,-49,210,150,90,8,32,1,1.9,2.3,2.5,416.6,733.3,135,4.7,3.03,0,0,0,0],"recoil":{"hr":[0],"vr":[0]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,-8,-7.6,0,0,0,-5,-18.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,0,0,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,11,0,0,7,0,0,-5,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Choke","type":5,"effects":[0,0,0,0,-10,0,-5,0,0,0,7.5,0,-10,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Flash Guard","type":5,"effects":[0,0,0,0,-12,0,0,0,0,0,0,0,-9.8,-15,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,12,0,0,-7.8,0,-5,-15,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,10,0,0,-6.4,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-12,5.6,0,11.2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-15,12,0,9.6,0,3,20,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-10,3.2,0,6.8,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,0,7,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stalker Stock","type":7,"effects":[0,0,0,0,-8.8,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,3,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,5,0,0,0,0,-1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Slug Reload","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-7,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0]}]},{"gunname":"BY15","guntype":4,"description":"18.5ร—70mm shotgun. Reduced damage per pellet for better performance over range. ","drm":[{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[35,27,24,16,0],"range":[6,8,17,41]},{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[108,97,92,84],"range":[5,7,19]}],"stats":[8,0,0,0,5,72,0,0,0,0,0,0,5.6,-49,210,150,90,8,32,2,1.15,0.5,0.8,383.3,666.6,135,4.7,2.98,0,0,0,0],"recoil":{"hr":[0],"vr":[0]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,-8,-7.6,0,0,0,-5,-18.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Guard","type":2,"effects":[0,-10,-7.6,0,0,0,-5,-20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Steady Guard","type":2,"effects":[0,0,-12.5,0,-4.4,0,-3,-17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,0,0,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,11,0,0,7,0,0,-5,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marauder Suppressor","type":5,"effects":[0,10,0,0,-10,15,0,0,0,0,0,0,-10,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Choke","type":5,"effects":[0,-5,0,0,-10,0,0,0,0,0,7.5,0,-10,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Flash Guard","type":5,"effects":[0,0,0,0,-12,0,0,0,0,0,0,0,-9.8,-15,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Barrel","type":6,"effects":[0,12,0,0,-7.8,0,-5,0,0,0,0,0,-2,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,10,0,0,-6.4,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Sawed-Off Barrel","type":6,"effects":[0,-12,5.6,0,11.2,0,5,0,0,0,0,0,4.8,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-15,12,0,9.6,0,3,20,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-10,3.2,0,6.8,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,0,7,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stalker Stock","type":7,"effects":[0,0,0,0,-8.8,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,0,0,-3.2,-8.8,0,0,-10,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,5,0,0,0,0,-2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Slug Reload","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-7,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0]}]},{"gunname":"HS0405","guntype":4,"description":"18.5ร—70mm shotgun in lever action. Increased the number of pellets per shot at the cost of more pellet spread and slower rate of fire. ","drm":[{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[39,28,16,10,0],"range":[9,13,19,44]},{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[119,108,96,90],"range":[8,13,17]}],"stats":[10,0,0,0,5,48,0,0,0,0,0,0,6.5,-14.8,225,150,90,7,28,2,1.55,0.7,0.65,400,700,135,4.8,3.03,0,0,0,0],"recoil":{"hr":[0],"vr":[0]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,-8,-7.6,0,0,0,-5,-18.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,0,0,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,11,0,0,7,0,0,-5,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Choke","type":5,"effects":[0,0,0,0,-10,0,-5,0,0,0,7.5,0,-10,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Flash Guard","type":5,"effects":[0,0,0,0,-12,0,0,0,0,0,0,0,-9.8,-15,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,10,0,0,-6.4,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Sawed-Off Barrel","type":6,"effects":[0,-12,5.6,0,11.2,0,5,0,0,0,0,0,4.8,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-15,12,0,9.6,0,3,20,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,0,7,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stalker Stock","type":7,"effects":[0,0,0,0,-8.8,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,5,0,0,0,0,-2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Slug Reload","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-9,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0]}]},{"gunname":"HS2126","guntype":4,"description":"18.5ร—70mm shotgun with a bullpup design and a four-round burst firing mechanism. Uses an unique quad-tube revolver magazine.","drm":[{"bodymultiplier":[1,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[12,9,6,0],"range":[5,9,33]},{"bodymultiplier":[1,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[6,3,2,0],"range":[5,9,29]}],"stats":[8,0,0,0,2,469,469,250,0,0,0,0,7,-49,200,150,90,16,64,1,1.85,2.35,2.85,416.6,766.6,135,4.7,2.98,0,0,0,0],"recoil":{"hr":[0],"vr":[0]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,-8,-7.6,0,0,0,-5,-18.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,0,0,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,11,0,0,7,0,0,-5,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Choke","type":5,"effects":[0,0,0,0,-10,0,-5,0,0,0,7.5,0,-10,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Flash Guard","type":5,"effects":[0,0,0,0,-12,0,0,0,0,0,0,0,-9.8,-15,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,12,0,0,-7.8,0,-5,-15,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,10,0,0,-6.4,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-12,5.6,0,11.2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-10,3.2,0,6.8,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,0,7,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stalker Stock","type":7,"effects":[0,0,0,0,-8.8,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,3,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Large Extended Mag","type":8,"effects":[0,5,0,0,0,0,-1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"FF Birdshot","type":8,"effects":[0,0,0,0,10,0,0,0,0,0,0,0,14.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,-1,0,0,1,0,0,0,0,0,0,0,0]}]},{"gunname":"KRM 262","guntype":4,"description":"18.5ร—70mm shotgun. Designed for close quarter combat with high damage but a slightly reduced rate of fire. ","drm":[{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[36,34,22,16,0],"range":[5,8,12,36]},{"bodymultiplier":[1.2,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[104,92,86],"range":[9,12]}],"stats":[8,0,0,0,5,57,0,0,0,0,0,0,5,-36,200,150,90,8,32,2,0.6,0.55,0.7,416.6,616.6,135,4.7,2.98,0,0,0,0],"recoil":{"hr":[0],"vr":[0]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Foregrip A","type":2,"effects":[0,0,0,0,-10,0,-1,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,-8,-7.6,0,0,0,-5,-18.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Operator Foregrip","type":2,"effects":[0,8,-13.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,0,0,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,11,0,0,7,0,0,-5,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marauder Suppressor","type":5,"effects":[0,10,0,0,-10,15,0,0,0,0,0,0,-10,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Choke","type":5,"effects":[0,0,0,0,-10,0,-5,0,0,0,7.5,0,-10,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Flash Guard","type":5,"effects":[0,0,0,0,-12,0,0,0,0,0,0,0,-9.8,-15,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Barrel","type":6,"effects":[0,12,0,0,-7.8,0,-5,0,0,0,0,0,-2,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,10,0,0,-6.4,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Sawed-Off Barrel","type":6,"effects":[0,-12,5.6,0,11.2,0,5,0,0,0,0,0,4.8,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"No Stock","type":7,"effects":[0,-15,12,0,9.6,0,3,20,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-10,3.2,0,6.8,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,0,7,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stalker Stock","type":7,"effects":[0,0,0,0,-8.8,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Steady Stock","type":7,"effects":[0,0,0,-3.2,-8.8,0,0,-10,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,5,0,0,0,0,-2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Slug Reload","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-7,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0]}]},{"gunname":"Striker","guntype":4,"description":"18.5ร—70mm shotgun utilizing fully automatic firing mechanism. High damage output but has a much slower reload speed. ","drm":[{"bodymultiplier":[1,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[12,10,7,0],"range":[7,10,33]},{"bodymultiplier":[1,1,1,1,1,1,1,1,1,1,1,1,1],"damage":[50,42,25,22],"range":[4,8,12]}],"stats":[8,0,0,0,1,260,0,0,0,0,0,0,7,-49,210,150,90,12,48,2,1.1,0.6,0.7,416.6,650,135,4.8,3.03,0,0,0,0],"recoil":{"hr":[0],"vr":[0]},"aments":[{"name":"Red Dot Sight","type":1,"effects":[100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Holographic Sight","type":1,"effects":[110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Scope","type":1,"effects":[150,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"3x scope","type":1,"effects":[300,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Strike Foregrip","type":2,"effects":[0,0,-7.6,0,-4.4,0,-1,-16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Merc Foregrip","type":2,"effects":[0,-8,-7.6,0,0,0,-5,-18.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Granulated Grip Tape","type":3,"effects":[0,0,0,0,-11.6,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Rubberized Grip Tape","type":3,"effects":[0,0,-13.2,0,9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stippled Grip Tape","type":3,"effects":[0,-5,0,0,12,0,0,0,0,0,-15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"1mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"5mW Laser Sight","type":4,"effects":[0,0,0,0,0,0,0,0,0,0,-25,0,-11,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Laser Sight","type":4,"effects":[0,-8,0,0,-9.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Tactical Suppressor","type":5,"effects":[0,5,0,0,0,0,0,-5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Monolithic Suppressor","type":5,"effects":[0,11,0,0,7,0,0,-5,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Choke","type":5,"effects":[0,0,0,0,-10,0,-5,0,0,0,7.5,0,-10,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Compensator","type":5,"effects":[0,5,-11.1,-7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"RTC Muzzle Brake","type":5,"effects":[0,5,-7.8,-10.5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Flash Guard","type":5,"effects":[0,0,0,0,-12,0,0,0,0,0,0,0,-9.8,-15,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Marksman Barrel","type":6,"effects":[0,12,0,0,-7.8,0,-5,-15,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Light Barrel","type":6,"effects":[0,10,0,0,-6.4,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Short Barrel","type":6,"effects":[0,-12,5.6,0,11.2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Combat Stock","type":7,"effects":[0,-10,3.2,0,6.8,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Light Stock","type":7,"effects":[0,0,0,0,7,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Stalker Stock","type":7,"effects":[0,0,0,0,-8.8,0,0,-4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Extended Mag","type":8,"effects":[0,3,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Fast Reload","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,-20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},{"name":"Slug Reload","type":8,"effects":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-7,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0]}]}]} diff --git a/util/Data/domains.json b/util/Data/domains.json @@ -1,15277 +1,15277 @@ -{ - "scam": [ - "gibthub.com", - "egift-premium.com", - "disceord.gift", - "discode.gift", - "discosb.gift", - "discorx.gift", - "disocrds.gift", - "disocrde.gift", - "discrods.gift", - "discordsgift.com", - "steam-sourcecommunity1.xyz", - "dlscordnitro.info", - "steamcommuniyty.ru", - "betadiscord.com", - "csgogf02.xyz", - "steamcommynitu.xyz", - "discordapp.org", - "stemcommunnitiy.net.ru", - "lan-pro.ru", - "dscordnitro.xyz", - "discord-boost.com", - "discord-boost.xyz", - "avitofast.ru", - "dlscord.live", - "steamcornmunety.com", - "disco9rdapp.com", - "natus-lootbox.net.ru", - "streamconmunitly.com", - "discordbooster.com", - "diiiscrod.club", - "steamcommunillty.ru.com", - "discord-steam.com", - "steamcomrneuneity.com", - "steancomnuniity.com", - "staemcomunitly.xyz", - "discorddiscord.com", - "generator.discordnitrogift.com", - "steampoweredtrades.xyz", - "discordaap.com", - "steemcommunity.com", - "nise-win.xyz", - "discord-mod.com", - "triumph.tk", - "stearncomnnunity.site", - "freenitros.ru", - "discord-airdrop.pw", - "steamcommunitu.ru.com", - "nitro-discord.ru.com", - "steancomnurity.xyz", - "dicoapp.me", - "steamcommunetiyi.com", - "streamcommunitiy.ru.com", - "magifrolbiq.xyz", - "dicsord-nitro.com", - "discord-free.site", - "diiscord.me", - "steamcomnmuntiy.ru.com", - "stieamconmuniity.com", - "roblox-login.com", - "steemcommunnity.co", - "steampowerec.com", - "ggfail.xyz", - "stearmconnrnunity.com", - "steamcomnumlty.com", - "pubggf01.xyz", - "twitch-nude.com", - "u924157p.beget.tech", - "steanmcomnunity.com", - "roblox-collect.com", - "discorad.com", - "dlscrodapp.ru", - "discoapps.club", - "steamcomnnynlty.com", - "steamcammmunity.ru", - "stemcomiunity.ru", - "eslgaming-world.com", - "streamconnuity.com", - "steanncomunnity.ru", - "streamcommuniitu.com", - "steamconunity.cf", - "stemcommunlity.ru", - "stemccomnmunity.com", - "steemcommynity.ru", - "discorld.site", - "steamcommunily.org", - "steamcamunity.ru", - "steamcomnuhity.com", - "steamcommumiuty.com", - "driscord.ru", - "dlcsord-airdrop.com", - "dlscord.cloud", - "staemcammunity.me", - "stenmcommunilty.ru.com", - "stearmcornmunlty.com", - "steamcornmunity.fun", - "steamcamnunity.ru", - "discord-nltro.com", - "steamcornmynitu.ru", - "0globally594.ga", - "0redirc.com", - "0rg.link", - "100cs.ru", - "100eshopdeals.com", - "101nitro.com", - "1111sale.us", - "12mon.space", - "15dfjkbvdf.club", - "17ebook.com", - "1nitro.club", - "1ownandfresh1.com", - "1payxperxinst1.com", - "1redirb.com", - "1ts11.top", - "1tvv.ru", - "1wat.ru", - "2012-drakon.ru", - "2012-god.ru", - "2015-god-kozy.ru", - "2021cs.net.ru", - "2021ga.xyz", - "2021liss.ru", - "2021pn.ru", - "2021y.ru", - "2022p.ru", - "2022yg.com", - "2023g.com", - "23c7481e.hbrex.cn", - "2discord.ru", - "2faceteam.ml", - "2no.co", - "3black.info", - "3ds-security.xyz", - "3items4rocket.com", - "411medias.com", - "4drop.ru.com", - "4gameranking.com", - "50checkingyourtraffic.com", - "546cd327-cyber-lan.site", - "60255.xyz", - "7a1fe62a-", - "7a1fe62a-discorcd-app.com", - "7dgw.com", - "academy-beta.com", - "academy-discord.com", - "academy-join.com", - "academy-mod.com", - "academy-moderator.com", - "academy-moderator.xyz", - "academy-moderators-test.com", - "academy-signup-discord.com", - "academy-signup.com", - "academydiscord.com", - "academymoderation.tech", - "academymoderato.com", - "academymoderator-join.com", - "academymoderator.com", - "academymoderatorforms.com", - "academymods.com", - "academynaviagg.xyz", - "acc.pp.ua", - "acceder.gratis", - "accgen.best", - "accountauthorization.xyz", - "acercup.com", - "ach2x.net.ru", - "achnavi.net.ru", - "acid-tournament.ru", - "acrisialithic.cam", - "adalgard-wol.com", - "adating.link", - "adblade.com", - "adcash.com", - "adcell.de", - "adexchangecloud.com", - "admntrk.com", - "adpopblocker.com", - "adsbtc.org", - "adserveryo.xyz", - "adserveryo2.xyz", - "adtr1.com", - "adulttdates.com", - "adultxxxblog11.in", - "adverdirect.com", - "aff2021.com", - "affix-cup.click", - "affix-cup.link", - "affix-cup.ru", - "affix-sport.ru", - "affix-sports.ru", - "affixesports.ru", - "affixsport.ru", - "afkskroll.ru", - "ahijeoir.ru", - "airdrop-discord.com", - "airdrop-discord.online", - "airdrop-discord.ru", - "airdrop-nitro.com", - "airdrops.tips", - "ajianseo.com", - "akatori.fun", - "akatorii.repl.co", - "akellasport.me", - "aladdinhub.fun", - "aladel.net", - "alex-nv.ru", - "alexandrkost.ru", - "alexandrnav.ru", - "alexandrs1.ru", - "alexs1.ru", - "alfaiztech.com", - "alive-lives.ru", - "allhugenewz.com", - "allin1-digitalcontent.net", - "allskinz.xyz", - "allthetraffic.co.cc", - "alm-gaming.com", - "aloha-news.net", - "alone18.ru", - "alonemoly.ru", - "alterprogs.ru", - "altervista.org", - "amanda.ttnrd.com", - "amata-syb.com", - "amaterasu.pp.ua", - "amazing-date4u.com", - "amazingsexdating.com", - "amecbs.com", - "amigosdetuciudad.com", - "amurutro.ru", - "angryisland.cf", - "aniljv82.in", - "annintus.com", - "ano-skinspin.xyz", - "anomalygiveaways.pro", - "anomalyknifes.xyz", - "anomalyskin.xyz", - "anomalyskinz.xyz", - "anoskinzz.xyz", - "anti-virus-best.com", - "antibot.cc", - "antig-hra.com", - "antispyware.com", - "antivirus-prot.com", - "antivirus.landerhd.com", - "aoeah.promo-codes.world", - "aoeah.shop", - "ap7.ru", - "api.code2gether.cf", - "api.innovations-urfu.site", - "apilond.com", - "aplication-hypesquad.com", - "app-discord.com", - "app-discord.ru", - "app-discordc.com", - "app-discords.com", - "app-hypesquad.com", - "app-hypesquad.online", - "app-hypesquadevents.com", - "app-hypesqueadevents.com", - "app-nitro.com", - "application-discord.com", - "application-hypesquad.com", - "application-hypesquadevents.com", - "application-hypevents.com", - "applications-discord.com", - "applications-hypesquad.com", - "applications-hypesquadevents.com", - "applicationsdiscord.com", - "apply-discord-academy.com", - "apply-discord-hypesquad.com", - "apply-discord.com", - "apply-event-hypesquad.com", - "apply-for-hypesquad.com", - "apply-hype-squad-event.com", - "apply-hypeevents.com", - "apply-hypesquad-events.com", - "apply-hypesquad.club", - "apply-hypesquad.com", - "apply-hypesquadevents.club", - "apply-hypesquadevents.com", - "apply-hypesquadeventsreturn.com", - "apply-hypesquadsevent.com", - "apply-hypevents.com", - "apply-moderatoracademy.com", - "apply-moderators.com", - "apply-to-hypesquad.com", - "applys-discord.com", - "appninjas.xyz", - "appnitro-discord.com", - "appnitro-discord.ru.com", - "appnitrodiscord.ru.com", - "apps-discord.com", - "apps-discord.org", - "apps-nitro.com", - "arcades.tech", - "arclk.net", - "ardeminggiftcred.ml", - "arik.pp.ua", - "arthyadtracker.info", - "arthyredir.com", - "aselink.guru", - "aslnk.link", - "asprod911.com", - "asstok.com", - "asstralissport.org.ru", - "asstralissteam.org.ru", - "astr-teem.net.ru", - "astr-teem.org.ru", - "astralis-gg.com", - "astralis.monster", - "astralis2.net.ru", - "astralis2.org.ru", - "astralisgift.fun", - "astrallis.net.ru", - "astrallis.org.ru", - "astralliscase.org.ru", - "astralteam.org.ru", - "astresports.xyz", - "ataribtc.com", - "atnpx.com", - "atomicstore.ru", - "attaxtrade.com", - "atzekromchan.com", - "aucryptohubs.com", - "authnet.cf", - "autodiscover.discord-nitro-gifts.ru", - "autumnbot.cloud", - "avirus.hu", - "avitofast.ru", - "awescap.com", - "awirabigmoneyroll.xyz", - "awirabigmoneyrolls.xyz", - "axdsz.pro", - "azimovcase.tk", - "azurewebsites.net", - "b-time.site", - "b38.info", - "baac8634-", - "baac8634-fannykey.ru", - "badge-team.ml", - "bainushe.com", - "ball-chaser.xyz", - "bandycazez.xyz", - "bangbro.ru", - "battiefy.com", - "baymack.com", - "bb-delivery.icu", - "bby.rip", - "bc.vc", - "be-104.xyz", - "be-105.xyz", - "be-moderator.com", - "beast-cup.ru", - "beast-dr0p.ru", - "beast-winer.ru", - "become-moderator.com", - "become-moderators.com", - "bector-blotance.xyz", - "bedcity-lake.top", - "bedevelopergroup.com", - "bedevelopers.info", - "bedevlopers.com", - "bedynet.ru", - "beefyv.com", - "bel220.site", - "belekevskeigames.xyz", - "benaughty.com", - "berrygamble.com", - "best-cup.com", - "best-cup.ru", - "best-discord.com", - "best-discord.xyz", - "best-discorde.com", - "best-drops.org.ru", - "best-nitro.com", - "best-prizehouse15.info", - "best-prizes-house.life", - "bestbut.com", - "bestdatinglocal1.com", - "bestesports.xyz", - "bestgeeknavi.ru", - "bestoffer2021.info", - "bestoffer21.info", - "bestprizeday.life", - "bestsecretflirt.com", - "bestshopusaoffers.com", - "bestskins.org.ru", - "beststeam.gq", - "bestwatchstyle.com", - "bestwinexperience.com", - "beta-news.org", - "beta.discorder.app", - "betadiscord.com", - "bets-cup.ru", - "big.org.ru", - "big.pp.ru", - "bigcsgo.pro", - "bigesports.ru", - "bigmoneyrollawira.xyz", - "bigosext69.com", - "bigs.monster", - "bigsports.xyz", - "bike-pro.ru", - "bilsh.com", - "bingstyle.com", - "bistripudel.xyz", - "bit-skins.ru", - "bit-wall.com", - "bitcoingenerator.cash", - "bitcoingenerator.me", - "bitcoinmaniagame.com", - "bitknife.xyz", - "bitl.cc", - "bitradebtc.com", - "bitskeansell.ru", - "bitskines.ru", - "bitsnad.com", - "bittook.com", - "bitxenix.com", - "bl0cksrefresh.com", - "black-friday.ga", - "blasterlegends.com", - "blasze.com", - "blasze.tk", - "blockmincnain.com", - "blocknimchain.com", - "blocksilcnain.com", - "blockskipad.com", - "blox.land", - "bloxpromo.com", - "blustcoin.com", - "bmwforum.co", - "bnewsblite.me", - "bnmu.xyz", - "board-nitro.com", - "bonbonijezero.xyz", - "bondikflas.xyz", - "bonusxcase.xyz", - "bookgr8.com", - "books-pash.org.ru", - "boost-discord.com", - "boost-nitro.com", - "boost-nitro.shop", - "boost.ink", - "boostdiscorcl.shop", - "boosted-nitro.com", - "boostnitro.co", - "boostnitro.com", - "boostnitro.shop", - "boostnitrogift.com", - "boostnltro.com", - "boosts-nitro.com", - "boosts-nitro.shop", - "boostsgiftnitro.shop", - "boostsnitro.shop", - "boot-upcompletely-bestspeedyfile.best", - "botapp-discord.com", - "bountyweek.com", - "box-surprisebynavi.net.ru", - "boxgolg.club", - "boxnode.ru", - "bpwhamburgorchardpark.org", - "bqyvip.cn", - "br0ken-fng.xyz", - "bracesports.ru", - "bramtrad.com", - "breefingteam.com", - "bro-skiils.net.ru", - "bro4.biz", - "brokenfang-csgo.com", - "brokenfangpassfree.pp.ru", - "brokenfant.org.ru", - "brokentournament.xyz", - "bronsky.kiev", - "bruteclub.ru", - "btcbolex.com", - "btcclicks.com", - "btconline.io", - "btcpool.io", - "btnativenav.com", - "bucks.as", - "buddygays.com", - "buff-market.ru", - "buffgames.ru", - "but-three.xyz", - "buxquick.com", - "buzz-cup.ru", - "bycdu.cam", - "bycsdu.cam", - "bysellers.xyz", - "c-you-mamont.ru", - "c2bit.online", - "c2bit.su", - "captcha-smart.top", - "captcharesolving-universe.com", - "capultytrese.xyz", - "careers.ua", - "case-free.com", - "case-gift.com", - "case-give.com", - "case-magic.space", - "casecs.ru", - "casefire.fun", - "casekey.ru.com", - "casesdrop.ru", - "casesdrop.xyz", - "cash.org.ru", - "cash.pp.ru", - "cashcsgo.ru", - "cashout.monster", - "cashy.monster", - "cassesoma.ru", - "catbeardx.com", - "cave-nitro.com", - "cawanmei.ru", - "cawanmei99.ru", - "cbccke.co", - "ccomstimoon.org.ru", - "cd-dvd-brennen.de", - "cdn.dicsord.uk", - "cdn.ymaws.com", - "ceesty.com", - "centralheat.me", - "centralheat.net", - "ceters.net", - "cfxxfwzx.com", - "cgdc.ct8.pl", - "cgsell.ru", - "cgskinky.xyz", - "chainexplo.com", - "challengeme.in", - "challengeme.vip", - "challengerwin.ru", - "challengme.ru", - "chance-stem.ru", - "checkingnotifications.org", - "checkup08.biz", - "cherlyy.itch.io", - "chestuwygli.com", - "chinchopa.pp.ua", - "chintsressels.com", - "christmasdiscord.gift", - "christmasdiscord.gifts", - "circus-shop.ru", - "cis-fastcup.ru", - "cis-rankig.ru", - "cityofmydream.pp.ua", - "ckre.net", - "claim.discordchristmas.com", - "claim.robuxat.com", - "claimgifts.shop", - "claimnitro.cc", - "clan-big.ru", - "claspedtwelve.com", - "classic-nitro.com", - "classicnitro.com", - "claud9.xyz", - "clck.ru", - "cleanphonefast.com", - "click-mell.pp.ru", - "click2click.xyz", - "clicnews.com", - "cliscord-gift.ru.com", - "cliscord-gift.xyz", - "cliscord.site", - "cliscordl.online", - "cliscordl.ru", - "clk.rtpdn*.com", - "clkepd.com", - "cllscordapp.fun", - "clonex.rlfkt.com", - "clooud9.xyz", - "cloud9.ru.com", - "cloud9team.fun", - "cloud9team.space", - "cloudeskins.com", - "cloudfox.one", - "cloudfront.net", - "cloudteam9.com", - "cloudteam9.fun", - "clove-nitro.com", - "cls-tournament.ru", - "club-moderatorsacademy.net", - "clubboost-nitro.shop", - "clubdlsscord-app.club", - "clubs-moderators.com", - "cmepure.com", - "cmskillcup.com", - "cngcpy.com", - "cod3r0bux.pw", - "code-nitro.ru", - "code-nitro.xyz", - "code24promo.com", - "coinblog.site", - "coinforcoin.site", - "coinmoney.in.net", - "cointrade.space", - "cointradebtc.com", - "coleryujgdq345678hfdh.xyz", - "combestskins.org.ru", - "comboline.xyz", - "comdicsord.net", - "comdicsordgifts.ru.com", - "comdisccord-appss.ru", - "comdisccrdapp.com", - "comdiscorb.blog", - "comdiscorcl.click", - "comdiscord-gg.com", - "comdiscord.com", - "comdiscordl.com", - "comdiscordo.org", - "comdiscorl.com", - "comdiscorl.gift", - "comdiscqrdapp.com", - "comdiscrod-app.site", - "comdisordnltros.com", - "comdlsccordapps.club", - "comdlscold.com", - "comdlscoord-apps.com", - "comdlscord-main.ru.com", - "come-nitro.com", - "comgift-discords.com", - "communitytradeoffer.com", - "communitytradeoffer.com.ru", - "communltydrop.pp.ua", - "communltyguard.pp.ua", - "comnitrosteaml.com", - "comrust-phoenix.org", - "comsteamcomminuty.com", - "comsteamcommunity.com", - "comsteamnitrol.com", - "comsteamnltros.ru", - "comstearncormmunity.com", - "consumerproductsusa.com", - "contact-infoservice.com", - "continue-site.website", - "contralav.ru", - "contralav.xyz", - "coolcools.xyz", - "cooldrop.monster", - "copyrightbusinessgroup.com", - "copyrightbussinessgroup.com", - "copyrighthelpbusiness.org", - "cord.gifts", - "corona-virus-map.com", - "cose-lore.ru", - "counter-stricke.ru", - "counter-strlke.site", - "counterbase.ru.com", - "counterpaid.xyz", - "counterspin.top", - "counterstrik.xyz", - "counterstrikegift.xyz", - "cpa-optimizer.online", - "cpanel.copyrighthelpbusiness.org", - "cpbldi.com", - "cpmstatsart.com", - "cpp-discord.com", - "crazy-soom.org.ru", - "crazypage.me", - "creack.tk", - "creditscpfree.website", - "crosflah.online", - "crustalcup.ga", - "cryptoreserve.space", - "cryptosell.space", - "cs-activit.xyz", - "cs-astria.xyz", - "cs-authx.money", - "cs-beast.xyz", - "cs-betway.xyz", - "cs-boom.org.ru", - "cs-cool.net.ru", - "cs-dark.org.ru", - "cs-dump.org.ru", - "cs-esports.link", - "cs-exeword.xyz", - "cs-fail.ru.com", - "cs-fall.ru.com", - "cs-gameis.ru", - "cs-gorun.ru.com", - "cs-grun.ru.com", - "cs-incursed.xyz", - "cs-legend.xyz", - "cs-logiin.money", - "cs-loginx.money", - "cs-lucky.xyz", - "cs-moneiy.us", - "cs-moneyy.ru", - "cs-navigiveaway.ru", - "cs-open.link", - "cs-pill.xyz", - "cs-play.org.ru", - "cs-prizeskins.xyz", - "cs-prizeskinz.xyz", - "cs-riptide.com", - "cs-riptide.ru", - "cs-riptide.xyz", - "cs-simpleroll.xyz", - "cs-skins.link", - "cs-skinz.xyz", - "cs-smoke.xyz", - "cs-spinz.xyz", - "cs-toom.pp.ru", - "cs-tournament.link", - "cs-victory.xyz", - "cs11go.space", - "cs4real.pp.ua", - "cs500go.com", - "csallskin.xyz", - "csbuyskins.in", - "cschanse.ru", - "cschecker.ru", - "cscoat.eu", - "cscodes.ru", - "csfair.pp.ua", - "csfix.me", - "csfreedom.me", - "csfreesklns.ru.com", - "csgameik.ru", - "csgdrop.ru", - "csgfocusa.ru", - "csggolg.ru", - "csgif.org.ru", - "csgift.fun", - "csgo-analyst.com", - "csgo-battle.ru", - "csgo-cash.eu", - "csgo-cup.ru", - "csgo-cyber.link", - "csgo-dym.ru", - "csgo-fute.net.ru", - "csgo-game-steam.ru", - "csgo-games.xyz", - "csgo-gamesteam.ru", - "csgo-gifts.com", - "csgo-lute.net.ru", - "csgo-market.ru.com", - "csgo-pell.org.ru", - "csgo-riptide.ru", - "csgo-run.info", - "csgo-run.site", - "csgo-sports.com", - "csgo-st.ru", - "csgo-steam-game.ru", - "csgo-steam-good.ru", - "csgo-steamanalyst.net", - "csgo-steamgame.ru", - "csgo-steamplay.ru", - "csgo-store-steam.ru", - "csgo-storesteam.ru", - "csgo-swapskin.com", - "csgo-top.xyz", - "csgo-trade.net", - "csgo-up.com", - "csgo-z.com", - "csgo.ghservers.cl", - "csgo2021.ru", - "csgo4cases.fun", - "csgobb.xyz", - "csgobccp.ru", - "csgobeats.com", - "csgobelieve.ru", - "csgocase.monster", - "csgocase.one", - "csgocases.monster", - "csgocashs.com", - "csgocheck.ru", - "csgocheck.ru.com", - "csgochinasteam.ru", - "csgocj-steam.work", - "csgocnfocuss.ru", - "csgocompetive.com", - "csgocup.ru", - "csgocupp.ru.com", - "csgocyber.ru", - "csgocybersport.ru.com", - "csgodetails.info", - "csgodirect.xyz", - "csgodreamer.com", - "csgodrop.me", - "csgodrops.monster", - "csgodrops.net", - "csgodrs.com", - "csgoeasywin.ru.com", - "csgoelite.xyz", - "csgoencup.com", - "csgoevent.xyz", - "csgofast.xyz", - "csgoflash.net.ru", - "csgofocusc.xyz", - "csgogame-steam.ru", - "csgoganeak.ru", - "csgoganeik.ru", - "csgogf01.xyz", - "csgogf02.xyz", - "csgogf03.xyz", - "csgogf04.xyz", - "csgogf05.xyz", - "csgogf06.xyz", - "csgogf07.xyz", - "csgogf12.xyz", - "csgogf13.xyz", - "csgogf14.xyz", - "csgogf15.xyz", - "csgogift25.xyz", - "csgogift26.xyz", - "csgogift34.xyz", - "csgogift43.xyz", - "csgogift44.xyz", - "csgogift45.xyz", - "csgogift47.xyz", - "csgogift49.xyz", - "csgogift50.xyz", - "csgogift51.xyz", - "csgogift55.xyz", - "csgogift56.xyz", - "csgogift57.xyz", - "csgogift58.xyz", - "csgogift59.xyz", - "csgogift60.xyz", - "csgogift62.xyz", - "csgogift77.xyz", - "csgogpusk.ru", - "csgoindex.ru", - "csgoindex.ru.com", - "csgoitemdetails.com", - "csgoitemsprices.com", - "csgojs.xyz", - "csgojump.ru", - "csgoko.tk", - "csgold.monster", - "csgomarble.xyz", - "csgomarketplace.net", - "csgomarkets.net", - "csgonavi.com", - "csgoorun.ru", - "csgoprocupgo.com", - "csgorcup.com", - "csgoroll.ru", - "csgorose.com", - "csgoroulette.monster", - "csgoroyalskins1.com", - "csgorun-giveaway.ru", - "csgorun-giveaway.xyz", - "csgorun-offical.site", - "csgorun-rubonus.ru", - "csgorun.info", - "csgorun.net.ru", - "csgorun.pro-login.ru", - "csgorun.pro-loginn.com", - "csgorunpromo.pp.ua", - "csgosell.xyz", - "csgoskill.ru", - "csgoskinprices.com", - "csgoskinsinfo.com", - "csgoskinsroll.com", - "csgosprod.com", - "csgossteam.ru", - "csgossteam.xyz", - "csgostats.fun", - "csgosteam-game.ru", - "csgosteam-play.ru", - "csgosteamanalysis.com", - "csgosteamanalyst.ru", - "csgosteamcom.ru", - "csgosteamgo.ru", - "csgoteammate.gq", - "csgothrive.com", - "csgothunby.com", - "csgotournaments.cf", - "csgotrades.net", - "csgotreder.com", - "csgovip.ru", - "csgowans.ru", - "csgowaycup.ru.com", - "csgowincase.xyz", - "csgoworkshops.com", - "csgoxgiveaway.ru", - "csgozone.net.in", - "csgunskins.xyz", - "cslpkmf.ru", - "csm-oney.ru", - "csmagrkego.ru", - "csmarkete.info", - "csmartscsgo.ru", - "csmone-y.ru", - "csmoneyskinz.xyz", - "csmvcecup.com", - "csogamech.xyz", - "csogamecm.xyz", - "csogamee.xyz", - "csogamef.xyz", - "csogamegg.ru", - "csogameke.xyz", - "csoggskif.ru", - "csoggskif.xyz", - "csogzhnc.xyz", - "csprices.in", - "csrandom.monster", - "css500gggo.ru", - "csskill.com", - "csskillpro.xyz", - "csskins.space", - "csskinz.xyz", - "csteamskin.ru", - "cstournament.ru", - "cswanmei.ru", - "cswanmei4.ru", - "cswinterpresent.xyz", - "csxrnoney.com", - "cteamcamnynity67823535672.xyz", - "cteamcommunity.xyz", - "cubesmc.ru", - "cupcs.ru", - "cupcsgo.ru", - "cupgoo.xyz", - "cupsul.ru", - "cupwin.xyz", - "cur.lv", - "cyber-csgo.link", - "cyber-csgo.space", - "cyber-cups.ru", - "cyber-lan.com", - "cyber-lan.site", - "cyber-roll.club", - "cyber-roll.monster", - "cyber-shok.online", - "cyber-shok.ru", - "cyber-win.ru", - "cyber-x.xyz", - "cybercsgo-scl.ru", - "cybercsgo.link", - "cybercsgotour.ru", - "cyberdex.ru", - "cyberegocscom.ru", - "cyberesports-tournaments.ru", - "cybergamearena.ru", - "cyberh1.xyz", - "cyberiaevents.ru", - "cyberlev.ru", - "cybermode.ru", - "cyberscsgo.ru", - "cyberspark.org.ru", - "cyberturnament.xyz", - "cyneheard-fau.com", - "d-nitro.tk", - "d.iscord.xyz", - "d.myticks.xyz", - "d1sc0rd.com", - "d1scord.com", - "d1scord.gg", - "d1scord.xyz", - "d1scrod-gift.com", - "d1scrod.site", - "d2csbox.pp.ua", - "d2cups.com", - "d2faceit.com", - "d3l3.tk", - "dabaicai.com", - "dac-game.xyz", - "daddsda.xyz", - "daily-news.com.ua", - "dailymegadeal.xyz", - "daque.cn", - "darksound.ru", - "datfuture.com", - "dating.hdxvideos.ru", - "datingapp.live", - "datingdeserving.com", - "dawbab.xyz", - "daxrop.xyz", - "dciscord.com", - "dcoda.net", - "ddiscord.com", - "de-spushtan-genehmigung-2.xyz", - "deadisidddde.xyz", - "deamonbets.ru", - "def-dclss.pp.ua", - "deltasec300gt.fun", - "demonbets.ru", - "denforapasi.cf", - "dengiua.com", - "der-csgo.ru", - "derimonz.xyz", - "derwoood.xyz", - "descargarjuegospc.net", - "desmond.ru.com", - "dev-discord.com", - "devdiscord.com", - "dfiscord.com", - "dfscord-app.club", - "dfscord-app.com", - "dfscord.com", - "dfwdiesel.net", - "diabasewoodhouse.xyz", - "diablobets.com", - "diacord.com", - "diacordapp.com", - "diascord.com", - "diccord.gift", - "diccrd.com", - "dicksod.co", - "dicoapp.me", - "dicoapp.pro", - "dicord-gifts.xyz", - "dicord.gg", - "dicord.gift", - "dicord.site", - "dicord.space", - "dicordapp.com", - "dicordgift.ru.com", - "dicordgifts.com", - "dicordglfts.cf", - "dicordglfts.ga", - "dicordglfts.gq", - "dicordglfts.ml", - "dicordglfts.tk", - "dicords-promotions.xyz", - "dicordsgift.xyz", - "dicordsgifts.xyz", - "dicovrd.com", - "dicrod-app.xyz", - "dicrod.com", - "dicscordapp.com", - "dicsocrd.com", - "dicsord-airdrop.com", - "dicsord-airdrop.ru", - "dicsord-airdrop.ru.com", - "dicsord-app.com", - "dicsord-events.com", - "dicsord-get.xyz", - "dicsord-gift.com", - "dicsord-gift.ru", - "dicsord-gift.ru.com", - "dicsord-gifte.ru", - "dicsord-gifte.ru.com", - "dicsord-gifted.ru", - "dicsord-giftes.ru", - "dicsord-gifting.ru", - "dicsord-gifts.ru", - "dicsord-gifts.ru.com", - "dicsord-give.com", - "dicsord-give.ru", - "dicsord-given.ru", - "dicsord-given.ru.com", - "dicsord-gives.com", - "dicsord-glfts.com", - "dicsord-hypesquad.com", - "dicsord-hypesquads.com", - "dicsord-nitro.com", - "dicsord-nitro.ru", - "dicsord-present.ru", - "dicsord-presents.ru", - "dicsord-show.com", - "dicsord-steam.com", - "dicsord-ticket.com", - "dicsord.club", - "dicsord.gg", - "dicsord.gift", - "dicsord.gifts", - "dicsord.gifts.ru", - "dicsord.gq", - "dicsord.msk.ru", - "dicsord.net", - "dicsord.pl", - "dicsord.pw", - "dicsord.ru", - "dicsord.space", - "dicsord.uk", - "dicsord.website", - "dicsord.xyz", - "dicsordapp.co", - "dicsordapp.com", - "dicsordapp.ru", - "dicsordapp.xyz", - "dicsordgift.club", - "dicsordgift.com", - "dicsordgift.one", - "dicsordgift.ru", - "dicsordgift.ru.com", - "dicsordgift.xyz", - "dicsordgifte.ru", - "dicsordgifted.ru", - "dicsordgifting.xyz", - "dicsordgifts.one", - "dicsordgifts.ru", - "dicsordgifts.ru.com", - "dicsordgifts.xyz", - "dicsordgive.ru", - "dicsordgive.ru.com", - "dicsordnitro.com", - "dicsordnitro.info", - "dicsordnitro.one", - "dicsordnitro.store", - "dicsordnitros.com", - "dicsordr.xyz", - "dicsords-gift.ru", - "dicsords-gifted.ru", - "dicsords-gifts.ru", - "dicsords-give.ru", - "dicsords.club", - "dicsords.com", - "dicsords.comboost", - "dicsords.ru", - "dicsrod.com", - "dicsrodapp.com", - "didiscord.com", - "didscord.com", - "dieviren.de", - "digcord.com", - "diiiscord-niiit.ru", - "diiiscrod.club", - "diisccord-app.ru", - "diisccord-gift.com", - "diisccord.club", - "diisccord.com", - "diiscorcl-gift.ru", - "diiscord-app.com", - "diiscord-app.ru", - "diiscord-apps.com", - "diiscord-apps.ru", - "diiscord-appss.com", - "diiscord-gift.com", - "diiscord-gift.ru", - "diiscord-niitro.ru", - "diiscord-nitro.com", - "diiscord-nittro.ru", - "diiscord.com", - "dIiscord.com", - "diiscord.gift", - "diiscord.me", - "diiscord.net", - "diiscord.xyz", - "diiscordapp.com", - "diiscordnitro.com", - "diisscord.club", - "diisscord.online", - "dijscord.com", - "diksord.xyz", - "dilscocd.com", - "dilscocd.ru", - "dilscord-gifts.com", - "dilscord.com", - "dilscord.gift", - "dilscord.gifts", - "dilscord.ru", - "dilscord.xyz", - "dilscordi.com", - "dilscordi.net.ru", - "dilscordi.org.ru", - "dilscordilgifts.com", - "dilscordilgiftt.com", - "dilscordilgiftx.com", - "dilscordis.com", - "dilscordis.net.ru", - "dilscordix.com", - "dilscordix.net.ru", - "dilscordiz.net.ru", - "dilscordl.com", - "dilsocrd.com", - "dilsocrd.ru", - "dioscord.com", - "diplom4rabota.ru", - "diqscordapp.com", - "dircode.ru", - "dircord-nitro.com", - "dirolzz.xyz", - "dirscod.com", - "dirscod.gift", - "dirscord-gift.ru", - "dirscordapp.com", - "dirtyteenagers.com", - "dis-nittro.com", - "dis.cord.gifts", - "disacord.com", - "disbordapp.com", - "disbords.com", - "disbored.com", - "disc-ord.com", - "disc.cool", - "disc.gifts", - "disc.ord.gg", - "disc.ordgift.ga", - "disc0rd-app.ru.com", - "disc0rd-nitro.site", - "disc0rd.org", - "disc0rd.site", - "disc0rd.xyz", - "discapp.info", - "discard.gg", - "discard.gift", - "discard.xyz", - "discardapp.fun", - "discardgift.xyz", - "discbrd.com", - "discbrdapp.com", - "disccoord-apps.com", - "disccor.com", - "disccorcl-gift.ru", - "disccord-ap.ru", - "disccord-app.club", - "disccord-app.com", - "disccord-app.ru", - "disccord-app.shop", - "disccord-apps.com", - "disccord-apps.ru", - "disccord-apps.shop", - "disccord-appss.com", - "disccord-appss.ru", - "disccord-appstore.com", - "disccord-club.com", - "disccord-club.ru", - "disccord-gift.com", - "disccord-gift.ru", - "disccord-gifts.com", - "disccord-giift.com", - "disccord-giift.ru", - "disccord-nitro.com", - "disccord-nitro.xyz", - "disccord.com", - "disccord.gg", - "disccord.ru", - "disccord.ru.com", - "disccord.shop", - "disccord.tk", - "disccordapp.live", - "disccords.com", - "disccrd.com", - "disccrd.gifts", - "disccrdapp.com", - "discdrd.gift", - "discdrdapp.ru", - "discerdapp.com", - "discford.com", - "discgrd.com", - "discgrdapp.com", - "dischrd.co", - "dischrd.com", - "dischrdapp.com", - "discird.gg", - "discird.me", - "discjrd.com", - "disckord.club", - "disckord.com", - "disckord.gift", - "disckordapp.com", - "disclord.com", - "discloud.co", - "disclrd.com", - "discnrd.gift", - "discnrdapp.com", - "disco.to", - "disco3d.app", - "disco630.club", - "disco9rd.com", - "disco9rdapp.com", - "discoapps.club", - "discoapps.live", - "discoapps.media", - "discoard.com", - "discobd.com", - "discocd-nitro.com", - "discocd.com", - "discocd.ru", - "discocdapp.com", - "discocdl.com", - "discocl.xyz", - "discoclapp.pw", - "discoclapp.xyz", - "discocord.com", - "discocrd-app.com", - "discocrd-gift.com", - "discocrd-gift.me", - "discocrd-gift.ru", - "discocrd-gifts.com", - "discocrd-nitro.com", - "discocrd.com", - "discocrd.gift", - "discocrd.gifts", - "discocrd.ru", - "discocrdapp.com", - "discod-apps.ru", - "discod-hitro.xyz", - "discod-nitro.ru", - "discod.art", - "discod.fun", - "discod.ga", - "discod.gift", - "discod.gifts", - "discod.info", - "discod.tech", - "discodapp.com", - "discodapp.gift", - "discodapp.net", - "discodd.com", - "discode.club", - "discode.gift", - "discodgift.com", - "discodnitro.info", - "discodnitro.ru", - "discodnitro.xyz", - "discodrd.com", - "discods.gift", - "discoed.gg", - "discoed.me", - "discoerd.com", - "discoerdapp.com", - "discofd.com", - "discofd.xyz", - "discofdapp.com", - "discoid.gifts", - "discojd.com", - "discojd.comepic", - "discokd.com", - "discokrd.com", - "discold-nitro.com", - "discold.online", - "discold.ru", - "discold.rusteammcommunily.net.ru", - "discolrd-gift.site", - "discolrd.com", - "discolrd.site", - "discomd.com", - "discond-nitro.ru", - "discond-njtro.tech", - "discond-njtro.website", - "discond.gift", - "discond.ru.com", - "discondapp.fun", - "disconitros.com", - "disconrd.com", - "discontro.ru", - "discoogs.com", - "discooord-nitro.com", - "discooord-nittro.com", - "discoord-ap.com", - "discoord-app.com", - "discoord-apps.com", - "discoord-aps.com", - "discoord-gift.com", - "discoord-nitro.com", - "discoord-nittro.com", - "discoord-to.com", - "discoord.space", - "discoordgift.com", - "discopd.com", - "discoqd.com", - "discor-dnitro.fun", - "discor-nitro.ru.com", - "discor.de", - "discor.gg", - "discor.link", - "discor.me", - "discor3.com", - "discorad.com", - "discorapp.gq", - "discorapp.pw", - "discorb-nitro.ru.com", - "discorb.blog", - "discorb.co", - "discorb.com", - "discorb.gift", - "discorb.gifts", - "discorb.info", - "discorb.ru", - "discorb.ru.com", - "discorbl.com", - "discorc-nitro.site", - "discorc.com", - "discorc.gift", - "discorc.ru.com", - "discorcd-app.com", - "discorcd-apps.com", - "discorcd-booster.ru", - "discorcd-gift.com", - "discorcd-nitro.com", - "discorcd.click", - "discorcd.com", - "discorcd.gift", - "discorcd.gifts", - "discorcd.site", - "discorcdapp.com", - "discorcg.xyz", - "discorci.com", - "discorci.fun", - "discorcl-air.xyz", - "discorcl-airdrop.ru", - "discorcl-app-nitro.ru", - "discorcl-app-nittro.ru", - "discorcl-app.com", - "discorcl-app.fun", - "discorcl-app.ru", - "discorcl-app.site", - "discorcl-app.xyz", - "discorcl-apps.ru", - "discorcl-boost.ru", - "discorcl-boost.shop", - "discorcl-club.com", - "discorcl-gift.com", - "discorcl-gift.org.ru", - "discorcl-gift.ru", - "discorcl-gift.ru.com", - "discorcl-gift.tk", - "discorcl-gift.xyz", - "discorcl-gifts.com", - "discorcl-give.site", - "discorcl-nirto.ru", - "discorcl-nitro.com", - "discorcl-nitro.ru", - "discorcl-nitro.ru.com", - "discorcl-nitro.site", - "discorcl-nittro.ru", - "discorcl.app", - "discorcl.art", - "discorcl.click", - "discorcl.club", - "discorcl.com", - "discorcl.fun", - "discorcl.ga", - "discorcl.gift", - "discorcl.gifts", - "discorcl.info", - "discorcl.life", - "discorcl.link", - "discorcl.online", - "discorcl.org", - "discorcl.ru", - "discorcl.ru.com", - "discorcl.shop", - "discorcl.site", - "discorcl.store", - "discorcl.website", - "discorclapp.com", - "discorclapp.fun", - "discorclapp.xyz", - "discorclgift.com", - "discorclgift.net.ru", - "discorclgift.xyz", - "discorclgifts.store", - "discorcll.com", - "discorcll.online", - "discorclnitro.ru", - "discorclsteam.com", - "discorcrd.gift", - "discorcz-boost.ru", - "discorcz-booster.ru", - "discord-3nitro.site", - "discord-a.com", - "discord-academy-signup.com", - "discord-academy.app", - "discord-academy.com", - "discord-academymoderator.com", - "discord-academyvotes.com", - "discord-acc.ru", - "discord-accept.com", - "discord-account.com", - "discord-accounts.com", - "discord-accounts.ru", - "discord-acedemy.com", - "discord-action.com", - "discord-ad.com", - "discord-air.fun", - "discord-air.pw", - "discord-air.site", - "discord-air.xyz", - "discord-airclrop.pw", - "discord-airdop.link", - "discord-airdrop.com", - "discord-airdrop.fun", - "discord-airdrop.info", - "discord-airdrop.me", - "discord-airdrop.pw", - "discord-airdrop.ru.com", - "discord-airdrop.site", - "discord-airdrop.xyz", - "discord-airnitro.xyz", - "discord-alidrop.me", - "discord-alrdrop.com", - "discord-ap.ru", - "discord-api.com", - "discord-app-nitro.ru", - "discord-app.art", - "discord-app.cc", - "discord-app.click", - "discord-app.club", - "discord-app.co", - "discord-app.co.uk", - "discord-app.gift", - "discord-app.gifts", - "discord-app.info", - "discord-app.io", - "discord-app.life", - "discord-app.live", - "discord-app.me", - "discord-app.net", - "discord-app.net.ru", - "discord-app.org", - "discord-app.pw", - "discord-app.ru", - "discord-app.ru.com", - "discord-app.shop", - "discord-app.store", - "discord-app.su", - "discord-app.top", - "discord-app.uk", - "discord-app.us", - "discord-app.xyz", - "discord-application-moderators.xyz", - "discord-application.com", - "discord-applications.com", - "discord-apply.cf", - "discord-apply.com", - "discord-applys.com", - "discord-appnitro.com", - "discord-apps.cf", - "discord-apps.fun", - "discord-apps.ga", - "discord-apps.info", - "discord-apps.ru", - "discord-apps.site", - "discord-apps.space", - "discord-apps.xyz", - "discord-appss.ru", - "discord-appstore.club", - "discord-appstore.net.ru", - "discord-ar.cf", - "discord-autisme.fr", - "discord-badge.com", - "discord-badges.com", - "discord-best.com", - "discord-bonus.ru", - "discord-boost.com", - "discord-boost.fun", - "discord-boost.ru", - "discord-boost.ru.com", - "discord-boost.xyz", - "discord-bot.com", - "discord-bot.ru", - "discord-bounty.ru", - "discord-bugs.com", - "discord-bunker.ru", - "discord-canary.com", - "discord-certified.com", - "discord-christmas.com", - "discord-christmasnitro.xyz", - "discord-claim.com", - "discord-claim.ru", - "discord-claim.ru.com", - "discord-clap.com", - "discord-click.shop", - "discord-club.org", - "discord-club.ru", - "discord-collaboration.com", - "discord-com-free.online", - "discord-com-free.ru", - "discord-com.ru", - "discord-community.com", - "discord-confirm.ml", - "discord-control.com", - "discord-controls.com", - "discord-cpp.com", - "discord-develop.com", - "discord-developer.com", - "discord-developers.com", - "discord-devs.com", - "discord-do.com", - "discord-dr0p.ru", - "discord-drop.gift", - "discord-drop.info", - "discord-drop.space", - "discord-drop.xyz", - "discord-drops.com", - "discord-drops.ru", - "discord-drops.xyz", - "discord-egift.com", - "discord-epicgames.com", - "discord-event.com", - "discord-event.fun", - "discord-event.info", - "discord-events.com", - "discord-events.tk", - "discord-eventshypesquad.com", - "discord-exam.com", - "discord-exams.com", - "discord-experts.com", - "discord-exploits.tk", - "discord-faq.com", - "discord-fill.com", - "discord-form.com", - "discord-forms.com", - "discord-formulate.com", - "discord-free-nitro.com", - "discord-free-nitro.ru", - "discord-free-nitro.site", - "discord-free.com", - "discord-free.online", - "discord-free.ru.com", - "discord-free.site", - "discord-free.space", - "discord-freenitro.online", - "discord-freenitro.pw", - "discord-freenitro.ru", - "discord-full.shop", - "discord-full.xyz", - "discord-fun.com", - "discord-g.com", - "discord-game.com", - "discord-game.ru", - "discord-games.cf", - "discord-gaway.com", - "discord-generator.ru.com", - "discord-generator.tk", - "discord-get.click", - "discord-get.club", - "discord-get.com", - "discord-get.ru", - "discord-get.shop", - "discord-get.xyz", - "discord-gft.xyz", - "discord-gg.com", - "discord-gg.ru.com", - "discord-gg.shop", - "discord-gg.site", - "discord-ggifts.xyz", - "discord-gi.com", - "discord-gif.xyz", - "discord-gifft.com", - "discord-giffts.xyz", - "discord-gift-free-nitro.tk", - "discord-gift-nitro.site", - "discord-gift.app", - "discord-gift.cc", - "discord-gift.club", - "discord-gift.co", - "discord-gift.com", - "discord-gift.info", - "discord-gift.me", - "discord-gift.net", - "discord-gift.net.ru", - "discord-gift.online", - "discord-gift.org.ru", - "discord-gift.ru", - "discord-gift.ru.com", - "discord-gift.shop", - "discord-gift.site", - "discord-gift.top", - "discord-gift.us", - "discord-giftc.com", - "discord-gifte.com", - "discord-gifte.ru", - "discord-gifte.site", - "discord-gifte.xyz", - "discord-gifted.ru", - "discord-gifted.ru.com", - "discord-giftef.xyz", - "discord-gifteh.xyz", - "discord-giftes.com", - "discord-giftes.online", - "discord-giftes.ru", - "discord-giftes.xyz", - "discord-gifting.xyz", - "discord-giftle.ru", - "discord-gifts.click", - "discord-gifts.com", - "discord-gifts.com.ru", - "discord-gifts.ga", - "discord-gifts.me", - "discord-gifts.net", - "discord-gifts.net.ru", - "discord-gifts.org", - "discord-gifts.ru.com", - "discord-gifts.shop", - "discord-gifts.site", - "discord-gifts.store", - "discord-gifts.us", - "discord-gifts.website", - "discord-gifts.xyz", - "discord-giftsteam.com", - "discord-giftt.xyz", - "discord-gifty.xyz", - "discord-giift.com", - "discord-giift.ru", - "discord-giv.com", - "discord-givaewey.ru", - "discord-give-gift.ml", - "discord-give-nitro.tk", - "discord-give.com", - "discord-give.net", - "discord-give.org", - "discord-give.pw", - "discord-give.ru", - "discord-give.ru.com", - "discord-give.us", - "discord-give.xyz", - "discord-giveawary.online", - "discord-giveawary.ru", - "discord-giveaway.com", - "discord-giveaway.ru", - "discord-giveaway.ru.com", - "discord-giveaway.site", - "discord-giveaways.ru", - "discord-gives.ru", - "discord-glft.cf", - "discord-glft.com", - "discord-glft.ga", - "discord-glft.ru", - "discord-glft.ru.com", - "discord-glft.space", - "discord-glft.xyz", - "discord-glfte.ru", - "discord-glfts.club", - "discord-glfts.ga", - "discord-glfts.xyz", - "discord-glveaway.online", - "discord-glveaway.ru", - "discord-go.com", - "discord-go.net.ru", - "discord-go.online", - "discord-go.ru", - "discord-guard.com", - "discord-hacks.tk", - "discord-halloween-nitro.com", - "discord-halloween-nitro.site", - "discord-halloween.com", - "discord-halloween.fun", - "discord-halloween.link", - "discord-halloween.me", - "discord-halloween.ru", - "discord-halloween.ru.com", - "discord-hallowen.ru.com", - "discord-help.com", - "discord-help.fun", - "discord-helpers.com", - "discord-hse.com", - "discord-hsquad.com", - "discord-hype-squad.com", - "discord-hype.com", - "discord-hype.ml", - "discord-hypebadges.com", - "discord-hypedsquad.com", - "discord-hypeevent.com", - "discord-hypeevents.com", - "discord-hypeform.com", - "discord-hypeforms.com", - "discord-hypeprogram.com", - "discord-hypes.com", - "discord-hypesquad-apply.com", - "discord-hypesquad-event.tk", - "discord-hypesquad-events.com", - "discord-hypesquad-join.com", - "discord-hypesquad-signup.com", - "discord-hypesquad.cf", - "discord-hypesquad.com", - "discord-hypesquad.fun", - "discord-hypesquad.info", - "discord-hypesquad.net", - "discord-hypesquad.site", - "discord-hypesquad.xyz", - "discord-hypesquadacademy.com", - "discord-hypesquade.com", - "discord-hypesquaders.com", - "discord-hypesquadevent.com", - "discord-hypesquadevents.com", - "discord-hypesquads.com", - "discord-hypesquadteam.com", - "discord-hypevent.com", - "discord-hypevents.com", - "discord-hypevotes.com", - "discord-info.com", - "discord-infoapp.xyz", - "discord-information.com", - "discord-information.ru", - "discord-information.site", - "discord-informations.com", - "discord-informations.ru", - "discord-instal.ru", - "discord-install.com", - "discord-invite-link.com", - "discord-ivent.com", - "discord-job.com", - "discord-jobs.com", - "discord-join.com", - "discord-list.cf", - "discord-load.ru", - "discord-login.cf", - "discord-lot.ru", - "discord-main.ru.com", - "discord-me.com", - "discord-me.ru", - "discord-mega.xyz", - "discord-mod.com", - "discord-moderation-test.com", - "discord-moderation.com", - "discord-moderations.com", - "discord-moderator-academy.com", - "discord-moderator-academy.xyz", - "discord-moderator-apply.com", - "discord-moderator-exam.com", - "discord-moderator-form.com", - "discord-moderator-forms.com", - "discord-moderator-formulary.com", - "discord-moderator-signup.com", - "discord-moderator.app", - "discord-moderator.com", - "discord-moderator.info", - "discord-moderator.us", - "discord-moderatorapply.com", - "discord-moderators-institute.com", - "discord-mods.com", - "discord-net-labs.com", - "discord-netro.ru", - "discord-new.net.ru", - "discord-new.ru.com", - "discord-news.com", - "discord-news.ru.com", - "discord-newyear.com", - "discord-newyear.net.ru", - "discord-newyear.online", - "discord-newyear.ru", - "discord-newyear.ru.com", - "discord-nftro.ru.com", - "discord-ni.com", - "discord-ni.ru", - "discord-nide.xyz", - "discord-niitro.club", - "discord-niitro.com", - "discord-niitro.ru", - "discord-niitro.xyz", - "discord-niittro.ru", - "discord-nilro.ru", - "discord-niltro.com", - "discord-niltro.ru.com", - "discord-niltro.site", - "discord-nirto.store", - "discord-nit.com", - "discord-nit.ru", - "discord-nitr.xyz", - "discord-nitr0gift.fun", - "discord-nitre.xyz", - "discord-nitro-boost.xyz", - "discord-nitro-classic.com", - "discord-nitro-free.com", - "discord-nitro-free.ml", - "discord-nitro-free.ru", - "discord-nitro-free.space", - "discord-nitro-free.xyz", - "discord-nitro-freee.xyz", - "discord-nitro-gift.site", - "discord-nitro-gift.store", - "discord-nitro-gifts.ru", - "discord-nitro.cf", - "discord-nitro.click", - "discord-nitro.cloud", - "discord-nitro.club", - "discord-nitro.co", - "discord-nitro.com", - "discord-nitro.de", - "discord-nitro.eu", - "discord-nitro.gift", - "discord-nitro.gifts", - "discord-nitro.info", - "discord-nitro.it", - "discord-nitro.link", - "discord-nitro.live", - "discord-nitro.net", - "discord-nitro.net.ru", - "discord-nitro.online", - "discord-nitro.org", - "discord-nitro.org.ru", - "discord-nitro.pro", - "discord-nitro.pw", - "discord-nitro.ru.com", - "discord-nitro.services", - "discord-nitro.shop", - "discord-nitro.store", - "discord-nitro.su", - "discord-nitro.tech", - "discord-nitro.tk", - "discord-nitro.website", - "discord-nitroapp.ru", - "discord-nitroapp.ru.com", - "discord-nitroapp.xyz", - "discord-nitrodrop.store", - "discord-nitrodrop.xyz", - "discord-nitroe.xyz", - "discord-nitrofree.site", - "discord-nitrogift.com", - "discord-nitrogift.ru", - "discord-nitrogift.xyz", - "discord-nitrogiveway.com", - "discord-nitroo.com", - "discord-nitros.com", - "discord-nitros.gifts", - "discord-nitros.org", - "discord-nitros.ru", - "discord-nitrosteam.com", - "discord-nitrot.xyz", - "discord-nittro.com", - "discord-nittro.pw", - "discord-nittro.ru", - "discord-nittro.xyz", - "discord-njtro.store", - "discord-nltro.com", - "discord-nltro.fun", - "discord-nltro.info", - "discord-nltro.org", - "discord-nltro.ru", - "discord-nltro.ru.com", - "discord-nltro.xyz", - "discord-no.xyz", - "discord-nudes.club", - "discord-nudes.live", - "discord-o.com", - "discord-oauth2.tk", - "discord-offer.com", - "discord-og.com", - "discord-online.ru", - "discord-org.com", - "discord-partner.app", - "discord-partner.com", - "discord-partner.net", - "discord-partners.com", - "discord-plus.com", - "discord-premium.com", - "discord-present.ru", - "discord-presents.ru", - "discord-pro.com", - "discord-promo.com", - "discord-promo.info", - "discord-promo.net.ru", - "discord-promo.ru.com", - "discord-promo.site", - "discord-promo.xyz", - "discord-promotions.com", - "discord-promox.com", - "discord-quiz.com", - "discord-report.com", - "discord-rewards.com", - "discord-ro.com", - "discord-ro.tk", - "discord-ru.site", - "discord-s.ru", - "discord-security.com", - "discord-service.com", - "discord-service.xyz", - "discord-sex.live", - "discord-shop.com", - "discord-shop.fun", - "discord-shop.xyz", - "discord-signup-moderators.com", - "discord-site.net.ru", - "discord-sla.sh", - "discord-sms.eu", - "discord-snowsgiving.cf", - "discord-soft.ru", - "discord-spooky.ru", - "discord-squad.com", - "discord-staff.club", - "discord-staff.com", - "discord-staff.gq", - "discord-staffs.com", - "discord-stat.com", - "discord-statics.com", - "discord-stats.com", - "discord-stats.org", - "discord-steam-promo.com", - "discord-steam.club", - "discord-steam.com", - "discord-steam.gift", - "discord-steam.ru", - "discord-steam.ru.com", - "discord-steam.site", - "discord-steam.tk", - "discord-steam.xyz", - "discord-steamgift.com", - "discord-steamgifts.com", - "discord-steamnitro.com", - "discord-steams.com", - "discord-stemdrop.me", - "discord-store.club", - "discord-study.pages.dev", - "discord-stuff.com", - "discord-subscriptions.com", - "discord-sup.com", - "discord-support.com", - "discord-support.org", - "discord-support.site", - "discord-support.tech", - "discord-supports.com", - "discord-team.com", - "discord-tech.com", - "discord-test.com", - "discord-tester.com", - "discord-testers-bug.com", - "discord-testers.com", - "discord-to.com", - "discord-top.site", - "discord-townhall.com", - "discord-true.com", - "discord-trustandsafety.com", - "discord-up.com", - "discord-up.ru", - "discord-update.com", - "discord-usetup.ru", - "discord-verif.ga", - "discord-verification.com", - "discord-verifications.com", - "discord-verified.com", - "discord-verify-account.ml", - "discord-verify.com", - "discord-verify.one", - "discord-verify.ru", - "discord-vetify.com", - "discord-votejob.com", - "discord-votes.com", - "discord-web.com", - "discord-winter.online", - "discord-winter.ru", - "discord-x.com", - "discord-xnitro.com", - "discord.1nitro.club", - "discord.ac", - "discord.app", - "discord.app.br", - "discord.bargains", - "discord.best", - "discord.biz", - "discord.blog", - "discord.buzz", - "discord.cc", - "discord.cheap", - "discord.cloud", - "discord.cm", - "discord.cn.com", - "discord.co.com", - "discord.co.in", - "discord.co.za", - "discord.com.pl", - "discord.com.ru", - "discord.com.tw", - "discord.cool", - "discord.creditcard", - "discord.deals", - "discord.directory", - "discord.download", - "discord.es", - "discord.eu", - "discord.events", - "discord.family", - "discord.fit", - "discord.foundation", - "discord.freehlp.com", - "discord.fun", - "discord.fyi", - "discord.gift", - "discord.gifte", - "discord.gifte.com", - "discord.givaeway.com", - "discord.givaewey.com", - "discord.givaeweys.com", - "discord.giveawey.com", - "discord.giveaweys.com", - "discord.giveweay.com", - "discord.glfte.com", - "discord.gq", - "discord.homes", - "discord.house", - "discord.ie", - "discord.in", - "discord.istanbul", - "discord.limited", - "discord.link", - "discord.ltd", - "discord.luxe", - "discord.ma", - "discord.marketing", - "discord.me.uk", - "discord.moscow", - "discord.my", - "dIscord.net", - "discord.net", - "discord.online", - "discord.org", - "discord.org.ru", - "discord.porn", - "discord.pp.ru", - "discord.promo", - "discord.pt", - "discord.ru", - "discord.ru.com", - "discord.ru.net", - "discord.shop", - "discord.si", - "discord.space", - "discord.study", - "discord.team", - "discord.tools", - "discord.tw", - "discord.us.com", - "discord.vc", - "discord.voto", - "discord.win", - "discord.world", - "discord1-nitr0.xyz", - "discord2022.com", - "discord2fa.com", - "discord404.com", - "discord4nitro.com", - "discorda.xyz", - "discordaap.com", - "discordaapp.ga", - "discordacademy-mods.com", - "discordacademyapp.com", - "discordacademyforms.com", - "discordacc2.repl.co", - "discordadp.com", - "discordadpp.com", - "discordaepp.com", - "discordairdrop.com", - "discordalt4.repl.co", - "discordalt5.repl.co", - "discordalts293.repl.co", - "discordaoo.com", - "discordaop.com", - "discordapp-academy.com", - "discordapp-hypesquad.com", - "discordapp-moderator.com", - "discordapp-moderators.club", - "discordapp-moderators.com", - "discordapp.best", - "discordapp.biz", - "discordapp.cc", - "discordapp.cf", - "discordapp.chat", - "discordapp.click", - "discordapp.cloud", - "discordapp.co", - "discordapp.co.uk", - "discordapp.code", - "discordapp.codes", - "discordapp.download", - "discordapp.eu", - "discordapp.gg", - "discordapp.gift", - "discordapp.gifts", - "discordapp.help", - "discordapp.info", - "discordapp.ir", - "discordapp.live", - "discordapp.market", - "discordapp.one", - "discordapp.org", - "discordapp.pages.dev", - "discordapp.pw", - "discordapp.rest", - "discordapp.rip", - "discordapp.ru.com", - "discordapp.sa.com", - "discordapp.shop", - "discordapp.site", - "discordapp.social", - "discordapp.store", - "discordapp.su", - "discordapp.support", - "discordapp.top", - "discordapp.us", - "discordapp.vercel.app", - "discordapp.vip", - "discordapp.ws", - "discordapp.xyz", - "discordappdownload.com", - "discordappi.com", - "discordappi.fun", - "discordapplication.bond", - "discordapplication.cfd", - "discordapplication.com", - "discordapplication.xyz", - "discordapplications.co.uk", - "discordapplications.com", - "discordapply.com", - "discordappnittro.com", - "discordappnittro.ru", - "discordappo.com", - "discordappp.com", - "discordappp.net", - "discordappporn.chat", - "discordapps.co", - "discordapps.gift", - "discordapps.gifts", - "discordapps.tk", - "discordappss.com", - "discordaqp.com", - "discordaqq.com", - "discordaspp.com", - "discordatapp.com", - "discordbagequiz.cf", - "discordban.com", - "discordban.org", - "discordbasement.com", - "discordbeta.com", - "discordbetter.app", - "discordbonus.fun", - "discordboost.net", - "discordbooster.com", - "discordbothost.com", - "discordbotist.com", - "discordbots.app", - "discordbox.xyz", - "discordbr.com", - "discordbug.com", - "discordbugs.com", - "discordc-nitro.com", - "discordc.gift", - "discordc.space", - "discordcanary.com", - "discordcdn.sa.com", - "discordcgift.cf", - "discordcharity.org", - "discordcheats.net", - "discordchristmas.com", - "discordchristmas.gifts", - "discordchristmaspromo.com", - "discordchristmaspromo.gifts", - "discordcift.xyz", - "discordclaim.com", - "discordclaim.fun", - "discordclaim.xyz", - "discordclgift.net.ru", - "discordclient.ml", - "discordclone.xyz", - "discordcomlogin.com", - "discordcommunity.store", - "discordcommunity.xyz", - "discordcommunlty.com", - "discordcompany.com", - "discordcontests.com", - "discordcrasher.wtf", - "discordcreators.net", - "discordd.buzz", - "discordd.com", - "discordd.gg", - "discordd.gift", - "discordd.gq", - "discorddaapp.com", - "discorddev.com", - "discorddevelopment.com", - "discorddevelopment.nl", - "discorddevs.com", - "discorddiscord.com", - "discorddnitro.ru", - "discorddomains.com", - "discorddrop.com", - "discorde-app.club", - "discorde-app.com", - "discorde-gift.com", - "discorde-gift.net.ru", - "discorde-gift.online", - "discorde-gift.ru", - "discorde-gifte.com", - "discorde-gifts.club", - "discorde-gifts.com", - "discorde-nito.xyz", - "discorde-nitral.xyz", - "discorde-nitre.xyz", - "discorde-nitro.com", - "discorde-nitro.fun", - "discorde-nitro.xyz", - "discorde.com", - "discorde.gift", - "discorde.ru", - "discorde.xyz", - "discordegifts.com", - "discordenitro.com", - "discordenitro.site", - "discordepp.com", - "discordery.com", - "discordevent.co.vu", - "discordevents.cc", - "discordevents.co", - "discordevents.com", - "discordevents.ml", - "discordevents.tk", - "discordevents.xyz", - "discordevs.org", - "discordf-steam.com", - "discordf.com", - "discordf.gift", - "discordfgift.ru.com", - "discordforcreators.com", - "discordforms-moderator.com", - "discordforms.com", - "discordformulary.com", - "discordfree.club", - "discordfree.com", - "discordfree.ru", - "discordfreenitro.gq", - "discordfreenitro.pl", - "discordfreenitrogift.limited", - "discordfrnitro.site", - "discordfsteam.com", - "discordful.ru", - "discordg.com.ru", - "discordg.link", - "discordg.ru", - "discordgame.com", - "discordgamelabs.com", - "discordgamers.co.uk", - "discordget.com", - "discordgetnitro.xyz", - "discordgft.com", - "discordgft.ga", - "discordgft.ml", - "discordgg.com", - "discordgg.cz", - "discordgg.me", - "discordggifts.xyz", - "discordgif.com", - "discordgif.ru.com", - "discordgifling.shop", - "discordgiflts.com", - "discordgift-nitro.com", - "discordgift.app", - "discordgift.cards", - "discordgift.cc", - "discordgift.club", - "discordgift.com", - "discordgift.fun", - "discordgift.info", - "discordgift.io", - "discordgift.me", - "discordgift.net.ru", - "discordgift.one", - "discordgift.org", - "discordgift.pw", - "discordgift.ru", - "discordgift.ru.com", - "discordgift.sbs", - "discordgift.site", - "discordgift.space", - "discordgift.tk", - "discordgift.us", - "discordgift.xyz", - "discordgifta.online", - "discordgifte.com", - "discordgifte.ru", - "discordgifte.site", - "discordgifted.ga", - "discordgifted.xyz", - "discordgifters.com", - "discordgiftfree.site", - "discordgifting.cc", - "discordgifting.club", - "discordgifting.online", - "discordgifting.shop", - "discordgifting.site", - "discordgifting.store", - "discordgifting.us", - "discordgifting.xyz", - "discordgiftis.ru", - "discordgiftlng.sbs", - "discordgiftlng.xyz", - "discordgiftng.cc", - "discordgiftng.shop", - "discordgifts-administrators.ru.com", - "discordgifts-apse2a.ru.com", - "discordgifts-arnvpn.ru.com", - "discordgifts-authenticate.ru.com", - "discordgifts-bacchusplaytest.ru.com", - "discordgifts-cccp-main-prod.ru.com", - "discordgifts-cdn.ru.com", - "discordgifts-codefresh.ru.com", - "discordgifts-ctl.ru.com", - "discordgifts-devplayteste.ru.com", - "discordgifts-devplaytestx.ru.com", - "discordgifts-ecomprod01.ru.com", - "discordgifts-entitlement.ru.com", - "discordgifts-game-social.ru.com", - "discordgifts-gh.ru.com", - "discordgifts-gw-ape1-prod.ru.com", - "discordgifts-gw-use1-hptest.ru.com", - "discordgifts-kong-ci.ru.com", - "discordgifts-launcherhelp.ru.com", - "discordgifts-locust.ru.com", - "discordgifts-pay.ru", - "discordgifts-pay.ru.com", - "discordgifts-playtest.ru.com", - "discordgifts-priceengine.ru.com", - "discordgifts-prometheus-euw1.ru.com", - "discordgifts-ps-mgmt-portal.ru.com", - "discordgifts-shithappens.ru.com", - "discordgifts-sword-service-prod.ru.com", - "discordgifts-testrail.ru.com", - "discordgifts-v3.ru.com", - "discordgifts.cc", - "discordgifts.click", - "discordgifts.club", - "discordgifts.co", - "discordgifts.co.uk", - "discordgifts.com", - "discordgifts.eu.org", - "discordgifts.fun", - "discordgifts.in", - "discordgifts.info", - "discordgifts.link", - "discordgifts.me", - "discordgifts.net", - "discordgifts.ru", - "discordgifts.ru.com", - "discordgifts.shop", - "discordgifts.site", - "discordgifts.store", - "discordgifts.tk", - "discordgifts.us", - "discordgiftscatalog.ru.com", - "discordgiftsconfigs.ru.com", - "discordgiftscrashreporter.ru.com", - "discordgiftsdev-euc1r.ru.com", - "discordgiftsedge-connector.ru.com", - "discordgiftsfirewall.ru.com", - "discordgiftsgetter.ru.com", - "discordgiftshcaptcha.ru.com", - "discordgiftsids.ru.com", - "discordgiftskubectl.ru.com", - "discordgiftslab-gp-02.ru.com", - "discordgiftslegacy.ru.com", - "discordgiftsloctesting.ru.com", - "discordgiftslyncxmpp.ru.com", - "discordgiftsmaintenance.ru.com", - "discordgiftsmatchmaking.ru.com", - "discordgiftsnorthamerica.ru.com", - "discordgiftsoperations.ru.com", - "discordgiftsorg.ru.com", - "discordgiftsph.repl.co", - "discordgiftsplatypus-ci.ru.com", - "discordgiftspreview.ru.com", - "discordgiftsprivate.ru.com", - "discordgiftsprod-euc1b.ru.com", - "discordgiftsprod-usw2b.ru.com", - "discordgiftsprodstaging.ru.com", - "discordgiftsprometheus-apne1.ru.com", - "discordgiftsrtcp-manager-test.ru.com", - "discordgiftss.com", - "discordgiftss.xyz", - "discordgiftssandbox.ru.com", - "discordgiftssda-admin-jira.ru.com", - "discordgiftssfovpn.ru.com", - "discordgiftsslackbot.ru.com", - "discordgiftssonarqube-use1.ru.com", - "discordgiftssyslog.ru.com", - "discordgiftsteam.ru", - "discordgiftsunaisuarez.ru.com", - "discordgiftsutforums.ru.com", - "discordgifty.xyz", - "discordgiftz.xyz", - "discordgitf.xyz", - "discordgive.ru", - "discordgive.ru.com", - "discordgive.xyz", - "discordgiveaway.co.vu", - "discordgiveaway.fun", - "discordgivenitro.com", - "discordgivenitro.ru", - "discordgivenitro.ru.com", - "discordglfling.xyz", - "discordglfs.net", - "discordglft.com", - "discordglft.gq", - "discordglft.net", - "discordglft.org", - "discordglft.ru", - "discordglft.xyz", - "discordglfting.com", - "discordglfting.fun", - "discordglfting.shop", - "discordglfting.store", - "discordglfting.xyz", - "discordglftlng.xyz", - "discordglfts.com", - "discordglfts.ga", - "discordglfts.ml", - "discordglfts.shop", - "discordglfts.store", - "discordglfts.xyz", - "discordglftz.xyz", - "discordhacks.xyz", - "discordhalloween.co.uk", - "discordhalloween.com", - "discordhalloween.gift", - "discordhalloween.uk", - "discordhalloweens.com", - "discordhelp.ml", - "discordhelpsupport.com", - "discordhitro.gifts", - "discordhunters.com", - "discordhype-squad.com", - "discordhypesquad.net", - "discordhypesquadevents.com", - "discordhypesquadsevent.com", - "discordhypesquadsevents.com", - "discordi-steam.com", - "discordi.com", - "discordi.gift", - "discordiapp.fun", - "discordiasbox.com", - "discordiatech.co.uk", - "discordicon.com", - "discordid.eu", - "discordigift.ml", - "discordik.ru", - "discordimages.com", - "discordinfo.com", - "discordinfo.ru", - "discordinvite.ml", - "discordio.xyz", - "discordist.com", - "discordisteam.com", - "discordivitemoderator.com", - "discordivitemoderators.com", - "discordj.com", - "discordj.gift", - "discordjapp.com", - "discordjob.com", - "discordjp.com", - "discordjs.tech", - "discordjsteam.com", - "discordl-app.com", - "discordl-steam.com", - "discordl.com", - "discordl.gift", - "discordl.pw", - "discordl.site", - "discordl.xyz", - "discordlapp.com", - "discordlapp.fun", - "discordlegal.zendesk.com", - "discordlgift.com", - "discordlgift.ru.com", - "discordlinks.co.uk", - "discordlist.repl.co", - "discordlive.xyz", - "discordll.com", - "discordll.gift", - "discordlogin.com", - "discordlsteam.com", - "discordm.com", - "discordmac.com", - "discordmapper.com", - "discordme.me", - "discordmembers.store", - "discordmod.ml", - "discordmoderations.com", - "discordmoderator-academy.com", - "discordmoderator.net", - "discordmoderatoracademy.com", - "discordmoderatorinstitute.com", - "discordmoderatorinvite.com", - "discordmoderators-academy.com", - "discordmoderators-club.com", - "discordmoderators.com", - "discordmods-academy.com", - "discordmoon.com", - "discordmordinvite.com", - "discordn.com", - "discordn.gift", - "discordnew-staff.com", - "discordnewmods.com", - "discordnewyear.com", - "discordniitro.com", - "discordnit.ro", - "discordnitr.ru", - "discordnitr0.tk", - "discordnitro-away.ml", - "discordnitro-gift.com", - "discordnitro-steam.ru", - "discordnitro.altervista.org", - "discordnitro.best", - "discordnitro.biz", - "discordnitro.cc", - "discordnitro.click", - "discordnitro.club", - "discordnitro.co", - "discordnitro.codes", - "discordnitro.com", - "dIscordnitro.com", - "discordnitro.fun", - "discordnitro.gift", - "discordnitro.gifts", - "discordnitro.host", - "discordnitro.info", - "discordnitro.io", - "discordnitro.link", - "discordnitro.me", - "discordnitro.pro", - "discordnitro.pw", - "discordnitro.quest", - "discordnitro.ru.com", - "discordnitro.space", - "discordnitro.store", - "discordnitro.su", - "discordnitro.win", - "discordnitro2022.com", - "discordnitro2022.xyz", - "discordnitro9.repl.co", - "discordnitroapp.ru.com", - "discordnitroapp.tk", - "discordnitrocodes.blogspot.com", - "discordnitroevent.info", - "discordnitrofree.com", - "discordnitrofree.site", - "discordnitrofree.xyz", - "discordnitrofreee.tk", - "discordnitrogenerator.com", - "discordnitrogift.com", - "discordnitrogift.net", - "discordnitrogift.ru", - "discordnitrogift.site", - "discordnitrogift.space", - "discordnitrogifts.ml", - "discordnitrogifts.net", - "discordnitrogifts.pl", - "discordnitrolink.tk", - "discordnitroo.com", - "discordnitroos.com", - "discordnitropromo.site", - "discordnitros.cf", - "discordnitros.com", - "discordnitros.gifts", - "discordnitros.ml", - "discordnitros.xyz", - "discordnitrosteam.com", - "discordnitrosteam.ru.com", - "discordnltro.com", - "discordnltro.gift", - "discordnltro.gifts", - "discordnltro.net.ru", - "discordnltro.org", - "discordnltro.ru", - "discordnltro.space", - "discordnltro.us", - "discordnltro.xyz", - "discordnltros.xyz", - "discordo.link", - "discordo.org", - "discordobs.com", - "discordoffer.me", - "discordoffers.com", - "discordoffers.me", - "discordofficial.com", - "discordopp.com", - "discordp.com", - "discordp.ml", - "discordpap.com", - "discordpartner.com", - "discordpp.com", - "discordprize.xyz", - "discordpro-extra.cloud", - "discordpro-extra.digital", - "discordpro-s.cloud", - "discordpro-s.club", - "discordpro-s.digital", - "discordpro-s.live", - "discordpro-ultra.cloud", - "discordpro-ultra.club", - "discordpro-ultra.digital", - "discordpro-ultra.live", - "discordpro-x.cloud", - "discordpro-x.club", - "discordpro-x.digital", - "discordpro-x.live", - "discordpromo.com", - "discordpromo.gifts", - "discordpromo.site", - "discordpromos.com", - "discordpromos.gifts", - "discordpromos.us", - "discordpromotions.cc", - "discordq.com", - "discordqapp.com", - "discordqift.xyz", - "discordqlft.xyz", - "discordqpp.com", - "discordqr.com", - "discordr.xyz", - "discordre.store", - "discordregistermoderator.com", - "discordresearch.com", - "discordrgift.club", - "discordrgift.com", - "discordrgift.online", - "discordrgift.ru", - "discordrgift.xyz", - "discordrgifts.ru.com", - "discordrsgift.xyz", - "discords-accounts.ru", - "discords-app.com", - "discords-app.site", - "discords-dev.ga", - "discords-developers.com", - "discords-events.com", - "discords-free.ru", - "discords-get.ru", - "discords-giffts.xyz", - "discords-gift.com", - "discords-gift.ru", - "discords-gift.xyz", - "discords-gifte.com", - "discords-gifte.ru", - "discords-gifts.club", - "discords-gifts.com", - "discords-gifts.ru", - "discords-gifts.xyz", - "discords-glft.com", - "discords-glft.xyz", - "discords-hypes.com", - "discords-hypesquad.com", - "discords-hypesquads.com", - "discords-moderation.com", - "discords-moderator.com", - "discords-nitro.com", - "discords-nitro.site", - "discords-nitro.xyz", - "discords-nitroapp.xyz", - "discords-nitrofree.ml", - "discords-nitros.fun", - "discords-nitros.shop", - "discords-nitros.xyz", - "discords-premium.com", - "discords-premium.site", - "discords-steam.com", - "discords-support.com", - "discords-teams.com", - "discords-to.com", - "discords.biz", - "discords.co.uk", - "discords.company", - "discords.cool", - "discords.gift", - "discords.gifts", - "discords.net", - "discords.ru", - "discords.ru.com", - "discords.us", - "discordsantaclaus.com", - "discordsapi.com", - "discordsapp.fun", - "discordsapp.xyz", - "discordsapplication.info", - "discordsapplication.us", - "discordsatus.com", - "discordsearch.co", - "discordsearch.coeaster-event.com", - "discordsearch.com", - "discordservice.com", - "discordservices.eu", - "discordsetups.net", - "discordsex.live", - "discordsgift.cc", - "discordsgift.com", - "discordsgift.info", - "discordsgift.xyz", - "discordsgifts.ru", - "discordshort.ga", - "discordsite.repl.co", - "discordsniltro.xyz", - "discordsnitro.com", - "discordsnitro.gifts", - "discordsnitro.store", - "discordsnitros.com", - "discordsnitros.one", - "discordspp.com", - "discordspro-s.site", - "discordspro-x.site", - "discordspromos.com", - "discordss.ru", - "discordstaff.es", - "discordstaff.gq", - "discordstaff.xyz", - "discordstars.tk", - "discordstat.com", - "discordstatics.com", - "discordsteam.com", - "discordsteam.ru", - "discordsteam.ru.com", - "discordsteamc.com", - "discordsteamf.com", - "discordsteami.com", - "discordsteamj.com", - "discordsteaml.com", - "discordsteamr.com", - "discordsteams.com", - "discordsteams.net", - "discordsteams.org", - "discordstore.ru", - "discordstream.com", - "discordsub.com", - "discordsub.online", - "discordsupport.gg", - "discordt.gift", - "discordtest.xyz", - "discordtesters.com", - "discordtext.com", - "discordtoken.com", - "discordtokens.shop", - "discordtokens2.repl.co", - "discordtools.xyz", - "discordtos.com", - "discordtotal.com", - "discordtotal.net", - "discordtownhall.com", - "discordts-nitro.xyz", - "discordtts.com", - "discordturkiye.com", - "discordtw.com", - "discordu.gift", - "discordua.ga", - "discordunblocked.com", - "discordup.ru", - "discordusa.xyz", - "discordverification.com", - "discordwayx.xyz", - "discordx.link", - "discordx.ml", - "discordxbox.gifts", - "discordxgift.xyz", - "discordxmas.gifts", - "discordxnitro.xyz", - "discordxsteam.com", - "discore-nitro.xyz", - "discoreapp.com", - "discoredapp.com", - "discorfd.com", - "discorg.gg", - "discorgift.com", - "discorgift.online", - "discorgift.xyz", - "discorid.gift", - "discoril.com", - "discorjways.xyz", - "discorjwayx.xyz", - "discork.gift", - "discorl.com", - "discorl.gift", - "discorl.site", - "discorld-gift.site", - "discorld-gift.xyz", - "discorld.com", - "discorld.gifts", - "discorld.site", - "discorlgifts.store", - "discorll.com", - "discornd.com", - "discorol.com", - "discorolapp.com", - "discorq.com", - "discorrc-apps.com", - "discorrd-go.com", - "discorrd-nitro.com", - "discorrd.com", - "discorrd.gift", - "discorrd.link", - "discorrd.ru", - "discorrd.site", - "discorrdapp.com", - "discorrl-app.com", - "discorrl-nitro.com", - "discorrl-nitro.ru", - "discorrl-nitro.site", - "discorrl.com", - "discorsd.com", - "discorsd.gift", - "discorsd.gifts", - "discorsdnitros.com", - "discorsjwayh.xyz", - "discorsjways.net.ru", - "discorsjways.org.ru", - "discorsjwayx.xyz", - "discort-gift.club", - "discort-gift.com", - "discort-gifts.club", - "discort-nitro.com", - "discort-nitro.xyz", - "discort-nitroo.com", - "discort-nittro.com", - "discort.com", - "discort.site", - "discorte-nitro.com", - "discorte-nitro.xyz", - "discortnitosteam.online", - "discortnitostem.online", - "discorx.gift", - "discorxways.xyz", - "discorz.gift", - "discosb.gift", - "discosd.com", - "discosrd.com", - "discotdapp.com", - "discourd.com", - "discourd.info", - "discourd.site", - "discourdapp.com", - "discourdgift.ru", - "discovd.com", - "discoxd.com", - "discozd.com", - "discozd.ru", - "discpordapp.com", - "discprd.com", - "discqorcl.com", - "discqrd-gift.ru.com", - "discqrd.gift", - "discqrdapp.com", - "discqrde.club", - "discqrde.com", - "discqrld.gift", - "discrd.cc", - "discrd.co", - "discrd.com", - "discrd.gg", - "discrd.gifts", - "discrdapp.cf", - "discrdapp.com", - "discrde.gift", - "discrds.gift", - "discrdspp.com", - "discrocl-gift.xyz", - "discrocl.xyz", - "discrod-app.com", - "discrod-app.ru", - "discrod-app.site", - "discrod-apps.ru", - "discrod-apps.xyz", - "discrod-gg.ru", - "discrod-gift.com", - "discrod-gift.net.ru", - "discrod-gift.ru.com", - "discrod-gift.xyz", - "discrod-gifte.club", - "discrod-gifte.com", - "discrod-gifts.club", - "discrod-gifts.com", - "discrod-gifts.org", - "discrod-glft.com", - "discrod-glft.xyz", - "discrod-glfts.com", - "discrod-go.ru", - "discrod-nitro-boost.xyz", - "discrod-nitro-giveaway.xyz", - "discrod-nitro.com", - "discrod-nitro.fun", - "discrod-nitro.info", - "discrod-nitro.ru", - "discrod-up.ru", - "discrod.exile.lv", - "discrod.fun", - "discrod.gg", - "discrod.gift", - "discrod.gifts", - "discrod.pw", - "discrod.ru", - "discrod.uk", - "discrod.us", - "discrod.us.com", - "discrodapp.com", - "discrodapp.ru", - "discrodapp.site", - "discrodapp.xyz", - "discrode-app.club", - "discrode-app.com", - "discrode-gift-comnitro.ru", - "discrode-gift.club", - "discrode-gift.com", - "discrode-gifte.club", - "discrode-gifte.com", - "discrode.club", - "discrode.com", - "discrode.gift", - "discrodgiveaway.ru", - "discrodglft.com", - "discrodl.gifts", - "discrodnitro.org", - "discrodnitro.ru", - "discrodnitro.site", - "discrods-app.xyz", - "discrods-old.com", - "discrods.gift", - "discrods.site", - "discrodsteam.online", - "discrodsteam.ru", - "discrodup.ru", - "discrord-nitr.online", - "discrord-nitr.ru", - "discrord.com", - "discrordapp.com", - "discrrdapp.com", - "discsord.com", - "discsordapp.com", - "discsrclapp.com", - "discsrd.com", - "discsrdapp.com", - "discurcd.com", - "discurd.js.org", - "discvordapp.com", - "discwrd.com", - "discxordapp.com", - "discxrd.com", - "discyrd.com", - "disczrd.com", - "discรถrd.com", - "disdornitro.com", - "disdornitro.gifts", - "disdorsnitro.com", - "disdorsnitros.com", - "disdorsnltro.com", - "disdrop.com.br", - "disec.com.ua", - "disgordapp.com", - "disinfo.org.ru", - "disiscord.com", - "diskod.ru", - "diskord-app.club", - "diskord-app.com", - "diskord.gg", - "diskord.org.ru", - "diskord.ru.com", - "diskurd.com", - "dislcord.com", - "disnitr.com", - "disntro.com", - "disoard-nitro.info", - "disocord.ru", - "disocordapp.com", - "disocr.com", - "disocrd-gift.com", - "disocrd-gift.ru", - "disocrd.co", - "disocrd.co.uk", - "disocrd.codes", - "disocrd.com", - "disocrd.gg", - "disocrd.gifts", - "disocrd.info", - "disocrd.me", - "disocrd.ml", - "disocrd.net", - "disocrd.online", - "disocrd.org", - "disocrd.ru", - "disocrd.tk", - "disocrd.uk", - "disocrdapp.com", - "disocrde.gift", - "disocrdl.com", - "disod.com", - "disorc.com", - "disorcd.com", - "disorcd.compromotions", - "disord-app.com", - "disord-app.gifts", - "disord.co", - "disord.codes", - "disord.fun", - "disord.gift", - "disord.gifts", - "disordapp.codes", - "disordapp.gift", - "disordapp.gifts", - "disorde.gift", - "disordgift.codes", - "disordgift.com", - "disordgift.xyz", - "disordgifts.com", - "disordglft.com", - "disordnito.com", - "disordnitro.com", - "disordnitro.store", - "disordnitro.us", - "disordnitro.xyz", - "disordnitros.gifts", - "disordnitros.one", - "disordnitros.xyz", - "disordnltro.com", - "disordnltro.xyz", - "disordnltros.com", - "disordnltros.gifts", - "disordpromotlons.com", - "disords.gift", - "disordsgifts.com", - "disordsgifts.xyz", - "disordsnitro.gifts", - "disordsnitros.gifts", - "disordsnltros.com", - "disordsnltros.gifts", - "displayoptoffers.com", - "disqdrdapp.com", - "disrcod.com", - "disrcod.gift", - "disrcod.gifts", - "disrcord.com", - "disrordapp.com", - "disscorcl-app.com", - "disscord-nitro.com", - "disscord-nitro.xyz", - "disscord.com", - "disscord.gift", - "disscord.online", - "disscord.ru", - "disscordnitro.gifts", - "disscords.club", - "disscordt-free.ru", - "disskkkrdd.space", - "disskkrdd.site", - "disskorb-intro.ru", - "dissord-nitro.com", - "dissord.com", - "dissord.gift", - "dissord.ru", - "dissordnittro.com", - "dissqrdapp.com", - "disuord.gift", - "disvord.ml", - "diswcord.com", - "disxcord.com", - "disxord.com", - "disxordapp.com", - "diszcord.com", - "diszcordapp.com", - "disรงordapp.com", - "diucord.js.org", - "diuscordapp.com", - "divineenterprises.net", - "divinegardens.xyx", - "diwcord.com", - "dixcord.com", - "dixinl.github.io", - "dixscord.com", - "dizcord.app", - "dizcord.com", - "dizcord.gift", - "dizscord.com", - "djcord-nitro.com", - "djin.site", - "djiscord.com", - "djlscord.com", - "djlscord.gift", - "djscorcl.gift", - "djscord-alrdrops.com", - "djscord.com", - "djscord.ru", - "djscord.store", - "djscordl.com", - "djscorld.gift", - "djsocrd.com", - "djsscord-go.ru", - "dkscord.com", - "dlcorcl-me.co", - "dlcorcl-me.com", - "dlcord.gift", - "dlcsorcl.com", - "dlcsorcl.ru", - "dlcsord-airdrop.com", - "dlcsord-gift.ru", - "dlcsord-gift.ru.com", - "dlcsord-gifte.ru", - "dlcsord.com", - "dlcsordgifts.com", - "dlcsordglft.xyz", - "dlcsordnitro.xyz", - "dlcsordsgifts.com", - "dlicord-glfts.site", - "dlicsord.ru", - "dliscocd.com", - "dliscocd.ru", - "dliscorcd-gift.com", - "dliscord-gg.com", - "dliscord-gift.com", - "dliscord-gift.fun", - "dliscord-gift.ru.com", - "dliscord-gift.store", - "dliscord-gifte.com", - "dliscord-gifts.com", - "dliscord-giveaway.ru", - "dliscord-glft.ru", - "dliscord-glft.ru.com", - "dliscord-nitro.com", - "dliscord-nitros.ru", - "dliscord.com", - "dliscord.fun", - "dliscord.gift", - "dliscord.gifts", - "dliscord.pw", - "dliscord.ru", - "dliscord.shop", - "dliscord.store", - "dliscord.us", - "dliscord.xyz", - "dliscordapp-gifts.com", - "dliscordapp.com", - "dliscordglift-nitro.com", - "dliscordl.com", - "dliscordnltro.com", - "dliscords.com", - "dliscrd.one", - "dlisocrd.com", - "dlisocrd.ru", - "dljscord.com", - "dljscordl.com", - "dllscord.fun", - "dllscord.online", - "dllscord.site", - "dlsc0rd.com", - "dlscard.ru", - "dlsccord-app.club", - "dlsccord-app.com", - "dlsccord-app.ru", - "dlsccord-app.site", - "dlsccord-app.su", - "dlsccord-apps.club", - "dlsccord-apps.com", - "dlsccord-club.com", - "dlsccordapp.com", - "dlsccordapps.club", - "dlsccordapps.com", - "dlsccordapps.shop", - "dlsccordclub.club", - "dlsccordclub.com", - "dlsccrd.com", - "dlscocl.xyz", - "dlscocrd.club", - "dlscocrd.com", - "dlscocrd.ru", - "dlscocrdapp.com", - "dlscod-apps.space", - "dlscoed.com", - "dlscold.com", - "dlscoord-apps.com", - "dlscorb-nutro.online", - "dlscorcd-nitro.com", - "dlscorcl-app.com", - "dlscorcl-app.xyz", - "dlscorcl-apps.com", - "dlscorcl-nitro.site", - "dlscorcl-up.com", - "dlscorcl.com", - "dlscorcl.gift", - "dlscorcl.info", - "dlscorcl.pw", - "dlscorcl.ru", - "dlscorcl.ru.com", - "dlscorcl.shop", - "dlscorcl.xyz", - "dlscorclapp.fun", - "dlscord-airdrop.ru.com", - "dlscord-airdrop.ru.comcliscord-gift.xyz", - "dlscord-airdrop.xyz", - "dlscord-alirdrop.com", - "dlscord-alirdrop.site", - "dlscord-apc.ru", - "dlscord-app.club", - "dlscord-app.com", - "dlscord-app.info", - "dlscord-app.net", - "dlscord-app.ru", - "dlscord-app.ru.com", - "dlscord-app.site", - "dlscord-app.su", - "dlscord-app.xyz", - "dlscord-appdrop.ru", - "dlscord-apps.club", - "dlscord-apps.com", - "dlscord-apps.me", - "dlscord-apps.ru", - "dlscord-apps.site", - "dlscord-apps.space", - "dlscord-apps.su", - "dlscord-boost.com", - "dlscord-boost.fun", - "dlscord-claim.com", - "dlscord-collaboration.com", - "dlscord-developer.com", - "dlscord-event.com", - "dlscord-free.com", - "dlscord-free.ru.com", - "dlscord-g.ru", - "dlscord-game.com", - "dlscord-game.ru", - "dlscord-generator.ru.com", - "dlscord-get.xyz", - "dlscord-gg.com", - "dlscord-gift.com", - "dlscord-gift.one", - "dlscord-gift.online", - "dlscord-gift.org.ru", - "dlscord-gift.ru", - "dlscord-gift.ru.com", - "dlscord-gift.ru.comdiscoril.com", - "dlscord-gift.site", - "dlscord-gift.space", - "dlscord-gift.xyz", - "dlscord-gifts.com", - "dlscord-gifts.net.ru", - "dlscord-gifts.ru.com", - "dlscord-gifts.site", - "dlscord-gifts.xyz", - "dlscord-gitf.ru", - "dlscord-giv.com", - "dlscord-give.ru.com", - "dlscord-glft.com", - "dlscord-glft.me", - "dlscord-glft.pw", - "dlscord-glft.ru", - "dlscord-glft.ru.com", - "dlscord-glft.xyz", - "dlscord-glfts.net.ru", - "dlscord-glfts.xyz", - "dlscord-glveaway.online", - "dlscord-glveaway.ru", - "dlscord-halloween.ru", - "dlscord-hypespuad.com", - "dlscord-hypesquad.com", - "dlscord-hypesquads.com", - "dlscord-inventory.fun", - "dlscord-link.com", - "dlscord-main.ru.com", - "dlscord-me.com", - "dlscord-new-year.ru.com", - "dlscord-new.com", - "dlscord-newyear.com", - "dlscord-nitro.click", - "dlscord-nitro.club", - "dlscord-nitro.com.ru", - "dlscord-nitro.fun", - "dlscord-nitro.info", - "dlscord-nitro.link", - "dlscord-nitro.me", - "dlscord-nitro.ru", - "dlscord-nitro.ru.com", - "dlscord-nitro.shop", - "dlscord-nitro.site", - "dlscord-nitro.space", - "dlscord-nitro.store", - "dlscord-nitro.xyz", - "dlscord-nltro.com", - "dlscord-nltro.net.ru", - "dlscord-nltro.ru", - "dlscord-nltro.ru.com", - "dlscord-nltro.site", - "dlscord-nltro.space", - "dlscord-nltro.xyz", - "dlscord-nt.com", - "dlscord-partners.com", - "dlscord-promo.com", - "dlscord-promo.xyz", - "dlscord-spooky.ru", - "dlscord-steam.com", - "dlscord-steam.xyz", - "dlscord-stime-2021.ru", - "dlscord-store.club", - "dlscord-support.com", - "dlscord-to.xyz", - "dlscord-verification.com", - "dlscord-winter.online", - "dlscord-winter.ru", - "dlscord.app", - "dlscord.art", - "dlscord.best", - "dlscord.biz", - "dlscord.blog", - "dlscord.cam", - "dlscord.cc", - "dlscord.click", - "dlscord.cloud", - "dlscord.co.uk", - "dlscord.co.vu", - "dlscord.com", - "dlscord.design", - "dlscord.eu", - "dlscord.fr", - "dlscord.gg", - "dlscord.gift", - "dlscord.gifts", - "dlscord.help", - "dlscord.in", - "dlscord.info", - "dlscord.ink", - "dlscord.link", - "dlscord.live", - "dlscord.net", - "dlscord.net.ru", - "dlscord.news", - "dlscord.one", - "dlscord.online", - "dlscord.org", - "dlscord.org.ru", - "dlscord.org.uk", - "dlscord.photos", - "dlscord.press", - "dlscord.pro", - "dlscord.rocks", - "dlscord.ru.com", - "dlscord.shop", - "dlscord.site", - "dlscord.space", - "dlscord.store", - "dlscord.support", - "dlscord.team", - "dlscord.tech", - "dlscord.tips", - "dlscord.top", - "dlscord.uk", - "dlscord.verification.com", - "dlscord.wiki", - "dlscord.win", - "dlscord.work", - "dlscord.world", - "dlscordairdrop.com", - "dlscordapp.codes", - "dlscordapp.com", - "dlscordapp.fun", - "dlscordapp.gift", - "dlscordapp.info", - "dlscordapp.pw", - "dlscordapp.ru", - "dlscordapp.shop", - "dlscordapp.store", - "dlscordapp.xyz", - "dlscordapps.com", - "dlscordapps.me", - "dlscordb.com", - "dlscordboost.com", - "dlscordcollabsteam.com", - "dlscordd.ru", - "dlscordfreegift.com", - "dlscordfreenltro.com", - "dlscordfull.ru", - "dlscordgame.com", - "dlscordgift-nitro.com", - "dlscordgift.com", - "dlscordgift.info", - "dlscordgift.me", - "dlscordgift.one", - "dlscordgift.ru", - "dlscordgift.ru.com", - "dlscordgift.shop", - "dlscordgift.xyz", - "dlscordgiftbox.site", - "dlscordgifting.shop", - "dlscordgiftlng.xyz", - "dlscordgifts.com", - "dlscordgifts.shop", - "dlscordgifts.xyz", - "dlscordgived.xyz", - "dlscordglft.com", - "dlscordglft.site", - "dlscordglft.xyz", - "dlscordglfts.com", - "dlscordglfts.xyz", - "dlscordl.ru", - "dlscordl.site", - "dlscordmaster-nitrogiveraway.net", - "dlscordniltro.com", - "dlscordnito.com", - "dlscordnitro.com", - "dlscordnitro.gift", - "dlscordnitro.gifts", - "dlscordnitro.info", - "dlscordnitro.one", - "dlscordnitro.online", - "dlscordnitro.ru", - "dlscordnitro.ru.com", - "dlscordnitro.ru.comdlscord-claim.com", - "dlscordnitro.store", - "dlscordnitro.us", - "dlscordnitro.xyz", - "dlscordnitrofree.com", - "dlscordnitros.com", - "dlscordnitros.gifts", - "dlscordnitros.xyz", - "dlscordnltro.co.uk", - "DlSCORDNlTRO.COM", - "dlscordnltro.com", - "dlscordnltro.gifts", - "dlscordnltro.online", - "dlscordnltro.ru", - "dlscordnltros.com", - "dlscordrglft.xyz", - "dlscords-gifts.com", - "dlscords-glft.com", - "dlscords-glfts.site", - "dlscords-nitros.com", - "dlscords.gifts", - "dlscords.shop", - "dlscords.site", - "dlscordsgift.xyz", - "dlscordsgifts.gifts", - "dlscordsgifts.xyz", - "dlscordsglfts.xyz", - "dlscordsnitro.xyz", - "dlscordsnitros.gifts", - "dlscordsnitros.xyz", - "dlscordsnltros.gifts", - "dlscordsream.pp.ua", - "dlscordsteam.com", - "dlscorid.gift", - "dlscorlcl-app.ru", - "dlscorld-get.xyz", - "dlscorld-glft.xyz", - "dlscorld.com", - "dlscorld.gift", - "dlscorld.gifts", - "dlscorld.xyz", - "dlscorldnitro.store", - "dlscorp.com", - "dlscotd.com", - "dlscourd.info", - "dlscrdnitro.site", - "dlscrocl-app.xyz", - "dlscrod-app.online", - "dlscrod-app.xyz", - "dlscrod-free.ru", - "dlscrod-game.com", - "dlscrod-game.ru", - "dlscrod-gift.com", - "dlscrod-gift.xyz", - "dlscrod-nitro.ru", - "dlscrod.gifts", - "dlscrod.ru.com", - "dlscrod.site", - "dlscrod.xyz", - "dlscrodapp.ru", - "dlscrodfull.com", - "dlscrods-app.xyz", - "dlscrods-gift.xyz", - "dlsdorsnitro.com", - "dlsocord.com", - "dlsocrd-gift.com", - "dlsocrd.com", - "dlsocrd.online", - "dlsocrd.ru", - "dlsordapp.gifts", - "dlsordnitro.gifts", - "dlsordnltro.xyz", - "dlsordnltros.com", - "dlsordnltros.gifts", - "dlsscord-app.club", - "dlsscord-apps.club", - "dmarkef.com", - "dmarket-place.pp.ua", - "dmcordsteamnitro.de", - "dnitrogive.com", - "doatgiveaway.top", - "does-small.ru.com", - "dogechien.info", - "dogewarrior-giveaway.info", - "dogschain.info", - "dola.pp.ua", - "domenckiberaktivworldtpz.tk", - "domineer.pp.ua", - "dominosllc.com", - "dominospizza-nl.com", - "dominospizzanl.com", - "doomislands.xyz", - "dopeskins.com", - "doprinplupr.com", - "doscord.com", - "doscordapp.com", - "dota2fight.net", - "dota2fight.ru", - "dota2giveaway.top", - "dota2giveaways.top", - "dotacommunitu.xyz", - "dotafights.vip", - "dotagift01.xyz", - "dotagift07.xyz", - "dotagift11.xyz", - "dotagift12.xyz", - "dotagift13.xyz", - "dotagift14.xyz", - "dotagift15.xyz", - "dotagiveaway.win", - "douyutv.ru", - "download-app.net", - "download-sistem.ru", - "downloadmobile.info", - "downloads2020.com", - "downloads2021.com", - "dracenic-gravinyl.icu", - "dragon-black.net.ru", - "dragon-up.online", - "dragonary-giveaway.info", - "dreamhacks-fort.site", - "dreamone.online", - "dripa-discord.com", - "driscord.ru", - "driscord.ru.com", - "driverfix.com", - "dro-coad.ru", - "droe-counter-strike.ru", - "droe-counter-strile.ru", - "droe-counter-strile.xyz", - "drop-case.com", - "drop-key.ru", - "drop-nitro.com", - "drop-nitro.fun", - "drop-pro.com", - "drop.net.ru", - "drop.org.ru", - "drop.pp.ru", - "drope.monster", - "dropkeygood.ml", - "drops4all.org.ru", - "drops4all.pp.ru", - "dropshep.monster", - "dropskey.com", - "dropskey.ru", - "dropskin.monster", - "drumairabubakar.com", - "ds-giftnitro.com", - "ds-nitr.xyz", - "ds-nitro.com", - "ds-nitro.site", - "dsciord.com", - "dscocrd.com", - "dscord-generaot.store", - "dscord-gif.xyz", - "dscord-nitro.cf", - "dscord-nitro.com", - "dscord-nitro.xyz", - "dscord.com", - "dscord.gifts", - "dscord.me", - "dscord.nl", - "dscord.xyz", - "dscordapp.com", - "dscordgift.live", - "dscordgift.xyz", - "dscordgifts.shop", - "dscordl.com", - "dscordnitro.xyz", - "dscorrd-nitro.xyz", - "dscrd.club", - "dscrd.gq", - "dsctnitro.site", - "dsicord.gift", - "dsicordgift.xyz", - "dsicrod.com", - "dsiscord.com", - "dsnitro.xyz", - "dsnitrogive.com", - "dsscordgift.xyz", - "dtscord.com", - "duckfed.com", - "duiscord.com", - "dumdumdum.ru", - "duscord.com", - "duscord.ga", - "duscord.js.org", - "dwaynejon.xyz", - "dwny.org", - "dxiscord.com", - "dynamo-kiev.com", - "dzscord.js.org", - "e-giftnitro.com", - "e-nitro.com", - "ea-case.com", - "ea-drop.com", - "each-tel.xyz", - "earlydiscord.com", - "earnskinz.xyz", - "easter-event.com", - "easy-box.site", - "easy-knife.space", - "easycases.pw", - "easycommerce.cf", - "easyopeningpay.online", - "easyopeningpay.ru", - "eazy-game.online", - "eazy-game.ru", - "eazydrop.monster", - "ecnhasports.ru", - "ecyber-tournament.ru", - "ecyber-versus.ru", - "egamerscup.club", - "egift-nitro.com", - "electronika.spb.ru", - "electum.online", - "elevisions.biz", - "emeraldbets.ru", - "employeebabyman.xyz", - "en-roblox.com", - "ence.net.ru", - "encebrand.xyz", - "encecsport.me", - "encegun.xyz", - "encesport.xyz", - "encesports.xyz", - "enceteam.me", - "enceteam.org.ru", - "encewatch.ru", - "enchanted-plume.com", - "eneverals.biz", - "eniedu.com", - "enter-hypeevents.com", - "enter-hypesquad.com", - "entertainment-hypesquad.com", - "epic-request.xyz", - "epicfriendis.xyz", - "epicfriennd.xyz", - "epicgamees.xyz", - "epicgamesnitro.com", - "epicgamess.xyz", - "epicgammes.xyz", - "epicgamnes.xyz", - "epicganmes.xyz", - "epicggames.site", - "epicggames.xyz", - "epicinvite.xyz", - "epicjames.xyz", - "epickgames.xyz", - "epicqames.xyz", - "epicqannes.xyz", - "epicservic.xyz", - "epicservise.xyz", - "epilcgames.xyz", - "epiqgames.xyz", - "eplcgames.xyz", - "eplcups.com", - "eplicgames.xyz", - "eqiccames.xyz", - "eqicgames.xyz", - "eraoflegends.com", - "esea-mdl.com", - "esl-2020.com", - "esl-drop.com", - "esl-eu.com", - "esl-gamingnetwork.com", - "esl-gamingseries.com", - "esl-lv.com", - "esl-pl.com", - "esl-playglobal.net", - "esl-pro-legue.xyz", - "esl-proleague.net", - "eslcup.xyz", - "eslgamescommunity.com", - "eslgamesworldwide.com", - "eslgaming-play.com", - "eslgaming-world.com", - "eslgamingnetworks.com", - "eslgamingopen.com", - "eslgamingworldwide.net", - "eslhub.xyz", - "eslhubgaming.com", - "eslplaynetworks.com", - "eslplayoneleague.com", - "eslplayworlds.com", - "eslpro.ru", - "eslquickseries.com", - "eslsports.ru", - "eslworldwideplay.com", - "esportgaming.ru", - "esportgift.ru", - "esportpoinl.xyz", - "esportpoint.xyz", - "esports-2go.pp.ua", - "esports-csgo.ru", - "esports-sale.ru", - "esports-trade.net.ru", - "esportscase.online", - "esportscase.ru", - "esportsfast.pp.ua", - "esportsgvay.xyz", - "esportsi.xyz", - "espots-csgo.xyz", - "essenseglow.com", - "etsdrop.monster", - "etssdrop.monster", - "euphe-gun.com", - "event-discord.com", - "event-games4roll.com", - "event-hypesquad.com", - "events-discord.com", - "events-hypesquad.com", - "events.dlscord.click", - "eventsdiscord.com", - "everpg.online", - "evmcups.ru", - "ewqdsa.xyz", - "exaltedbot.xyz", - "exam-discord.com", - "exchangeuritems.gq", - "explorerblocks.com", - "expmediadirect1.com", - "express-news.me", - "exrobinhood.com", - "extrack.xyz", - "extragifis.site", - "extrarg.xyz", - "extraskinscs.xyz", - "ez-tasty.cyou", - "ezcase.xyz", - "ezclrop.ru", - "ezdiscord.xyz", - "ezdrop.net.ru", - "ezdropss.net.ru", - "ezdrp.ru", - "ezence.ink", - "ezopen.site", - "ezpudge.pp.ua", - "ezrobux.gg", - "ezwin24.ru", - "ezwithcounter.xyz", - "ezzrun.pp.ua", - "facecup.fun", - "facedrop.one", - "faceit-premium.com", - "faceiteasyleague.ru", - "faceiten.info", - "facepunch-award.com", - "facepunch-gifts.org.ru", - "facepunch-llc.com", - "facepunch-ltd.com", - "facepunch-reward.com", - "facepunch-studio.com", - "facepunch-studio.us", - "facepunch-twitch.com", - "facepunchltd.com", - "facepunchs-studio.com", - "facepunchs-twitch.com", - "facepunchs.com", - "facepunchskins.com", - "facepunchstudio.com", - "facerit.com", - "faceuinuu.com", - "faceuinuz.com", - "faceuinuz.org.ru", - "faceuinuz.ru.com", - "fai-ceite.info", - "faiceit.ru.com", - "fall500.ru", - "fang-operation.ru", - "fannykey.ru", - "fantasticfilms.ru", - "faravirus.ro", - "farestonpw.ru.com", - "faritkoko.ru", - "farkimagix.xyz", - "fartik.net.ru", - "fasdf.pp.ua", - "fast-cup.site", - "fast-travel.org", - "fastclick.com", - "fastcup.ru.com", - "fastcups.xyz", - "fastdrop.win", - "fastgotournaments.xyz", - "fastlucky.ru", - "fastlucky.ru.com", - "fastphonebooster.com", - "fastskins.ru", - "fasttake.space", - "fatown.net", - "fattykettleinexpedient.com", - "faxnews.ru", - "fdgdfgdf.space", - "fdiscord.com", - "featu.re", - "felzybit.com", - "ff.soul-ns.xyz", - "fictiongroin.com", - "filepapa.com", - "finalheroes.com", - "finance.business-empire.com-articles.comm-news.com", - "financesk.com", - "findlocalgirlnow.com", - "findlovernow.com", - "findmedia.biz", - "findmydating.com", - "findyour-realsex2.com", - "fineleague.fun", - "fineplay.xyz", - "fire-dungeon.com", - "fireopencase.com", - "firmis-min.com", - "firtonesroll.ru.com", - "fiscord.com", - "fivetown.net", - "flash.cn", - "flashymass.com", - "flearmadness.com", - "flyes-coin.com", - "fnaatic.org.ru", - "fnatcas.org.ru", - "fnatic-2021.ru", - "fnatic-drop.com", - "fnatic-gg.fun", - "fnatic-go.fun", - "fnatic-ro1ls.ru.com", - "fnatic-s.fun", - "fnatic-team.ru", - "fnatic-time.ru", - "fnatic.pp.ru", - "fnatic.team", - "fnatic1.org.ru", - "fnatic2.org.ru", - "fnaticez.me", - "fnaticforyou.xyz", - "fnaticgit.xyz", - "fnaticprize.site", - "fnaticteam.org.ru", - "fnaticwin.xyz", - "fnnatic.org.ru", - "fnnaticc.org.ru", - "fnskins.online", - "fntc-bd.pp.ua", - "follow-ask.xyz", - "followclick.pro", - "fond-sovest.ru", - "forcedope.xyz", - "forest-host.ru", - "form-hypesquad.com", - "form-moderator-school.com", - "form-moderator.com", - "formhypesquad.com", - "forms-moderator.com", - "formulaprize.com", - "formulary-hypeacademy.com", - "formulary-hypediscord.com", - "formulary-hypesquad.com", - "formulary-moderator-team.com", - "formulary-moderator.com", - "formularyhypesquad.com", - "fornite.best", - "forse-pash.pp.ru", - "forse-wash.pp.ru", - "forsportss.pp.ua", - "fortnight.space", - "fortnite-christmas.com", - "fortnite-gift.com", - "fortnite-gifts.com", - "fortnite-giveaway.com", - "fortnite-newswapper.fun", - "fortnite-special.com", - "fortnite-vbuck.com", - "fortnite-vbucks.de", - "fortnite-vbucks.net", - "fortnite.cards", - "fortnite.events", - "fortnite.sswapper.com", - "fortnitebuy.com", - "fortnitechat.site", - "fortnitecrew.ru.com", - "fortniteswapper.fun", - "fortnitevb.com", - "fortuneroll.tk", - "fosion.ru", - "fotochki.com", - "fowephwo.ru", - "foxmods.xyz", - "foxycyber.ru", - "fozzytournaments.fun", - "fplgo.ru", - "fps-booster.pw", - "fr33item.xyz", - "free-discord-gifts.com", - "free-discord-giftsdiiscord-nitro.com", - "free-discord.ru", - "free-discordnitro.com", - "free-discored-nitroo.tk", - "free-dislcordnitrlos.ru", - "free-download.5201l41kuvl7.top", - "free-download.lcomicuzik6s.top", - "free-gg.com", - "free-niltross.ru", - "free-nitlrols.ru", - "free-nitlross.ru", - "free-nitrloos.ru", - "free-nitro-generator-for-discord.tk", - "free-nitro-sus.pages.dev", - "free-nitro.ru", - "free-nitro.ru.com", - "free-nitro.space", - "free-nitro.xyz", - "free-nitroi.ru", - "free-nitroos.ru", - "free-nitros.ru", - "free-nitross.ru", - "free-operation.ru", - "free-skins.ru", - "free-steam-code.com", - "free.gg", - "free4pc.org", - "freebitco.in", - "freediscord-nitro.cf", - "freediscordnitro.ru", - "freediscordnitro.ru.com", - "freediscrodnitro.org", - "freediskord-nitro.xyz", - "freedrop0.xyz", - "freefireclaim.club", - "freegiftcards.co", - "freeinstagramfollowersonline.com", - "freemalware.com", - "freenetflix.io", - "freenitro.com", - "freenitro.gift", - "freenitro.ru", - "freenitrogenerator.cf", - "freenitrogenerator.tk", - "freenitroi.ru", - "freenitrol.ru", - "freenitros.com", - "freenitros.ru", - "freenitros.tk", - "freenlitro.com", - "freenltro.ru", - "freeriptidepass.net.ru", - "freeriptidepass.org.ru", - "freeriptidepass.pp.ru", - "freerobloxgenerator.tk", - "freeskins.online", - "freeskinsfree.pp.ua", - "freespoty.com", - "friendship-cocacola.store", - "frogs-jump.xyz", - "from-eliasae.ru.com", - "from-puste.xyz", - "from-sparsei.ru.com", - "from-surenseds.xyz", - "ft2025.top", - "ftp.celerone.cf", - "ftp.copyrighthelpbusiness.org", - "ftp.def-dclss.pp.ua", - "ftp.domineer.pp.ua", - "ftp.fasdf.pp.ua", - "ftp.ghostgame.ru", - "ftp.gooditems.pp.ua", - "ftp.greatdrops.pp.ua", - "ftp.legasytour.it", - "ftp.navieslproleagueseason13.pp.ua", - "ftp.ogevtop.ru", - "ftp.scogtopru.pp.ua", - "ftp.steamcommunlty.it", - "ftp.topeasyllucky.pp.ua", - "ftp.versuscsgoplay.pp.ua", - "fulldiscord.com", - "fullnltro.com", - "funchest.fun", - "fundr0peur.space", - "fundro0p.site", - "funjet1.ru.com", - "funnydrop.store", - "furry.surf", - "furtivhqqc.com", - "furyesports.xyz", - "furyleage.xyz", - "fustcup.ru", - "g-discord-nitro.com", - "g-games.store", - "g1veaway-nav1.site", - "g2-cybersport.net", - "g2-cybersport.ru", - "g2-cybersports.net", - "g2-esports.moscow", - "g2-game.ru", - "g2-give.info", - "g2-give.ru", - "g2-pro.shop", - "g2a.ru.com", - "g2cyber-espots.top", - "g2cybergame.fun", - "g2eref.ru", - "g2ezports.xyz", - "g2team-give.top", - "g2team.org", - "g2teams.com", - "g2teamss.ru", - "gaben-seller.pp.ua", - "gadgetblog.ru", - "gamaloft.xyz", - "gambit-cs.com", - "gambit.net.ru", - "gambit.org.ru", - "gambitesports.me", - "gambling1.ru", - "gambling1.ru.com", - "gamdom.ru", - "game-case.ru", - "game-csgo-steam.ru", - "game-csgosteam.ru", - "game-sense.space", - "game-steam-csgo.ru", - "game-steamcsgo.ru", - "game-tournaments.net.ru", - "game-tournaments.ru.com", - "game.schweitzer.io", - "game4roll.com", - "gameb-platform.com", - "gameboooster.com", - "gameclaim.codes", - "gamecsgo-steam.ru", - "gamegowin.xyz", - "gamekere.net.ru", - "gamekor.net.ru", - "gameluck.ru", - "gamemaker.net.ru", - "gamepromo.net.ru", - "gamerich.xyz", - "gameroli.net.ru", - "gamerolls.net.ru", - "games-code.ru.com", - "games-roll.ga", - "games-roll.ml", - "games-roll.ru", - "gamesbuy.net.ru", - "gamesfree.org.ru", - "gamesnice.ru", - "gamespol.net.ru", - "gamex.codes", - "gamletaarnhuset.no", - "gams-toph.xyz", - "gamzc-topz.xyz", - "gamzgss-top.org.ru", - "gamzgss-top.xyz", - "gapscult.com", - "gardensrestaurantandcatering.com", - "garstel.github.io", - "gave-nitro.com", - "gavenitro.com", - "gayq8rgx.ru", - "gbauthorization.com", - "gdiscord.com", - "gdr-op.ru.com", - "geekotg.com", - "generator.discordnitrogift.com", - "genideo.com", - "gennirto.org", - "genrates.xyz", - "gesas.it", - "get-cracked.com", - "get-discord.fun", - "get-discord.store", - "get-fullnltro.com", - "get-fulnltro.com", - "get-gamesroll.xyz", - "get-instant-prize.life", - "get-my-nitro.com", - "get-nitro.com", - "get-nitro.fr", - "get-nitro.fun", - "get-nitro.net", - "get-nitro.online", - "get-nitro.org", - "get-nitro.xyz", - "get-traded.xyz", - "get.sendmesamples.com", - "get19dragos.club", - "getautomendpro.com", - "getcach.monster", - "getcryptotab.com", - "getfitnos.com", - "getfreediscordnitro.ml", - "gethypesquad.com", - "getlibra.tech", - "getlรขโ€ฆยฐbra.tech", - "getlโ…ฐbra.tech", - "getnaturetonics.com", - "getnitro.xyz", - "getnitrogen.org", - "getoiu.com", - "getproviamax.com", - "getriptide.live", - "getskins.monster", - "getstratuswatch.com", - "getv-bucks.site", - "getviplocals1.com", - "getvottak.com", - "getyouritems.pp.ua", - "gfcsgo88.xyz", - "gfrtwgfkgc.xyz", - "gg-dr0p.ru", - "gg-nitro.com", - "ggbolt.ru", - "ggboom.ru", - "ggcscases.com", - "ggcstrade.com", - "ggdrop-gg.xyz", - "ggdrop.org.ru", - "ggdrop.pp.ru", - "ggdrop.space", - "ggdrop1.net.ru", - "ggdrops.net.ru", - "ggdrops.ru.com", - "ggexpert.online", - "ggexpert.ru", - "ggez.net.ru", - "ggfail.xyz", - "gggdrop.xyz", - "gghacks.com", - "gglootgood.xyz", - "ggnatus.com", - "ggnavincere.xyz", - "ggtour.ru", - "ggwin.net.ru", - "ghostgame.ru", - "ghservers.cl", - "gif-discoord.com", - "gif-discord.com", - "gif-discorde.com", - "gife-discorde.com", - "gifs-discord.com", - "gifs-discorde.com", - "gift-discord.digital", - "gift-discord.online", - "gift-discord.ru", - "gift-discord.ru.com", - "gift-discord.shop", - "gift-discord.xyz", - "gift-discorde.com", - "gift-discords.com", - "gift-dliscord.ru", - "gift-dliscord.store", - "gift-g2.online", - "gift-g2.ru", - "gift-nitro.cc", - "gift-nitro.com", - "gift-nitro.events", - "gift-nitro.group", - "gift-nitro.shop", - "gift-nitro.store", - "gift4keys.com", - "giftc-s.ru", - "giftcsogg.ru", - "giftdiscord.info", - "giftdiscord.online", - "giftdiscord.site", - "giftdiscord.xyz", - "giftdiscord3.com", - "giftdlscord-app.info", - "gifte-discord.com", - "gifte-discord.xyz", - "gifte-discorde.com", - "gifte-discorde.xyz", - "gifte.com", - "giftes-discord.com", - "giftnitro.space", - "giftnitropresent.ru", - "giftnitros.xyz", - "gifts-discord.ru", - "gifts-discord.shop", - "gifts-discord.xyz", - "gifts-discorde.com", - "gifts-discorde.ru", - "gifts.steampowered.com.de", - "giftsdiscord-true.com", - "giftsdiscord.com", - "giftsdiscord.fun", - "giftsdiscord.online", - "giftsdiscord.ru", - "giftsdiscord.site", - "giftsnitro.com", - "giiveaway-discord.com", - "ginedis.com", - "girlssohorny.net", - "givaeway.com", - "givaewey.com", - "give-csgorun.ru", - "give-csgorun.xyz", - "give-premius.com", - "giveavvay.com", - "giveaway-discord.com", - "giveaway-discord.online", - "giveaway-fpl-navi.net.ru", - "giveaway-fpl.net.ru", - "giveawaybot.pw", - "giveawaynitro.com", - "giveawayskin.com", - "giveaweys.com", - "givediscord.com", - "giveeawayscin.me", - "givenatus.site", - "giveprize.ru", - "giveweay.com", - "givrayawards.xyz", - "glaem.su", - "glashataj.info", - "glbltraffic.com", - "gleam.su", - "glets-nitro.com", - "glft-discord.com", - "glft-dlscors.ru.com", - "glob21.online", - "globacs.monster", - "global-dates-here.com", - "global-skins.gq", - "global-survey-online.com", - "globalcs.monster", - "globalcss.monster", - "globalcsskins.xyz", - "globalmoestro.ru", - "globalomsk.ru", - "globalskins.tk", - "glosslogics.com", - "glugruptixo.com", - "gmads.net", - "gncr.org", - "gnosisbtc.com", - "gnswebservice.com", - "go-cs.ru.com", - "go-cups.ru", - "go-discord.com", - "go.pardot.com", - "go.rancah.com", - "go.thefreedailyraffle.com", - "go2-rush.pp.ua", - "go4you.ru", - "goads.pro", - "goaffmy.com", - "gocs8.ru.com", - "gocs8i.ru", - "gocs8i.ru.com", - "gocs8q.ru", - "gocs8v.ru.com", - "gocsx.ru", - "gocsx8.ru", - "gocups.ru", - "god-zmei.ru", - "godkota.ru", - "godkozy.ru", - "godssale.ru", - "gogofiles.net", - "goharpc.com", - "goldendota.com", - "goman.ru.com", - "goo-gl.me", - "good-csgo-steam.ru", - "gooditems.pp.ua", - "goodskins.gq", - "gool-lex.org.ru", - "gopagefast.ru", - "gorod-zlatoust.ru", - "gosteamanalyst.com", - "goto2021.top", - "gotohouse2.cc", - "gotyouripboi.com", - "grabify.link", - "grandcasinobell.com", - "great-drop.xyz", - "great-income.ru", - "greatdrops.pp.ua", - "greatgreat.xyz", - "greenadblocker.com", - "greenpalmbn1.click", - "greenpalmbn2.click", - "greenwisedebtrelief.com", - "gsm-csb.ru", - "gtakey.ru", - "gtmod.vip", - "gtwoesport-battle.ru", - "guardian-angel.xyz", - "guitar-love.ru", - "guns-slot.tk", - "hack-expert-solution.link", - "halitaoz.cam", - "hallowen-nitro.com", - "haloinfinite.ru", - "haloinfinite.shop", - "happydays05.site", - "happydays06.site", - "harzfriends.de", - "haste.monster", - "hbrex.cn", - "hclcsgo.ga", - "hcslcsgo.ga", - "hcslcsgo.tk", - "hd-xxxclassic.club", - "hdiscord.com", - "hdiscordapp.com", - "hdvideoforums.org", - "healthystyle.info", - "heartmedia.biz", - "hellcase.net.ru", - "hellgiveaway.trade", - "hellstorecoin.site", - "hellstores.xyz", - "helooworld.us", - "help-center-portal.tk", - "help.usabenefitsguide.com", - "help.usalegalguide.com", - "help.verified-badgeform.tk", - "hentai-tube.me", - "herdcowhas.icu", - "heroic-esports.ru", - "hetaruwg.com", - "hexenbesen-gerst.de", - "hihanin.com", - "hikmesanbukais.com", - "hjoiaeoj.ru", - "hltvcsgo.com", - "hltvgames.net", - "holofiber.xyz", - "holyawards.xyz", - "home-prize-winner-ma3d.live", - "hook-ups-here2.com", - "hope-nitro.com", - "horizon-up.org.ru", - "horizonup.ru", - "hornetesports.xyz", - "horried.pro", - "host322.ru", - "hotlady4you.com", - "howl.monster", - "howls.monster", - "hranavrt.xyz", - "hsmvem.com", - "hsrvu.com", - "httpdlscordnitro.ru.com", - "huaweiclub.ru", - "hulejsoops.ru", - "hulinadobaranublja.com", - "humanlifeof.xyz", - "humnchck.co", - "hunts.monster", - "huracancsgo.tk", - "huyatv.ru", - "hydra2018.ru", - "hype-chat.ru", - "hype-discord.com", - "hype-discord.tk", - "hype-events.tk", - "hype-squad-academy.com", - "hype-squad-badge.com", - "hype-squad-events-formsapple.com", - "hype-squad-events.com", - "hype-squad.club", - "hype-squad.events", - "hype-squad.info", - "hype-squadmoderator.com", - "hypediscord.com", - "hypedsquad.academy", - "hypedsquadregister.com", - "hypeevents-apply.com", - "hypeevents-formulary.com", - "hyper-tournament.xyz", - "hypercups.ru", - "hypersquad-event.online", - "hypertracked.com", - "hyperwage.com", - "hyperz.monster", - "hypesqaudevents-mod.com", - "hypesquad-academy.com", - "hypesquad-app.academy", - "hypesquad-apply.com", - "hypesquad-bravery.com", - "hypesquad-discord.com", - "hypesquad-discord.info", - "hypesquad-enter.com", - "hypesquad-entertainment.com", - "hypesquad-event.info", - "hypesquad-events-app.com", - "hypesquad-events-apply.com", - "hypesquad-events-discord.com", - "hypesquad-events-join.com", - "hypesquad-events-login.com", - "hypesquad-events-moderators.com", - "hypesquad-events.club", - "hypesquad-events.com", - "hypesquad-events.gift", - "hypesquad-events.net", - "hypesquad-forms.org", - "hypesquad-formulary.com", - "hypesquad-house.com", - "hypesquad-houses-events.com", - "hypesquad-join.info", - "hypesquad-join.online", - "hypesquad-join.xyz", - "hypesquad-login.com", - "hypesquad-mod.com", - "hypesquad-moderator.academy", - "hypesquad-moderator.com", - "hypesquad-new.com", - "hypesquad-program.com", - "hypesquad-programevents.com", - "hypesquad-redeem.com", - "hypesquad-register.academy", - "hypesquad-register.com", - "hypesquad-return.com", - "hypesquad-signup.com", - "hypesquad-signup.con", - "hypesquad-singup.com", - "hypesquad-support.com", - "hypesquad-survey.info", - "hypesquad-team.com", - "hypesquad-votes.com", - "hypesquad.academy", - "hypesquad.club", - "hypesquad.com.br", - "hypesquad.info", - "hypesquad.site", - "hypesquadacademy-app.com", - "hypesquadacademy.com", - "hypesquadapp.com", - "hypesquadbadge.com", - "hypesquadevent.com", - "hypesquadevents-academy.com", - "hypesquadevents-app.com", - "hypesquadevents-application.com", - "hypesquadevents-apply-academy.com", - "hypesquadevents-apply.com", - "hypesquadevents-apply.xyz", - "hypesquadevents-enter.com", - "hypesquadevents-join-academy.com", - "hypesquadevents-join.com", - "hypesquadevents-login.com", - "hypesquadevents-mod.com", - "hypesquadevents-register.com", - "hypesquadevents-singup.com", - "hypesquadevents-subscription.com", - "hypesquadeventsapp.com", - "hypesquadeventsapplication.com", - "hypesquadform.com", - "hypesquadforms.com", - "hypesquadformulary.com", - "hypesquadmoderator.com", - "hypesquadmods.com", - "hypesquadreturn.com", - "hypesquadreturns.com", - "hypesquads-academy.com", - "hypesquads-events.com", - "hypesquadsevents.com", - "hypesquadteam-academy.com", - "hypesquadteam.com", - "hypesquadteams-join.com", - "hypesquadteams-start.com", - "hypixel.run", - "hypixelskyblock.net", - "i-no.ru", - "iamnaughty.com", - "ichaichat.xyz", - "id-374749.ru", - "idchecker.xyz", - "ideaanstudy1.live", - "ideaanstudy11.live", - "ideaanstudy12.live", - "ideaanstudy13.live", - "ideaanstudy14.live", - "ideaanstudy15.live", - "ideaanstudy2.live", - "ideaanstudy3.live", - "ideaanstudy4.live", - "ideaanstudy5.live", - "ideaanstudy6.live", - "ideaanstudy7.live", - "ideaanstudy8.live", - "ideaanstudy9.live", - "idealexplore.com", - "idiscord.pro", - "iemcup.com", - "igeek.ru", - "il119.com", - "illuminatelocks.com", - "image-gamersss.ru", - "improveprivacy.me", - "imvu37.blogspot.com", - "in-gives.ru.com", - "incorphishor.com", - "indereyn.ru.com", - "info-developers.com", - "infodevelopers.info", - "infodiscord-nitro.su", - "infohypesquad.com", - "information-discord.com", - "informations-discord.com", - "infringementcommunity-rules.com", - "inspirationhistorical.com", - "instagolds.ru", - "instahookupxxx.com", - "installnow.xyz", - "inteledirect.com", - "intell.in.ua", - "internetspeedtracker.com", - "intimki.com", - "into-nitro.com", - "inventtop.com", - "invest-digest.com", - "investing-bank.com", - "investing-fund.com", - "invite-moderatoracademy.com", - "invitemoderator.com", - "invitemoderatordiscord.com", - "iover4u.net", - "ioys.gr", - "iplogger.com", - "iplogger.org", - "iplogger.ru", - "is", - "iscord.gift", - "iscord.xyz", - "iscordglft.org", - "islandofhopes.online", - "isp3.queryhost.ovh", - "itemcloud.one", - "itemgifts.space", - "iwantu.com", - "iwinner.ru.com", - "jacquelinesiven.com", - "jampo.com.ua", - "japan1-05.xyz", - "japan1-06.xyz", - "jashautchord.com", - "jet-crash.xyz", - "jetcase.fun", - "jetcase.ru.com", - "jetscup.ru", - "jhgj.njxwang.com", - "jjdiscord.com", - "jjikachjmlc.com", - "jobrave.live", - "jobs-discord.com", - "jocudaidie.ru", - "joewfpwg.ru", - "join-academymoderator.com", - "join-developerguild.com", - "join-discordevents.com", - "join-hypeevents.com", - "join-hypesquad-events.com", - "join-hypesquad.club", - "join-hypesquad.com", - "join-hypesquad.info", - "join-hypesquad.net", - "join-hypesquad.online", - "join-hypesquadevent.com", - "join-hypesquadevents.com", - "join-moderator.com", - "join-moderatoracademy.com", - "join-moderators.com", - "join-partner.com", - "joinhypesquad.com", - "joinhypesquadevents.com", - "joinmy.site", - "joint-moderator.com", - "jokedrop.ru", - "jope-nitro.com", - "joyskins.xyz", - "juct-case.ru", - "jusonline.ru", - "just-roll.ru", - "justcase.net.ru", - "justcause.fun", - "justdash.xyz", - "justdior.com", - "justdiscord.com", - "justdoit.cards", - "justwins.ru", - "kahiotifa.ru", - "kakstitotako.com", - "kambol-go.ru", - "kaspi-capital.com", - "kaspianchoob.com", - "katowice.ru", - "katowlce.ru", - "kaysdrop.ru", - "kefu.discordglft.org", - "kefu.steamcornmunity.club", - "key-dr0b.com", - "key-dr0p.com", - "key-drcp.com", - "key-drop-free.com", - "key-dropes.ru", - "key-dropo.com", - "keydoppler.one", - "keydorp.me", - "keydrop-case.ru", - "keydrop.guru", - "keydrop.org.ru", - "keydrop.ru.com", - "keydropp.one", - "keydrops.xyz", - "keydrup.ru", - "keymagic.me", - "keys-dropes.com", - "keys-loot.com", - "keysdropes.com", - "kievskiyrosdachy-ua.ru", - "kindservicezeb.net", - "kingfamilyphotoalbum.com", - "kingofqueens2021.github.io", - "kirakiooi.xyz", - "kkgdrops.monster", - "kldmten.net", - "knife-eazy.pp.ua", - "knifespin.top", - "knifespin.xyz", - "knifespins.xyz", - "knifex.ru.com", - "knifez-roll.xyz", - "knifez-win.xyz", - "knmirjdf.ru", - "konicpirg.com", - "kr1ks0w.ru", - "kredo-capital.com", - "kruhzgodovina.xyz", - "krytkase.xyz", - "ksgogift.pp.ua", - "ksodkcvm.ru", - "ktfckd.com", - "kuaizip.com", - "kuminaluna.xyz", - "l2s.pet", - "lachrymation-demetallize-arthroplasty.xyz", - "lackystars.com", - "lady-datings-here.com", - "laidauni.com", - "lakskuns.xyz", - "lan-pro.fun", - "lan-pro.link", - "lan-pro.ru", - "lan-pro.xyz", - "lanshcoin.com", - "lash.cf", - "last-of-legends.xyz", - "lastheroes.eu", - "lastlegends.es", - "lazarusgamer.xyz", - "lazarusgaming.com", - "ldiscord-gift.xyz", - "ldiscord.gift", - "ldiscordapp.com", - "ldiscordgift.site", - "ldlscord.com", - "ldlscordapp.com", - "league-csgo.com", - "leancoding.co", - "lef23671.justinstalledpanel.com", - "legasytour.it", - "legit-drop.ru", - "legiting-drop.ru", - "lehatop-01.ru", - "lemesports.ru", - "lesvirus.fr", - "letmessagenow.com", - "lib2.biz", - "libra-sale.io", - "lifegg.xyz", - "likaraoke.com", - "limafoxtrot.online", - "limeside.net.ru", - "linkbucks.com", - "linkdiscord-airdrop.com", - "linkshrink.net", - "linktrade.pp.ua", - "listycommunity.ru", - "litance-viestside.icu", - "litenavi.xyz", - "livediscordbonus.fun", - "livegif.ru", - "lkdiscord.com", - "load17.biz", - "loaduber-theprogressivefile.best", - "localchick-here.com", - "localhookupclub1.com", - "localsexfinderxxx4.com", - "localsnapsext.com", - "lock-omsk.ru", - "log-in-hypesquad.com", - "login-discordmoderator.com", - "login-hypesquad.com", - "login-hypesquadacademy.com", - "loginprofile.xyz", - "loginrun.info", - "longxrun.online", - "loot-conveyor.com", - "loot-item.xyz", - "loot-rust.com", - "loot.net.ru", - "loot.pp.ru", - "loot4fun.ru", - "lootmake.com", - "lootship.ga", - "lootshunt.org.ru", - "lootsrow.com", - "lootweapons.com", - "lootxmarket.com", - "losvirus.es", - "loungeztrade.com", - "love7date.info", - "loveiswaiting.net", - "lovemateforyou.com", - "lover-date.com", - "loverfuck.com", - "low-cups.ru", - "lozt.pp.ua", - "lsteamcommunity.ru", - "lsteamcommunity.ru.com", - "luancort.com", - "lubboost-nitro.shop", - "lubitcoin.com", - "lubuntu.net", - "lucky-skins.xyz", - "lucky4wins.club", - "luckycrush.ga", - "luckydrop.site", - "luckyfast.ru", - "luckyfast.ru.com", - "luckygift.net.ru", - "luckygift.space", - "luckygo.ru", - "luckygo.ru.com", - "luckyiwin.ml", - "luckyiwin.tk", - "luckywinner-web1.com", - "ludibry.tech", - "luxace.ru.com", - "luxerkils.xyz", - "lzvsv.com", - "m-discord.aw", - "m-discord.cn", - "m-discord.eu", - "m-discord.io", - "m-discord.pw", - "m-discord.ru", - "m-discord.xyz", - "m.setampowered.com", - "m7c4d5r7.stackpathcdn.com", - "m90694rb.beget.tech", - "macotuqa.xyz", - "mactep.org", - "made-nitro.com", - "madessk.pp.ua", - "maggicdrop.xyz", - "magic-delfy.net.ru", - "magic4you.nu", - "magicdropgift.ru", - "magicdropnew.xyz", - "magicrollslg.com.ru", - "magicrollslw.com.ru", - "magicroulete.ru", - "magicrun.site", - "magicstreek.me", - "magictop.ru.com", - "magifcrolrlc.xyz", - "magifcrolrlh.xyz", - "magifrolbiq.xyz", - "magifrolbit.xyz", - "magik-dr0p.fun", - "magikbrop.xyz", - "magnaviroll.xyz", - "magnavirolls.xyz", - "magnavirollz.xyz", - "mail.celerone.cf", - "mail.csgoroll.ru", - "mail.dicsord-airdrop.ru", - "mail.discord-nitro-gifts.ru", - "mail.explorerblocks.com", - "mail.fasdf.pp.ua", - "mail.ghostgame.ru", - "mail.gooditems.pp.ua", - "mail.ogevtop.ru", - "mail.scogtopru.pp.ua", - "mail.streamcomuniity.pp.ua", - "mail.versuscsgoplay.pp.ua", - "majestictips.com", - "major-2021.ru", - "makeprogress.ga", - "makson-gta.ru", - "malibones.buzz", - "malwareremovalbot.com", - "mandljigeografija.xyz", - "marafonec.com", - "marbling.pe.kr", - "markcestgo.ru", - "marke-tcgo.ru.com", - "marke-tgo.ru.com", - "market-csgo.ru", - "market-subito.site", - "marketsleam.xyz", - "marketsm.pp.ua", - "markt-csgo.ru.com", - "markt-csru.info", - "marktcsgo.ru.com", - "maroohost.online", - "mars-cup.ru", - "maslootok.xyz", - "master-up.ru", - "matchrile.com", - "maxigame.su", - "maxskins.xyz", - "mc-delivery.ru.com", - "mcdaonlds.com", - "mcdelivery-ae.ru.com", - "mcdelivery-emirates.ru.com", - "mcdelivery-offer.com", - "mcdelivery-sale.com", - "mcdelivery-uae.fun", - "mcdelivery-uae.ru.com", - "mcdelivery24.com", - "mcdonalds-iloveit.com", - "mcdonalds-saudiarabia.com", - "mcdonaldsau.info", - "mcdupe.xyz", - "mcomp.org", - "mdiscord.com", - "me-discord.com", - "mediafiire.com", - "mediahouse.com.ua", - "medpatrik.ru", - "megacase.monster", - "megatuz.ru", - "mekaverse-minting.com", - "mekaverse-minting.net", - "mekaversecollection.com", - "mekaversenft.net", - "mertixbit.com", - "mewtour.xyz", - "mfroute.com", - "microsup.net", - "microsupportjp.xyz", - "minea.club", - "minecrรคft.com", - "minero.cc", - "miniurl.pw", - "mipcoins.com", - "miptic.ru", - "mir-kliparta.ru", - "miserve-chanics.com", - "mobile-novinki.ru", - "mod-academy.xyz", - "mod-school.com", - "moderation-academy.net", - "moderation-discord.com", - "moderato-academy.tech", - "moderator-academy-discord.com", - "moderator-academy-events.com", - "moderator-academy-forms.com", - "moderator-academy-test.com", - "moderator-academy.online", - "moderator-applications.com", - "moderator-forms.com", - "moderator-hypesquad.com", - "moderator-hypesquadacademy.com", - "moderator-hypesquadevents.com", - "moderator-invite.com", - "moderator-join.com", - "moderator-register.com", - "moderator-school.com", - "moderator-singup.com", - "moderator-survey.info", - "moderator-team.com", - "moderator-test.com", - "moderator-vote.com", - "moderator.hypesquad-survey.info", - "moderatoracademiaforms.com", - "moderatoracademy.info", - "moderatoracademyforms.com", - "moderatoracademyinvite.com", - "moderatoracademyregister.com", - "moderatordiscord.com", - "moderatordiscordinvite.com", - "moderatorformdiscord.com", - "moderatorforms.com", - "moderatorinsititute.com", - "moderatorinstitute.com", - "moderatorinvite.com", - "moderatorjoin.com", - "moderators-academy-form.com", - "moderators-academy-join.com", - "moderators-academy.club", - "moderators-academy.com", - "moderators-application.com", - "moderators-apply.com", - "moderators-form.com", - "moderators-hypesquad.com", - "moderators-hypesquadevents.com", - "moderators-recruitment.com", - "moderators-team.com", - "moderators-teams.com", - "moderators-vote.com", - "modesacademy.com", - "mods-academy.com", - "modsacademy.com", - "mol4a.pp.ua", - "money.fastcreditmatch.com", - "money.usacashfinder.com", - "moviesboys.com", - "multiadblock.com", - "mvcsgo.com", - "mvpcup.ru", - "mvptournament.com", - "mxmcheats.online", - "my-discord-gift.com", - "my-hookup-clubs1.com", - "my-rarible.com", - "my-trade-link.ru", - "my-tradelink.ru", - "myactualblog.com", - "myccgo.xyz", - "mychaelknight.com", - "mycsgoo.ru", - "mydrop.monster", - "myetherermwallet.com", - "myfast.ru", - "myfilesrs.ru", - "mygames4roll.com", - "myhotdates.com", - "myimperia.ru", - "myjustcase.ru", - "mylocalhookup1.com", - "myrolls.monster", - "myrollz.com", - "mysearchflow.com", - "mythic-esports.xyz", - "mythiccups.xyz", - "mythicleagues.xyz", - "mythicups.xyz", - "myticks.xyz", - "mytrade-link.ru.com", - "mytrade-offer.ru", - "mytradelink.pp.ua", - "mytradelink.ru.com", - "mytradeoffers.ru.com", - "n01.biz", - "n06.biz", - "nacjalneg.info", - "nacybersportvi.ru", - "nagipen.ru", - "nagiver.ru", - "nakapote.com", - "nakedphotos.club", - "name0fbestway.com", - "natuc-event.ru", - "naturespashowerpurifier.com", - "natus-lootbox.net.ru", - "natus-lootbox.org.ru", - "natus-open.net.ru", - "natus-open.org.ru", - "natus-open.pp.ru", - "natus-rolls.xyz", - "natus-space.ru", - "natus-spot.net.ru", - "natus-spot.pp.ru", - "natus-vincere.ru", - "natus-vincere.space", - "natus-vincere.xyz", - "natus-vincery-majors.ru.com", - "natus-vincerygive.xyz", - "natus-vincerygivess.xyz", - "natus-vincerygivesz.xyz", - "natus-vincerygivex.xyz", - "natus-vincerygivez.xyz", - "natus-vincerygivezc.xyz", - "natus-vincerygivezr.ru", - "natus-vincerygivezz.xyz", - "natus-win.net.ru", - "natus-win.org.ru", - "natus-win.pp.ru", - "natusforyou.pp.ua", - "natusspot.pp.ru", - "natustop.net.ru", - "natustop.org.ru", - "natusvincerbestmarket.work", - "natusvinceredrop.ru", - "natuswin.org.ru", - "nav-s1.ru", - "navi-21.ru", - "navi-bp.com", - "navi-cis.net.ru", - "navi-cs.com", - "navi-drop.com", - "navi-drop.net", - "navi-drop2020.com", - "navi-es.ru", - "navi-esl.ru.com", - "navi-esports.net", - "navi-eu.ru", - "navi-ez.com", - "navi-freedrop.xyz", - "navi-freeskins.com", - "navi-give.net.ru", - "navi-giveaway-simple.net.ru", - "navi-giveaway.net", - "navi-giveaway.xyz", - "navi-gs.com", - "navi-gt.com", - "navi-gv.com", - "navi-hawai.net.ru", - "navi-io.com", - "navi-keep.net.ru", - "navi-lix.xyz", - "navi-ls.com", - "navi-lzx.ru", - "navi-off.us", - "navi-ol.com", - "navi-q.com", - "navi-rt.com", - "navi-russia.ru", - "navi-share.pp.ru", - "navi-skins.org.ru", - "navi-skins.pp.ru", - "navi-sp.com", - "navi-tm.com", - "navi-tm.ru", - "navi-up.com", - "navi-up.ru", - "navi-winners.org.ru", - "navi-wins-skiins.org.ru", - "navi-x.ru", - "navi-youtube.net.ru", - "navi.auction", - "navi.pp.ru", - "navi2021.net.ru", - "naviback.ru", - "navibase.net.ru", - "navibase.org.ru", - "navibase.pp.ru", - "navicase-2020.org.ru", - "navicase.org", - "navicese.pp.ua", - "navicsg.ru", - "navicsgo.ru", - "navidonative.ru", - "naviend.xyz", - "navieslproleagueseason13.pp.ua", - "naviesport.net", - "naviesportsgiveaways.pro", - "navifree.ru", - "navifreeskins.ru", - "navifun.me", - "navigg.org.ru", - "navigg.ru", - "naviggcoronagiveaway.ru", - "navigiveaway.ru", - "navign.me", - "navigs.ru", - "navileague.xyz", - "navination.site", - "navipodarok.ru", - "navipresent.xyz", - "naviqq.org.ru", - "navirolls.org.ru", - "navishare.net.ru", - "navishare.pp.ru", - "naviskins.xyz", - "naviteam.net.ru", - "naviteamway.net.ru", - "navitm.ru", - "navitop4.net.ru", - "navvigg.site", - "navviigg.ru", - "navy-freecases.ru", - "navy-loot.xyz", - "nawegate.com", - "nawi-gw.ru", - "nawibest.ru.com", - "nawigiveavay.xyz", - "nb-yanao.ru", - "nbryb.com", - "ne02.biz", - "ne03.biz", - "ne04.biz", - "ne12.biz", - "neodrive.ru", - "nepoleno.ru", - "netdiscord-partner.com", - "netfilxde.com", - "netfllix-de.com", - "netund.com", - "new-collects.xyz", - "new-drop.net.ru", - "new-give.com", - "new-lady-here12.com", - "new-offer.trade", - "new-steamcommunlty.xyz", - "new.mychaelknight.com", - "newdiscord.online", - "news-back.org", - "news-central.org", - "newsdnya.ru", - "newsglobal.live", - "newsinform.net", - "newsinmir.com", - "newsurprizeforyou.com", - "newyear-discord.com", - "nft-presale.live", - "nice-discord.com", - "nice-haesh-info.ru", - "nicegg.ru", - "night-skins.com", - "nightz.monster", - "nise-cell.net.ru", - "nise-gell.org.ru", - "nise-well.org.ru", - "nise-win.xyz", - "nitrlooss-free.ru", - "nitro-airdrop.org", - "nitro-app-store.com", - "nitro-app.com", - "nitro-app.fun", - "nitro-boost.com", - "nitro-boost.pw", - "nitro-boost.ru", - "nitro-boost.shop", - "nitro-boost.xyz", - "nitro-d.xyz", - "nitro-dis.com", - "nitro-discord-gifts.com", - "nitro-discord.com", - "nitro-discord.fun", - "nitro-discord.info", - "nitro-discord.me", - "nitro-discord.one", - "nitro-discord.org", - "nitro-discord.ru.com", - "nitro-discord.xyz", - "nitro-discordapp", - "nitro-discordapp.com", - "nitro-discorde.com", - "nitro-discords-gift.com", - "nitro-discords.com", - "nitro-discords.org", - "nitro-discorld.xyz", - "nitro-discort.com", - "nitro-discrod.me", - "nitro-dlscord.ru.com", - "nitro-drop.com", - "nitro-ds.com", - "nitro-ds.xyz", - "nitro-f.xyz", - "nitro-for-free.com", - "nitro-free.com", - "nitro-free.ru", - "nitro-from-steam.com", - "nitro-full.com", - "nitro-full.xyz", - "nitro-g.xyz", - "nitro-gamers.fun", - "nitro-get.xyz", - "nitro-gg.com", - "nitro-gg.ru", - "nitro-gg.shop", - "nitro-gg.xyz", - "nitro-gift.net.ru", - "nitro-gift.ru", - "nitro-gift.ru.com", - "nitro-gift.site", - "nitro-gift.space", - "nitro-gift.store", - "nitro-gift.top", - "nitro-gift.xyz", - "nitro-give.site", - "nitro-go.xyz", - "nitro-made.com", - "nitro-one.xyz", - "nitro-s.xyz", - "nitro-sell.xyz", - "nitro-shop.ru", - "nitro-steam.ru.com", - "nitro-steam.site", - "nitro-steam.xyz", - "nitro-up.com", - "nitro.click", - "nitro.gift", - "nitro.gives", - "nitro.givespromotions", - "nitro.link", - "nitro.ru", - "nitro.ru.com", - "nitroairdrop.com", - "nitroappstore.com", - "nitroboost.shop", - "nitroboostcord.blogspot.com", - "nitroboosts.shop", - "nitrochallange.com", - "nitroclicks.com", - "nitrodiscord.org", - "nitrodiscord.ru", - "nitrodlscord.xyz", - "nitrodlscordl.xyz", - "nitrodlscords.xyz", - "nitrodlscordx.xyz", - "nitrodlscordz.com", - "nitrodlscordz.xyz", - "nitrodsgiveways.com", - "nitrodsgiveways.xyz", - "nitrofrees.ru", - "nitrogeneral.ru", - "nitrogensports.eu", - "nitrogift.xyz", - "nitrogive.com", - "nitroisteam.com", - "nitrolsteam.com", - "nitroo-discord.xyz", - "nitroos-frieie.ru", - "nitroosfree.ru", - "nitropromotions.tk", - "nitropussy.com", - "nitros-gift.com", - "nitros-st.xyz", - "nitrosgift.com", - "nitrospromotion.com", - "nitrospromotions.com", - "nitrosteamf.com", - "nitrosteami.com", - "nitrosteamj.com", - "nitrosteaml.com", - "nitrosteamt.com", - "nitrostore.com", - "nitrostore.org", - "nitrotypehack.club", - "nitrowithsteam.com", - "nltro-code.xyz", - "nltro-gift.ru.com", - "nltro-steam.site", - "nltro-steam.xyz", - "nltro.com", - "nltro.site", - "nltroclassic.com", - "nltrodlscord.xyz", - "no1-casino.com", - "nokia-lifestyle.ru", - "novirus.uk", - "novoden.ru", - "ns1.dns-soul.wtf", - "ns1.dropc.me", - "ns1.navitry.me", - "ns1.peektournament.me", - "ns2.dropc.me", - "ns2.helpform-center.ml", - "ntrospromotions.com", - "ntvpevnts.com", - "nur-electro-05.ml", - "nv-box.com", - "nv-drop.com", - "nv-pick.com", - "nvcontest.xyz", - "nwgwroqr.ru", - "nyalacornily.cam", - "o-uccino.top", - "o9wg8q.monster", - "obensea.pw", - "obzh.ru", - "odstranitvirus.cz", - "offerdealstop.com", - "offers.flogboat.com", - "official-nitro.com", - "official-nitro.fun", - "ogevtop.ru", - "ogfefieibio.ru", - "okay-dating.com", - "okdiscord.com", - "old-crash.com", - "oldharper.xyz", - "oligarph.club", - "omgtnc.com", - "one", - "onegadget.ru", - "onehave.xyz", - "onemacusa.com", - "onenightfriend.com", - "onetouch7.info", - "onlinediscord-newyear.ru", - "onlinegop.ru", - "onlineplus.click", - "onlinepromotionsusa.com", - "onpensea.com", - "ootaivilei.ru", - "opeansea.club", - "opemnsea.com", - "opemsea.pw", - "open-case.work", - "opencase.space", - "opennsea.pw", - "opense.design", - "opense.digital", - "opensea-ntf.org", - "opensea-one.org", - "opensea-page.org", - "opensea-pages.online", - "openseanfft.com", - "opensia.club", - "openssea.pw", - "opentea.xyz", - "operation-broken.xyz", - "operation-pass.ru.com", - "operation-riptide.link", - "operation-riptide.ru.com", - "operation-riptide.xyz", - "operationbroken.xyz", - "operationreptide.com", - "operationriptide.online", - "operationriptide.tk", - "opinionshareresearch.com", - "opne-sae.digital", - "opnsea.digital", - "opperrationcss.pp.ua", - "oprewards.com", - "optnx.co", - "orbita-lviv.com", - "ord.gg", - "order-40.com", - "order-78.com", - "order-87.com", - "order-96.com", - "orderpropods.com", - "ordgift.ga", - "ordinaryluckrewardextra.club", - "ornenaui.ru", - "ouo.io", - "ourhypewords.com", - "ournewsafte.biz", - "out-want.xyz", - "outbuck.com", - "output-nitro.com", - "overdrivsa.xyz", - "ovshau.club", - "owa.discord-nitro-gifts.ru", - "ownerbets.com", - "p.t67.me", - "paayar.info", - "pancakeswap.press", - "pandakey.ru", - "pandaskin.ru.com", - "pandaskins.ru.com", - "pandemidestekpaket.cf", - "partner-academy.com", - "partner-discord.com", - "partnersdiscord.com", - "passjoz.net.ru", - "pastamalicious.com", - "path.shareyourfreebies.com", - "path.topsurveystoday.com", - "patrool.net.ru", - "pay-18.info", - "pay-ads.com", - "payeaer.xyz", - "payear.xyz", - "payeer.life", - "payeer.live", - "payeer.vip", - "pdiscord.com", - "peliculas3.me", - "personal-safety-update.com", - "petty.link", - "phygical-questall.icu", - "pine-islands.com", - "pineisland.ga", - "pineislands.org", - "pingagency.ru", - "pingola.ru", - "piscanecmatematika.xyz", - "pizzaeria-papajohns.com", - "playcsgo-steam.ru", - "playerskinz.xyz", - "playeslseries.com", - "please.net.ru", - "pltw.com", - "pluswin.ru", - "pluswsports.ru", - "pnd.tl", - "podgorz.org", - "pointsprizes.com", - "pokeherstars.com", - "pokemongo-go.ru", - "polimer.xyz", - "poloname.net.ru", - "polyhymnia-mar.com", - "ponk.pro", - "pop.ghostgame.ru", - "pop.ogevtop.ru", - "popsads.link", - "pornhub.com", - "pornhub.xyz", - "posadaladesmera.es", - "pose1dwin.ru", - "possessedcrackinghart.com", - "poste.xyz", - "postsupport.net", - "power-sk1n.net.ru", - "ppancakeswapp.finance", - "ppanccakeswap.finance", - "ppayeer.ru", - "ppayeer.ru.com", - "prajyoth-reddy-mothi.github.io", - "prajyoth.me", - "praterage-colled.com", - "pravpost.org.ua", - "prefix.net.ru", - "premium-discord.com", - "premium-discords.com", - "premium-faceit.com", - "premium-gives.com", - "premiumbros.com", - "premiumdiscord.com", - "premiums-discord.com", - "premiums-gift.com", - "premiums-nitro.com", - "premiumsdiscords.com", - "premiumsgift.com", - "price-claim.xyz", - "prime-drop.xyz", - "primefa.xyz", - "privatepage.vip", - "privatesinglesmeet.com", - "privatewinners.com", - "privatexplore.com", - "privatkeyblok.com", - "prizee-good.com", - "prizesworldcenter.com", - "problematic", - "profi-para.com", - "profile-2994292.ru", - "profile-442572242.online", - "profiles-7685291049068.me", - "profit-worlds2u.life", - "profssqq.ru", - "program-hypesquad.com", - "programhypesquad-events.com", - "programma-di-fidelizzazione.top", - "promarker.club", - "promo-codes.world", - "promo-discord.com", - "promo-discord.site", - "promotion-nitro-od-machovce.tk", - "promotionsonlineusa.com", - "pronline.ru", - "protected-clicker.com", - "protocolgroupgroups.com", - "proz.monster", - "ps3cfw.com", - "pshtr.xyz", - "psixoglika.pro", - "psp-haxors.com", - "psyonix-trade.online", - "psyonix.website", - "psyonlxcodes.com", - "ptbdiscord.com", - "ptookaih.net", - "pu4.biz", - "pubg-asia.xyz", - "pubg-steamcommunityyz.top", - "pubg.network", - "pubg.new-collects.xyz", - "pubgclaims.com", - "pubgdreams.com", - "pubge21.xyz", - "pubgfree77.com", - "pubgfreedownload.org", - "pubgfreeeus.cf", - "pubgfreeevent.com", - "pubggf01.xyz", - "pubggf02.xyz", - "pubggf03.xyz", - "pubggf04.xyz", - "pubggf05.xyz", - "pubggf06.xyz", - "pubggf10.xyz", - "pubggf15.xyz", - "pubggf16.xyz", - "pubggf17.xyz", - "pubggf18.xyz", - "pubggf19.xyz", - "pubggf20.xyz", - "pubggf21.xyz", - "pubggf22.xyz", - "pubggf23.xyz", - "pubggf24.xyz", - "pubggf25.xyz", - "pubggf26.xyz", - "pubggf27.xyz", - "pubggf28.xyz", - "pubggf29.xyz", - "pubggf30.xyz", - "pubggf31.xyz", - "pubggf32.xyz", - "pubggf33.xyz", - "pubggf34.xyz", - "pubggf35.xyz", - "pubggf36.xyz", - "pubggf37.xyz", - "pubggf38.xyz", - "pubggf39.xyz", - "pubggf40.xyz", - "pubggf41.xyz", - "pubggf42.xyz", - "pubggift100.xyz", - "pubggift101.xyz", - "pubggift102.xyz", - "pubggift31.xyz", - "pubggift32.xyz", - "pubggift48.xyz", - "pubggift56.xyz", - "pubggift58.xyz", - "pubggift59.xyz", - "pubggift60.xyz", - "pubggift61.xyz", - "pubggift62.xyz", - "pubggift63.xyz", - "pubggift64.xyz", - "pubggift65.xyz", - "pubggift66.xyz", - "pubggift67.xyz", - "pubggift68.xyz", - "pubggift69.xyz", - "pubggift70.xyz", - "pubggift71.xyz", - "pubggift87.xyz", - "pubggift91.xyz", - "pubggift92.xyz", - "pubggift93.xyz", - "pubggift94.xyz", - "pubggift95.xyz", - "pubggift96.xyz", - "pubggift97.xyz", - "pubggift98.xyz", - "pubggift99.xyz", - "pubggiftsclaim.com", - "pubglimited2021.com", - "pubgmcheats.com", - "pubgmobile-event.net", - "pubgmobile-officialevents.com", - "pubgmobile2019ucfreeeee.tk", - "pubgmobile365.com", - "pubgmobile365.giftcodehot.net", - "pubgmobile737373.ml", - "pubgmobileskin2020.com", - "pubgmobilespro.my.id", - "pubgmobileuc2020free.cf", - "pubgofficielbcseller.online", - "pubgtoken.io", - "pubguccmobilefree.cf", - "pupok.link", - "purplehoodie.com", - "pwrtds.com", - "qatar-business-guide.net", - "qbt-giveaway.info", - "qcold.club", - "qcoldteam.life", - "qq789.com.cn", - "qqfzn.com", - "qsng.cn", - "qtteddybear.com", - "qualityhealth.com", - "quantumtac.co", - "quellaplentyresolute.com", - "quick-cup.xyz", - "quickmessage.us", - "quickrobux.net", - "quiz-discord.com", - "r-andomfloat.ru", - "radar-tour.site", - "raidrush.info", - "rainorshine.ru", - "ran-getto.org.ru", - "rangskins.com", - "rao-ees.ru", - "rapidantivirus.com", - "rapiddownloads.eu", - "rarllbie.com", - "ratnet.od.ua", - "rave-clup.ru", - "rave-new.ru", - "raydiumswap.com", - "rblxcorp.work", - "rbux88.com", - "rbux88go.com", - "rbuxfree.com", - "rbxfree.com", - "rdr2code.ru", - "readytosinglesmeet.com", - "realnetnews.com", - "realskins.xyz", - "realtorg.xyz", - "redirectednet.xyz", - "redirectsstm.click", - "redirekted.com", - "redizzz.xyz", - "rednance.com", - "redskin.monster", - "reerobloxgenerator.tk", - "referralpay.co", - "regeralnet.xyz", - "register-formulary.com", - "register-hypesquad.com", - "register-moderator.com", - "register-moderators.com", - "regsweep.com", - "reimageplusminus.me", - "remontidekor.ru", - "reports.noodlesawp.ru", - "reslike.net", - "ressbit.com", - "restorecosm.bid", - "retargetcore.com", - "revercecaptcha.com", - "rewardbuddy.me", - "rewards-rl.com", - "rewardsavenue.net", - "rewardsgiantusa.com", - "rewardspremium-nitro.gq", - "rhopalium-convolve-mozettas.xyz", - "ricavato.com", - "rien.xyz", - "rip-tide.ru", - "ripetide.ru", - "riptid-operation.ru", - "riptide-cs.com", - "riptide-cs.ru", - "riptide-csgo.ru", - "riptide-free-pass.net.ru", - "riptide-free-pass.org.ru", - "riptide-free-pass.pp.ru", - "riptide-gaming.ru", - "riptide-operation.com", - "riptide-operation.ru", - "riptide-operation.ru.com", - "riptide-operation.xyz", - "riptide-operations.ru", - "riptide-pass.org.ru", - "riptide-take.ru", - "riptide-valve.ru", - "riptidefree.ru", - "riptidefreepass.net.ru", - "riptidefreepass.pp.ru", - "riptiden.ru", - "riptideoffer.ru", - "riptideoperation.xyz", - "riptidepass.net.ru", - "riptidepass.ru", - "rl-activate.com", - "rl-award.com", - "rl-bounce.com", - "rl-change.ru", - "rl-chaser.com", - "rl-code.com", - "rl-diamond.com", - "rl-epic.com", - "rl-fandrops.com", - "rl-fanprize.com", - "rl-fast.com", - "rl-fastrading.com", - "rl-garage.info", - "rl-garage.online", - "rl-garage.rest", - "rl-garage.space", - "rl-give.ru.com", - "rl-insidergift.com", - "rl-performance.com", - "rl-positive.com", - "rl-promocode.com", - "rl-promos.com", - "rl-purple.com", - "rl-retail.fun", - "rl-rewards.ru.com", - "rl-tracking.pro", - "rl-traders.com", - "rlatracker.com", - "rlatracker.pro", - "rldrop-gifts.com", - "rldrop.gifts", - "rlexcihnage.com", - "rlgarages.com", - "rlgifts.org", - "rlgtracker.zone", - "rlq-trading.com", - "rlqtrading.com", - "rlshop.fun", - "rlstracker.com", - "rltracken.ru", - "rltrackings.com", - "rlv-trading.com", - "rlz-trading.com", - "ro4.biz", - "robfan. ork", - "robfan.work", - "robin201.xyz", - "roblox-christmas.com", - "roblox-collect.com", - "roblox-com.gq", - "roblox-login.com", - "roblox-porn.com", - "roblox-robux.de", - "roblox.br.com", - "roblox.com.do", - "roblox.com.hn", - "roblox.com.ht", - "roblox.com.so", - "roblox.free.robux.page", - "roblox.help", - "roblox.link.club", - "robloxbing.com", - "robloxdownload.org", - "robloxgamecode.com", - "robloxgiftcardz.com", - "robloxpasssword.com", - "robloxromania.com", - "robloxs.land", - "robloxsecure.com", - "robloxstore.co.uk", - "robloxsummer.com", - "robloxux.com", - "robloxwheelspin.com", - "robloxxhacks.co", - "robuux1.club", - "robux-codes.ga", - "robux.claimgifts.shop", - "robux20.club", - "robux247.win", - "robux4sex.tk", - "robuxat.com", - "robuxfiends.com", - "robuxfree.us", - "robuxgen.site", - "robuxhach.com", - "robuxhelp.com", - "robuxhelpers.com", - "robuxhelps.com", - "robuxprofiles.com", - "robuxrewards.co.uk", - "robuxtools.me", - "robuxx.work", - "robx.pw", - "rockcabs247.in", - "rocket-dealer.com", - "rocket-item.com", - "rocket-leag.com", - "rocket-league.info", - "rocket-league.ru.com", - "rocket-retailer.fun", - "rocket-tournament.fun", - "rocket-trader.fun", - "rocket-traders.store", - "rocket-trades.store", - "rocket-trading.site", - "rocket-trading.space", - "rocket-trading.store", - "rocket-tradings.com", - "rocket2pass.com", - "rocketcase.xyz", - "rocketleague-drops.com", - "rocketleague-trading.site", - "rocketleagues.site", - "rocketleaque.info", - "rocketradings.com", - "rockets-garages.com", - "rockets-item.com", - "rockets-items.com", - "rockets-sale.com", - "rockets-sales.com", - "rockets-trade.com", - "rogueleader.org", - "rogwarfare.com", - "rogxarena.com", - "roleum.buzz", - "roll-case.com", - "roll-gift.fun", - "roll-skins.ga", - "roll-skins.ru", - "roll-skins.tk", - "roll-statedrop.ru", - "roll4knife.xyz", - "roll4tune.com", - "rollcas.ru.com", - "rollgame.net.ru", - "rollkey.ru.com", - "rollknfez.xyz", - "rollmeout.xyz", - "rollskin-simple.xyz", - "rollskin.ru", - "rollskins.monster", - "rollskins.ru", - "rool-skins.xyz", - "rootsingput3.live", - "rootsingput9.live", - "roposp12.design", - "roposp14.design", - "ropost15.xyz", - "roulette-prizes.ru.com", - "roulettebk.ru", - "rouonixon.com", - "royalegive.pp.ua", - "royaljapan02.*", - "rsafrwd.com", - "rsafrwdr.com", - "rtfkt.clonex.store", - "rubygame.life", - "rude-discord.com", - "rudicsord-glfts.com", - "rudiiscord-gift.ru", - "rudiiscord-nittro.ru", - "rudiscord.ru", - "rudlscord-nitro.space", - "rudtscord.com", - "rugive-csgorun.xyz", - "run2go.ru", - "runwebsite.ru", - "rushbskins.xyz", - "rushskillz.net.ru", - "rushskins.xyz", - "rust-award.com", - "rust-boom.xyz", - "rust-charge.com", - "rust-chest.com", - "rust-code.com", - "rust-code.ru.com", - "rust-codes.com", - "rust-drop.ru.com", - "rust-facepunchs.com", - "rust-get.com", - "rust-gitfs.ru", - "rust-giveaways.xyz", - "rust-kit.com", - "rust-llc.com", - "rust-ltd.com", - "rust-phoenix.org", - "rust-reward.com", - "rust-satchel.com", - "rust-skin.com", - "rust-tve.com", - "rust-twitchs.com", - "rust.facepunchs.com", - "rustarea.me", - "rusteamcomnumily.com", - "rustearncormunsity.ru", - "rustg1ft.com", - "rustg1fts.online", - "rustg1fts.ru", - "rustgame-servers.com", - "rustgift.ru", - "rustprize.com", - "rustygift.site", - "rustyit-ems.xyz", - "s-nitro.xyz", - "s-steame.ru", - "s-teame.ru", - "s1cases.site", - "s1cses.site", - "s1mple-give-away.pp.ua", - "s1mple-spin.xyz", - "s1mplesun.design", - "s92673tu.beget.tech", - "sa-mcdonalds.com", - "sadbutchi.work", - "safe-funds.site", - "safety-system.club", - "said-hom.ru.com", - "said-home.ru.com", - "sakuralive.ru.com", - "sale-steampowered.com", - "sarobux.com", - "savage-growplus.com", - "scale-navi.pp.ru", - "school-moderator.com", - "school-moderators.com", - "school-moderators.con", - "schoolmoderato.com", - "schoolmoderator.com", - "schoolmoderators.com", - "scieagues.ru", - "scl-combo-line.ru", - "scl-league.ru", - "scl-league.xyz", - "scl-lieage.online", - "scl-online.ru", - "scl-play.com", - "scl-play.xyz", - "scl-tour.it", - "sclcup.ru", - "sclcyber.ru", - "scleague.info", - "scleagues.net", - "scliague.ru", - "sclleague.ru", - "sclpro.site", - "sclt.xyz", - "scltourment.xyz", - "scltourments.xyz", - "scltournament.ru", - "scogtopru.pp.ua", - "scrapebust.com", - "scteamcommunity.com", - "scwanmei.ru", - "sdiscord.com", - "seamcommunity.com", - "seamcommunlty.com", - "seamcommunty.com", - "seamconmunity.xyz", - "seancommunity.com", - "seancommunlty.ru", - "searchdatestoday.com", - "searching-place.com", - "searmcornmunlty.me", - "secure-instagram.ru", - "secure.yourreadytogoproduct.surf", - "securesystemguide.com", - "securitydefender.xyz", - "seed-nitro.com", - "seedbreakgoal.live", - "sehotgame.xyz", - "seksburada.net", - "selection-hype-squad.com", - "semvirus.pt", - "sendyou123.com", - "senzavirus.it", - "serch03.biz", - "serch10.biz", - "serialkey89.com", - "service-indemonstrably-spadger-renting.xyz", - "services.runescape.rs-tt.xyz", - "services.runescape.rs-ui.xyz", - "ses98.com", - "setamcommunity.com", - "sex-and-flirt.com", - "sex-is-here.com", - "sexall.net", - "sexcontact-store1.com", - "sexplayground.net", - "sexyladydesire.xyz", - "sh.st", - "shadowmarket.xyz", - "shadowpay.pp.ru", - "share.nowblox.com", - "shared-tools.xyz", - "shattereddrop.xyz", - "shewantsumuch.com", - "shib.events", - "shiba2021.pro", - "shibaevent.pro", - "shibevent.pro", - "shimermsc.ru", - "shine.com.global.prod.fastly.net", - "shop.discordglft.org", - "shoppingsurveysonline.com", - "shoppy.gg", - "shopy-nitro.tk", - "short.es", - "shorte.st", - "shroud-cs.com", - "shrtz.m", - "shrtz.me", - "shรถrt.co", - "sieamcommunity.net.ru", - "sieamcommunity.org.ru", - "sieamcomnunity.org.ru", - "signup-moderadordiscord.com", - "signup-moderator.com", - "signup-moderatordiscord.com", - "simple-knifez.xyz", - "simple-win.xyz", - "simplegamepro.ru", - "simplegif.ru", - "simpleroll-cs.xyz", - "simplespinz.xyz", - "simplewinz.xyz", - "sinder8.com", - "singup-moderator.com", - "siriusturnier.pp.ua", - "sitemap.onedrrive.com", - "sitenitro-full.xyz", - "skill-toom.pp.ru", - "skin-index.com", - "skin888trade.com", - "skinbarona.com", - "skincs-spin.top", - "skincs-spin.xyz", - "skincsggtl.xyz", - "skindeyyes.ru", - "skingstgg.ru", - "skingstgo.ru", - "skini-lords.net.ru", - "skinkeens.xyz", - "skinmarkets.net", - "skinnprojet.ru", - "skinpowcs.ru", - "skinpowst.ru", - "skinroll.ru", - "skinroll.ru.com", - "skins-drop.ru", - "skins-hub.top", - "skins-info.net", - "skins-jungle.xyz", - "skins-navi.pp.ru", - "skins.net.ru", - "skins.org.ru", - "skins.pp.ru", - "skins1wallet.xyz", - "skinsbon.com", - "skinsboost.ru", - "skinscsanalyst.ru", - "skinsdatabse.com", - "skinsgo.monster", - "skinsind.com", - "skinslit.com", - "skinsmedia.com", - "skinsmind.ru", - "skinspace.ru", - "skinsplane.com", - "skinsplanes.com", - "skinsplanets.com", - "skinstradehub.com", - "skinsup.monster", - "skinup.monster", - "skinxinfo.net", - "skinxmarket.site", - "skinz-spin.top", - "skinz-spin.xyz", - "skinzjar.ru", - "skinzprize.xyz", - "skinzspin-cs.xyz", - "skinzspinz.xyz", - "sklinsbaron.net", - "skyblockmods.com", - "sl1pyymyacc.ru", - "slaaeamcrommunity.com.profiles-7685291049068.me", - "sladicagora.xyz", - "slaemcommunity.ru", - "slaemcornmuuninty.me", - "slaemmcommunitee.xyz", - "slc-cup.ru", - "sleam-trade.net.ru", - "sleam-trade.org.ru", - "sleam-trade.pp.ru", - "sleamcominnuty.ru", - "sleamcommiinuty.ru", - "sleamcomminity.ru", - "sleamcomminutiycom.ru.com", - "sleamcommiuinitiycom.net.ru", - "sleamcommiuintiycom.net.ru", - "sleamcommmunily.xyz", - "sleamcommmunitiy.ru", - "sleamcommmunity.com", - "sleamcommmuntiy.ru", - "sleamcommnnity.com", - "sleamcommnunity.net", - "sleamcommuiliy.ru.com", - "sleamcommuinity.xyz", - "sleamcommuintiy.ru.com", - "sleamcommuinty.store", - "sleamcommuity.com", - "sleamcommunety.ru", - "sleamcommuniitey.ru.com", - "sleamcommuniitty.ru.com", - "sleamcommuniity.me", - "sleamcommuniity.ru.com", - "sleamcommuniity.xyz", - "sleamcommuniiy.ru", - "sleamcommunilly.me", - "sleamcommunilly.ru", - "sleamcommuniluprofile-sid8duh2hu7e7eu3eisidew.xyz", - "sleamcommunily.net", - "sleamcommunily.org", - "sleamcommunily.ru.com", - "sleamcommuninty.com", - "sleamcommuninty.me", - "sleamcommuninty.ru", - "sleamcommuninty.xyz", - "sleamcommuniry.ru", - "sleamcommunitey.com", - "sleamcommuniti.ru", - "sleamcommuniti.xyz", - "sleamcommunitiuycom.net.ru", - "sleamcommunitiy.com", - "sleamcommunitl.xyz", - "sleamcommunitty.me", - "sleamcommunitty.xyz", - "sleamcommunittyy.me", - "sleamcommunitu.net.ru", - "sleamcommunitu.ru", - "sleamcommunitu.xyz", - "sleamcommunituy.com", - "sleamcommunity.co", - "sleamcommunity.com.ru", - "sleamcommunity.me", - "sleamcommunity.net", - "sleamcommunity.net.ru", - "sleamcommunity.org", - "sleamcommunity.org.ru", - "sleamcommunity.pp.ru", - "sleamcommunity.us", - "sleamcommunity.xyz", - "sleamcommunityprofiles76561199056426944.ru", - "sleamcommunityy.me", - "sleamcommunityy.net", - "sleamcommunityy.ru", - "sleamcommunlity.xyz", - "sleamcommunlty.me", - "sleamcommunlty.net", - "sleamcommunlty.net.ru", - "sleamcommunlty.ru.com", - "sleamcommunlty.space", - "sleamcommunlty.xyz", - "sleamcommunnily.me", - "sleamcommunnitu.com", - "sleamcommunnitu.com.ru", - "sleamcommunnity.me", - "sleamcommunnity.net", - "sleamcommunnity.org", - "sleamcommunnity.ru", - "sleamcommunnlty.xyz", - "sleamcommunnnty.store", - "sleamcommuntiny.ru", - "sleamcommuntity.ru", - "sleamcommuntiy.com", - "sleamcommuntly.ru", - "sleamcommunty.com", - "sleamcommunyti.ru", - "sleamcommunytu.ru", - "sleamcommutiny.com", - "sleamcommuunity.com", - "sleamcommuvnite.ru", - "sleamcommynilu.online", - "sleamcommynilu.ru", - "sleamcommynitu.ru", - "sleamcommynitu.xyz", - "sleamcommynity.me", - "sleamcommynity.ru", - "sleamcommyunity.com", - "sleamcomnnuniity.ru", - "sleamcomnnuniliy.site", - "sleamcomnnunily.site", - "sleamcomnnunily.website", - "sleamcomnnunitiy.ru", - "sleamcomnnunitu.me", - "sleamcomnnunity.me", - "sleamcomnnunity.one", - "sleamcomnnunity.ru", - "sleamcomnnunty.website", - "sleamcomnumity.com", - "sleamcomnunilty.xyz", - "sleamcomnunily.ru", - "sleamcomnunity.net.ru", - "sleamcomnunity.ru", - "sleamcomnunity.xyz", - "sleamcomnunlty.me", - "sleamcomrnunity.com", - "sleamcomulity.xyz", - "sleamcomuniity.ru", - "sleamcomuninty.me", - "sleamcomunitly.co", - "sleamcomunitty.me", - "sleamcomunitty.ru", - "sleamcomunitu.xyz", - "sleamcomunity.com.ru", - "sleamcomunity.me", - "sleamcomunity.net.ru", - "sleamcomunity.ru.com", - "sleamcomunuty.ru", - "sleamconmumity.com", - "sleamconmunity.ru", - "sleamconmunity.ru.com", - "sleamconmunity.xyz", - "sleamconmunlity.com", - "sleamconmunlty.ru", - "sleamconmunnity.com", - "sleamconmunnity.ru", - "sleamconnmunitiy.com", - "sleamconnmunity.one", - "sleamconnunity.me", - "sleamconnunity.net", - "sleamconnunity.net.ru", - "sleamconnunity.pw", - "sleamconnunnity.me", - "sleamcoommunilty.com", - "sleamcoommunily.com", - "sleamcoommunity.com", - "sleamcoommunlilty.com", - "sleamcoommunlity.com", - "sleamcoomnnunity.xyz", - "sleamcoomunity.com", - "sleamcoomuuntty.xyz", - "sleamcormunity.me", - "sleamcornmunienty.me", - "sleamcornmunuity.me", - "sleamcornmunyti.ru", - "sleamcornrnunity.host", - "sleamcornrnunity.ru", - "sleamcummunity.me", - "sleammcommunity.ru", - "sleammcommunityy.me", - "sleammcommunnity.ru", - "sleammcomunnity.me", - "sleampowered.com", - "sleampowereed.ru", - "sleampoweryed.me", - "sleamscommunity.com", - "sleamtrade-offer.xyz", - "sleancommunlty.xyz", - "sleancomninity.xyz", - "sleanconnunity.xyz", - "sleanmconmunltiy.ru", - "sleanncommunlty.xyz", - "sleanncomnnunity.xyz", - "sleannconnmunity.xyz", - "slearncommnuity.me", - "slearncommunity.store", - "sleemcomnuniti.xyz", - "sleemcornmunity.xyz", - "sleepbuster.xyz", - "slemcamunity.ru", - "slemcommnuity.xyz", - "slemcommunity.com", - "slemommunity.com", - "sleramconnummitti.org", - "slowerwave.cyou", - "slreamcommumnlty.com", - "slreamcommunntiy.org", - "slreamcomnuitly.xyz", - "slreamcomunity.ru", - "slreamcomunntiy.org", - "slreammcommunileiuy.xyz", - "slremcomnuuniirry.xyz", - "slteamcommuinity.com", - "slteamcommunity.com", - "slteamconmuniity.com", - "slum-trade.org.ru", - "smartcommunity.net", - "smeacommunity.com.au", - "smitecommunity.org", - "smtp.ghostgame.ru", - "smtp.ogevtop.ru", - "sng-soft.com", - "snow.discordchristmas.com", - "softgaz.ru", - "softhack.ru", - "some-other.ru.com", - "sometheir.xyz", - "sosedi2015.ru", - "soyabot.xyz", - "sp708431.sitebeat.site", - "space-2022.org", - "space-nitro.com", - "spacegivewayzr.xyz", - "spacegivewayzw.xyz", - "special-update.online", - "special4u.xyz", - "speedtrkzone.com", - "spell-must.xyz", - "spin-games.com", - "spin4skinzcs.top", - "spin4skinzcs.xyz", - "spinforskin.ml", - "spiritsport.xyz", - "spletnius.ru", - "sponsored-simple.xyz", - "sports-liquid.com", - "sportsmansclub.net", - "spotifay.cc", - "spottyfly.com", - "spt-night.ru", - "spyware.com", - "spรถtify.com", - "sreamcomminity.ru", - "sreamcommuniity.com", - "sreamcommunity.com", - "sreamcommunity.net.ru", - "sreamcommunity.org.ru", - "sreamcommunty.com", - "sreamcomnunlity.ru", - "sreammcommuunntileiy.xyz", - "sreampowered.com", - "sreancommuniity.com", - "sreancomunllty.xyz", - "srteamcommunitty.xyz", - "srteamcommunity.xyz", - "srtreamcomuninitiy.xyz", - "sseamcommuniitycom.xyz", - "ssionsupre.fun", - "ssteamcommunitry.com", - "ssteamcommunity.com", - "ssteamcommunity.ru.com", - "ssteampowered.com", - "st-csgo.ru", - "st-eam.ru", - "st-playeuunkmown-2021.xyz", - "st-playeuunkmown.xyz", - "st-pubx.xyz", - "st-zzm4.ru", - "staaemcomnunity.xyz", - "staamcommunity.com", - "staamcommunity.xyz", - "staamcommunnity.co", - "staamcomunitlu.net.ru", - "staamcornnunnitty.ru.com", - "stackpathcdn.com", - "staeaemcornmunite.me", - "staeamcommuunnity.com", - "staeamcomunnityu.me", - "staeamconmuninty.me", - "staeamconnunitly.online", - "staeamconnunitly.ru", - "staeamcromnuninty.com.profiles-76582109509.me", - "staeampowered.com", - "staem-communitu.info", - "staemcammunity.com", - "staemcammunity.me", - "staemcammynlty.ru", - "staemcamunity.com", - "staemccommunitly.com", - "staemccommunnity.net.ru", - "staemcomcommunlty.ru", - "staemcomcommunlty.ru.com", - "staemcomconmunlty.ru.com", - "staemcomhunity.xyz", - "staemcommeuneuity.ru", - "staemcommintu.ru", - "staemcomminuty.online", - "staemcomminuty.ru", - "staemcommiunity.ru.com", - "staemcommmunity.com", - "staemcommmunity.online", - "staemcommmunity.ru", - "staemcommnity.ru", - "staemcommnnunnits.ru", - "staemcommnuniti.com", - "staemcommnunity.ru.com", - "staemcommnunity.xyz", - "staemcommnuniyy.xyz", - "staemcommnutiy.ru", - "staemcommueneity.com", - "staemcommuinity.com", - "staemcommuinity.me", - "staemcommuinity.ru", - "staemcommuity.me", - "staemcommuneaity.com", - "staemcommunetiy.com", - "staemcommunety.com", - "staemcommuneuity.com", - "staemcommuniity.com", - "staemcommunility.com", - "staemcommunily.com", - "staemcommunily.ru.com", - "staemcommuninity.org.ru", - "staemcommuninty.me", - "staemcommuninuty.com", - "staemcommunitee.xyz", - "staemcommunitey.com", - "staemcommuniti.me", - "staemcommunitiy.com", - "staemcommunits.ru", - "staemcommunitu.com", - "staemcommunitu.ru", - "staemcommunity.click", - "staemcommunity.com", - "staemcommunity.com.ru", - "staemcommunity.info", - "staemcommunity.net.ru", - "staemcommunity.org", - "staemcommunity.ru", - "staemcommunity.ru.com", - "staemcommunityi.com", - "staemcommunitys.ru", - "staemcommunityu.ru.com", - "staemcommunityz.site", - "staemcommunityz.space", - "staemcommuniunity.com", - "staemcommuniy.xyz", - "staemcommunlty.com", - "staemcommunlty.fun", - "staemcommunlty.ru", - "staemcommunlty.us", - "staemcommunnilty.com", - "staemcommunninty.com", - "staemcommunninuty.com", - "staemcommunnity.club", - "staemcommunnity.com", - "staemcommunnity.com.ru", - "staemcommunnity.ru", - "staemcommunnity.ru.com", - "staemcommunniuty.com", - "staemcommunnlty.com", - "staemcommunnlty.ru", - "staemcommunnty.ru", - "staemcommuntiy.com", - "staemcommuntiy.ru", - "staemcommuntiy.store", - "staemcommuntly.com", - "staemcommuntly.ru", - "staemcommunty.com", - "staemcommunty.ru", - "staemcommuntyi.ru", - "staemcommunulty.ru", - "staemcommununity.com", - "staemcommununnity.com", - "staemcommununty.com", - "staemcommunuty.me", - "staemcommunuty.ru", - "staemcommunyti.ru.com", - "staemcommunyty.ru", - "staemcommynity.xyz", - "staemcommynuti.org.ru", - "staemcomnity.ru", - "staemcomnnunity.xyz", - "staemcomnnutinny.com.ru", - "staemcomnrnunitiy.ru.com", - "staemcomnuinty.ru", - "staemcomnumity.ru", - "staemcomnunity.fun", - "staemcomnunity.org", - "staemcomnunlty.ru", - "staemcomnunuty.ru.com", - "staemcomnunyti.club", - "staemcomnunyti.ru", - "staemcomnunyti.xyz", - "staemcomrnunity.me", - "staemcomrnunity.ru", - "staemcomrnunity.ru.com", - "staemcomrnunity.store", - "staemcomrrunity.com", - "staemcomumity.com", - "staemcomunetys.ru.com", - "staemcomunitly.xyz", - "staemcomunity.com", - "staemcomunity.ru", - "staemcomunninty.com", - "staemcomunnity.com", - "staemcomunntiu.ru", - "staemcomunyti.ru", - "staemconminuty.ru", - "staemconmmunlte.me", - "staemconmuilty.com", - "staemconmumity.com", - "staemconmuniity.ru.com", - "staemconmunilty.com", - "staemconmunity.com", - "staemconmunity.ru", - "staemconmunity.ru.com", - "staemconmunity.xyz", - "staemconmunlty.ru", - "staemconmunty.ru", - "staemconnmunity.xyz", - "staemcoommnunity.ru", - "staemcoommnuty.ru", - "staemcoommunits.ru", - "staemcoommunity.ru", - "staemcoommunitys.ru", - "staemcoommunlty.ru", - "staemcoommuntiy.ru", - "staemcoommuntiys.ru", - "staemcoommunty.ru", - "staemcoommuntys.ru", - "staemcoomnunlty.ru", - "staemcoomnunty.ru", - "staemcoomunity.ru", - "staemcoomuntiy.ru", - "staemcoomuunity.ru", - "staemcoomuunity.xyz", - "staemcoomuunty.ru", - "staemcormurnity.com", - "staemcormurnity.online", - "staemcormurnity.ru", - "staemcornmuinty.me", - "staemcornmuity.me", - "staemcornmunity.com", - "staemcornmunity.me", - "staemcornmunity.online", - "staemcornmunity.ru", - "staemcornmunity.ru.com", - "staemcornmunity.xyz", - "staemcornmuntiy.ru", - "staemcornnunits.ru.com", - "staemcornnunnits.ru.com", - "staemcornnunnits.site", - "staemcornunitny.me", - "staemcorrmunity.com", - "staemcrommuninty.com", - "staemcrommuninty.com.profiles-76577258786.ml", - "staemcrommunity.com.profiles-768590190751377476483.me", - "staemcrornmmunity.com.profiles-75921098086.me", - "staemcummunity.ru.com", - "staemcummunlty.com", - "staemmcommunity.com", - "staemmcommunity.ru", - "staemmcomunity.com", - "staemmcomunity.ru", - "staemncornnmutinny.ru", - "staemncornnunnity.ru", - "staemncrommunity.store", - "staemocommunity.com", - "staempawered.xyz", - "staemporewed.xyz", - "staempovered.com", - "staempowered.com", - "staempowered.space", - "staempowered.xyz", - "staemrcommnunnits.ru.com", - "staencommynitu.xyz", - "staermcommnnunnity.site", - "staermcomnuunnitty.site", - "staermcormmunity.com", - "staermcrommunity.me", - "staermcrommunty.me", - "staermnconnumti.com", - "staerncoinunitiy.me", - "staerncommutinny.ru", - "staerncomrmunity.com", - "staernconnunnits.site", - "staerncormmunity.com", - "staerncornmunity.co", - "staerncornmunity.com", - "staernpowered.xyz", - "staff-academy.club", - "staff-discord.app", - "staff-discord.club", - "staff-discord.com", - "staff-discord.net", - "staffcups.ru", - "staffstatsgo.com", - "stamcommunnity.com", - "stamcomunnity.pp.ua", - "stamconnunnity.xyz", - "stammcommunity.com", - "stammcornunity.xyz", - "stamncommnuttinny.ru", - "stamnncommunnits.ru.com", - "stampowered.com", - "starbucks.bio", - "starbucksisbadforyou.com", - "starbucksiswrong.com", - "starladderleague.com", - "starleagueauth.com", - "starmcommunity.net", - "starncommnunnits.site", - "starrygamble.com", - "start-hypesquad.com", - "start-hypesquadevent.com", - "start-hypesquadevents.com", - "startfullds.com", - "stat-csgo.ru", - "stats-cs.ru", - "stay-notified.live", - "staybitex.com", - "stayempowered.org", - "stceamcomminity.com", - "stcommunity.xyz", - "ste-trade.ru.com", - "ste.amcommunity.com", - "stea-me.ru", - "stea-sgplay.ru", - "steaamcammunitiy.com", - "steaamcamunity.com", - "steaamcommmunity.com", - "steaamcommunity.club", - "steaamcommunnity.co", - "steaamcommunnity.com", - "steaamcommunnity.ru.com", - "steaamcomnnunity.com", - "steaamcomunity.com", - "steaamcomunity.net", - "steaamcomunity.ru.com", - "steaamconnmunlty.com", - "steaamcoomunnity.site", - "steaamcornmunity.com", - "steaamcorrrmunity.com", - "steaammcommunityy.com", - "steacmommunity.com", - "steacommnunitly.com", - "steacommnunity.com", - "steacommunilty.ru.com", - "steacommunity.com", - "steacommunity.net.ru", - "steacommunity.org.ru", - "steacommunity.ru.com", - "steacommunity.site", - "steacommunnity.com", - "steacommunty.ru", - "steacomnmunify.fun", - "steacomnmunity.com", - "steacomnunity.com", - "steacomnunity.ru.com", - "steaemcamunity.xyz", - "steaemcommunity.pp.ru", - "steaemcommunity.ru.com", - "steaemcomunity.com", - "steaempowered.com", - "steaimcoimmunity.com", - "steaimcomminnity.ru", - "steaimcommnunity.com", - "steaimcommumitiy.com", - "steaimcommuniity.com", - "steaimcommunitiy.com", - "steaimcommunytiu.com", - "steaimcomnumitly.com", - "steaimecommintliy.com", - "steaimecommuninitiy.com", - "steaimecommunitiy.com", - "steaimecommunytiu.com", - "steaimecommunytu.com", - "steaimeecommuniity.com", - "steaimeecommunity.com", - "stealcommuniti.ru", - "stealcommunity.com", - "stealcommunlti.com", - "stealer.io", - "stealer.re", - "stealmcammunity.com", - "stealmcommulnitycom.xyz", - "stealmcommunity.ru", - "steam-account.org", - "steam-account.ru", - "steam-account.ru.com", - "steam-account.site", - "steam-account.store", - "steam-accounts.com", - "steam-accounts.net", - "steam-analyst.ru", - "steam-announcements1.xyz", - "steam-api.kenrich.io", - "steam-auth.com", - "steam-auth.ru", - "steam-cammuneti.com", - "steam-communiity.ru", - "steam-communiti.xyz", - "steam-community.com.ru", - "steam-community.net.ru", - "steam-community.org.ru", - "steam-community.ru.com", - "steam-community.xyz", - "steam-community1.xyz", - "steam-communitygifts.xyz", - "steam-communitygifts1.xyz", - "steam-communitysource.xyz", - "steam-communitysource1.xyz", - "steam-communitytrade.xyz", - "steam-comunity.me", - "steam-confirm.info", - "steam-connect.education", - "steam-cs-good.ru", - "steam-cs.ru", - "steam-csgo-game.ru", - "steam-csgo-good.ru", - "steam-csgo-store.ru", - "steam-csgo.ru", - "steam-csgocom.ru", - "steam-csgogame.ru", - "steam-csgoplay.ru", - "steam-discord.com", - "steam-discord.ru", - "steam-discord.ru.com", - "steam-discord.shop", - "steam-discordnitro.ru", - "steam-discords.com", - "steam-dlscord.com", - "steam-dlscord.ru.com", - "steam-docsoffer.xyz", - "steam-event.com", - "steam-free-nitro.ru", - "steam-free-nitro.ru.com", - "steam-free.ru.com", - "steam-g5chanaquyufuli.ru", - "steam-game-csgo.ru", - "steam-gametrade.xyz", - "steam-gift-codes.com", - "steam-gift.ir", - "steam-gift.online", - "steam-historyoffer.xyz", - "steam-historyoffers.xyz", - "steam-hometrade.xyz", - "steam-hometrades.xyz", - "steam-hype.com", - "steam-login.ru", - "steam-login1.xyz", - "steam-money.org", - "steam-nitro.com", - "steam-nitro.online", - "steam-nitro.ru", - "steam-nitro.ru.com", - "steam-nitro.space", - "steam-nitro.store", - "steam-nitro.xyz", - "steam-nitrogg.xyz", - "steam-nitrol.com", - "steam-nitros.com", - "steam-nitros.ru", - "steam-nltro.com", - "steam-nltro.ru", - "steam-nltro.ru.com", - "steam-nltros.com", - "steam-nltros.ru", - "steam-offer.com", - "steam-offersgames.xyz", - "steam-offersofficial.xyz", - "steam-offerstore.xyz", - "steam-officialtrade.xyz", - "steam-play-csgo.ru", - "steam-povered.xyz", - "steam-power.xyz", - "steam-power1.xyz", - "steam-powered-games.com", - "steam-powered.tk", - "steam-powered.xyz", - "steam-powered1.xyz", - "steam-poweredexchange.xyz", - "steam-poweredoffer.xyz", - "steam-poweredoffers.xyz", - "steam-poweredtrades.xyz", - "steam-profile.com", - "steam-promo-page.ml", - "steam-rep.com", - "steam-rewards.com", - "steam-ru.ru", - "steam-service.ru", - "steam-servicedeals.xyz", - "steam-servicedeals1.xyz", - "steam-site.ru", - "steam-sourcecommunity.xyz", - "steam-sourcecommunity1.xyz", - "steam-sourcegame.xyz", - "steam-storehistory.xyz", - "steam-storestrade.xyz", - "steam-storetrade.xyz", - "steam-storetrade1.xyz", - "steam-support.xyz", - "steam-trade.xyz", - "steam-tradegame.xyz", - "steam-tradehome.xyz", - "steam-tradeoffer.com", - "steam-tradeoffer.ru", - "steam-tradeoffer.xyz", - "steam-trades.icu", - "steam-tradeshome.xyz", - "steam-tradestore.xyz", - "steam-tradestore1.xyz", - "steam-wallet-rewards.com", - "steam.99box.com", - "steam.cards", - "steam.cash", - "steam.cheap", - "steam.codes", - "steam.communty.com", - "steam.communyty.worldhosts.ru", - "steam.comnunity.com", - "steam.luancort.com", - "steam.mmosvc.com", - "steam4you.online", - "steamaccount.xyz", - "steamaccountgenerator.ru.com", - "steamaccounts.net", - "steamaccounts.org", - "steamaccounts.us", - "steamacommunity.com", - "steamacommunity.ru.com", - "steamanalysts.com", - "steambrowser.xyz", - "steamc0mmunity.com", - "steamc0mmunnity.com", - "steamc0munnity.site", - "steamcamiutity.com", - "steamcammiuniltty.com", - "steamcammmunity.ru", - "steamcammnuity.com", - "steamcammnulty.com", - "steamcammuinity.com", - "steamcammuniety.com", - "steamcammunitey.com", - "steamcammuniti.ru", - "steamcammunitu.com", - "steamcammunitu.ru.com", - "steamcammunity-profile.ru", - "steamcammunity.com", - "steamcammunity.net", - "steamcammunity.top", - "steamcammunlty.ru", - "steamcammunnity.ru.com", - "steamcammuntiy.com", - "steamcammunty.com", - "steamcammunuty.com", - "steamcammunyty.fun", - "steamcammunyty.ru", - "steamcamnunity.com.ru", - "steamcamnunity.ru", - "steamcamunite.com", - "steamcamunitey.com", - "steamcamunitu.com", - "steamcamunitu.xyz", - "steamcamunity-profile.ru", - "steamcamunity.com", - "steamcamunity.ru", - "steamcamunity.top", - "steamcamunity.xyz", - "steamcamunlty.com", - "steamcamunnity.xyz", - "steamcannunlty.com", - "steamcard.me", - "steamccommuniity.com", - "steamccommunitly.com", - "steamccommunity.com", - "steamccommunity.net", - "steamccommunity.ru.com", - "steamccommunityy.ru", - "steamccommunnity.com", - "steamccommunyty.ru", - "steamccommurity.ru", - "steamccommutinny.ru.com", - "steamccommyunity.com", - "steamccomunnity.ru.com", - "steamcconmmuunity.co", - "steamcconmuunity.co", - "steamchinacsgo.ru", - "steamcimmunity.com", - "steamckmmunity.com", - "steamcmmunity.ru", - "steamcmmunuti.ru", - "steamcmmunyti.ru", - "steamcmunity.com", - "steamco.mmunity.com", - "steamco.ru", - "steamcoarnmmnunity.ru.com", - "steamcodesgen.com", - "steamcokmunity.com", - "steamcomannlty.xyz", - "steamcombain.com", - "steamcomcmunlty.com", - "steamcomcunity.ru", - "steamcominity.ru", - "steamcominuty.ru", - "steamcomity.com", - "steamcomiunity.com", - "steamcomiunity.xyz", - "steamcomiynuytiy.net.ru", - "steamcommanitty.ru", - "steamcommenitry.ru", - "steamcommenity.ru", - "steamcommeuneuity.ru", - "steamcommeunity.com", - "steamcommeunuity.ru", - "steamcommhnity.com", - "steamcomminiity.site", - "steamcomminiti.ru", - "steamcomminitiu.ru", - "steamcomminitiy.ru", - "steamcomminituy.ru", - "steamcomminity.com", - "steamcomminity.ru", - "steamcomminity.ru.com", - "steamcomminity.xyz", - "steamcomminityy.ru", - "steamcomminnty.com", - "steamcomminnty.online", - "steamcomminnty.ru", - "steamcommintty.com", - "steamcomminty.ru", - "steamcomminulty.ru", - "steamcomminuly.com", - "steamcomminuly.ru", - "steamcomminuly.ru.com", - "steamcomminutiiu.ru", - "steamcomminutiu.ru", - "steamcomminutiy.ru", - "steamcomminutty.ru", - "steamcomminuty-offer.ru.com", - "steamcomminuty.click", - "steamcomminuty.com", - "steamcomminuty.link", - "steamcomminuty.me", - "steamcomminuty.nl", - "steamcomminuty.repl.co", - "steamcomminuty.ru", - "steamcomminuty.ru.com", - "steamcomminuty.xyz", - "steamcomminutys.ru", - "steamcomminyti.ru", - "steamcomminytiu.com", - "steamcomminytiu.ru", - "steamcomminytiy.ru", - "steamcomminytu.click", - "steamcomminytu.com", - "steamcomminytu.link", - "steamcomminytu.ru", - "steamcomminytui.ru", - "steamcomminyty.ru.com", - "steamcommiuinity.com", - "steamcommiuniti.ru", - "steamcommiunitiy.pp.ru", - "steamcommiunitiy.ru", - "steamcommiunitty.ru", - "steamcommiunity.pp.ru", - "steamcommiunity.ru", - "steamcommiunniutty.net.ru", - "steamcommiunty.ru", - "steamcommiynitiy.net.ru", - "steamcommllty.com", - "steamcommlnuty.com", - "steamcommltuntlity.com", - "steamcommlunity.com", - "steamcommmuiniity.ru", - "steamcommmunilty.com", - "steamcommmunitty.site", - "steamcommmunity.ru.com", - "steamcommmunity.xyz", - "steamcommmunlity.com", - "steamcommmunnity.com", - "steamcommmunty.com", - "steamcommninty.com", - "steamcommnity.com", - "steamcommnity.com.ru", - "steamcommnity.ru", - "steamcommnity.store", - "steamcommnlty.com", - "steamcommnlty.xyz", - "steamcommnmunity.ru", - "steamcommnnity.net.ru", - "steamcommnnunity.ru", - "steamcommnnunnity.world", - "steamcommnnynity.com", - "steamcommntiy.xyz", - "steamcommnuitly.com", - "steamcommnuitty.com", - "steamcommnuity.com.ru", - "steamcommnulity.com", - "steamcommnultiy.ru", - "steamcommnulty.com", - "steamcommnulty.store", - "steamcommnumity.ru", - "steamcommnunily.com", - "steamcommnunily.xyz", - "steamcommnuninty.com", - "steamcommnuninty.ru.com", - "steamcommnunitlu.com", - "steamcommnunitlu.comdisc.gifts", - "steamcommnunitu.com", - "steamcommnunity.com", - "steamcommnunity.me", - "steamcommnunity.org.ru", - "steamcommnunity.ru.com", - "steamcommnunlty.com", - "steamcommnunlty.icu", - "steamcommnunlty.ru", - "steamcommnunlty.xyz", - "steamcommnunmity.com", - "steamcommnunniiy.net.ru", - "steamcommnuntiy.com", - "steamcommnunty.com", - "steamcommnunty.ru", - "steamcommnunylti.com", - "steamcommnunyti.com", - "steamcommnunyti.ru", - "steamcommnunytl.com", - "steamcommnuti.ru", - "steamcommnutly.ru.com", - "steamcommnutry.com", - "steamcommnutry.ru", - "steamcommnuty.site", - "steamcommnuunnity.com", - "steamcommnuuntiy.com", - "steamcommonitey.com", - "steamcommonnnity.ru.com", - "steamcommqnity.com", - "steamcommrinnity.ru", - "steamcommrnunity.com", - "steamcommrnunity.ru", - "steamcommrunitly.com", - "steamcommrutiny.ru", - "steamcommtity.com", - "steamcommuanity.ru.com", - "steamcommueneity.ru", - "steamcommuenity.com", - "steamcommuenueity.ru", - "steamcommuenuity.ru", - "steamcommuhity.ru", - "steamcommuhuity.com", - "steamcommuilty.ru", - "steamcommuinilty.com", - "steamcommuininty.com", - "steamcommuinitiycom.ru", - "steamcommuinity.com", - "steamcommuinity.ru", - "steamcommuinty.com", - "steamcommuinty.com.ru", - "steamcommuinuity.com", - "steamcommuiti.ru", - "steamcommuitliy.com", - "steamcommuitly.ru", - "steamcommuity.com", - "steamcommuity.ru", - "steamcommulity.ru", - "steamcommulltty.com", - "steamcommullty.ru", - "steamcommulnity.com", - "steamcommulnt.ru.com", - "steamcommulnty.ru", - "steamcommulty.com", - "steamcommulty.ru", - "steamcommumilty.com", - "steamcommumitiy.com", - "steamcommumituy.com", - "steamcommumity.biz", - "steamcommumity.net", - "steamcommumiuty.com", - "steamcommumlity.com", - "steamcommummuity.ru.com", - "steamcommumnity.com", - "steamcommumnity.ru", - "steamcommumnitys.com", - "steamcommumtiy.com", - "steamcommun1ty.ru", - "steamcommunaty.com", - "steamcommuneituy.ru", - "steamcommunely.ru", - "steamcommuneteiy.com", - "steamcommunetiy.com", - "steamcommunetiy.ru", - "steamcommunetiyi.com", - "steamcommunetiyy.xyz", - "steamcommunetu.com", - "steamcommunetu.comdiscord.online", - "steamcommunety.com", - "steamcommunety.net.ru", - "steamcommunety.online", - "steamcommunety.org.ru", - "steamcommunety.ru", - "steamcommunety1i.com", - "steamcommunetyei.com", - "steamcommuneuitiy.com", - "steamcommuneuity.ru", - "steamcommuneuty.ru", - "steamcommunhity.com", - "steamcommuni.com", - "steamcommunicty.com", - "steamcommunicty.ru.com", - "steamcommunidy.com", - "steamcommunieityi.com", - "steamcommunieti.ru", - "steamcommunietiy.com", - "steamcommuniety.com", - "steamcommuniety.ru", - "steamcommunifly.ru.com", - "steamcommunify.com", - "steamcommunify.ru", - "steamcommunify.ru.com", - "steamcommunihty.com", - "steamcommuniiity.com", - "steamcommuniilty.ru", - "steamcommuniily.online", - "steamcommuniily.ru", - "steamcommuniitu.site", - "steamcommuniity.com.ru", - "steamcommuniiy.online", - "steamcommuniiy.ru", - "steamcommunikkty.net.ru", - "steamcommunili.xyz", - "steamcommunility.com", - "steamcommunillty.com", - "steamcommunillty.net.ru", - "steamcommunillty.ru", - "steamcommunillty.ru.com", - "steamcommunilly.com", - "steamcommunilly.online", - "steamcommunilly.ru", - "steamcommunilly.ru.com", - "steamcommuniltily.ru.com", - "steamcommuniltiy.online", - "steamcommuniltiy.ru", - "steamcommuniltly.com", - "steamcommunilty.buzz", - "steamcommunilty.com", - "steamcommunilty.it", - "steamcommunilty.me", - "steamcommunilty.ru.com", - "steamcommunilty.us", - "steamcommunilty.xyz", - "steamcommunilv.com", - "steamcommunily.buzz", - "steamcommunily.org", - "steamcommunily.ru.com", - "steamcommunily.uno", - "steamcommunimty.ru.com", - "steamcommuninity.ru.com", - "steamcommuninthy.com", - "steamcommuninty.com", - "steamcommuninty.ru.com", - "steamcommuninuity.com", - "steamcommuninunty.com", - "steamcommunirs.ru.com", - "steamcommunirtly.ru.com", - "steamcommunirty.com", - "steamcommunirty.ru.com", - "steamcommuniry.com", - "steamcommuniry.net.ru", - "steamcommuniry.ru", - "steamcommunit.org.ru", - "steamcommunit.ru", - "steamcommunit.ru.com", - "steamcommunita.ru", - "steamcommunitc.ru", - "steamcommunitcy.ru.com", - "steamcommunite.com", - "steamcommunite.com.ru", - "steamcommunite.me", - "steamcommunite.ru", - "steamcommunites.com", - "steamcommunites.online", - "steamcommunites.org.ru", - "steamcommunites.pp.ua", - "steamcommunites.ru", - "steamcommunites.site", - "steamcommunites.tk", - "steamcommunites.us", - "steamcommunitey.com", - "steamcommunitey.ru", - "steamcommuniteypowered.com", - "steamcommunitez.online", - "steamcommunitez.ru", - "steamcommunitfy.com", - "steamcommunitfy.ru.com", - "steamcommunitg.com", - "steamcommunitg.ru", - "steamcommunithy.com", - "steamcommuniti.com.ru", - "steamcommuniti.org", - "steamcommuniti.org.ru", - "steamcommuniti.ru.com", - "steamcommunitie.net", - "steamcommunitie.ru", - "steamcommunitie.ru.com", - "steamcommunitie.site", - "steamcommunities.biz", - "steamcommunities.co.uk", - "steamcommunities.com", - "steamcommunities.ru", - "steamcommunitii.xyz", - "steamcommunitiiy.ru", - "steamcommunitily.com", - "steamcommunitis.com", - "steamcommunitis.ru", - "steamcommunitity.com", - "steamcommunitiu.ru", - "steamcommunitiuy.com", - "steamcommunitiuy.ru", - "steamcommunitiuyi.com", - "steamcommunitiv.com", - "steamcommunitiy.ru", - "steamcommunitiycom.ru", - "steamcommunitiyiy.com", - "steamcommunitiyu.com", - "steamcommunitiyy.com", - "steamcommunitj.buzz", - "steamcommunitj.com", - "steamcommunitl.com", - "steamcommunitl.net.ru", - "steamcommunitl.ru", - "steamcommunitli.ru", - "steamcommunitlil.ru", - "steamcommunitliy.ru.com", - "steamcommunitlly.com", - "steamcommunitlly.net", - "steamcommunitlly.ru.com", - "steamcommunitlu.com", - "steamcommunitluy.com", - "steamcommunitly.com", - "steamcommunitly.me", - "steamcommunitm.online", - "steamcommunitm.ru", - "steamcommunitmy.ru.com", - "steamcommunitn.online", - "steamcommunitn.ru", - "steamcommunitn.ru.com", - "steamcommunitny.com", - "steamcommunitp.com", - "steamcommunitp.ru", - "steamcommunitq.com", - "steamcommunitq.online", - "steamcommunitq.ru", - "steamcommunitqy.ru", - "steamcommunitry.com", - "steamcommunitry.ru", - "steamcommunits.com", - "steamcommunits.ru.com", - "steamcommunits.tk", - "steamcommunitsy.ru", - "steamcommunitt.ru.com", - "steamcommunitt.xyz", - "steamcommunitte.com", - "steamcommunitte.ru", - "steamcommunittey.com", - "steamcommunittg.ru.com", - "steamcommunittrade.xyz", - "steamcommunittru.co", - "steamcommunittry.xyz", - "steamcommunitty.com.ru", - "steamcommunitty.esplay.eu", - "steamcommunitty.net", - "steamcommunitty.net.ru", - "steamcommunitty.ru", - "steamcommunitty.site", - "steamcommunitty.top", - "steamcommunittyy.ru.com", - "steamcommunitu.com-profile-poka.biz", - "steamcommunitu.com-profiles-mellenouz.trade", - "steamcommunitu.icu", - "steamcommunitu.net", - "steamcommunitu.online", - "steamcommunitu.ru.com", - "steamcommunituiy.com", - "steamcommunitus.com", - "steamcommunitus.ru", - "steamcommunitus.xyz", - "steamcommunituy.ru", - "steamcommunitv.ru", - "steamcommunitw.online", - "steamcommunitw.ru", - "steamcommunitx.ru.com", - "steamcommunity-com.com", - "steamcommunity-com.me", - "steamcommunity-com.xyz", - "steamcommunity-comtradeoffer.ru", - "steamcommunity-gifts.xyz", - "steamcommunity-gifts1.xyz", - "steamcommunity-nitro.ru", - "steamcommunity-nitrogeneral.ru", - "steamcommunity-profile.net", - "steamcommunity-profiles.ru.com", - "steamcommunity-proflle.ru.com", - "steamcommunity-source.xyz", - "steamcommunity-source1.xyz", - "steamcommunity-trade.xyz", - "steamcommunity-tradeoffer.com", - "steamcommunity-tradeoffer.comsteamcommunltu.com", - "steamcommunity-tradeoffer.ru.com", - "steamcommunity-tradeoffer4510426522.ru", - "steamcommunity-tradeoffers.com", - "steamcommunity-user.me", - "steamcommunity-xpubg.xyz", - "steamcommunity.at", - "steamcommunity.best", - "steamcommunity.biz", - "steamcommunity.ca", - "steamcommunity.click", - "steamcommunity.cloud", - "steamcommunity.cn", - "steamcommunity.co", - "steamcommunity.co.ua", - "steamcommunity.com-id-k4tushatwitchbabydota.ru", - "steamcommunity.com.ru", - "steamcommunity.comlappl251490lrust.ru", - "steamcommunity.de", - "steamcommunity.digital", - "steamcommunity.download", - "steamcommunity.eu", - "steamcommunity.fun", - "steamcommunity.in", - "steamcommunity.it", - "steamcommunity.link", - "steamcommunity.live", - "steamcommunity.llc", - "steamcommunity.mobi", - "steamcommunity.moscow", - "steamcommunity.net.in", - "steamcommunity.pl", - "steamcommunity.pp.ru", - "steamcommunity.pw", - "steamcommunity.rest", - "steamcommunity.ru", - "steamcommunity.ru.net", - "steamcommunity.rusleamcommunitu.net.ru", - "steamcommunity.sa.com", - "steamcommunity.site", - "steamcommunity.space", - "steamcommunity.steams.ga", - "steamcommunity.support", - "steamcommunity.team", - "steamcommunity.trade", - "steamcommunity.us", - "steamcommunity.vov.ru", - "steamcommunity.xyz", - "steamcommunity1.com", - "steamcommunitya.com", - "steamcommunityc.com", - "steamcommunityc.ru", - "steamcommunitycom.com", - "steamcommunitycom.ru.com", - "steamcommunitycomoffernewpartner989791155tokenjbhldtj6.trade", - "steamcommunitycomtradeoffer.ru.com", - "steamcommunitye.me", - "steamcommunityes.ru", - "steamcommunitygames.com", - "steamcommunitygifts.xyz", - "steamcommunitygifts1.xyz", - "steamcommunityi.com", - "steamcommunityi.ru", - "steamcommunityi.ru.com", - "steamcommunityi.xyz", - "steamcommunityid.ru", - "steamcommunityiu.com", - "steamcommunityjhk.ru", - "steamcommunityk.com", - "steamcommunityl.me", - "steamcommunitylink.xyz", - "steamcommunitylogin.store", - "steamcommunitym.com", - "steamcommunitym.ru", - "steamcommunitym.ru.com", - "steamcommunitynitu.com", - "steamcommunitynow.com", - "steamcommunityo.com", - "steamcommunityoff.com", - "steamcommunityoffers.org", - "steamcommunityoffers.shop", - "steamcommunityp.com", - "steamcommunityprofile.xyz", - "steamcommunityprofiles.xyz", - "steamcommunitypubg.com", - "steamcommunityq.ru", - "steamcommunityr.com.ru", - "steamcommunityru.tk", - "steamcommunitys.club", - "steamcommunitys.net.ru", - "steamcommunitys.org.ru", - "steamcommunitys.pp.ru", - "steamcommunitys.ru", - "steamcommunitys.ru.com", - "steamcommunityshop.com", - "steamcommunitysource.xyz", - "steamcommunitysource1.xyz", - "steamcommunitystore.com", - "steamcommunitytradeofer.com", - "steamcommunitytradeoffer.com", - "steamcommunitytradeoffer.ru", - "steamcommunitytradeoffter.com", - "steamcommunitytradeofter.com", - "steamcommunitytredeoffer.com", - "steamcommunityty.ru", - "steamcommunityu.com", - "steamcommunityu.ru", - "steamcommunityv.com", - "steamcommunityw.com", - "steamcommunityw.net.ru", - "steamcommunityw.org.ru", - "steamcommunitywork.com", - "steamcommunitywork.ml", - "steamcommunityx-com.xyz", - "steamcommunityx.com", - "steamcommunityx.ru", - "steamcommunityy.com", - "steamcommunityy.online", - "steamcommunityy.ru", - "steamcommunityz.com", - "steamcommunityz.ru", - "steamcommunityzbn.top", - "steamcommunityzbo.top", - "steamcommunityzbq.top", - "steamcommunityzbr.top", - "steamcommunityzcd.top", - "steamcommunityzce.top", - "steamcommunityzci.top", - "steamcommunityzcs.com", - "steamcommunityzcs.ru", - "steamcommunityzda.top", - "steamcommunityzdb.top", - "steamcommunityzdd.top", - "steamcommunityzdl.top", - "steamcommunityzdp.top", - "steamcommunityzdq.top", - "steamcommunityzdr.top", - "steamcommunityzds.top", - "steamcommunityzdt.top", - "steamcommunityzko.top", - "steamcommunityzkq.top", - "steamcommunitz.ru", - "steamcommuniuity.com", - "steamcommuniutiiy.com", - "steamcommuniutiy.ru", - "steamcommuniuty.ru", - "steamcommuniy.com", - "steamcommuniy.ru", - "steamcommuniyt.com", - "steamcommuniytu.com", - "steamcommuniyty.ru", - "steamcommunjti.com", - "steamcommunjtv.xyz", - "steamcommunjty.net", - "steamcommunjty.ru", - "steamcommunlilty.ru.com", - "steamcommunlite.com", - "steamcommunlitily.ru.com", - "steamcommunlitly.ru", - "steamcommunlitty.ru", - "steamcommunlitty.ru.com", - "steamcommunlity.net", - "steamcommunlity.ru", - "steamcommunlity.ru.com", - "steamcommunlityl.ru", - "steamcommunliu.com", - "steamcommunlky.net.ru", - "steamcommunllity.ru.com", - "steamcommunllty.com", - "steamcommunllty.com.ru", - "steamcommunllty.ru", - "steamcommunllty.ru.com", - "steamcommunlte.ru", - "steamcommunltes.online", - "steamcommunlti.ru.com", - "steamcommunltiy.club", - "steamcommunltiy.com", - "steamcommunltly.ru", - "steamcommunltly.ru.com", - "steamcommunlts.ru", - "steamcommunltu.com", - "steamcommunltuy.com", - "steamcommunltv.buzz", - "steamcommunlty-proflle.com.ru", - "steamcommunlty.biz", - "steamcommunlty.business", - "steamcommunlty.cloud", - "steamcommunlty.company", - "steamcommunlty.info", - "steamcommunlty.link", - "steamcommunlty.org.ru", - "steamcommunlty.pl", - "steamcommunlty.pro", - "steamcommunlty.shop", - "steamcommunlty.site", - "steamcommunlty.store", - "steamcommunlty.tk", - "steamcommunlty.top", - "steamcommunlty.xyz", - "steamcommunltys.com", - "steamcommunltyu.ru", - "steamcommunltyy.com", - "steamcommunly.com", - "steamcommunly.net.ru", - "steamcommunmity.com.ru", - "steamcommunniitly.ru", - "steamcommunniittly.ru", - "steamcommunniitty.com", - "steamcommunniity.com", - "steamcommunniity.net", - "steamcommunniity.ru", - "steamcommunnilty.com", - "steamcommunnilty.ru", - "steamcommunninty.io", - "steamcommunninuty.com", - "steamcommunnitey.com", - "steamcommunnitlly.ru", - "steamcommunnits.ru.com", - "steamcommunnitty.ru", - "steamcommunnity.club", - "steamcommunnity.co", - "steamcommunnity.com.ru", - "steamcommunnity.dk", - "steamcommunnity.in", - "steamcommunnity.ml", - "steamcommunnity.net", - "steamcommunnity.ru", - "steamcommunnity.ru.com", - "steamcommunnjty.com", - "steamcommunnlity.ru", - "steamcommunnlty.com", - "steamcommunnlty.com.ru", - "steamcommunnty.ru", - "steamcommunnuty.online", - "steamcommunnuty.ru", - "steamcommunrinty.ru.com", - "steamcommunrity.com", - "steamcommunrity.ru.com", - "steamcommunrlity.com", - "steamcommunrrity.com", - "steamcommunte.ru", - "steamcommunti.com", - "steamcommunti.ru", - "steamcommunties.com", - "steamcommuntily.ru", - "steamcommuntily.ru.com", - "steamcommuntiny.com", - "steamcommuntity.com", - "steamcommuntity.ru.com", - "steamcommuntiv.com", - "steamcommuntiy.com", - "steamcommuntiy.ru", - "steamcommuntli.ru", - "steamcommuntliy.ru", - "steamcommuntly.com", - "steamcommuntry.com", - "steamcommuntry.ru", - "steamcommunty.buzz", - "steamcommunty.com", - "steamcommunty.com.ru", - "steamcommunty.net", - "steamcommunty.pw", - "steamcommunty.ru.com", - "steamcommuntyy.ru", - "steamcommunuaity.xyz", - "steamcommunueity.ru", - "steamcommunuety.ru", - "steamcommunueuity.ru", - "steamcommunuity.com", - "steamcommunuity.net", - "steamcommunuity.ru", - "steamcommununity.com", - "steamcommununty-con.ru", - "steamcommununty.ru", - "steamcommunury.ru", - "steamcommunute.com", - "steamcommunutes.com", - "steamcommunuti.co", - "steamcommunuti.ru", - "steamcommunutii.ru", - "steamcommunutiy.com", - "steamcommunutry.com", - "steamcommunutry.ru", - "steamcommunutty.com", - "steamcommunutty.ru", - "steamcommunutuy.com", - "steamcommunuty.buzz", - "steamcommunuty.co", - "steamcommunuty.com.ru", - "steamcommunuty.link", - "steamcommunuty.net.ru", - "steamcommunuty.org.ru", - "steamcommunuty.ru", - "steamcommunutyu.com", - "steamcommunvti.ru", - "steamcommunyity.org", - "steamcommunyity.ru", - "steamcommunyity.ru.com", - "steamcommunylty.ru", - "steamcommunyru.com", - "steamcommunyte.com", - "steamcommunytes.com", - "steamcommunyti.com", - "steamcommunyti.info", - "steamcommunyti.ru", - "steamcommunytis.com", - "steamcommunytitradeoffer.com", - "steamcommunytiu.com", - "steamcommunytiu.ru", - "steamcommunytiy.com.ru", - "steamcommunytiy.ru", - "steamcommunytiy.tk", - "steamcommunytl.ru", - "steamcommunyts.ru", - "steamcommunytu.ru", - "steamcommunytu.ru.com", - "steamcommunyty.com", - "steamcommunyty.com.ru", - "steamcommunyty.ru.com", - "steamcommunyty.xyz", - "steamcommunytytradeofferphobos.ru", - "steamcommunรฌty.com", - "steamcommuriity.com", - "steamcommurily.com", - "steamcommurity.ru", - "steamcommurjty.com", - "steamcommurlity.com", - "steamcommurlty.com", - "steamcommurnity.com", - "steamcommurnuity.com", - "steamcommutinny.ru.com", - "steamcommutinnys.ru.com", - "steamcommutiny.com", - "steamcommutiny.ru", - "steamcommutiny.ru.com", - "steamcommutiny.xyz", - "steamcommutinys.site", - "steamcommutity.com", - "steamcommutry.ru", - "steamcommuty.com", - "steamcommutyniu.com", - "steamcommutyniy.com", - "steamcommuuity.net.ru", - "steamcommuulty.com", - "steamcommuunitee.site", - "steamcommuunitey.com", - "steamcommuunitty.ru.com", - "steamcommuunity.net.ru", - "steamcommuunity.pp.ru", - "steamcommuunity.ru", - "steamcommuunity.ru.com", - "steamcommuunjty.com", - "steamcommuunlity.com", - "steamcommuunlty.com", - "steamcommuunniity.com", - "steamcommuwunity.com", - "steamcommuynity.ru.com", - "steamcommyinuty.ru", - "steamcommymity.ru", - "steamcommyniication.org.ru", - "steamcommynite.com", - "steamcommynites.com", - "steamcommyniti.com", - "steamcommyniti.ru", - "steamcommyniti.xyz", - "steamcommynitiu.com", - "steamcommynitry.ru", - "steamcommynits.com", - "steamcommynitu.com", - "steamcommynitu.net.ru", - "steamcommynitu.org.ru", - "steamcommynitu.ru", - "steamcommynitu.ru.com", - "steamcommynitu.xyz", - "steamcommynituy.com", - "steamcommynity.icu", - "steamcommynity.ru", - "steamcommynity.space", - "steamcommynityi.ru", - "steamcommynityprofile.ru", - "steamcommynltu.com", - "steamcommynlty.com", - "steamcommynlty.ru", - "steamcommynnityy.com", - "steamcommynuti.ru", - "steamcommynutiy.com.ru", - "steamcommynutiy.ru", - "steamcommynuts.ru", - "steamcommynutu.ru", - "steamcommynuty.com", - "steamcommynuty.ru.com", - "steamcommynyti.ru", - "steamcommynyti.site", - "steamcommytiny.com", - "steamcommytuniu.com", - "steamcommyuinity.net.ru", - "steamcommyunity.com", - "steamcomnenity.ru.com", - "steamcomninuty.ru.com", - "steamcomninytiu.com", - "steamcomnity.ru", - "steamcomniunity.com", - "steamcomnmnuty.ru", - "steamcomnmrunity.online", - "steamcomnmrunity.ru", - "steamcomnmufly.ru.com", - "steamcomnmuituy.com", - "steamcomnmuity.com", - "steamcomnmuity.ru", - "steamcomnmunilty.com", - "steamcomnmunity.com", - "steamcomnmunity.com.ru", - "steamcomnmunity.ru.com", - "steamcomnmunlity.com", - "steamcomnmunlty.com", - "steamcomnmuntiy.ru.com", - "steamcomnmutly.ru.com", - "steamcomnmuunity.ru.com", - "steamcomnmynitu.com", - "steamcomnnity.net.ru", - "steamcomnnity.ru", - "steamcomnnlty.com", - "steamcomnnnunity.com", - "steamcomnnnunity.ru", - "steamcomnnuity.com", - "steamcomnnumity.com", - "steamcomnnunilty.com", - "steamcomnnuniti.ru", - "steamcomnnunities.xyz", - "steamcomnnunitis.ru", - "steamcomnnunity.co", - "steamcomnnunity.me", - "steamcomnnunity.ru", - "steamcomnnunity.ru.com", - "steamcomnnunlty.com", - "steamcomnnunlty.me", - "steamcomnnunlty.ru", - "steamcomnnunty.ru", - "steamcomnnutinnyx.xyz", - "steamcomnnuty.ru", - "steamcomnnynlty.com", - "steamcomnrunity.xyz", - "steamcomnuenuity.com", - "steamcomnuhity.com", - "steamcomnuiti.xyz", - "steamcomnuitiy.ru", - "steamcomnuity.ru", - "steamcomnulity.me", - "steamcomnulty.com", - "steamcomnulty.ru", - "steamcomnumilty.com", - "steamcomnumily.com", - "steamcomnumity.com", - "steamcomnumity.org.ru", - "steamcomnumity.ru", - "steamcomnumity.ru.com", - "steamcomnumity.xyz", - "steamcomnumlity.com", - "steamcomnumlty.com", - "steamcomnumlty.ru", - "steamcomnumnity.com", - "steamcomnumty.ru", - "steamcomnuneity.com", - "steamcomnuniity.com.ru", - "steamcomnuniity.pp.ru", - "steamcomnuniity.ru", - "steamcomnuniity.ru.com", - "steamcomnunilty.com", - "steamcomnunilty.ru.com", - "steamcomnunily.co", - "steamcomnunirty.ru", - "steamcomnunite.xyz", - "steamcomnuniti.com", - "steamcomnunitiy.com", - "steamcomnunitiy.ru", - "steamcomnunitlu.com", - "steamcomnunitly.com", - "steamcomnunitly.ru", - "steamcomnunitly.tk", - "steamcomnunitry.ru", - "steamcomnunitty.com", - "steamcomnunity.com", - "steamcomnunity.net", - "steamcomnunity.org.ru", - "steamcomnunity.ru", - "steamcomnunity.site", - "steamcomnunityprofile.ru.com", - "steamcomnunitys.ru", - "steamcomnunlity.com", - "steamcomnunlity.ru", - "steamcomnunllty.com", - "steamcomnunllty.net", - "steamcomnunlty.ru", - "steamcomnunlty.ru.com", - "steamcomnunluty.ru", - "steamcomnunmity.com", - "steamcomnunnirty.ru", - "steamcomnunniry.ru", - "steamcomnunnity.com", - "steamcomnunnity.net", - "steamcomnunnity.net.ru", - "steamcomnunnlty.ru", - "steamcomnuntiy.com", - "steamcomnuntty.ru.com", - "steamcomnunty.com", - "steamcomnunutiy.ru", - "steamcomnunuty.com", - "steamcomnunuty.ru", - "steamcomnunytu.ru", - "steamcomnurity.com", - "steamcomnurity.xyz", - "steamcomnutiny.online", - "steamcomnutiny.ru", - "steamcomnutiny.ru.com", - "steamcomnuty.com", - "steamcomnuty.ru", - "steamcomnuunlty.com", - "steamcomnynitiy.ru", - "steamcomnynitu.com", - "steamcomnynity.ru", - "steamcomnynlity.ru", - "steamcomonity.com", - "steamcomrmunity.ru.com", - "steamcomrmunnuity.ru.com", - "steamcomrneuneity.com", - "steamcomrninity.ru", - "steamcomrninty.ru", - "steamcomrninuty.link", - "steamcomrninuty.ru", - "steamcomrninuty.site", - "steamcomrnity.xyz", - "steamcomrnlnuty.site", - "steamcomrnumity.com", - "steamcomrnunite.com", - "steamcomrnuniti.ru.com", - "steamcomrnunitu.com", - "steamcomrnunitu.ru", - "steamcomrnunitu.ru.com", - "steamcomrnunity.com.ru", - "steamcomrnunity.online", - "steamcomrnunity.ru", - "steamcomrnunity.ru.com", - "steamcomrnunity.site", - "steamcomrnunity.su", - "steamcomrnunity.xyz", - "steamcomrnunityy.com", - "steamcomrnuniuty.com", - "steamcomrnunlty.com", - "steamcomrnunlty.ru", - "steamcomrnunuity.ru.com", - "steamcomrnunuty.ru", - "steamcomrnyniti.ru", - "steamcomrnyniti.ru.com", - "steamcomrrnunity.com", - "steamcomrrnunity.net.ru", - "steamcomrrnunity.ru", - "steamcomrunily.com", - "steamcomrunity.com", - "steamcomrunity.ru.com", - "steamcomueniity.ru", - "steamcomumity.com", - "steamcomumnity.com.ru", - "steamcomumnity.ru", - "steamcomumnity.xyz", - "steamcomumunty.com", - "steamcomumunty.ru", - "steamcomunety.com", - "steamcomunety.ru", - "steamcomuniety.ru", - "steamcomuniiity.com", - "steamcomuniitly.ru.com", - "steamcomuniity.ru.com", - "steamcomunillty.ru.com", - "steamcomunilly.com", - "steamcomuniltu.xyz", - "steamcomunilty.com", - "steamcomunilty.site", - "steamcomunily.ru.com", - "steamcomuninruty.ru", - "steamcomuniti.com", - "steamcomuniti.ru", - "steamcomuniti.xyz", - "steamcomunitly.pp.ru", - "steamcomunitly.ru", - "steamcomunits.ru", - "steamcomunitty.ru.com", - "steamcomunitu.com", - "steamcomunitu.net.ru", - "steamcomunitu.ru", - "steamcomunituy.com", - "steamcomunity-comid12121212123244465.ru", - "steamcomunity-nitro-free.ru", - "steamcomunity.aiq.ru", - "steamcomunity.com", - "steamcomunity.com.ru", - "steamcomunity.me", - "steamcomunity.net.ru", - "steamcomunity.org.ru", - "steamcomunity.ru", - "steamcomunity.us", - "steamcomunityo.com", - "steamcomunitytrades.xyz", - "steamcomunityy.com", - "steamcomunlitly.ru.com", - "steamcomunlty.com", - "steamcomunlty.ru.com", - "steamcomunmity.ru.com", - "steamcomunnety.com", - "steamcomunniity.ru", - "steamcomunninuty.com", - "steamcomunnitly.ru.com", - "steamcomunnitly.xyz", - "steamcomunnitu.xyz", - "steamcomunnity.fun", - "steamcomunnity.ru.com", - "steamcomunnity.site", - "steamcomunnity.xyz", - "steamcomunnlty.com", - "steamcomunnlty.ru", - "steamcomunnuity.com", - "steamcomunnuty.com", - "steamcomunnyti.ru", - "steamcomuntty.com", - "steamcomunty.org.ru", - "steamcomunuity.ru", - "steamcomununity.ru", - "steamcomunutiy.com.ru", - "steamcomunuty.com", - "steamcomunuty.me", - "steamcomunuty.ru", - "steamcomunuty.xyz", - "steamcomunyiti.ru.com", - "steamcomunyti.com", - "steamcomunytiu.com", - "steamcomuuniity.com", - "steamcomuunity.com", - "steamcomuunity.ru.com", - "steamcomyniti.xyz", - "steamcomynitu.ru", - "steamcomynity.ru", - "steamcomynity.ru.com", - "steamcomynity.xyz", - "steamcomynlty.com", - "steamcomynnitu.net.ru", - "steamconimmunity.com", - "steamconminuty.ru", - "steamconmity.ru", - "steamconmiunity.ru", - "steamconmmuntiy.com", - "steamconmnmnunity.ru", - "steamconmnmunity.ru", - "steamconmnunitily.ru", - "steamconmnunitiy.ru", - "steamconmnunitiy.ru.com", - "steamconmnunity.co", - "steamconmnunity.com", - "steamconmnunity.ru", - "steamconmnunlty.xyz", - "steamconmnunuty.ru.com", - "steamconmnutiny.ru", - "steamconmucity.com", - "steamconmuhlty.com", - "steamconmumity.com", - "steamconmumity.com.ru", - "steamconmumity.ru", - "steamconmumity.ru.com", - "steamconmumltu.com.ru", - "steamconmummity.ru", - "steamconmumnity.com", - "steamconmumnity.ru.com", - "steamconmunilty.online", - "steamconmunilty.ru", - "steamconmuniti.ru", - "steamconmunitly.com", - "steamconmunitty.com", - "steamconmunity.best", - "steamconmunity.co", - "steamconmunity.com.ru", - "steamconmunity.pp.ru", - "steamconmunity.ru", - "steamconmunity.xyz", - "steamconmunjty.com", - "steamconmunlity.ru", - "steamconmunlly.com", - "steamconmunlty.com", - "steamconmunlty.com.ru", - "steamconmunlty.ru", - "steamconmunlty.shop", - "steamconmunnitry.ru", - "steamconmunnlty.ru", - "steamconmunuty.ru", - "steamconmunyty.com", - "steamconmunyty.ru", - "steamconmutiny.ru", - "steamconmynity.com", - "steamconmynity.ru", - "steamconnect.education", - "steamconnmuhity.com", - "steamconnmunitu.net.ru", - "steamconnmunity.ru", - "steamconnmunlty.com", - "steamconnmunlty.ru", - "steamconnmunlty.ru.com", - "steamconnnnunity.net.ru", - "steamconnnnunity.org.ru", - "steamconnumity.ru.com", - "steamconnummity.ru", - "steamconnumuty.com", - "steamconnuniitty.tk", - "steamconnunirty.ru", - "steamconnunitiy.com", - "steamconnunity.com", - "steamconnunity.com.ru", - "steamconnunity.de", - "steamconnunity.fun", - "steamconnunity.net", - "steamconnunity.pp.ru", - "steamconnunity.ru.com", - "steamconnunjty.com", - "steamconnunlty.com", - "steamconnunlty.ru", - "steamconnunlty.site", - "steamconummity.ru", - "steamconunity.cf", - "steamconunity.ru", - "steamconunity.tk", - "steamconunlty.ru", - "steamconynuyty.net.ru", - "steamconynuyty.org.ru", - "steamcoominuty.com", - "steamcoominuty.site", - "steamcoomminuty.com", - "steamcoomminuty.site", - "steamcoommunety.com", - "steamcoommuniity.link", - "steamcoommuniity.ru", - "steamcoommunilty.com", - "steamcoommunittty.site", - "steamcoommunittty.space", - "steamcoommunity.pp.ru", - "steamcoommunity.ru.com", - "steamcoommunllty.com", - "steamcoommunlty.ru", - "steamcoommunuity.com", - "steamcoommunuty.com", - "steamcoomnunity.com", - "steamcoomrnmunity.ml", - "steamcoomunity-nitro.site", - "steamcoomunitye.com", - "steamcoomunjty.com", - "steamcoomunlty.com", - "steamcoomunlty.net", - "steamcoomunlty.ru", - "steamcoomunnity.com", - "steamcoomunnity.ru", - "steamcoomynity.ru", - "steamcoonmuntiy.ru", - "steamcoormmunity.com", - "steamcormmmunity.com", - "steamcormmunity.com", - "steamcormmunity.net.ru", - "steamcormmunity.ru.com", - "steamcormmuniy.ru.com", - "steamcormmunlty.com", - "steamcormmuntiy.com", - "steamcormmuuity.ru", - "steamcormnunity.com", - "steamcormrunity.com", - "steamcormunity.ru", - "steamcormunity.xyz", - "steamcormurnity.com", - "steamcornminity.ru.com", - "steamcornminty.xyz", - "steamcornminuty.com", - "steamcornminytu.ru", - "steamcornmmunity.com", - "steamcornmnitu.ru.com", - "steamcornmnuity.com", - "steamcornmunety.com", - "steamcornmunify.ru.com", - "steamcornmuniity.net.ru", - "steamcornmunily.ru", - "steamcornmunit.ru.com", - "steamcornmunite.com", - "steamcornmuniti.xyz", - "steamcornmunity.club", - "steamcornmunity.com.ru", - "steamcornmunity.fun", - "steamcornmunity.net.ru", - "steamcornmunity.org", - "steamcornmunnitly.xyz", - "steamcornmunty.com", - "steamcornmunyti.ru", - "steamcornmurnity.com", - "steamcornmynitu.ru", - "steamcornmynity.ru", - "steamcornrnuity.com", - "steamcornrnunity.com.ru", - "steamcornrnunity.fun", - "steamcornrrnunity.com", - "steamcorrmunity.com", - "steamcorrnmunity.ru", - "steamcorrnunity.org", - "steamcosgmm.ru", - "steamcosgocc.ru", - "steamcoummunitiy.com", - "steamcoummunity.com", - "steamcrommunlty.me", - "steamcromnmunity-com.profiles-7685981598976.me", - "steamcronnmmuniry.me", - "steamcrormmunity.ru", - "steamcsgo-game.ru", - "steamcsgo-play.ru", - "steamcsgo.ru", - "steamcsgofz.ru", - "steamcsgoplay.ru", - "steamcsgov.ru", - "steamcummunity.com", - "steamcummunity.com.ru", - "steamcummunity.ru", - "steamcummunity.ru.com", - "steamcummunityy.pp.ua", - "steamcummunnity.com", - "steamcumumunity.com.ru", - "steamcwanmei.ru", - "steamdesksupport.com", - "steamdiscord.com", - "steamdiscord.ru", - "steamdiscorda.com", - "steamdiscordc.com", - "steamdiscordf.com", - "steamdiscordi.com", - "steamdiscordj.com", - "steamdiscordl.com", - "steamdiscordp.com", - "steamdiscords.com", - "steamdiscordt.com", - "steamdiscordx.com", - "steamdiscordy.com", - "steamdiscrod.ru", - "steamdjscord.com", - "steamdlscord.com", - "steamdlscords.com", - "steamdocs.xyz", - "steamdomain.online", - "steamdomain.ru", - "steamdommunity.com", - "steamecommuinty.com", - "steamecommuniti.com", - "steamecommuniti.ru", - "steamecommunitiiy.com", - "steamecommunitiuy.com", - "steamecommunitiy.com", - "steamecommunituiy.com", - "steamecommunity.com", - "steamecommunity.net", - "steamecommunity.org", - "steamecommunity.pp.ua", - "steamecommunity.ru.com", - "steamecommuniuty.com", - "steamecommunlty.com", - "steamecommunlty.com.ru", - "steamecommunytu.com", - "steamecomunity.com.ru", - "steamedpowered.com", - "steamepowered.com", - "steamercommunity.com", - "steamescommunity.com", - "steamfreecommynyti.ru.com", - "steamgame-csgo.ru", - "steamgame-trade.xyz", - "steamgame.net.ru", - "steamgamepowered.net", - "steamgames.net.ru", - "steamgamesroll.ru", - "steamgametrade.xyz", - "steamgiftcards.cf", - "steamgifts.net.ru", - "steamgiveaway.cc", - "steamgiveawayfree.ru", - "steamgivenitro.com", - "steamglft.ru", - "steamguard.ir", - "steamhelp.net", - "steamhistory-offer.xyz", - "steamhistory-offers.xyz", - "steamhistoryoffers.xyz", - "steamhome-trade.xyz", - "steamhome-trades.xyz", - "steamhometrade.xyz", - "steamhometrades.xyz", - "steamicommunnity.com", - "steamid.ru", - "steamingcommunity.website", - "steamitem.xyz", - "steamjnitro.com", - "steamkey.ru", - "steamkommunity.net.ru", - "steamkommunity.org.ru", - "steamkommunity.ru", - "steamlcommunity.net.ru", - "steamlcommunity.org.ru", - "steamlcommunity.ru.com", - "steamldiscord.com", - "steamlnitro.com", - "steamlwanmei.ru", - "steamm.store", - "steammatily.online", - "steammatily.ru", - "steammcamunitu.com", - "steammcamunity.com", - "steammcamunity.ru.com", - "steammcomminity.ru", - "steammcomminuty.ru", - "steammcommmunity.online", - "steammcommmunity.ru", - "steammcommmunlty.pp.ua", - "steammcommunety.com", - "steammcommuniity.ru", - "steammcommunily.net.ru", - "steammcommuninuty.ru", - "steammcommunitey.com", - "steammcommunitly.ru", - "steammcommunits.com", - "steammcommunits.store", - "steammcommunity-trade.xyz", - "steammcommunity.com", - "steammcommunity.ru", - "steammcommunity.ru.com", - "steammcommunlty.com", - "steammcommunnits.fun", - "steammcommunnity.ru", - "steammcommunnlty.ru.com", - "steammcommunys.ru", - "steammcommunyti.ru", - "steammcommuunityy.ru.com", - "steammcommynity.ru", - "steammcomnity.ru", - "steammcomtradeoff.com", - "steammcomunit.ru", - "steammcomunitly.ru.com", - "steammcomunity.ru", - "steammcomunlty.ru", - "steammcomunnity.com", - "steammconmity.ru", - "steammcounity.ru.com", - "steammcsnavi.ru", - "steammecommunity.com", - "steammncommunty.ru.com", - "steammouthhistory.top", - "steamncommnnunity.com", - "steamncommnunity.ru", - "steamncommnunnits.ru", - "steamncommnunty.ru", - "steamncommuinity.com", - "steamncommumity.ru", - "steamncommuniity.com", - "steamncommunitiy.com", - "steamncommunitu.co", - "steamncommunity.com", - "steamncommunity.pp.ru", - "steamncommunity.ru", - "steamncommunity.xyz", - "steamncommunlity.com", - "steamncommunuty.ru", - "steamncommunytu.ru", - "steamncommuunniity.com", - "steamncomnity.ru", - "steamncomnmunity.com", - "steamncomnunlty.com.ru", - "steamncomunitity.com", - "steamncomunity.com", - "steamncomunity.ru", - "steamncomunity.xyz", - "steamncomunulty.com", - "steamnconmunity.com", - "steamnconmunity.ru", - "steamnconmunity.ru.com", - "steamnconmunity.work", - "steamnconnmunity.com", - "steamnitro.com", - "steamnitroc.com", - "steamnitrof.com", - "steamnitroi.com", - "steamnitroj.com", - "steamnitrol.com", - "steamnitros.com", - "steamnitros.ru", - "steamnjtro.com", - "steamnltro.com", - "steamnltros.com", - "steamnltros.ru", - "steamnmcomunnity.co", - "steamnncommunits.com.ru", - "steamoccommunitly.com", - "steamocmmunitly.com", - "steamocmmunity.me", - "steamoemmunity.com", - "steamoffer-store.xyz", - "steamoffered.trade", - "steamoffergames.xyz", - "steamommunity.com", - "steamoowered.com", - "steamoperation.site", - "steamowered.com", - "steamp0wered.com", - "steampawared.club", - "steampawered.store", - "steampcwered.com", - "steampewared.com", - "steampewered.com", - "steampiwered.com", - "steamplayhistory.xyz", - "steampoeer.com", - "steampoeerd.com", - "steampoewred.com", - "steampoiwered.com", - "steampoowered.com", - "steampoqwered.com", - "steampowaered.com", - "steampowarad.com", - "steampoward.com", - "steampowder.com", - "steampowed.com", - "steampoweded.com", - "steampoweeed.com", - "steampowened.ru.com", - "steampower-pubg.xyz", - "steampower.co", - "steampower.de", - "steampower.space", - "steampowerco.com", - "steampowerd.com", - "steampowerd.net", - "steampowerdd.com", - "steampowerde.com", - "steampowerded.com", - "steampowerdwallet.com", - "steampowere-pubg.xyz", - "steampowere.com", - "steampoweread.com", - "steampowerec.com", - "steampowered-offer.xyz", - "steampowered-offers.xyz", - "steampowered-swap.xyz", - "steampowered-swap1.xyz", - "steampowered-trades.xyz", - "steampowered.company", - "steampowered.de", - "steampowered.freeskins.ru.com", - "steampowered.help", - "steampowered.info", - "steampowered.irl.com.pk", - "steampowered.jcharante.com", - "steampowered.org", - "steampowered.tw", - "steampowered.us", - "steampowered.xyz", - "steampoweredcinema.com", - "steampoweredcommunity.com", - "steampoweredd-pubg.xyz", - "steampoweredd.com", - "steampoweredexchange.xyz", - "steampoweredexchanges.xyz", - "steampoweredkey.com", - "steampoweredmarketing.com", - "steampoweredoffer.xyz", - "steampoweredoffers.xyz", - "steampoweredpoetry.com", - "steampoweredshow.com", - "steampoweredswap.xyz", - "steampoweredtrade.org", - "steampoweredtrades.org", - "steampoweredtrades.xyz", - "steampowereed.com", - "steampowererd.com", - "steampowerered.com", - "steampowerewd.com", - "steampowerred.com", - "steampowers.com", - "steampowers.org", - "steampowerwd.com", - "steampowerwed.com", - "steampowoereid.com", - "steampowored.com", - "steampowrd.com", - "steampowred.ru", - "steampowwered.com", - "steampowwred.com", - "steampowyred.com", - "steamppwrred.com", - "steamproffiles.ru", - "steamprofile.info", - "steamprofiles.site", - "steamprofilies.ru", - "steampromo.net.ru", - "steampromote.com", - "steamprowered.ru", - "steamproxy.net", - "steampunch-twitch.co", - "steampuwered.com", - "steampwered.com", - "steampwoered.com", - "steamquests.com", - "steamrccommunity.com", - "steamrcommuniity.com", - "steamrcommunity.ru", - "steamreward.com", - "steamroll.org.ru", - "steamrolll.net.ru", - "steamrolls.net.ru", - "steamrolls.pp.ru", - "steamrommunily.com", - "steamrommunity.org.ru", - "steamrrcomunites.com", - "steamru.org", - "steamrussia.site", - "steams-community.ru", - "steams-csgo.com", - "steams-discord.ru", - "steamsammunity.ru", - "steamscommmunity.com", - "steamscommunitey.com", - "steamscommunity.com", - "steamscommunity.pro", - "steamscommunity.ru", - "steamscommunyti.com", - "steamscommynitu.co", - "steamscomnunity.com", - "steamscomnunyti.com", - "steamsconmunity.com", - "steamsdiscord.com", - "steamsdiscordl.com", - "steamservice-deals.xyz", - "steamservice-deals1.xyz", - "steamservicedeals.xyz", - "steamservicedeals1.xyz", - "steamservices.xyz", - "steamshensu.top", - "steamshopcommunity.tk", - "steamskincs.ru", - "steamskinsfree.xyz", - "steamsnitro.ru", - "steamsoftware.info", - "steamsommunity.com", - "steamsommunity.ru", - "steamsomunity.com", - "steamsourcecommunity.xyz", - "steamsourcecommunity1.xyz", - "steamsourcetrade.xyz", - "steamspecial.com", - "steamstore-csgo.ru", - "steamstore-pubg.com", - "steamstore-pubg.ru", - "steamstore.map2.ssl.hwcdn.net", - "steamstore.site", - "steamstorecsgo.com", - "steamstorehistory.xyz", - "steamstorepowered.com", - "steamstores-history.xyz", - "steamstores-trade.xyz", - "steamstorestrade.xyz", - "steamstoretrade1.xyz", - "steamstradecommunity.xyz", - "steamsummer.com", - "steamsupportpowered.icu", - "steamswap.xyz", - "steamtrade-game.xyz", - "steamtrade-home.xyz", - "steamtrade-store.xyz", - "steamtrade-store1.xyz", - "steamtradecommunity.fun", - "steamtradehome.xyz", - "steamtradeoffeer.com", - "steamtradeoffer.ml", - "steamtradeoffer.net", - "steamtradeprofile.com", - "steamtrades-home.xyz", - "steamtrades-store.xyz", - "steamtrades.com", - "steamtradeshome.xyz", - "steamtradesofer.com", - "steamtradestore.xyz", - "steamtradestore1.xyz", - "steamtrading.org", - "steamunlocked.online", - "steamunlocked.pro", - "steamunpowered.com", - "steamuppowered.com", - "steamuserimages-a.akamaid.net", - "steamvcommunity.xyz", - "steamwalletbd.com", - "steamwalletcodes.net", - "steamwanmeics.ru", - "steamwanmeijc.ru", - "steamwanmeijl.ru", - "steamwanmeil.ru", - "steamwanmeip.ru", - "steamwanmm.ru", - "steamwcommunity.com", - "steamwcommunity.net", - "steamworkspace.com", - "steamworld.org", - "steamzcommunity.com", - "steanammunuty.ml", - "steancammunity.com", - "steancammunity.ru", - "steancammunlte.com", - "steancammunlty.com", - "steancammunyti.com", - "steanccommunity.ru", - "steancimnunity.ru", - "steancommanty.ru.com", - "steancommeuniliy.ru.com", - "steancommeunity.ru.com", - "steancomminity.com", - "steancomminity.ru", - "steancomminyty.com", - "steancomminyty.ru.com", - "steancommiuniliy.ru.com", - "steancommiunity.com", - "steancommmunity.com", - "steancommnnity.com", - "steancommnuitty.com", - "steancommnuity.com", - "steancommnulty.com", - "steancommnunity.ru", - "steancommnunity.xyz", - "steancommnunitytradeoffer.xyz", - "steancommnunlty.ru", - "steancommounity.com", - "steancommrnity.com", - "steancommrnity.ru.com", - "steancommueniliy.ru.com", - "steancommuhity.com", - "steancommuhity.ru", - "steancommuineliy.ru.com", - "steancommuiniliy.ru.com", - "steancommuinity.me", - "steancommuinty.ru", - "steancommuinuty.ru", - "steancommuity.com", - "steancommuity.ru", - "steancommumity.com", - "steancommumity.net", - "steancommumlty.com", - "steancommumlty.ru", - "steancommuncity.ru", - "steancommuneti.ru.com", - "steancommunety.com", - "steancommunety.ru", - "steancommunify.com", - "steancommuniiity.com", - "steancommuniiity.ru", - "steancommuniiliy.ru.com", - "steancommuniit.ru.com", - "steancommuniite-xuz.ru", - "steancommuniite.xyz", - "steancommuniiteuy.me", - "steancommuniittuy.com", - "steancommuniitty.com", - "steancommuniity.com", - "steancommuniity.fun", - "steancommuniity.ru", - "steancommunilly.com", - "steancommunilty.com", - "steancommunilty.ru", - "steancommunily.ru", - "steancommunily.xyz", - "steancommuniri.xyz", - "steancommunite.site", - "steancommuniti.com.ru", - "steancommuniti.site", - "steancommunitiy.com.ru", - "steancommunitiy.ru", - "steancommunitly.ru", - "steancommunitly.store", - "steancommunitq.ru", - "steancommunitry.ru", - "steancommunitty.com", - "steancommunitty.ru", - "steancommunitty.xyz", - "steancommunitv.com", - "steancommunity.cc", - "steancommunity.click", - "steancommunity.co", - "steancommunity.com", - "steancommunity.host", - "steancommunity.link", - "steancommunity.net.ru", - "steancommunity.pw", - "steancommunity.ru", - "steancommunity.ru.com", - "steancommunitytradeaffer.xyz", - "steancommunityy.ru", - "steancommunlity.ru", - "steancommunlity.ru.com", - "steancommunlity.xyz", - "steancommunllty.com", - "steancommunltty.xyz", - "steancommunlty.business", - "steancommunlty.com", - "steancommunlty.online", - "steancommunlty.ru", - "steancommunlty.ru.com", - "steancommunmilty.com", - "steancommunniiity.ru", - "steancommunniitly.ru", - "steancommunniity.ru", - "steancommunnilty.ru", - "steancommunnily.ru", - "steancommunnitl.ru", - "steancommunnitlly.ru", - "steancommunnity.co", - "steancommunnity.ru.com", - "steancommunnity.site", - "steancommunnliity.ru", - "steancommunnlity.ru", - "steancommunnlty.com", - "steancommunnlty.ru", - "steancommunnty.com", - "steancommunnuly.me", - "steancommunti.ru", - "steancommuntiy.ru", - "steancommuntiy.ru.com", - "steancommuntly.com", - "steancommunuity.ru", - "steancommunuty.buzz", - "steancommunuty.com", - "steancommunuty.com.ru", - "steancommunyti.com", - "steancommunyti.ru.com", - "steancommunytiu.ru", - "steancommunyty.ru.com", - "steancommurily.xyz", - "steancommutiny.ru", - "steancommutitly.ru", - "steancommuuity.com", - "steancommuuniliiy.ru.com", - "steancommuuniliy.ru.com", - "steancommuunity.com", - "steancommuvity.com", - "steancommyniti.ru", - "steancommynitu.com", - "steancommynity.org.ru", - "steancommynity.ru.com", - "steancommynuti.ru", - "steancommynyty.ru.com", - "steancomnmunity.ru", - "steancomnmunity.ru.com", - "steancomnnunity.com", - "steancomnnunity.xyz", - "steancomnnunnity.ru", - "steancomnuilty.ru.com", - "steancomnuity.com", - "steancomnumity.com", - "steancomnumlty.com", - "steancomnumlty.ru", - "steancomnuniiity.ru", - "steancomnuniity.com", - "steancomnunilty.ru", - "steancomnunity.buzz", - "steancomnunity.com", - "steancomnunity.ru", - "steancomnunity.ru.com", - "steancomnunitys.ru", - "steancomnunlity.ru", - "steancomnunllty.ru", - "steancomnunlty.ru", - "steancomnunnity.xyz", - "steancomnunyti.ru.com", - "steancomnunytu.ru", - "steancomnunytu.ru.com", - "steancomnurity.one", - "steancomnurity.xyz", - "steancomnuuniliy.ru.com", - "steancomrnunitiy.com", - "steancomrnunity.com", - "steancomrnunity.ru", - "steancomrnunuty.ru", - "steancomuniiity.com", - "steancomuniite-xuz.ru", - "steancomuniity.com", - "steancomuniity.ru", - "steancomunite-xuz.ru", - "steancomunitiy.ru.com", - "steancomunitly.ru", - "steancomunity.ru.com", - "steancomunitytradeffer.xyz", - "steancomunniity.ru", - "steancomunnitty.ru", - "steancomunnity.com", - "steancomunnity.ru", - "steancomunnity.tk", - "steancomunnity.xyz", - "steancomunnlty.me", - "steancomunnlty.ru.com", - "steancomunyiti.ru", - "steancomunyiti.ru.com", - "steancomunyti.ru.com", - "steancomuunity.com", - "steanconmnuity.com", - "steanconmumity.com", - "steanconmumlty.com", - "steanconmunite.com", - "steanconmunitiy.co", - "steanconmunitly.ru", - "steanconmunity.ru", - "steanconmunity.xyz", - "steanconmunlly.ru", - "steanconmunlty.com", - "steanconmunlty.ru", - "steanconmunuty.ru", - "steanconmunuty.xyz", - "steanconmunyti.ru", - "steanconmunyti.ru.com", - "steanconmynmuti.com", - "steanconnunitly.xyz", - "steanconnunity.com", - "steanconnunlty.com", - "steancoommuniity.xyz", - "steancoommunity.com", - "steancoommunity.xyz", - "steancoommunitytradeofferr.com", - "steancoommunlty.ru", - "steancoommunnity.com", - "steancoomnuity.com", - "steancoomnunity.com", - "steancoomunnity.com", - "steancoomunnity.ru", - "steancornminuty.com", - "steancornmunuty.ru", - "steancornunnity.ru.com", - "steancouminnuty.org", - "steanecommunlty.site", - "steanfocuak.ru", - "steanfocusd.xyz", - "steanfocusi.ru", - "steanfocusk.ru", - "steanfocusse.ru", - "steanfocussi.ru", - "steanmcomminity.ru", - "steanmcommuniitiy.ru", - "steanmcommunily.ru", - "steanmcommunity.com", - "steanmcommunity.ru", - "steanmcommunity.ru.com", - "steanmcommuniuty.ru.com", - "steanmcommunlty.ru", - "steanmcommunlty.xyz", - "steanmcommzunity.ru", - "steanmcomnmunity.ru.com", - "steanmcomnuinmty.com", - "steanmcomnuity.com", - "steanmcomnumntiy.com", - "steanmcomnumty.com", - "steanmcomnunitiy.com", - "steanmcomnunity.com", - "steanmcomnunity.ru", - "steanmcomnynuytiy.org.ru", - "steanmcomrninuty.xyz", - "steanmcomumnity.xyz", - "steanmcomunily.ru", - "steanmcomunitly.ru", - "steanmcomunity.ru", - "steanmcomynniuyty.org.ru", - "steanmconcrmunity.ru", - "steanmconmumnity.ru", - "steanmconmunity.com", - "steanmconmunnity.ru", - "steanmconnyinuyty.org.ru", - "steanmconnynuiyty.net.ru", - "steanmconnynuiyty.org.ru", - "steanmconnynuytiy.net.ru", - "steanmconnynuytiy.org.ru", - "steanmconnynuyty.net.ru", - "steanmconnynuyty.org.ru", - "steanmconyinnuyty.org.ru", - "steanmconynnuiyty.net.ru", - "steanmconynnuytiy.net.ru", - "steanmconynnuytiy.org.ru", - "steanmconynuytiy.net.ru", - "steanmcummunity.com", - "steanmecommunity.com", - "steanmncommunity.com", - "steanmncomnunity.com", - "steanncammunlte.com", - "steanncammunlte.ru", - "steanncmmunytiy.ru", - "steanncomminity.ru.com", - "steanncommity.co", - "steanncommiuty.com", - "steanncommmunnity.xyz", - "steanncommnunyti.com", - "steanncommuiniuty.com", - "steanncommunety.ru", - "steanncommuniity.com", - "steanncommunily.com", - "steanncommunily.xyz", - "steanncommunitv.com", - "steanncommunity.com", - "steanncommunity.ru", - "steanncommuniuity.com", - "steanncommunlty.com", - "steanncommynitu.org.ru", - "steanncomnmunity.com", - "steanncomnninuty.ru.com", - "steanncomnnunity.site", - "steanncomnuniity.com", - "steanncomnuniity.online", - "steanncomnuniity.ru", - "steanncomnuniity.xyz", - "steanncomnunity.xyz", - "steanncomunitiy.ru.com", - "steanncomunitli.ru.com", - "steanncomunitly.co", - "steanncomunitly.com", - "steanncomunitly.ru", - "steanncomunitly.ru.com", - "steanncomunitty.site", - "steanncomunity.com", - "steanncomunity.ru.com", - "steanncomunnity.ru", - "steannconmunity.com", - "steannconnmunity.com", - "steannconnmunity.xyz", - "steannconnnnunity.com", - "steannconnnnunity.net.ru", - "steannconnnunity.com", - "steannconnunynity.ru", - "steanncummunity.com", - "steannecomunlty.com", - "steanpowered.net.ru", - "steanpowered.xyz", - "steanrcommunitiy.com", - "steanrcommunity.xyz", - "steapowered.com", - "steappowered.com", - "stearamcomminnity.net", - "stearamcomnunitu.xyz", - "stearcnommunity.xyz", - "stearcommity.com", - "stearcommuity.com", - "stearcommunitly.com", - "stearcommunlty.ru.com", - "stearmcammunity.com", - "stearmcommiunitiycom.net.ru", - "stearmcommnity.com", - "stearmcommnumity.com", - "stearmcommnunity.com", - "stearmcommnunnity.org", - "stearmcommrunity.com", - "stearmcommuniity.com", - "stearmcommuniity.ru.com", - "stearmcommuninty.com", - "stearmcommunitly.ru", - "stearmcommunitry.cf", - "stearmcommunitty.ru", - "stearmcommunitty.ru.com", - "stearmcommunity.com", - "stearmcommunity.one", - "stearmcommunity.ru", - "stearmcommunity.ru.com", - "stearmcommunltly.com", - "stearmcommunnitty.online", - "stearmcommunnitty.ru", - "stearmcommunnity.ru", - "stearmcommunnity.ru.com", - "stearmcommuntiy.ru", - "stearmcommuunity.ru", - "stearmcommuunity.ru.com", - "stearmcommuunnity.ru", - "stearmcommynity.fun", - "stearmcomrmunity.co", - "stearmcomrmunity.com", - "stearmcomrnuniity.com", - "stearmcomrnunitiy.com", - "stearmcomrnunity.com", - "stearmcomrnunityi.com", - "stearmconmmunity.com", - "stearmconmunity.ru", - "stearmconmunnity.com", - "stearmconnrnunity.com", - "stearmcormmunity.com", - "stearmcormmunityi.com", - "stearmcornmuniity.com", - "stearmcornmunitiy.com", - "stearmcornmunity.ru", - "stearmcornmunlty.com", - "stearmcornnnunity.com", - "stearmcornnumitti.com", - "stearmmcommuniity.ru", - "stearmmcomunitty.ru", - "stearmmcomunity.ru", - "stearmmcomuunity.ru", - "stearncomiunity.ru", - "stearncomminhty.com", - "stearncomminuity.co", - "stearncomminutg.ru", - "stearncomminutiu.ru", - "stearncomminutiy.ru", - "stearncomminuty.click", - "stearncomminuty.com", - "stearncomminuty.com.ru", - "stearncomminuty.link", - "stearncomminuty.ru", - "stearncomminuty.ru.com", - "stearncomminytu.com", - "stearncommiunity.co", - "stearncommiunity.com", - "stearncommiuty.co", - "stearncommmnuity.xyz", - "stearncommmunity.online", - "stearncommmunity.ru", - "stearncommninuty.com", - "stearncommnitt.ru", - "stearncommniuty.co", - "stearncommnniity.com", - "stearncommnniity.ru", - "stearncommnnity.co.uk", - "stearncommnnity.com", - "stearncommnniuty.com", - "stearncommnuinty.com", - "stearncommnuity.ru.com", - "stearncommnunity.ru.com", - "stearncommnutiy.com", - "stearncommonity.ru", - "stearncommrunity.com", - "stearncommubity.com", - "stearncommuihty.com", - "stearncommuinuty.co", - "stearncommuitc.ru", - "stearncommuivty.com", - "stearncommumitly.com", - "stearncommumity.com", - "stearncommumlty.com", - "stearncommunety.com", - "stearncommunety.ru", - "stearncommungty.com", - "stearncommunhty.com", - "stearncommunigy.com", - "stearncommuniitty.xyz", - "stearncommuniity.click", - "stearncommuniity.com", - "stearncommuniity.ru", - "stearncommuniity.site", - "stearncommuniityt.click", - "stearncommunilly.site", - "stearncommunilty.ru", - "stearncommunilty.site", - "stearncommunily.ru", - "stearncommunily.website", - "stearncommuninity.com", - "stearncommuninty.co", - "stearncommuniry.com", - "stearncommunite.com", - "stearncommunite.me", - "stearncommunite.ru", - "stearncommunitey.com", - "stearncommunitey.ru", - "stearncommunitg.ru", - "stearncommuniti.me", - "stearncommunitly.com", - "stearncommunitly.ru", - "stearncommunitly.website", - "stearncommunitly.xyz", - "stearncommunitn.ru", - "stearncommunitq.ru", - "stearncommunits.ru", - "stearncommunitt.ru", - "stearncommunitu.com", - "stearncommunitu.ru.com", - "stearncommunitv.ru", - "stearncommunity.click", - "stearncommunity.com.ru", - "stearncommunity.link", - "stearncommunity.net.ru", - "stearncommunity.org.ru", - "stearncommunity.ru", - "stearncommunity.site", - "stearncommunity.xyz", - "stearncommunityx.ru", - "stearncommunityy.xyz", - "stearncommunitz.ru", - "stearncommunivy.com", - "stearncommunjty.com", - "stearncommunlity.com", - "stearncommunlity.store", - "stearncommunlty.com.ru", - "stearncommunlty.ru", - "stearncommunlty.site", - "stearncommunlty.store", - "stearncommunly.ru", - "stearncommunnitty.xyz", - "stearncommunnity.ru", - "stearncommunnity.xyz", - "stearncommunrty.com", - "stearncommuntity.com", - "stearncommuntiy.com", - "stearncommuntty.com", - "stearncommunty.com", - "stearncommunty.ru", - "stearncommunty.xyz", - "stearncommunuitiy.com", - "stearncommunuity.net.ru", - "stearncommunutiy.com", - "stearncommunuty.ru", - "stearncommunyti.com", - "stearncommunyti.ru", - "stearncommunytiy.ru", - "stearncommunytiyu.ru", - "stearncommurity.ru", - "stearncommutiny.online", - "stearncommutiny.ru", - "stearncommuty.com", - "stearncommuvity.com", - "stearncommynitu.ru.com", - "stearncommynity.fun", - "stearncommynity.ru.com", - "stearncomnmunity.com", - "stearncomnnunity.fun", - "stearncomnnunity.site", - "stearncomnnunity.website", - "stearncomnnuntiy.com", - "stearncomnnunty.com.ru", - "stearncomnumity.com", - "stearncomnunily.com", - "stearncomnunitu.ru", - "stearncomnunitv.ru.com", - "stearncomnunity.com", - "stearncomnunity.org", - "stearncomnunity.ru.com", - "stearncomnunnity.ru", - "stearncomrminty.me", - "stearncomrmunity.co", - "stearncomrmunity.com", - "stearncomrmunity.ru.com", - "stearncomrmynity.fun", - "stearncomrninuty.ru", - "stearncomrninuty.xyz", - "stearncomrnrunity.ru", - "stearncomrnrunity.ru.com", - "stearncomrnunety.com", - "stearncomrnunily.ru", - "stearncomrnunitly.site", - "stearncomrnunitly.xyz", - "stearncomrnunity.club", - "stearncomrnunity.com", - "stearncomrnunity.ru", - "stearncomrnunity.ru.com", - "stearncomrnunity.store", - "stearncomrnunlity.ru", - "stearncomrnunlty.site", - "stearncomrnunuty.ru", - "stearncomrnunyti.ru", - "stearncomrrnunity.com", - "stearncomrrunity.com", - "stearncomrunity.ru", - "stearncomrunity.ru.com", - "stearncomunitu.ru", - "stearncomunity.xyz", - "stearncomunlty.ru.com", - "stearncomunnity.com", - "stearncomynity.ru", - "stearnconmumity.com", - "stearnconmunity.co", - "stearnconmunity.com", - "stearnconmunity.me", - "stearnconmunity.net", - "stearnconmuntiy.ru", - "stearnconmuuity.com", - "stearnconmuulty.ru", - "stearnconnrnunity.xyz", - "stearnconrmunity.com", - "stearnconrmunity.ru", - "stearncormmunity.com", - "stearncormmunity.ru", - "stearncormmunity.ru.com", - "stearncormnniuty.ru", - "stearncormnnuity.ru", - "stearncormunity.ru", - "stearncormunniti.org", - "stearncornminuty.com", - "stearncornminuty.ru", - "stearncornmnuity.ru", - "stearncornmnunity.xyz", - "stearncornmrunity.ru.com", - "stearncornmumity.ru", - "stearncornmunitiy.com", - "stearncornmunitly.com", - "stearncornmunity.com", - "stearncornmunity.net", - "stearncornmunity.ru", - "stearncornmunity.ru.com", - "stearncornmunlty.ru", - "stearncornmunlty.xyz", - "stearncornmunuty.ru", - "stearncornmurnity.ru", - "stearncornmurnity.ru.com", - "stearncornnumyty.com", - "stearncornnunity.ru", - "stearncornrnnity.ru.com", - "stearncornrnuity.com", - "stearncornrnunity.com", - "stearncornrnunity.ru.com", - "stearncornrnunnity.xyz", - "stearncornunity.ru", - "stearncornunity.xyz", - "stearncornurniity.xyz", - "stearncorrmunity.com", - "stearncurnmunity.com", - "stearnmcommunnity.com", - "stearnmcomrnunity.com", - "stearnmcomunity.com", - "stearnncomrnunitiy.com", - "stearnncomrnunity.com", - "stearnporewed.ru.com", - "stearnpovvered.com", - "stearnpowered.online", - "stearnpowered.xyz", - "stearnrcommunity.com", - "stearrrcommunity.com", - "stearscomrmunity.com", - "steasmpowered.com", - "steasy-discord.com", - "steavcommunitv.xyz", - "steavvcommunnity.xyz", - "steawcammunity.xyz", - "steawcommmunity.xyz", - "steawcommunitiy.xyz", - "steawcommunity.com", - "steawcommunity.net", - "steawcomunity.net", - "steawcomunnity.site", - "steawconnunity.xyz", - "steawmcommunity.net", - "steawmcommunity.xyz", - "steawmcomnunnity.ru", - "steawmcomuunity.ru", - "steawmcowmunnity.ru", - "steawmpowered.com", - "steawncomnunity.ru", - "steawpowered.com", - "steawscommunity.net", - "steaxmcommity.com", - "steeaamcommuunniity.com", - "steeaamcommuunnity.com", - "steeaamcommuunnity.ru.com", - "steeaamcomunity.xyz", - "steeacmcommumitiy.com", - "steeamcommmunety.com", - "steeamcommmunitty.site", - "steeamcommmunity.com", - "steeamcommmunnity.com", - "steeamcommuinitty.com", - "steeamcommuniity.com", - "steeamcommuniitycom.xyz", - "steeamcommuniti.com", - "steeamcommunitu.com", - "steeamcommunity.me", - "steeamcommunity.ml", - "steeamcommunity.ru.com", - "steeamcommunitycom.xyz", - "steeamcommunlity.com", - "steeamcommunlity.ru", - "steeamcommunllty.xyz", - "steeamcommunlty.com", - "steeamcommunnity.ru", - "steeamcommunnity.ru.com", - "steeamcommunnitycom.xyz", - "steeamcommunnlty.ru", - "steeamcommunnlty.xyz", - "steeamcommunnuity.ru.com", - "steeamcommunyti.com", - "steeamcommuunity.com", - "steeamcommuunnity.com", - "steeamcomnmunity.com", - "steeamcomnnunity.com", - "steeamcomuneety.com", - "steeamcomunitty.com", - "steeamcomunity.net", - "steeamcomunlty.ru", - "steeamcomunlty.ru.com", - "steeamcomunnlty.com", - "steeamcoommunity.ru", - "steeamcoommuunniity.com", - "steeammcomunity.com", - "steeammcomunlty.com", - "steeampowered.tk", - "steeamwins.xyz", - "steellseriesnitro.com", - "steellseriesnitros.com", - "steellsseriesgifts.com", - "steellsseriespromotion.com", - "steellsseriespromotions.com", - "steelseriesgift.com", - "steelseriesgifts.com", - "steelseriesnitro.com", - "steelseriespromotion.com", - "steelsseriesnitros.com", - "steemacommunity.com", - "steemcammunitly.xyz", - "steemcammunity.com", - "steemcammunllty.com", - "steemcammunlly.com", - "steemcammunlty.com", - "steemcomminity.xyz", - "steemcomminuty.ru", - "steemcomminuty.ru\t\t", - "steemcommmunety.com", - "steemcommmunity.com", - "steemcommnnity.com", - "steemcommnunity.ru", - "steemcommnunity.xyz", - "steemcommnunnity.ru.com", - "steemcommuinty.com", - "steemcommuniity.com", - "steemcommunilee.xyz", - "steemcommunilty.com", - "steemcommunilty.xyz", - "steemcommunily.ru.com", - "steemcommunily.xyz", - "steemcommuninity.org.ru", - "steemcommuniry.com", - "steemcommunit.xyz", - "steemcommunitea.xyz", - "steemcommunitee.com", - "steemcommunitey.com", - "steemcommunitey.xyz", - "steemcommuniti.com", - "steemcommuniti.ru", - "steemcommunitii.xyz", - "steemcommunitiu.xyz", - "steemcommunitiy.co", - "steemcommunitiy.xyz", - "steemcommunitly.com", - "steemcommunitry.com", - "steemcommunity.aiq.ru", - "steemcommunity.co", - "steemcommunity.com", - "steemcommunity.ru.com", - "steemcommunityy.com", - "steemcommuniy.com", - "steemcommunllty.com", - "steemcommunlty.com", - "steemcommunly.com", - "steemcommunniti.com", - "steemcommunnity.co", - "steemcommunnity.net", - "steemcommunnity.ru", - "steemcommuntiy.com", - "steemcommuntiy.ru", - "steemcommuntiy.ru.com", - "steemcommuntiys.ru", - "steemcommunty.net.ru", - "steemcommunty.org.ru", - "steemcommunty.pp.ru", - "steemcommunty.ru", - "steemcommuntys.ru", - "steemcommutiny.com", - "steemcommuunity.com", - "steemcommuuntiy.ru", - "steemcommuunty.ru", - "steemcommynity.ru", - "steemcomnmunity.com", - "steemcomnnunity.com", - "steemcomnnunyti.ru", - "steemcomnrunity.com", - "steemcomnuniti.ru", - "steemcomrnunity.co", - "steemcomrnunity.com", - "steemcomrunity.ru", - "steemcomunatlytradeoffer40034231.ru", - "steemcomuniti.com", - "steemcomuniti.ru", - "steemcomunity.me", - "steemcomunity.net.ru", - "steemcomunity.org.ru", - "steemcomunity.pp.ru", - "steemcomunnity.com", - "steemconmunity.com", - "steemconnuniti.ru", - "steemconnunity.com", - "steemcoommunity.com", - "steemcoommunity.ru", - "steemcoommunitys.ru", - "steemcoommunlty.ru", - "steemcoommuntiy.ru", - "steemcoommuntiys.ru", - "steemcoommunty.ru", - "steemcoommuntys.com", - "steemcoommuntys.ru", - "steemcoomnunty.ru", - "steemcoomunity.xyz", - "steemcoomuntiy.ru", - "steemcoomunty.ru", - "steemcoomuunity.ru", - "steemcoonmuntiy.ru", - "steemcornmunity.xyz", - "steemcowwunity.xyz", - "steempowerd.ru", - "steempowered.com", - "steemurl.com", - "steencommunilty.com", - "steencommunityy.xyz", - "steenmconnumty.com", - "steiamcommuinity.com", - "steiamcommunity.xyz", - "steiamcommunityi.com", - "steiemcomunity.site", - "steimcomnunnity.ru.com", - "stellseeriesnitros.com", - "stellseriesnitro.com", - "stellseriesnitros.com", - "stellsseriesnitro.com", - "stelseriesnitro.com", - "stelseriesnitros.com", - "stemacommunity.com", - "stemacommunity.net", - "stemacommunlty.com", - "stemacomunity.com", - "stemapowered.com", - "stemcammuniety.ru", - "stemcammuniity.com", - "stemcammuniity.ru", - "stemcamnunity.com", - "stemcamnunity.ru", - "stemccomnmunity.com", - "stemcomiunity.ru", - "stemcomminity.com", - "stemcomminuty.ru", - "stemcommlunity.com", - "stemcommnnuite.company", - "stemcommnuilty.xyz", - "stemcommnuite.life", - "stemcommnuite.me", - "stemcommnuity.ru.com", - "stemcommnuity.xyz", - "stemcommnunitly.com", - "stemcommnunity.com", - "stemcommnunity.ru.com", - "stemcommnunlty.ru", - "stemcommnunnity.com", - "stemcommnunulty.com", - "stemcommnuunity.com", - "stemcommouniity.com", - "stemcommounilty.com", - "stemcommounity.ru.com", - "stemcommuinty.ru", - "stemcommuniby.com", - "stemcommuniety.com", - "stemcommuniity.com", - "stemcommuniity.ru", - "stemcommunilty.com", - "stemcommunilty.ru", - "stemcommunite.pp.ru", - "stemcommuniti.ru", - "stemcommunitiy.com", - "stemcommunitly.com", - "stemcommunitty.com", - "stemcommunitty.ru.com", - "stemcommunity.com.ru", - "stemcommunity.ru", - "stemcommunity.ru.com", - "stemcommunitytraade.xyz", - "stemcommunitytrade.com", - "stemcommunitytrade.fun", - "stemcommunityv.me", - "stemcommunjty.com", - "stemcommunlitly.com", - "stemcommunlity.ru", - "stemcommunlty.com", - "stemcommunlty.ru.com", - "stemcommunlty.space", - "stemcommunniity.com", - "stemcommunnilty.com", - "stemcommunnitiy.com", - "stemcommunnitiy.net.ru", - "stemcommunnity.com", - "stemcommunnity.com.ru", - "stemcommunty.ru", - "stemcommunty.xyz", - "stemcommunuity.com", - "stemcommununity.com", - "stemcommuty.ru", - "stemcommuunity.com.ru", - "stemcommynity.ru.com", - "stemcommyunity.ru", - "stemcomnmnnunity.com", - "stemcomnmnuity.ru.com", - "stemcomnmnunity.com", - "stemcomnmounity.com", - "stemcomnmuity.com", - "stemcomnmuniity.com", - "stemcomnmuniity.ru.com", - "stemcomnmunity.com.ru", - "stemcomnmunity.ru", - "stemcomnmunity.ru.com", - "stemcomnmunniity.com", - "stemcomnmunnity.com", - "stemcomnmunuity.com", - "stemcomnmununity.com", - "stemcomnmuunity.com", - "stemcomnmuunity.ru.com", - "stemcomnnmunity.com", - "stemcomnnmunnity.com", - "stemcomnnmuunity.ru", - "stemcomnnunity.co", - "stemcomnommunity.com", - "stemcomnuniti.ru", - "stemcomnunity.com", - "stemcomnunity.ru", - "stemcomnunity.ru.com", - "stemcomnunyti.ru.com", - "stemcomrnmunity.com", - "stemcomrnuniity.ru", - "stemcomrnuniity.xyz", - "stemcomrnunity.xyz", - "stemcomrnunlty.xyz", - "stemcomummitty.xyz", - "stemcomuniti.ru", - "stemcomunitiy.com", - "stemcomunitti.xyz", - "stemcomunity.com", - "stemcomunity.net", - "stemcomunity.ru.com", - "stemcomunnity.com", - "stemcomunnity.com.ru", - "stemcomunnity.ru.com", - "stemconmmnunity.com", - "stemconmmunity.com", - "stemconmmunity.ru.com", - "stemconmmunnity.com", - "stemconmmuunnity.com", - "stemconmnmuunity.com", - "stemconmuite.xyz", - "stemconmumity.ru", - "stemcoominuty-alirdrop.xyz", - "stemcoommounity.com", - "stemcoommuniity.com", - "stemcoommunity.com", - "stemcoommuunnity.com", - "stemcoomnmnunity.com", - "stemcoomnmounity.com", - "stemcoomnmuniity.com", - "stemcoomnmunity.com", - "stemcoomnmunity.ru.com", - "stemcoomnmunnity.com", - "stemcoomnnunity.com", - "stemcormmunity.com", - "stemcormmunlty.ru.com", - "stemcornmunitly.ru.com", - "stemcornmunity.com", - "stemcornmunity.ru", - "stemcornmunity.ru.com", - "stemcornmunity.xyz", - "stemcornmunlty.xyz", - "stemcummnuity.ru.com", - "stemcummnunity.ru.com", - "stemcummunity.com.ru", - "stemcummunity.ru.com", - "stemcummunnity.com.ru", - "stemcummunnity.ru.com", - "stemcumnmunity.com", - "stemcumnmunity.com.ru", - "stemcumnmunity.ru.com", - "stemcumunnity.ru.com", - "stemecommunlty.com", - "stemmcommunitee.xyz", - "stemmcommutinny.ru.com", - "stemmcomunity.xyz", - "stemmcomunnityy.xyz", - "stemncornmunity.com", - "stemnncommnunnits.ru", - "stemnncommunitts.ru.com", - "stemnncommunnits.com.ru", - "stemrcommnunnits.ru", - "stemsell.ml", - "stenamcommunity.com", - "stencommunity.com", - "stenmcommunilty.ru.com", - "stenmcommunitly.ru.com", - "stenmcommunity.ru.com", - "stenncornmuniy.com", - "stenncummunity.com", - "stennicommuitun.com", - "steomcammunity.xyz", - "steomcommunitey.com", - "steomcommunitiy.co", - "steomcommunito.con", - "steomcommunity.com", - "steomcommunity.me", - "steomcommunity.ru", - "steomcommunity.xyz", - "steomcommunlty.ml", - "steomcomnunity.ru", - "steomcomnunity.ru.com", - "steomcomrnmunity.com", - "steomconmunity.com", - "steomconnmunitiy.com", - "steomcoommynity.ru.com", - "steomrommunity.com", - "stepmscononnity.com", - "steqmcommunity.com", - "steqmcpmmynity.000webhostapp.com", - "steqmpowered.com", - "steramcommunity.com", - "steramconmunity.com", - "sterampowered.com", - "stermccommunitty.ru", - "stermcommuniity.com", - "stermcommunilty.ru.com", - "stermcommunitly.xyz", - "stermcommunity.com", - "stermcommunity.ru.com", - "stermcommunityy.ru", - "stermcommunlity.ru.com", - "stermcommunnitty.ru", - "stermcomunitte.xyz", - "stermcomunniity.ru", - "stermconmmunity.com", - "stermmcomuniity.ru", - "stermncommunity.com", - "sterncomminuty.ru", - "sterncommnnutinny.ru", - "sterncommnunity.xyz", - "sterncommnunnitts.ru.com", - "sterncommnunnitty.site", - "sterncommunilty.ru.com", - "sterncommunilty.site", - "sterncommunity.ru", - "sterncommunnity.ru", - "sterncommynuty.ru", - "sterncomnunlty.xyz", - "sterncomnurity.one", - "sterncomrnunity.xyz", - "sterncomrnunuty.ru", - "sternconmunity.ru", - "sterncornmunity.ru", - "sternmcommunity.com", - "sternmconmunity.com", - "sternmcornmmunity.com", - "sternmcornnunity.com", - "sternncomnnunity.ru", - "sterrmccommunity.ru", - "sterumcommunity.com", - "stetrncommity.com", - "steumcommunity.com", - "steumcommunity.ru", - "steumcornmunity.com", - "steurmcommunity.com", - "steurmconmunity.com", - "stewcommunity.space", - "stewie2k-giveaway-150days.pro", - "stewmcommunity.com", - "stewmpowered.com", - "stfriendprofile.ru", - "stg.steamcpowered.com", - "stgeampowered.com", - "stheamcommnitiy.ru", - "stheamcommuniti.com", - "stheamcommunity.ru", - "stheamcommunutiy.ru", - "stheamcommunutly.ru", - "stheamcomunitly.ru", - "stheamcomunutly.ru", - "stheamconmuniity.com", - "stheamconnmunutly.ru", - "stheamcornmunitiy.ru", - "stiamcammunieti.com", - "stiamcommunitly.xyz", - "stiamcommunity.com", - "stiamcommunity.ru", - "stiamcommyunlty.ru.com", - "stiamcomunity.xyz", - "stiamcomunlty.ru", - "stiamcomynity.com", - "stieamclomunity.xyz", - "stieamcommuinity.com", - "stieamcommuniity.com", - "stieamcommuniity.ru", - "stieamcommunitey.ru", - "stieamcommunitiy.com", - "stieamcommunity.com", - "stieamcommunity.org.ru", - "stieamcommunity.pp.ru", - "stieamcommunity.ru.com", - "stieamcommuunitey.us", - "stieamcommynituy.com", - "stieamcomnnunity.com", - "stieamcomuniiti.ru", - "stieamcomunity.com", - "stieamconmuniity.com", - "stieamconnmunity.com", - "stieamcormnynity.ru.com", - "stiearmcornmunity.com", - "stiemcommunitty.ru", - "stiemconnumity.xyz", - "stimcommunity.ru", - "stimcommunlty.ru", - "stimecomnnunity.xyz", - "stimiache.ru", - "stjeamcoimmunity.com", - "stjeamcommunity.ru", - "stjeamcomnuminiti.ru", - "stjeamcomnunitiy.ru", - "stjeamcomnunity.ru", - "stjeamcomuniity.ru", - "stjeamconmunnitii.com", - "stleaamcommunity.com", - "stleam-communithy.com", - "stleamcommiunity.ru.com", - "stleamcommiynitu.ru", - "stleamcommiynitu.ru.com", - "stleamcommiynitu.xyz", - "stleamcommiynituu.xyz", - "stleamcommiynity.ru.com", - "stleamcommiynity.xyz", - "stleamcommnunity.com", - "stleamcommnunity.ru", - "stleamcommuilnitycom.xyz", - "stleamcommuinitiycom.net.ru", - "stleamcommulnitiycom.xyz", - "stleamcommulnity.xyz", - "stleamcommulnitycom.xyz", - "stleamcommumity.com", - "stleamcommuneety.com", - "stleamcommuniity.com", - "stleamcommuniity.net", - "stleamcommunilly.me", - "stleamcommunilty.com", - "stleamcommunilty.ru", - "stleamcommunily.xyz", - "stleamcommunithy.com", - "stleamcommunitiy.com", - "stleamcommunitly.com", - "stleamcommunitty.com", - "stleamcommunity.com", - "stleamcommunity.net", - "stleamcommunity.ru.com", - "stleamcommunlty.com", - "stleamcommunlty.xyz", - "stleamcommunytiu.xyz", - "stleamcommynithy.xyz", - "stleamcomnmunity.ru.com", - "stleamcomnunity.ru.com", - "stleamcomnuntty.ru.com", - "stleamcomunity.com", - "stleamconminity.online", - "stleamconminity.ru", - "stleamconmmunity.ru.com", - "stleamconmmunlty.net.ru", - "stleamconmunilty.com", - "stleamconmunity.com", - "stleamconmunity.ru", - "stleamconmunityy.xyz", - "stleamconnunlty-tyztradeoffernewpartnhr15902271.xyz", - "stleamcormmunity.ru.com", - "stleamcormmynity.ru.com", - "stleamcormunity.ru.com", - "stleamcornmmunity.ru.com", - "stleammcomnnunitycom.buzz", - "stleamncommunity.ru", - "stleancommunity.ru", - "stleanmcommunity.ru", - "stleaomcoommynity.ru.com", - "stlemamcornmunty.me", - "stm-pubx.ru", - "stmawards.xyz", - "stmcomnunnitly.ru.com", - "stmcomnutinny.xyz", - "stmcornnunnitty.xyz", - "stmcornumnunitty.xyz", - "stmeacomunnitty.ru", - "stmemcomyunity.com", - "stmencommunity.ru", - "stmtrdoffer.xyz", - "stoacommunity.codes", - "stock888.cn", - "stoemcommunity.com", - "stopify.co", - "stopify.com", - "storage-for-mobileapps.life", - "store-communitiy.com", - "store-discord.com", - "store-srupowered.ru", - "store-steam-csgo.ru", - "store-steamcomminuty.ru.com", - "store-steamcommunity.xyz", - "store-steamcomnunity", - "store-steampoweered.ru", - "store-steampowereb.com", - "store-steampowered.ru", - "store-steampowered.store", - "store-steampowereld.ru", - "store-stempowered.com", - "store-streampowered.me", - "store.stampowered.com", - "store.stearncornnunity.ru", - "store.stempowerd.com", - "storeesteampowered.ru.com", - "storeesteampowereed.ru.com", - "stores-steampowered.com", - "storesleampowecommunity.store", - "storesteam-csgo.ru", - "straemcommonlity.com", - "straemcommunitiy.com", - "straemcomunnitry.ru", - "straemcummonilty.com", - "straemcummonity.com", - "stramcommunity.best", - "stramconmunity.com", - "strcomnunnitly.xyz", - "streaalcommuunnitu.ru", - "streaemcrommunlty.com.ru", - "stream-community.ru", - "stream-conmunlty.ru", - "streamc0mmunnlty.xyz", - "streamcammunitly.com", - "streamccomunilty.com", - "streamcolmnty.xyz", - "streamcomlutitly.me", - "streamcommanity.com", - "streamcomminuty.pw", - "streamcomminuty.ru.com", - "streamcommiumity.com", - "streamcommiunity.com", - "streamcommiunnity.com", - "streamcommlunity.ru.com", - "streamcommmumnity.ru.com", - "streamcommmunify.ru.com", - "streamcommmunitty.ru.com", - "streamcommmunity.com", - "streamcommmunity.ru.com", - "streamcommmunjty.ru.com", - "streamcommmunlty.ru.com", - "streamcommmunnlty.ru.com", - "streamcommnnity.com", - "streamcommnnuity.com", - "streamcommnnutiy.com", - "streamcommnuity.com", - "streamcommnuity.ru", - "streamcommnuniity.com", - "streamcommnunilty.com", - "streamcommnunitiy.com", - "streamcommnunitly.com", - "streamcommnunity.ru", - "streamcommnunlity.ru", - "streamcommnunnity.ml", - "streamcommnunuty.ru", - "streamcommnunuty.ru.com", - "streamcommonlty.ru.com", - "streamcommounity.com", - "streamcommuinity.com", - "streamcommuinty.com", - "streamcommuiny.ru", - "streamcommulinty.com", - "streamcommulnitly.com", - "streamcommulnity.com", - "streamcommulnlity.com", - "streamcommulnty.com", - "streamcommumity.ru.com", - "streamcommumninty.com", - "streamcommumnity.com", - "streamcommumtiy.ru", - "streamcommunaly.com", - "streamcommunatiy.com", - "streamcommunaty.com", - "streamcommuneiley.net", - "streamcommunetiy.com", - "streamcommunetly.com", - "streamcommunety.ru", - "streamcommunicate.ru", - "streamcommunication.com", - "streamcommunify.com", - "streamcommuniiley.net", - "streamcommuniiley.net.ru", - "streamcommuniily.com", - "streamcommuniitty.com", - "streamcommuniitu.com", - "streamcommuniity.org", - "streamcommuniity.ru", - "streamcommuniity.ru.com", - "streamcommuniityy.me", - "streamcommunijty.ru.com", - "streamcommuniley.net", - "streamcommuniley.net.ru", - "streamcommuniley.net.rudciscord.com", - "streamcommuniliey.net.ru", - "streamcommuniliey.xyz", - "streamcommuniliiey.net.ru", - "streamcommuniliiey.org.ru", - "streamcommuniliiey.pp.ru", - "streamcommuniliiy.org.ru", - "streamcommuniliiy.pp.ru", - "streamcommunillty.com", - "streamcommunilly.com", - "streamcommunilty.com", - "streamcommunilty.ru.com", - "streamcommunilty.xyz", - "streamcommunily.cc", - "streamcommunily.co", - "streamcommunily.com", - "streamcommunily.icu", - "streamcommunily.me", - "streamcommunily.net", - "streamcommunily.ru.com", - "streamcommunily.xyz", - "streamcommunimty.com", - "streamcommuninllty.com", - "streamcommuninnity.com", - "streamcommuninnlty.com", - "streamcommuninnty.com", - "streamcommuninnuity.com", - "streamcommunintty.com", - "streamcommuninty.com", - "streamcommuninty.me", - "streamcommuninunty.com", - "streamcommuninuty.store", - "streamcommunit.com", - "streamcommunit.ru.com", - "streamcommunite.com", - "streamcommunite.ru.com", - "streamcommunitey.com", - "streamcommuniti.club", - "streamcommuniti.ru", - "streamcommuniti.xyz", - "streamcommunitily.com", - "streamcommunitiy.com", - "streamcommunitiy.net", - "streamcommunitiy.ru", - "streamcommunitiy.ru.com", - "streamcommunitly.net", - "streamcommunitly.ru", - "streamcommunitly.ru.com", - "streamcommunitly.xyz", - "streamcommunitry.ru", - "streamcommunits.ru", - "streamcommunitty.ru.com", - "streamcommunitu.com", - "streamcommunitv.me", - "streamcommunitv.net", - "streamcommunity-user.me", - "streamcommunity.com.ru", - "streamcommunity.me", - "streamcommunity.net", - "streamcommunity.net.ru", - "streamcommunity.nl", - "streamcommunity.one", - "streamcommunity.org.ru", - "streamcommunity.pl", - "streamcommunity.ru.com", - "streamcommunityi.ru", - "streamcommunityy.me", - "streamcommuniuity.com", - "streamcommuniunity.com", - "streamcommuniuty.ru.com", - "streamcommuniuty.store", - "streamcommuniy.ru", - "streamcommunjity.ru.com", - "streamcommunjty.com", - "streamcommunjty.ru.com", - "streamcommunlity.ru", - "streamcommunliy.com", - "streamcommunlte.ru", - "streamcommunltiy.com", - "streamcommunlts.ru", - "streamcommunlty.com", - "streamcommunlty.net", - "streamcommunly.com", - "streamcommunly.me", - "streamcommunly.net", - "streamcommunly.ru", - "streamcommunminty.com", - "streamcommunmity.com", - "streamcommunniity.com", - "streamcommunnilly.me", - "streamcommunnilty.com", - "streamcommunninlty.com", - "streamcommunnitly.com", - "streamcommunnitty.com", - "streamcommunnitty.ru.com", - "streamcommunnity.org", - "streamcommunntly.com", - "streamcommunnty.com", - "streamcommunnty.me", - "streamcommunnuitty.com", - "streamcommuntiiy.org", - "streamcommuntiy.com", - "streamcommuntly.com", - "streamcommuntly.net.ru", - "streamcommuntly.org.ru", - "streamcommuntly.pp.ru", - "streamcommunttly.com", - "streamcommunty.co", - "streamcommunty.me", - "streamcommunty.ru", - "streamcommunuitty.com", - "streamcommunuity.net", - "streamcommununinty.com", - "streamcommununity.us", - "streamcommununiuty.com", - "streamcommununty.com", - "streamcommuny.ru", - "streamcommunyty.com", - "streamcommurity.com", - "streamcommutiny.net", - "streamcommuuniity.com", - "streamcommuunilty.ru.com", - "streamcommuunity.com", - "streamcommuunniity.com", - "streamcommuunnity.com", - "streamcommuunnity.net", - "streamcommuuty.ru", - "streamcommynication.net.ru", - "streamcommynication.org.ru", - "streamcommyniication.net.ru", - "streamcommyniication.org.ru", - "streamcommyniiety.xyz", - "streamcommynitu.com", - "streamcommynuty.com", - "streamcomninuty.xyz", - "streamcomnmnnunity.xyz", - "streamcomnmunity.ru.com", - "streamcomnmunnity.ru.com", - "streamcomnnunity.net", - "streamcomnnunity.website", - "streamcomnnunity.xyz", - "streamcomnnunlty.com", - "streamcomnnunuty.com", - "streamcomnully.net.ru", - "streamcomnully.org.ru", - "streamcomnullyty.net.ru", - "streamcomnullyty.org.ru", - "streamcomnullyty.pp.ru", - "streamcomnultyy.net.ru", - "streamcomnultyy.org.ru", - "streamcomnumity.ru", - "streamcomnumity.ru.com", - "streamcomnumnity.ru.com", - "streamcomnunely.com", - "streamcomnunetiy.com", - "streamcomnuniity.com", - "streamcomnuniity.net", - "streamcomnunitiy.net", - "streamcomnunitiy.ru", - "streamcomnunitly.ru", - "streamcomnunitry.ru", - "streamcomnunitty.com", - "streamcomnunity.ru", - "streamcomnunity.site", - "streamcomnuniuty.com", - "streamcomnunlity.com", - "streamcomnunlty.ru", - "streamcomnunnity.ru", - "streamcomnunuty.com", - "streamcomnunuty.ru", - "streamcomnunyti.xyz", - "streamcomrnunitiy.ru", - "streamcomrnunity.com", - "streamcomrnunity.online", - "streamcomrnunity.ru", - "streamcomulty.net.ru", - "streamcomulty.org.ru", - "streamcomumuty.xyz", - "streamcomuniitty.ru.com", - "streamcomuniity.cf", - "streamcomuniity.com", - "streamcomuniity.net", - "streamcomuniity.pp.ua", - "streamcomunilty.net.ru", - "streamcomunilty.org.ru", - "streamcomunilty.pp.ru", - "streamcomunily.net.ru", - "streamcomunily.org.ru", - "streamcomunily.pp.ru", - "streamcomunitly.com", - "streamcomunitly.net", - "streamcomunitly.net.ru", - "streamcomunitly.ru", - "streamcomunitry.com", - "streamcomunitty.net", - "streamcomunitty.ru.com", - "streamcomunitu.ru", - "streamcomunity.com", - "streamcomunity.fun", - "streamcomunity.net", - "streamcomunity.org", - "streamcomunity.ru", - "streamcomunity.ru.com", - "streamcomunlty.net.ru", - "streamcomunlty.org.ru", - "streamcomunlty.pp.ru", - "streamcomunltyy.org.ru", - "streamcomunltyy.pp.ru", - "streamcomunniity.net.ru", - "streamcomunnity.pp.ua", - "streamcomunnity.ru.com", - "streamcomunnity.xyz", - "streamcomuuniltyy.org.ru", - "streamcomuuniltyy.pp.ru", - "streamcomuunltyy.net.ru", - "streamcomuunltyy.org.ru", - "streamcomuunltyy.pp.ru", - "streamcomynity.com", - "streamcomynity.ru.com", - "streamconmmunity.com", - "streamconmmunity.ru.com", - "streamconmnunity.co", - "streamconmnunity.xyz", - "streamconmumuty.xyz", - "streamconmunilty.com", - "streamconmunitly.com", - "streamconmunitly.ru", - "streamconmunity.com", - "streamconmunlity.com", - "streamconmunlty.ru", - "streamconmunyti.com", - "streamconmynity.ru.com", - "streamconnmunity.com", - "streamconnuity.com", - "streamconnumity.com", - "streamconnunitly.com", - "streamconnunity.link", - "streamconnunity.net.ru", - "streamconnunity.ru", - "streamconnunity.site", - "streamconnunity.us", - "streamconumuty.xyz", - "streamconunity.net.ru", - "streamcoommounity.com", - "streamcoommuniity.xyz", - "streamcoommunity.com", - "streamcoommunity.net", - "streamcoommunity.xyz", - "streamcormmmunity.ru.com", - "streamcormmnunity.ru.com", - "streamcormmunity.com", - "streamcormmunity.ru.com", - "streamcormmunlty.ru.com", - "streamcormmunnity.ru.com", - "streamcormmyniity.ru.com", - "streamcormnmunity.ru.com", - "streamcormnnunity.ru.com", - "streamcormunnity.ru.com", - "streamcornmunitu.ru", - "streamcornnunitly.co", - "streamcornnunitly.com", - "streamcoumunniity.org", - "streamcoumunnity.org", - "streamcrommunify.me", - "streamcummonity.ru.com", - "streamcummunity.ru.com", - "streamcummunlity.ru.com", - "streamcummunlty.com", - "streamcummunlty.xyz", - "streamecommuniity.com", - "streamecommunity.com", - "streameecommunity.com", - "streammcommunity.ru", - "streammcomunittty.ru", - "streammcomunity.com", - "streammcomunnity.ru", - "streammcomunuity.com", - "streammcomuunity.ru", - "streammcornmunnity.com", - "streamncommnunity.com", - "streamncommunlty.xyz", - "streamnconmumity.com", - "streamnconmunity.com", - "streamnconmunity.ru", - "streampoered.com", - "streampowered.store", - "streampowereed.com", - "streamssitesearch.com", - "streancommumity.ru.com", - "streancommuniity.ru.com", - "streancommuniliy.ru", - "streancommuniliy.ru.com", - "streancommunitiy.co", - "streancommunitiy.icu", - "streancommunitiy.icustreamcomunily.pp.ru", - "streancommunitiy.net", - "streancommunitiy.net.ru", - "streancommunitiy.ru", - "streancommunity.net", - "streancommunity.ru.com", - "streancommunity.xyz", - "streancommunty.net", - "streancommunuty.ru", - "streancomunnitiy.com", - "streancomunnuty.com", - "streanconnmunity.net", - "streancoommunity.com", - "streancoommunity.xyz", - "streanncomminity.ru", - "streanncommunity.space", - "streanncommynity.ru", - "streanncomnnunuty.com", - "streanncomunity.ru", - "strearmcommunity.ru", - "strearmcomunity.ru", - "strearncomuniity.ru.com", - "strearncornmunity.com", - "streawcommunity.xyz", - "streeamcommunuti.ru", - "streemcommunhity.org.ru", - "streemcommunitiy.ru.com", - "streetgetthen.net", - "strempowered.com", - "streomcommunuty.com", - "strieamcommunniity.com", - "striieamcomnmunniitty.ru", - "stteamcommiunity.com", - "stteamcommunitty.com", - "stteamcommunity.net", - "stteampowered.com", - "sttemcomnmuty.ru.com", - "stuamcommnuity.com", - "stuamcommunity.com", - "studiogiamberardino.it", - "stuemconmunity.com", - "stuffed.ru", - "stuiop.com", - "sturemconmunity.com", - "stwsmarket.ru", - "styamcommunity.com", - "styeampowerd.com", - "styeampowered.com", - "stzeamcomnumiti.ru", - "submarine.od.ua", - "subscription-discord-developers.com", - "subscription-hypesquad.com", - "subscription-hypesquadevents.com", - "subscription-moderator.com", - "subscription-moderatoracademy.com", - "subscriptions-hypesquadevents.com", - "success-news.net", - "sueamcommunity.com", - "sueamconmunity.com", - "sufficienttime.rocks", - "summer-rust.xyz", - "sunitro-gift.xyz", - "sunnygamble.com", - "sup-idea.com", - "superbalancednow.com", - "superdatenow3.com", - "superdealgadgets.com", - "superlpini.click", - "support.verifiedbadgehelp-form.ml", - "supreme2.ru", - "supremeskins.cf", - "surfacesbusinesss.xyz", - "survey-tracking-69.com", - "survey2you.bid", - "surveysandpromoonline.com", - "sushiswmap.com", - "sushivswap.com", - "sushiwab.com", - "sushiwaq.com", - "susnhiswap.com", - "susshiwap.com", - "swapskins.ga", - "swapskins.live", - "swapslot.tk", - "sweepstakesalerts.com", - "sweet-fortune.ru", - "sweetgirls.date", - "syncappencryptconnect.ru", - "system-update-new-2021.com", - "systemupdatix.club", - "sรคrahah.eu", - "sรคrahah.pl", - "ta-sty.info", - "taceitt.com", - "tacelt.com", - "tacticalusa.com", - "takaytry.z11.web.core.windows.net", - "takeit100.xyz", - "takeit101.xyz", - "takeit102.xyz", - "takeit103.xyz", - "takeit104.xyz", - "takeit105.xyz", - "takeit106.xyz", - "takeit107.xyz", - "takeit108.xyz", - "takeit109.xyz", - "takeit110.xyz", - "takeit111.xyz", - "takeit112.xyz", - "takeit113.xyz", - "takeit114.xyz", - "takeit115.xyz", - "takeit116.xyz", - "takeit117.xyz", - "takeit118.xyz", - "takeit119.xyz", - "takeit120.xyz", - "takeit121.xyz", - "takeit122.xyz", - "takeit123.xyz", - "takeit124.xyz", - "takeit125.xyz", - "takeit126.xyz", - "takeit127.xyz", - "takeit128.xyz", - "takeit129.xyz", - "takeit130.xyz", - "takeit131.xyz", - "takeit132.xyz", - "takeit133.xyz", - "takeit134.xyz", - "takeit135.xyz", - "takeit136.xyz", - "takeit137.xyz", - "takeit138.xyz", - "takeit139.xyz", - "takeit140.xyz", - "takeit141.xyz", - "takeit142.xyz", - "takeit143.xyz", - "takeit144.xyz", - "takeit145.xyz", - "takeit146.xyz", - "takeit147.xyz", - "takeit148.xyz", - "takeit149.xyz", - "takeit150.xyz", - "takeit151.xyz", - "takeit152.xyz", - "takeit153.xyz", - "takeit154.xyz", - "takeit155.xyz", - "takeit156.xyz", - "takeit157.xyz", - "takeit158.xyz", - "takeit159.xyz", - "takeit160.xyz", - "takeit161.xyz", - "takeit162.xyz", - "takeit163.xyz", - "takeit164.xyz", - "takeit165.xyz", - "takeit166.xyz", - "takeit167.xyz", - "takeit168.xyz", - "takeit169.xyz", - "takeit170.xyz", - "takeit171.xyz", - "takeit172.xyz", - "takeit173.xyz", - "takeit174.xyz", - "takeit175.xyz", - "takeit176.xyz", - "takeit177.xyz", - "takeit178.xyz", - "takeit179.xyz", - "takeit20.xyz", - "takeit21.xyz", - "takeit22.xyz", - "takeit23.xyz", - "takeit24.xyz", - "takeit25.xyz", - "takeit26.xyz", - "takeit260.xyz", - "takeit261.xyz", - "takeit262.xyz", - "takeit263.xyz", - "takeit264.xyz", - "takeit265.xyz", - "takeit266.xyz", - "takeit267.xyz", - "takeit268.xyz", - "takeit269.xyz", - "takeit27.xyz", - "takeit270.xyz", - "takeit271.xyz", - "takeit272.xyz", - "takeit273.xyz", - "takeit274.xyz", - "takeit275.xyz", - "takeit276.xyz", - "takeit277.xyz", - "takeit278.xyz", - "takeit279.xyz", - "takeit28.xyz", - "takeit280.xyz", - "takeit281.xyz", - "takeit282.xyz", - "takeit283.xyz", - "takeit284.xyz", - "takeit285.xyz", - "takeit286.xyz", - "takeit287.xyz", - "takeit288.xyz", - "takeit289.xyz", - "takeit29.xyz", - "takeit290.xyz", - "takeit291.xyz", - "takeit292.xyz", - "takeit293.xyz", - "takeit294.xyz", - "takeit295.xyz", - "takeit296.xyz", - "takeit297.xyz", - "takeit298.xyz", - "takeit299.xyz", - "takeit30.xyz", - "takeit300.xyz", - "takeit301.xyz", - "takeit302.xyz", - "takeit303.xyz", - "takeit304.xyz", - "takeit305.xyz", - "takeit306.xyz", - "takeit307.xyz", - "takeit308.xyz", - "takeit309.xyz", - "takeit31.xyz", - "takeit310.xyz", - "takeit311.xyz", - "takeit312.xyz", - "takeit313.xyz", - "takeit314.xyz", - "takeit315.xyz", - "takeit316.xyz", - "takeit317.xyz", - "takeit318.xyz", - "takeit319.xyz", - "takeit32.xyz", - "takeit321.xyz", - "takeit322.xyz", - "takeit323.xyz", - "takeit324.xyz", - "takeit325.xyz", - "takeit326.xyz", - "takeit327.xyz", - "takeit328.xyz", - "takeit329.xyz", - "takeit33.xyz", - "takeit330.xyz", - "takeit331.xyz", - "takeit332.xyz", - "takeit333.xyz", - "takeit334.xyz", - "takeit335.xyz", - "takeit336.xyz", - "takeit337.xyz", - "takeit338.xyz", - "takeit339.xyz", - "takeit34.xyz", - "takeit340.xyz", - "takeit341.xyz", - "takeit342.xyz", - "takeit343.xyz", - "takeit344.xyz", - "takeit345.xyz", - "takeit346.xyz", - "takeit347.xyz", - "takeit348.xyz", - "takeit349.xyz", - "takeit35.xyz", - "takeit350.xyz", - "takeit351.xyz", - "takeit352.xyz", - "takeit353.xyz", - "takeit354.xyz", - "takeit355.xyz", - "takeit356.xyz", - "takeit357.xyz", - "takeit358.xyz", - "takeit359.xyz", - "takeit36.xyz", - "takeit360.xyz", - "takeit361.xyz", - "takeit362.xyz", - "takeit363.xyz", - "takeit364.xyz", - "takeit365.xyz", - "takeit366.xyz", - "takeit367.xyz", - "takeit368.xyz", - "takeit369.xyz", - "takeit37.xyz", - "takeit370.xyz", - "takeit371.xyz", - "takeit372.xyz", - "takeit373.xyz", - "takeit374.xyz", - "takeit375.xyz", - "takeit376.xyz", - "takeit377.xyz", - "takeit378.xyz", - "takeit379.xyz", - "takeit38.xyz", - "takeit380.xyz", - "takeit381.xyz", - "takeit382.xyz", - "takeit383.xyz", - "takeit384.xyz", - "takeit385.xyz", - "takeit386.xyz", - "takeit388.xyz", - "takeit389.xyz", - "takeit39.xyz", - "takeit390.xyz", - "takeit391.xyz", - "takeit392.xyz", - "takeit393.xyz", - "takeit394.xyz", - "takeit395.xyz", - "takeit396.xyz", - "takeit397.xyz", - "takeit398.xyz", - "takeit399.xyz", - "takeit40.xyz", - "takeit400.xyz", - "takeit401.xyz", - "takeit402.xyz", - "takeit403.xyz", - "takeit404.xyz", - "takeit405.xyz", - "takeit406.xyz", - "takeit407.xyz", - "takeit408.xyz", - "takeit409.xyz", - "takeit41.xyz", - "takeit410.xyz", - "takeit411.xyz", - "takeit412.xyz", - "takeit413.xyz", - "takeit414.xyz", - "takeit415.xyz", - "takeit416.xyz", - "takeit417.xyz", - "takeit418.xyz", - "takeit419.xyz", - "takeit42.xyz", - "takeit420.xyz", - "takeit422.xyz", - "takeit423.xyz", - "takeit424.xyz", - "takeit425.xyz", - "takeit426.xyz", - "takeit427.xyz", - "takeit428.xyz", - "takeit429.xyz", - "takeit43.xyz", - "takeit430.xyz", - "takeit431.xyz", - "takeit432.xyz", - "takeit433.xyz", - "takeit434.xyz", - "takeit435.xyz", - "takeit436.xyz", - "takeit437.xyz", - "takeit438.xyz", - "takeit439.xyz", - "takeit44.xyz", - "takeit440.xyz", - "takeit441.xyz", - "takeit442.xyz", - "takeit443.xyz", - "takeit444.xyz", - "takeit445.xyz", - "takeit446.xyz", - "takeit447.xyz", - "takeit448.xyz", - "takeit449.xyz", - "takeit45.xyz", - "takeit450.xyz", - "takeit451.xyz", - "takeit452.xyz", - "takeit453.xyz", - "takeit454.xyz", - "takeit455.xyz", - "takeit456.xyz", - "takeit457.xyz", - "takeit458.xyz", - "takeit459.xyz", - "takeit46.xyz", - "takeit460.xyz", - "takeit461.xyz", - "takeit462.xyz", - "takeit463.xyz", - "takeit464.xyz", - "takeit465.xyz", - "takeit466.xyz", - "takeit467.xyz", - "takeit468.xyz", - "takeit469.xyz", - "takeit47.xyz", - "takeit470.xyz", - "takeit471.xyz", - "takeit472.xyz", - "takeit473.xyz", - "takeit474.xyz", - "takeit475.xyz", - "takeit476.xyz", - "takeit477.xyz", - "takeit478.xyz", - "takeit479.xyz", - "takeit48.xyz", - "takeit480.xyz", - "takeit481.xyz", - "takeit482.xyz", - "takeit483.xyz", - "takeit484.xyz", - "takeit485.xyz", - "takeit486.xyz", - "takeit487.xyz", - "takeit488.xyz", - "takeit489.xyz", - "takeit49.xyz", - "takeit490.xyz", - "takeit491.xyz", - "takeit492.xyz", - "takeit493.xyz", - "takeit494.xyz", - "takeit495.xyz", - "takeit496.xyz", - "takeit497.xyz", - "takeit498.xyz", - "takeit499.xyz", - "takeit50.xyz", - "takeit500.xyz", - "takeit501.xyz", - "takeit502.xyz", - "takeit503.xyz", - "takeit504.xyz", - "takeit505.xyz", - "takeit506.xyz", - "takeit507.xyz", - "takeit508.xyz", - "takeit509.xyz", - "takeit51.xyz", - "takeit510.xyz", - "takeit511.xyz", - "takeit512.xyz", - "takeit513.xyz", - "takeit514.xyz", - "takeit515.xyz", - "takeit516.xyz", - "takeit517.xyz", - "takeit518.xyz", - "takeit519.xyz", - "takeit520.xyz", - "takeit521.xyz", - "takeit522.xyz", - "takeit523.xyz", - "takeit524.xyz", - "takeit525.xyz", - "takeit526.xyz", - "takeit527.xyz", - "takeit528.xyz", - "takeit529.xyz", - "takeit53.xyz", - "takeit530.xyz", - "takeit531.xyz", - "takeit533.xyz", - "takeit534.xyz", - "takeit535.xyz", - "takeit536.xyz", - "takeit537.xyz", - "takeit538.xyz", - "takeit539.xyz", - "takeit54.xyz", - "takeit540.xyz", - "takeit541.xyz", - "takeit542.xyz", - "takeit543.xyz", - "takeit544.xyz", - "takeit545.xyz", - "takeit546.xyz", - "takeit547.xyz", - "takeit548.xyz", - "takeit549.xyz", - "takeit55.xyz", - "takeit550.xyz", - "takeit551.xyz", - "takeit552.xyz", - "takeit553.xyz", - "takeit554.xyz", - "takeit555.xyz", - "takeit556.xyz", - "takeit557.xyz", - "takeit558.xyz", - "takeit559.xyz", - "takeit56.xyz", - "takeit560.xyz", - "takeit561.xyz", - "takeit562.xyz", - "takeit563.xyz", - "takeit564.xyz", - "takeit565.xyz", - "takeit566.xyz", - "takeit567.xyz", - "takeit568.xyz", - "takeit569.xyz", - "takeit57.xyz", - "takeit570.xyz", - "takeit571.xyz", - "takeit572.xyz", - "takeit573.xyz", - "takeit574.xyz", - "takeit575.xyz", - "takeit576.xyz", - "takeit577.xyz", - "takeit578.xyz", - "takeit579.xyz", - "takeit58.xyz", - "takeit580.xyz", - "takeit581.xyz", - "takeit582.xyz", - "takeit583.xyz", - "takeit584.xyz", - "takeit586.xyz", - "takeit587.xyz", - "takeit588.xyz", - "takeit589.xyz", - "takeit59.xyz", - "takeit590.xyz", - "takeit591.xyz", - "takeit592.xyz", - "takeit594.xyz", - "takeit596.xyz", - "takeit597.xyz", - "takeit598.xyz", - "takeit599.xyz", - "takeit60.xyz", - "takeit601.xyz", - "takeit602.xyz", - "takeit603.xyz", - "takeit604.xyz", - "takeit605.xyz", - "takeit606.xyz", - "takeit607.xyz", - "takeit608.xyz", - "takeit61.xyz", - "takeit610.xyz", - "takeit611.xyz", - "takeit612.xyz", - "takeit613.xyz", - "takeit614.xyz", - "takeit615.xyz", - "takeit616.xyz", - "takeit617.xyz", - "takeit618.xyz", - "takeit619.xyz", - "takeit62.xyz", - "takeit620.xyz", - "takeit621.xyz", - "takeit622.xyz", - "takeit623.xyz", - "takeit624.xyz", - "takeit625.xyz", - "takeit626.xyz", - "takeit627.xyz", - "takeit628.xyz", - "takeit629.xyz", - "takeit63.xyz", - "takeit630.xyz", - "takeit631.xyz", - "takeit632.xyz", - "takeit633.xyz", - "takeit634.xyz", - "takeit635.xyz", - "takeit636.xyz", - "takeit637.xyz", - "takeit638.xyz", - "takeit639.xyz", - "takeit64.xyz", - "takeit640.xyz", - "takeit641.xyz", - "takeit642.xyz", - "takeit643.xyz", - "takeit644.xyz", - "takeit645.xyz", - "takeit646.xyz", - "takeit647.xyz", - "takeit648.xyz", - "takeit649.xyz", - "takeit650.xyz", - "takeit651.xyz", - "takeit652.xyz", - "takeit653.xyz", - "takeit654.xyz", - "takeit655.xyz", - "takeit656.xyz", - "takeit657.xyz", - "takeit658.xyz", - "takeit659.xyz", - "takeit66.xyz", - "takeit660.xyz", - "takeit661.xyz", - "takeit662.xyz", - "takeit67.xyz", - "takeit68.xyz", - "takeit69.xyz", - "takeit70.xyz", - "takeit71.xyz", - "takeit72.xyz", - "takeit73.xyz", - "takeit74.xyz", - "takeit75.xyz", - "takeit76.xyz", - "takeit77.xyz", - "takeit78.xyz", - "takeit79.xyz", - "takeit80.xyz", - "takeit81.xyz", - "takeit82.xyz", - "takeit83.xyz", - "takeit84.xyz", - "takeit85.xyz", - "takeit86.xyz", - "takeit87.xyz", - "takeit88.xyz", - "takeit89.xyz", - "takeit90.xyz", - "takeit91.xyz", - "takeit92.xyz", - "takeit93.xyz", - "takeit94.xyz", - "takeit95.xyz", - "takeit96.xyz", - "takeit97.xyz", - "takeit98.xyz", - "takeit99.xyz", - "talanka.com", - "tamesteel.net", - "tanpavirus.web.id", - "tarcrypto.com", - "tasty-drop.pp.ua", - "tasty-skill.net.ru", - "tastygo.ru.com", - "tastyskill.net.ru", - "tathli.com", - "taty-dropp.info", - "team-discord.com", - "team-dream.xyz", - "team-moderator.com", - "team.the-shrubbery.co.uk", - "teamastrallis.org.ru", - "teamclouds.com", - "teamfnat.net.ru", - "teamfnattic.org.ru", - "teamgog.pp.ua", - "techevolution.work", - "techgenerator.xyz", - "techinnsrl.com", - "teens2fcuk.net", - "teenyreligious.com", - "telegram-veb.ru", - "terlaby.com", - "terrifvvev.com", - "test-domuin2.com", - "test-domuin3.ru", - "test-domuin4.ru", - "test-domuin5.ru", - "testbot2021.ru", - "testmoderators.com", - "testy-drop.pp.ua", - "texaswhitetailfever.com", - "tf2market.store", - "the-shrubbery.co.uk", - "thediscordapp.com", - "thelaberynthgame.com", - "themekaversed.org", - "themekaverses.org", - "theserbit.com", - "theshoparound.com", - "thesilkradiance.com", - "think-when.xyz", - "this", - "thor-case.net.ru", - "threemeterssky.ru", - "tic.com.ua", - "tigers.pp.ua", - "tik-team-topp.org.ru", - "tiktok-mint.online", - "tiktok.verifiedbadgehelp-form.ml", - "tiktokmagic.ru", - "tiktoksupport.ru.com", - "tini.best", - "tipslife.ru", - "tipteamgg.xyz", - "to6s.biz", - "token-bit.com", - "toolprotimenow.com", - "toom-skins.xyz", - "toornirs.pp.ua", - "toournament.ru", - "top-team.org.ru", - "top2-personal-loans-credits.com", - "topcase.monster", - "topconsumerproductsonline.com", - "topeasyllucky.pp.ua", - "topgadgetneckmassager.com", - "topgirls-here.com", - "topgirls-here1.com", - "topicnews.net", - "toplov.com", - "topmatch4you.com", - "topr-games.xyz", - "toprobux.site", - "topstteeamleto2021.net.ru", - "topsweeps.com", - "topvincere.net.ru", - "topvincere.org.ru", - "topvincere.pp.ru", - "topw-gamez.xyz", - "topz-games.xyz", - "totalav.com", - "totaltopposts.com", - "tourggesports.ru", - "tourism-services.online", - "tournament-hub.ru", - "tournament-predator.xyz", - "tournament-win.ru", - "tournament.ru.com", - "tournamentcs.live", - "tournamentcsgo.ga", - "tournamentcsgo.gq", - "tournaments-free.xyz", - "tournaments.ru.com", - "tournamentscsgo.ru", - "tournamentsgl.ru", - "tournamentsplay.site", - "tournamentt.com", - "tournrecruit.xyz", - "trabeoffer.ru", - "trabeoffers.xyz", - "track-149uew.link", - "track.countlessclicks.com", - "trackadsonline.top", - "trackbyfast.com", - "trackertrak.com", - "tracklyfast.com", - "trade-csmoney.ru", - "trade-dexter.xyz", - "trade-leagues.com", - "trade-link-offer.ru", - "trade-link.ru", - "trade-linkk.ru", - "trade-offers.link", - "trade-offers.me", - "trade-offersz.pp.ua", - "trade-profile.fun", - "trade.ru.com", - "tradeaffix.pp.ua", - "tradeandyou.ru", - "tradecs.ru.com", - "tradelink.live", - "tradeoff.space", - "tradeoffer-link.ru.com", - "tradeoffer-new.ru", - "tradeoffer.com.ru", - "tradeoffers.net.ru", - "tradeoffers11.xyz", - "tradeoffers228.design", - "tradeoffers228.net.ru", - "tradeperson.site", - "traderlink.ru.com", - "traders-offers.com", - "trades-league.com", - "trades-link.ru", - "trades-offers.xyz", - "tradesoffers.com", - "trafempire.com", - "traffic-go.com", - "traffichub01.online", - "trafficjunction.com", - "tratbc.com", - "treader-offer.com", - "tredecsgo.com", - "treders-offers.com", - "treplov.pp.ua", - "trfcbooost.com", - "trfrc.com", - "tribusgame.xyz", - "triumph.tk", - "triumphantplace.com", - "trktrk.club", - "true-money.xyz", - "truepnl-giveaway.info", - "trustpool.xyz", - "tryinfinitikloud.com", - "tryultrassenceskin.com", - "tsyewc.com", - "ttr-discord.com", - "ttr-discord.ru.com", - "tugceyumakogullari.tk", - "turboadblocker.com", - "turibius-hra.com", - "turmouse.ru", - "twitch-csgoconnect.gifts", - "twitch-facepanch.com", - "twitch-facepunchs.com", - "twitch-nude.com", - "twitch-rust.com", - "twitch-starter.com", - "twitch.facepunch-llc.com", - "twitch.facepunch-ltd.com", - "twitch.facepunchs.com", - "twitch.facepunchstudio.com", - "twitch.rust-ltd.com", - "tylofpcasy.xyz", - "typiccor.com", - "u924157p.beget.tech", - "udenvirus.dk", - "udmoney.club", - "uii.io", - "uirusu.jp", - "ultimateskins.xyz", - "ultracup.fun", - "um-bredirect.com", - "umbrellajump.xyz", - "umosleep.ru", - "universityteam.xyz", - "up-discord.ru", - "up-nitro.com", - "up-you.ru", - "upcs.monster", - "updat-members.life", - "update-incentives-rutidosis-pretenceless.xyz", - "update-phone-today.com", - "upshroomishtor.com", - "ur-l.me", - "uralmtk.ru", - "urtyert.com", - "us-appmonie.yousweeps.com", - "usbnovel.com", - "usetrans.com", - "uspringcup.com", - "usunwirusa.pl", - "ut.ntwrk.yunihost.ru", - "utanvirus.se", - "v-roblox.com", - "v2013.ru", - "varfabit.com", - "vbucksminer.ru", - "vbucksplease.com", - "ventasstore.xyz", - "verif-nitro.ru", - "verif-nitro.xyz", - "verifapp.us", - "verification-discord.cf", - "verification-discord.com", - "verifications-discord.com", - "verifiedbadgehelp-form.ml", - "verify-discord.com", - "verifyaccount-for-bluetick.com", - "verifytool.xyz", - "versus-cup.ru", - "versus-play.ru", - "versuscs.ru", - "versuscsgoplay.pp.ua", - "versusplay.ru", - "vertmaxbit.com", - "vfgrse.com", - "vhoru.com.ua", - "vid-adblocker.com", - "video-adblock.com", - "video-c3.xyz", - "viewc.site", - "viirused.ee", - "vip-lady-dreams.com", - "vip-pobrit1.ru", - "vippobrit.ru", - "vippobrit1.ru.com", - "virpropcnow.xyz", - "virukset.fi", - "virusai.lt", - "viruset.no", - "virusi.bg", - "virusi.hr", - "virusler.info.tr", - "visaxsteam.ru", - "vitality-cyber.net", - "vitality-playtime.com", - "vitality-top.ru", - "vitalityboxs.com", - "vitalitycamp.ru", - "vitalityesports.net", - "vitalitygg.ru", - "vivads.net", - "viwwzagul.xyz", - "viwwzaguls.xyz", - "viwwzagulw.xyz", - "viwwzaguly.xyz", - "vkbonus.club", - "vkcomgvas.org.ru", - "vkulake.com", - "vm1189661.firstbyte.club", - "vnebi.com", - "vote-hypesquad.com", - "vote-hypesquad.online", - "vote-moderator.com", - "vote-moderators.com", - "vpitems.xyz", - "vqojiorq.ru", - "vremechko.org", - "vremyamn.ru", - "vun.fyi", - "vur.fyi", - "vvvvw-roblox.com", - "waccupzero.ru.com", - "waccupzerow.monster", - "wadefamilytree.org", - "wallet-steam.ml", - "walletsolutiontrust.net", - "wanmei-hy.ru", - "wanmeics6.ru", - "wanmeicsgo1.ru", - "wanmeipt.ru", - "wanmeizi.ru", - "watch-video.net", - "watchprecise-bestextremelyfile.best", - "waterbets.ru", - "waucupsz.monster", - "wavebtc.com", - "wdeliv.net", - "we-player.ru", - "wearewinagain.xyz", - "web-discord-moderator.com", - "web-discord.com", - "webpushcloud.top", - "webr-roblox.com", - "webrecepty.info", - "weekly-lucky-2020-gift.club", - "weeklyjob.online", - "weplay.ru.com", - "were-want.ru.com", - "westabit.com", - "what-were.xyz", - "whatabouthotladies.com", - "whatsappx.com", - "wheel-run.ru", - "white-guns.xyz", - "white-list.live", - "whitelampa.xyz", - "wholedailyfeed.com", - "wi-play.xyz", - "widesdays.com", - "wignewsee.club", - "wild-day.com", - "wildcard-not-existed-test-000000.steamcornmunity.club", - "win-lems.org.ru", - "win-skin.top", - "win-skin.xyz", - "win-trader.org.ru", - "win.xzhyl.top", - "windows-scan.com", - "winfnatic.pro", - "winknifespin.xyz", - "winner-roll.ru", - "winrbx1s1.pw", - "wins-navi.com", - "winskin-simple.xyz", - "winskins.top", - "winter-smile.com", - "wintheskin.xyz", - "wishuiuck.net", - "witch.tv", - "withereum.com", - "wn.nr", - "womenforyou.net", - "womeniover.com", - "womeniovers.net", - "wonderhall.net", - "word-the.xyz", - "workerz1.com", - "world-news-filter.info", - "worldactualstories.com", - "worldbeyondleft.xyz", - "wowcloud9.com", - "wowfnatic.com", - "wowfnatic.ru", - "wowfnatic.site", - "wtf-magic.ru", - "wtf-magic.top", - "wtf-magicru.top", - "wtf-win.net.ru", - "wubingdu.cn", - "ww1.dicsordapp.com", - "ww1.discordapp.org", - "ww1.discordserves.me", - "ww1.discordstyle.com", - "ww1.discorpapp.com", - "ww1.pro-nitro.fun", - "ww11.steamcommunity.download", - "ww16.discordcanary.com", - "ww16.nitro-discord.com", - "ww8.steamcommmunity.ru.com", - "wwdiscord.app", - "wwdiscord.com", - "wwtracking.net", - "wwvv-roblcx.com", - "wwvvv-roblox.com", - "www-steamcommunlty.com", - "www-web-rcblox.com", - "www2.c2bit.online", - "wwwlog-in.xyz", - "wyxy.ru", - "x-soft.club", - "x33681t2.beget.tech", - "x403.nitro.com.au", - "xcrewteam.com", - "xda-developers.us", - "xdiscord.com", - "xesa-nitro.com", - "xess-nitro.com", - "xfxcheats.online", - "xgamercup.com", - "xiaobaixitong.com", - "xiomoinuyt03.z11.web.core.windows.net", - "xn--e1agajgahgxri7a.site", - "xn--rpple-tsa.com", - "xn--steamcommunit-ge3g.com", - "xnescat.info", - "xorialloy.xyz", - "xponsor.com", - "xpro.gift", - "xpro.ws", - "xpromo-discord.com", - "xroll.space", - "xscsgo.com", - "xtradefox.com", - "xtradeskin.com", - "xyzdiiscord-app.com", - "xyzdiscord-get.shop", - "xyzdiscordapp.xyz", - "xyzdiscords-gifts.club", - "xyzdlscorld-get.xyz", - "xyzdlscorld.gift", - "xzsae.hitechconnected.com", - "yeeshiedot.ru", - "yeppymoll.xyz", - "yip.su", - "yolock.site", - "yougames.fun", - "youotube.com", - "your-bonus.ecl8hr4lalq5.top", - "your-dreams-girls2.com", - "yourbest-dating33.life", - "yourdatefortune.com", - "yourprotectorshield.com", - "youshouldclick.us", - "youtuba.com", - "youtubers2021.xyz", - "youtubersrwrds.xyz", - "youtubeshort.watch", - "yoรผtu.be", - "yoรผtรผbe.co", - "yoรผtรผbe.com", - "ysbweb.com", - "yt118.com", - "ytbgamer.space", - "yummy-nitro.com", - "yuriblog.ru", - "yvotsb.com", - "z93729n9.beget.tech", - "zajtrkhisa.xyz", - "zakat.ntwrk.yunihost.ru", - "zakryma.ru", - "zamanula.ru", - "zbysdw.com", - "zctrack.com", - "zedplays.com", - "zeferesds.com", - "zerocup.ru", - "zeusclicks.com", - "zhdzkj.com", - "zheltaya.ru", - "zhuangjizhuli.com", - "zhuangjizhuli.net", - "zipansion.com", - "zipsetgo.com", - "zipsetgod.com", - "znews-live.com", - "zondervirus.nl", - "zoneforyourprize.life", - "zonewarco.org.ru", - "zvideo-live.com", - "zzm4.ru", - "sleamcommuninty.com", - "stearncomnnunity.website", - "dlscorp.com", - "stemcummunnity.ru.com", - "kaysdrop.ru", - "discordgift.pw", - "steamcommunityzbo.top", - "dlscord.fr", - "stuamcommnuity.com", - "disccord.tk", - "dlsccrd.com", - "steam-tradeoffer.xyz", - "nitroos-frieie.ru", - "steeamcomnnunity.com", - "discord-nitro.link", - "disocrd.gifts", - "steamcomunninuty.com", - "steancoommunitytradeofferr.com", - "steamcommmunlity.com", - "steams-discord.ru", - "luckygift.space", - "staemcomunnity.com", - "robuxat.com", - "steamconmumity.com", - "stearncommunhty.com", - "steancammunlty.com", - "steampoweredswap.xyz", - "steamcomnunilty.ru.com", - "streamnconmumity.com", - "steamtradestore1.xyz", - "steancommunnty.com", - "stemapowered.com", - "dicsrod.com", - "discordgg.com", - "smartcommunity.net", - "steancomunyti.ru.com", - "sternconmunity.ru", - "steamcommunetiy.com", - "discord-airdrop.fun", - "steamcommunityzbr.top", - "disccord.gg", - "stleamncommunity.ru", - "disorc.com", - "steam-auth.ru", - "stemcumnmunity.ru.com", - "scteamcommunity.com", - "staemcoommunity.ru", - "steamcommlunity.com", - "navi-up.com", - "discorcl.online", - "streamnconmunity.com", - "steamuserimages-a.akamaid.net", - "dlscord.support", - "riptide-valve.ru", - "stemcomrnmunity.com", - "streamcommuinty.com", - "steamcommunityw.org.ru", - "streamcommmunitty.ru.com", - "game-csgosteam.ru", - "steamcommunity.com-id-k4tushatwitchbabydota.ru", - "steappowered.com", - "steamcommeunity.com", - "steamcummunity.com.ru", - "streamcommuniliiey.org.ru", - "discordsapplication.info", - "discordc.gift", - "store-steamcomminuty.ru.com", - "steamcomunmity.ru.com", - "steamcommynityprofile.ru", - "steawcomunity.net", - "steanncommuiniuty.com", - "steamcommunitfy.ru.com", - "streamcommunmity.com", - "discord-boost.ru.com", - "discord-apps.xyz", - "discord-gift.info", - "discordnitro.gift", - "robuxprofiles.com", - "streamcomunnity.ru.com", - "fustcup.ru", - "steamcommunitty.com.ru", - "verifapp.us", - "sterumcommunity.com", - "steanpowered.net.ru", - "stemcomnmuniity.com", - "taceitt.com", - "cs-skins.link", - "dlscord-nitro.ru.com", - "diszcordapp.com", - "steaimeecommunity.com", - "staemcommunityi.com", - "streamconnunity.us", - "steamcamunitey.com", - "stemcamnunity.ru", - "discrocl.xyz", - "my-tradelink.ru", - "thediscordapp.com", - "steannconnnnunity.net.ru", - "steamgifts.net.ru", - "steamcamiutity.com", - "stemcommunite.pp.ru", - "steamconynuyty.net.ru", - "steamcomunuty.com", - "steamcommunikkty.net.ru", - "steancomrnunity.com", - "steemcomrnunity.co", - "steamtradeprofile.com", - "steamconmunyty.com", - "streamcommuniity.ru.com", - "robloxstore.co.uk", - "streamcomunniity.net.ru", - "riptide-operation.ru", - "23c7481e.hbrex.cn", - "pubggift102.xyz", - "discord-airdrop.info", - "streamcommiunity.com", - "streamcomunilty.org.ru", - "dliscord-gift.com", - "sleancommunlty.xyz", - "sleamcommnunity.net", - "steamcommutiny.ru", - "discodnitro.info", - "steamcommunitty.site", - "pubggf02.xyz", - "steamoffered.trade", - "nitro-discord.info", - "csgosell.xyz", - "bigmoneyrollawira.xyz", - "steemcoommunlty.ru", - "streamconnumity.com", - "steramconmunity.com", - "discordx.link", - "streamcommuntly.net.ru", - "steammcamunity.com", - "steaimecommintliy.com", - "discord.in", - "staemcoomuunty.ru", - "hyperz.monster", - "discorddevelopment.com", - "discod.art", - "dlscorclapp.fun", - "discold.ru", - "steancomnnunnity.ru", - "discords-events.com", - "steam-dlscord.com", - "upcs.monster", - "staemcommnunity.ru.com", - "discordgift.ru.com", - "streamcommynuty.com", - "steamcommunitli.ru", - "steamcommunityy.online", - "discrodup.ru", - "steamconnunity.pp.ru", - "hallowen-nitro.com", - "streamcomynity.com", - "eslgamingopen.com", - "disscord.online", - "toom-skins.xyz", - "discords.co.uk", - "slearncommunity.store", - "steamcomunity.com.ru", - "badge-team.ml", - "stemcoomnmounity.com", - "discordapp.store", - "staemcrommunity.com.profiles-768590190751377476483.me", - "steancomnuuniliy.ru.com", - "hydra2018.ru", - "steancoomnunity.com", - "dicsord-airdrop.ru", - "steamowered.com", - "mythiccups.xyz", - "steamcommynyti.ru", - "steamcommuniti.org.ru", - "dicsord.space", - "stuemconmunity.com", - "discorcl-gift.ru", - "steamcommunuty.org.ru", - "discord-gifte.xyz", - "stearmmcommuniity.ru", - "steamcommunitlly.ru.com", - "steamcomrnyniti.ru.com", - "discords.net", - "steampower.co", - "steam.cash", - "stheamcommunity.ru", - "derimonz.xyz", - "discocrd.gifts", - "rl-performance.com", - "diisccord.club", - "sturemconmunity.com", - "steamcommuuity.net.ru", - "dicsord.website", - "discord-dr0p.ru", - "discord-developer.com", - "discorcd.com", - "steam-accounts.com", - "discord-service.com", - "dicscordapp.com", - "fnatic-drop.com", - "steamcoommunilty.com", - "staemcommunitu.com", - "navi.pp.ru", - "stearnpovvered.com", - "steamcomunnitu.xyz", - "streamcomrnunity.online", - "discordt.gift", - "steamcommnunlty.ru", - "roblox.link.club", - "pubgclaims.com", - "steampoweded.com", - "steamservice-deals.xyz", - "staerncormmunity.com", - "steeamcommunnity.ru.com", - "pubg.new-collects.xyz", - "dicsordapp.co", - "2021cs.net.ru", - "dicord.site", - "stearncomminuty.link", - "steamcommunuty.ru", - "steancomuniite-xuz.ru", - "discordtw.com", - "steam-rep.com", - "steanncomnuniity.com", - "steamcommymity.ru", - "steancommunity.host", - "diskord.gg", - "steacomnmunify.fun", - "stemcummnunity.ru.com", - "discordgiftsteam.ru", - "cyber-lan.com", - "steam-communitygifts.xyz", - "stemcomnmunniity.com", - "discardapp.fun", - "discor.de", - "discocl.xyz", - "steamcommunity-tradeoffer.com", - "steancomnunytu.ru", - "streamcomnunlty.ru", - "stearmcommnunity.com", - "stemconmumity.ru", - "steamcommunti.com", - "ds-nitro.site", - "steamcomiunity.com", - "pubggf30.xyz", - "steam-nltro.ru", - "steamrommunity.org.ru", - "nitro-drop.com", - "services.runescape.rs-ui.xyz", - "katowice.ru", - "discovd.com", - "discord-help.com", - "stearmconmmunity.com", - "discords-developers.com", - "dlicord-glfts.site", - "steamcommnunity.ru.com", - "steamconmumity.com.ru", - "discordinfo.com", - "streamcommunly.me", - "diiscord.gift", - "discorid.gift", - "stearmcommuninty.com", - "steamcomunety.com", - "dliscord-nitro.com", - "steancommounity.com", - "discord-security.com", - "steamcommunitygifts1.xyz", - "sttemcomnmuty.ru.com", - "steamcommytuniu.com", - "esportpoint.xyz", - "doscordapp.com", - "steamcommunty.pw", - "steanncommity.co", - "sleamcomunity.ru.com", - "operationreptide.com", - "streamcammunitly.com", - "staemcommunninty.com", - "steamcommnunily.xyz", - "steamitem.xyz", - "steamcommunyty.ru.com", - "discordsapp.xyz", - "discordappo.com", - "steamcommunnjty.com", - "steanmcomrninuty.xyz", - "disclord.com", - "discord-app.info", - "steamcommunityi.com", - "esportsgvay.xyz", - "staemmcommunity.ru", - "steamcommynnityy.com", - "steamcommumlity.com", - "discord-nitro-free.ru", - "stemcomminuty.ru", - "steeamcomunity.net", - "stemcumnmunity.com.ru", - "sleamcommunity.net", - "steamcomunity.me", - "sterncommunnity.ru", - "stearmcommuunity.ru", - "disiscord.com", - "steomcommunitey.com", - "discordapp.pages.dev", - "steam-powered1.xyz", - "stemcomunnity.com", - "dlscord-nltro.com", - "steam-tradehome.xyz", - "steamcornmuniity.net.ru", - "stheamcornmunitiy.ru", - "stemcomnunity.ru", - "steamsourcecommunity1.xyz", - "dlscord.online", - "pubggift92.xyz", - "disc-ord.com", - "discord-airdrop.xyz", - "discordappp.net", - "testbot2021.ru", - "summer-rust.xyz", - "steamconnunity.net", - "discord.fyi", - "steamcommunicty.ru.com", - "steam-power.xyz", - "slteamcommuinity.com", - "stemcornmunitly.ru.com", - "discordnitropromo.site", - "steamcommuntily.ru", - "disordnitros.xyz", - "staemcommunity.org", - "discord-net-labs.com", - "steamcommunety.org.ru", - "steamnltros.ru", - "discord-apps.site", - "steamhome-trade.xyz", - "rl-promos.com", - "discord-hypesquad.com", - "store.stampowered.com", - "steamcommynitu.net.ru", - "steamcommuniltily.ru.com", - "steamcomyniti.xyz", - "steancommuncity.ru", - "steancommuniit.ru.com", - "discord-nitro.ru.com", - "discorcd-nitro.com", - "sreamcommunity.net.ru", - "steancommnunitytradeoffer.xyz", - "steancomunite-xuz.ru", - "humanlifeof.xyz", - "steamcommunnity.co", - "navi-esl.ru.com", - "discord.deals", - "steamcommulnity.com", - "stearcommunitly.com", - "discodrd.com", - "csgo-lute.net.ru", - "discord-givaewey.ru", - "pubggf35.xyz", - "streampowered.store", - "steamconnumuty.com", - "twitch.rust-ltd.com", - "steamcommintty.com", - "steamcommunitiyy.com", - "dicordapp.com", - "discord-hypeevent.com", - "steamcommunitywork.com", - "discorcl.club", - "discorcl.ru", - "pandaskins.ru.com", - "steamcommunjtv.xyz", - "stearnconmunity.com", - "steaamcammunitiy.com", - "discocrd.gift", - "steamcomunity.org.ru", - "steamcommnuty.site", - "steamuppowered.com", - "sternmconmunity.com", - "sleammcommunity.ru", - "pubggf41.xyz", - "dlscordsream.pp.ua", - "steamcommunlty.shop", - "discordsgift.info", - "steamncomunitity.com", - "steamcommunrity.com", - "steamcomnutiny.ru.com", - "discord-app.top", - "stearncommmunity.online", - "steamecommunitiiy.com", - "steamcommnlty.com", - "staermcrommunity.me", - "steancommuinty.ru", - "astrallis.net.ru", - "steamcommunimty.ru.com", - "fineplay.xyz", - "sleamcommuinity.xyz", - "steancommunmilty.com", - "stemcommnuunity.com", - "stearncommunitly.xyz", - "discord-infoapp.xyz", - "steemcommunity.ru.com", - "streamcommunitily.com", - "juct-case.ru", - "stearnporewed.ru.com", - "discord.moscow", - "steamcommunity.click", - "copyrightbussinessgroup.com", - "steampower.de", - "steamcomunty.org.ru", - "streamconnunity.ru", - "staemcornmunity.ru", - "discord-sms.eu", - "discord-bugs.com", - "dlscord-developer.com", - "dlscordapp.codes", - "discordpap.com", - "stemcomunity.ru.com", - "steamcomminyty.ru.com", - "steamcommurnity.com", - "streamcommnunlity.ru", - "steanncammunlte.com", - "steamcommutry.ru", - "rl-garage.online", - "steeamcommunlity.com", - "steamcommnnunnity.world", - "steamconmunyty.ru", - "steancomnmunity.ru", - "givenatus.site", - "dsicrod.com", - "dicovrd.com", - "stearncomnmunity.com", - "steamconnummity.ru", - "steanpowered.xyz", - "staemcomunity.ru", - "steamcumumunity.com.ru", - "steamcommunity-profile.net", - "discorrd.site", - "discordl.xyz", - "steampowered-swap1.xyz", - "sleamcommunnity.net", - "steamncommunitu.co", - "steeamcommunnuity.ru.com", - "discordevents.com", - "myfast.ru", - "discord-accept.com", - "streamcommuniti.xyz", - "stleamcommunitty.com", - "discord.biz", - "steamco.mmunity.com", - "giftdiscord.online", - "steamcommuunlity.com", - "steamcornmunit.ru.com", - "discrodnitro.ru", - "stearncornmnuity.ru", - "steamcommutyniu.com", - "discard.gift", - "natus-open.pp.ru", - "dixscord.com", - "steamcommunity.cloud", - "staemcomconmunlty.ru.com", - "tradeoffer.com.ru", - "sleamcommuniitey.ru.com", - "discord-nitro.co", - "discordl.com", - "qbt-giveaway.info", - "disc0rd-nitro.site", - "discrod-app.site", - "discord-accounts.com", - "csgorun-rubonus.ru", - "nitroappstore.com", - "steamcamunity.com", - "fornite.best", - "steanmncommunity.com", - "dlscord.net", - "vitality-playtime.com", - "steampoweredkey.com", - "navi-giveaway.xyz", - "streamcommunyty.com", - "derwoood.xyz", - "staermcrommunty.me", - "drops4all.pp.ru", - "steancommuniite.xyz", - "streancoommunity.com", - "steamcommunity.eu", - "dicord.gift", - "steamppwrred.com", - "discord.best", - "duscord.js.org", - "discorcl.store", - "steamcomrmunity.ru.com", - "steeamcommmunitty.site", - "discord-jobs.com", - "steamcomnunity.com", - "steamcommunnity.ml", - "streamcommunity.org.ru", - "discordtext.com", - "steampowerered.com", - "steam-ru.ru", - "bigsports.xyz", - "discords-dev.ga", - "steancommunitty.com", - "steamcommunity-comtradeoffer.ru", - "stearncornrnuity.com", - "steamcommunitu.net", - "steamtrade-home.xyz", - "steammcomminity.ru", - "steanncomnmunity.com", - "streamcommmunlty.ru.com", - "dIscordnitro.com", - "steamcomrnunity.online", - "discordjob.com", - "steamcommunutii.ru", - "dlscord.org", - "dlscord-claim.com", - "steamcomniunity.com", - "staemcoommunlty.ru", - "streamcommunity.ru.com", - "steancommunity.ru.com", - "steancommanty.ru.com", - "discord-nitro.store", - "discordi.gift", - "discourd.site", - "rust-llc.com", - "dissord.com", - "stearncommunnity.xyz", - "steamcommuniilty.ru", - "steampowered.jcharante.com", - "share.nowblox.com", - "stemcommnunity.com", - "streamcommmunnlty.ru.com", - "staemcoommnunity.ru", - "steamcommunytiu.com", - "steamcomnumity.org.ru", - "steamcommqnity.com", - "discoogs.com", - "v-roblox.com", - "wavebtc.com", - "steamcsgoplay.ru", - "steam.communty.com", - "csgogift47.xyz", - "ww11.steamcommunity.download", - "steamcommunityw.com", - "steamconnmunitu.net.ru", - "discordstat.com", - "m-discord.pw", - "dicsord-gift.com", - "disrcod.gifts", - "steannconmunity.com", - "disc0rd.site", - "ropost15.xyz", - "fnatic-ro1ls.ru.com", - "discrodsteam.ru", - "streamcomnmunity.ru.com", - "discorcl.click", - "staemcomnunlty.ru", - "steam.cheap", - "discordgift.org", - "steamcromnmunity-com.profiles-7685981598976.me", - "deadisidddde.xyz", - "discords-steam.com", - "streamcommunnilty.com", - "steamconnmunlty.ru", - "steacommunity.site", - "steamcomunitytrades.xyz", - "steemcomunity.net.ru", - "steamcommunity.digital", - "steamcomrnuniti.ru.com", - "www.d-nitro.tk", - "steamcomnunytu.ru", - "steemcommunly.com", - "discords-gift.ru", - "steamcommynutiy.ru", - "streamcummunlty.xyz", - "staempovered.com", - "streamcommuniity.ru", - "steancomnunilty.ru", - "steancommunity.pw", - "accountauthorization.xyz", - "staemcornmunity.xyz", - "streamcomnnunuty.com", - "streamcommuunilty.ru.com", - "discord-alidrop.me", - "stearmconmunnity.com", - "stemcommyunity.ru", - "steamcomrnunite.com", - "steemcoomunity.xyz", - "playeslseries.com", - "www.zipsetgo.com", - "discord-nilro.ru", - "discord-verify.com", - "streamcommuniliiey.net.ru", - "steawcommunity.com", - "dicsord.net", - "steamcommumilty.com", - "discordrgift.online", - "discod-nitro.ru", - "staeamconnunitly.ru", - "operationriptide.tk", - "discord-present.ru", - "discord-trustandsafety.com", - "navi-skins.pp.ru", - "discorcl-gift.ru.com", - "steamcommunillty.ru", - "streamcomunity.fun", - "steamcomnunitly.tk", - "staemcomunyti.ru", - "discrodapp.ru", - "dlscordapp.store", - "new-drop.net.ru", - "steammcamunitu.com", - "sleamcomrnunity.com", - "steamlcommunity.ru.com", - "steamcoormmunity.com", - "discocord.com", - "staemcammunity.com", - "discord-hypevent.com", - "steamcomnumlty.ru", - "steamcommunitx.ru.com", - "steanncomnunity.xyz", - "roll-skins.ga", - "fortniteswapper.fun", - "game-case.ru", - "pubggift87.xyz", - "steamcomminytu.com", - "discoed.gg", - "steamcommunilty.us", - "stcommunity.xyz", - "streamconmunilty.com", - "discord-news.com", - "steam-discords.com", - "staemcommunyti.ru.com", - "steamcomnunuty.ru", - "steamcommunityc.com", - "steamcamunity-profile.ru", - "streamcommunitiy.com", - "steamecommuinty.com", - "m90694rb.beget.tech", - "discordss.ru", - "freenitrogenerator.cf", - "steemcoommuntiy.ru", - "stearncomminhty.com", - "but-three.xyz", - "csgostats.fun", - "sleamcommunnity.org", - "steamconimmunity.com", - "steam-community.org.ru", - "discorgift.xyz", - "steamcommunlity.ru.com", - "giftsdiscord.com", - "discordnitrogenerator.com", - "steancoommuniity.xyz", - "discorcl-nitro.ru.com", - "discordalts293.repl.co", - "discord-install.com", - "discord-apps.space", - "steamcammunlty.ru", - "discrodapp.site", - "streamcommuniity.org", - "discordx.ml", - "steamcommunityzbn.top", - "steancommeuniliy.ru.com", - "stleamcommunilty.com", - "steamconnunity.com.ru", - "fastskins.ru", - "streamcommuuniity.com", - "steamcomminuty.me", - "steancommuniite-xuz.ru", - "steamcommunity-gifts1.xyz", - "steamacommunity.com", - "discondapp.fun", - "gave-nitro.com", - "rust-code.ru.com", - "staemcomrnunity.ru", - "steamcammunitu.ru.com", - "stearncornmunity.com", - "steamcommunlty-proflle.com.ru", - "steamcomrnumity.com", - "steamcommunitie.site", - "steamcomrnunuity.ru.com", - "sleamcommiinuty.ru", - "discord-steams.com", - "stleamcommunitly.com", - "steamcomminuty.ru.com", - "steeamcomunnlty.com", - "discordgift.tk", - "seamconmunity.xyz", - "sternmcommunity.com", - "natus-win.pp.ru", - "steamcommullty.ru", - "steamcommuntily.ru.com", - "steanncomnuniity.online", - "pubggf40.xyz", - "discordnitrogift.ru", - "streamcommuntiiy.org", - "steampoweredoffers.xyz", - "steamcommunitry.ru", - "steancomminity.ru", - "steamconmnutiny.ru", - "games-code.ru.com", - "discord.app.br", - "lakskuns.xyz", - "www.cswanmei4.ru", - "disbordapp.com", - "steampowers.com", - "streamcommunity.net.ru", - "steamcommnity.com.ru", - "www.discord-nitro.net", - "stieamcommunity.com", - "guardian-angel.xyz", - "steancommuity.com", - "ptbdiscord.com", - "steamcamunity.top", - "disbords.com", - "fps-booster.pw", - "steam-gametrade.xyz", - "discord-give.ru", - "ggboom.ru", - "steamcammunity-profile.ru", - "dlscord-halloween.ru", - "staemcomminuty.online", - "stearncommuninity.com", - "steamcommunnity.ru.com", - "stleamcommuneety.com", - "steamcommynlty.com", - "stearncommunytiy.ru", - "discorcl.gift", - "cliscord-gift.ru.com", - "discorb.ru.com", - "staemcommuntyi.ru", - "stermcommunityy.ru", - "steamcomunnlty.com", - "stleamconmunity.com", - "steamcommmunty.com", - "alexandrkost.ru", - "discord-freenitro.pw", - "disc0rd.org", - "steamcomynnitu.net.ru", - "2faceteam.ml", - "steancammunity.com", - "streamcomnuniity.net", - "stg.steamcpowered.com", - "steamoffer-store.xyz", - "steamcommunityzci.top", - "discord-devs.com", - "steamcommunvti.ru", - "sternmcornmmunity.com", - "steamcommunitj.buzz", - "dirscod.com", - "steamcomnunnity.com", - "case-gift.com", - "steamcomnuunlty.com", - "streamcommunilty.com", - "steam-csgoplay.ru", - "steamcorrnmunity.ru", - "steamcomunitly.pp.ru", - "discord-ro.tk", - "gbauthorization.com", - "communitytradeoffer.com.ru", - "staeaemcornmunite.me", - "discord.my", - "steamcommnunlty.icu", - "staemcommuniity.com", - "steamcommununty.ru", - "stemcomnmuniity.ru.com", - "dlscordgived.xyz", - "steamcommunitiv.com", - "fnatic.team", - "steam-community.ru.com", - "globalcs.monster", - "steamconmuhlty.com", - "stearncommunity.net.ru", - "discorsd.com", - "luckycrush.ga", - "steamtrade-store.xyz", - "natus-vincere.space", - "stemconmmunnity.com", - "steam-game-csgo.ru", - "steamcommunitl.com", - "discord.cool", - "steamcoommuniity.ru", - "discourdapp.com", - "gamesbuy.net.ru", - "discoclapp.xyz", - "dlscordnitro.ru.com", - "discord-verification.com", - "steamc0munnity.site", - "steamcommunytu.ru", - "dlscordapp.fun", - "steamcammunity.net", - "board-nitro.com", - "steamcammunitu.com", - "discordgivenitro.com", - "steamcommunty.com", - "steempowered.com", - "steampowered.de", - "sleamcommuinty.store", - "robloxgamecode.com", - "steamcommunutry.com", - "discord.foundation", - "steampowwred.com", - "streamcomunnity.pp.ua", - "steamwcommunity.com", - "straemcummonilty.com", - "steampowered.irl.com.pk", - "steancommunlty.business", - "discord-app.su", - "steamtradeshome.xyz", - "stieamcomnnunity.com", - "steamcommurlty.com", - "stemcummnuity.ru.com", - "discord-team.com", - "discorcl-air.xyz", - "steamcomunituy.com", - "boostnitro.com", - "csgo-gamesteam.ru", - "doscord.com", - "steamservicedeals1.xyz", - "steammcomtradeoff.com", - "steamcommiunitty.ru", - "discordcreators.net", - "steammcommunitey.com", - "steamcommunllty.com", - "cupcsgo.ru", - "steam.luancort.com", - "steam-offerstore.xyz", - "steam-nltro.com", - "nitro-gift.site", - "cyber-csgo.link", - "belekevskeigames.xyz", - "sleamcommunity.org.ru", - "steampowerded.com", - "steamm.store", - "discord-gifted.ru.com", - "disocrdapp.com", - "steamcommunuity.net", - "discrods.site", - "espots-csgo.xyz", - "steamcommuunity.ru", - "streamcomnullyty.pp.ru", - "pubggf06.xyz", - "steanconmunyti.ru.com", - "stearmcornmunity.ru", - "sometheir.xyz", - "longxrun.online", - "steanncomnuniity.xyz", - "disrcod.gift", - "discord-air.pw", - "discord.co.in", - "discorcd.gifts", - "steamcommunitynow.com", - "dlscord.site", - "discord.gifte", - "go-cs.ru.com", - "nitro-discords.com", - "discordglfts.com", - "steamtrade-game.xyz", - "dlcsorcl.ru", - "steamtrades-store.xyz", - "steamcomnutiny.online", - "drop-nitro.fun", - "alm-gaming.com", - "discords-nitros.shop", - "discord-events.com", - "steancommnunity.ru", - "stemcornmunity.ru.com", - "steamcommunitey.ru", - "stemcornmunity.ru", - "storesteam-csgo.ru", - "dlscord-game.com", - "stleanmcommunity.ru", - "steamsomunity.com", - "steanconmumlty.com", - "sleamcommuninty.ru", - "pubggf28.xyz", - "discordglfts.xyz", - "steamcoarnmmnunity.ru.com", - "steamcammunyty.ru", - "discords-accounts.ru", - "steampowered.help", - "discordf.com", - "steamcommunity1.com", - "dizcord.com", - "steamcommunityzdr.top", - "rbux88.com", - "discords-premium.site", - "discord-nitro.shop", - "get-my-nitro.com", - "facepunch-award.com", - "steancommynitu.com", - "streamcomunilty.net.ru", - "steancommunitiy.com.ru", - "seed-nitro.com", - "staermcormmunity.com", - "smitecommunity.org", - "discodnitro.ru", - "discordimages.com", - "beststeam.gq", - "steemcommunty.org.ru", - "discord.ltd", - "steam-csgocom.ru", - "streamcomunlty.pp.ru", - "discord.tools", - "discprd.com", - "stearmcommynity.fun", - "steancoommunity.com", - "cupwin.xyz", - "dlscord.gifts", - "discord-applications.com", - "steamcommunity.team", - "csgo-fute.net.ru", - "discord.istanbul", - "steamcommunitytradeoffter.com", - "sleamcoommunilty.com", - "steammecommunity.com", - "steamcommunitym.com", - "pubggf32.xyz", - "pubgfreedownload.org", - "steamcommunitty.net", - "stemcoomnmunnity.com", - "steemcommunty.pp.ru", - "stearmcomrmunity.com", - "achnavi.net.ru", - "steampwered.com", - "pay-18.info", - "steamcommiunty.ru", - "discord-steam.ru", - "dissord.ru", - "sleamcommuntity.ru", - "discorclgift.xyz", - "steamconmumity.ru", - "steamncommnunity.ru", - "discordnitro.store", - "steamcomnunlty.ru", - "stiamcomunlty.ru", - "dislcord.com", - "proz.monster", - "steamcommunitiu.ru", - "discordtesters.com", - "csgo-steamplay.ru", - "stemcammuniity.com", - "stearncommuniity.click", - "loot.net.ru", - "sleamcommynitu.ru", - "steamcamunity.xyz", - "discordgamers.co.uk", - "steam-auth.com", - "staemncrommunity.store", - "discordnitrolink.tk", - "staemcommunnity.club", - "steamcomnuniti.com", - "store-communitiy.com", - "discords-nitro.site", - "robuxtools.me", - "steancommuniiliy.ru.com", - "steamcommonitey.com", - "staemcomnunyti.ru", - "steamcommunicty.com", - "steamcoommunity.ru.com", - "steamcomnuty.com", - "steeamcommunity.me", - "streamcommuninty.com", - "steammcomminuty.ru", - "discordgifts.info", - "steamcomminytiy.ru", - "steamcornmmunity.com", - "discorcd.click", - "stermncommunity.com", - "stteamcommiunity.com", - "stmemcomyunity.com", - "steam.cards", - "steamccommunity.net", - "streamcommiunnity.com", - "www.www.discord-nitro.ru.com", - "robux20.club", - "dlscordapp.com", - "steemcoonmuntiy.ru", - "dlscordnltro.online", - "steamcomunitu.net.ru", - "steamcommuulty.com", - "discford.com", - "steamoffergames.xyz", - "www.xpromo-discord.com", - "discor-dnitro.fun", - "events-discord.com", - "pubggf34.xyz", - "boost-discord.com", - "robloxdownload.org", - "discorb.gift", - "steamcommunity.llc", - "streamcommuntly.org.ru", - "staemcoommnuty.ru", - "steamcommunnity.com.ru", - "steamcommunitycomoffernewpartner989791155tokenjbhldtj6.trade", - "steamcommynuty.ru.com", - "steam-promo-page.ml", - "steamcoomrnmunity.ml", - "steamcornrnunity.fun", - "stjeamcomuniity.ru", - "steam-account.ru.com", - "steamcomunnyti.ru", - "steamconunlty.ru", - "steamcommuynity.ru.com", - "steemcommuinty.com", - "discrod-apps.ru", - "sleamcommuntly.ru", - "steamconmunlty.com", - "steemcoomuunity.ru", - "steampowerd.net", - "dicsord-app.com", - "steampawered.store", - "discorc-nitro.site", - "bycsdu.cam", - "steancomnuilty.ru.com", - "steeampowered.tk", - "eslhubgaming.com", - "nitro-from-steam.com", - "cs-play.org.ru", - "steammcounity.ru.com", - "facepunchs.com", - "steamconmunity.xyz", - "discord-ru.site", - "nitro-discord.me", - "special4u.xyz", - "steam-hometrade.xyz", - "didscord.com", - "hunts.monster", - "discord-bonus.ru", - "discord-app.live", - "streamcomminuty.ru.com", - "steancommunity.link", - "steamcomninuty.ru.com", - "stearncomminuty.com", - "discord-free-nitro.ru", - "discorapp.gq", - "streancomunnuty.com", - "steamcomnuenuity.com", - "steam-communitysource1.xyz", - "staemcommuinity.com", - "stearncornnumyty.com", - "steamcommuntry.com", - "discordapp.eu", - "rl-chaser.com", - "steamecommuniuty.com", - "discord.givaeway.com", - "discordicon.com", - "game-tournaments.net.ru", - "steancommunity.cc", - "dawbab.xyz", - "nitrostore.org", - "steamcommuhity.ru", - "staeamcromnuninty.com.profiles-76582109509.me", - "steam-discord.ru", - "luancort.com", - "stearncommubity.com", - "steannconnmunity.com", - "stearncommnuinty.com", - "sleamcommmuntiy.ru", - "stearncommunity.link", - "sa-mcdonalds.com", - "steamcommunityzds.top", - "disc.cool", - "discrod-up.ru", - "streamcomnully.org.ru", - "steamcomunilty.com", - "streammcommunity.ru", - "www.claim.robuxat.com", - "streamcommuniitty.com", - "steamtrades.com", - "sleamconmunlity.com", - "discorcl.gifts", - "steamcomminuty.nl", - "stearncornurniity.xyz", - "steamtrade-store1.xyz", - "steempowerd.ru", - "stieamcormnynity.ru.com", - "casekey.ru.com", - "steamcominity.ru", - "bitskeansell.ru", - "steanconmunlly.ru", - "dirscod.gift", - "steamcommunity.ru", - "www.staemcommmunity.ru", - "dlscord-nltro.xyz", - "discord-app.store", - "rushskillz.net.ru", - "sleamcommmunity.com", - "steamcommunitry.com", - "discordbetter.app", - "discord-nitrot.xyz", - "discordaspp.com", - "steampoowered.com", - "stealcommunlti.com", - "pubgmobile365.giftcodehot.net", - "playcsgo-steam.ru", - "steancoomnuity.com", - "bycdu.cam", - "steamcommunitmy.ru.com", - "steamcommumity.net", - "streamcommunily.me", - "stermmcomuniity.ru", - "azimovcase.tk", - "drop-nitro.com", - "stearamcomminnity.net", - "steampoewred.com", - "steanncommunily.com", - "steomconmunity.com", - "streamcummunity.ru.com", - "dsicord.gift", - "www.hdiscordapp.com", - "steasmpowered.com", - "steaemcomunity.com", - "gift-discord.online", - "tradeoff.space", - "steamcommunniity.net", - "dlscord-app.ru.com", - "steamcommunity.cn", - "rust.facepunchs.com", - "steamcommunnitey.com", - "steamcommunitity.com", - "rollgame.net.ru", - "www.steam-community.ru.com", - "robuxx.work", - "staemcoomuunity.xyz", - "steancammunlte.com", - "stiamcommunity.com", - "steamcommunlitly.ru", - "diskord.ru.com", - "discordsteam.com", - "steamcommuntiy.com", - "steamscommunitey.com", - "steancommunite.site", - "steawcommunity.net", - "stiamcomynity.com", - "steamcommunnity.ru", - "steamcomnunitiy.ru", - "case-magic.space", - "sleamcommunityy.me", - "steamscommunity.com", - "discorcl.ru.com", - "ggdrop1.net.ru", - "ssteampowered.com", - "discord.pp.ru", - "m.setampowered.com", - "stiemconnumity.xyz", - "steamcommunity.at", - "steam.comnunity.com", - "discord-halloween.com", - "discord-promo.info", - "steamcommunitywork.ml", - "kingofqueens2021.github.io", - "discord-stemdrop.me", - "stearncomnunily.com", - "discord-faq.com", - "steamcommunitly.me", - "steamcommiynitiy.net.ru", - "thor-case.net.ru", - "discordapp.ir", - "steamcomnmunity.com.ru", - "howls.monster", - "steamtradehome.xyz", - "stjeamconmunnitii.com", - "steemcomunity.me", - "streamccomunilty.com", - "disord.gift", - "discordtest.xyz", - "steamtradeoffer.net", - "navi-winners.org.ru", - "discords-hypesquads.com", - "steamcomnunityprofile.ru.com", - "discords-teams.com", - "steancommnnity.com", - "steammcommunety.com", - "sueamcommunity.com", - "gavenitro.com", - "disordgifts.com", - "free-nitro-sus.pages.dev", - "pubge21.xyz", - "steemcommunitry.com", - "steamcomunnitly.ru.com", - "discordsnitros.one", - "discorcd.gift", - "stearncommynity.ru.com", - "streamcrommunify.me", - "discordnitro.altervista.org", - "dlscord-gift.com", - "steamcommunityzdp.top", - "stearmcomrnunity.com", - "steam-csgogame.ru", - "discord-app.cc", - "sleamcommunlty.net", - "iscord.gift", - "discord-helpers.com", - "stleamcormunity.ru.com", - "stemcomnmuity.com", - "stteamcommunitty.com", - "steam-support.xyz", - "steamproxy.net", - "steamconnmuhity.com", - "discordsnitro.com", - "seancommunity.com", - "steamcomunnity.ru.com", - "steamccommunityy.ru", - "steamgiftcards.cf", - "steamcomrnlnuty.site", - "discord-apply.com", - "steamcomrmunnuity.ru.com", - "pubggift91.xyz", - "stermcommunity.ru.com", - "steamcommnuitty.com", - "luckydrop.site", - "cashy.monster", - "stearncommunytiyu.ru", - "steamconmunity.co", - "streamcommunttly.com", - "steampowder.com", - "discordtotal.com", - "riptideoperation.xyz", - "discord-app.gift", - "discord-info.com", - "steamcommnunitlu.com", - "steamcommnnunity.ru", - "steamcomnunuty.com", - "trustpool.xyz", - "come-nitro.com", - "streamcommunify.com", - "slreamcomunntiy.org", - "steamcommunihty.com", - "stearmcommnumity.com", - "discodapp.net", - "steamcommunillty.net.ru", - "streamcomunlty.net.ru", - "steancommunitytradeaffer.xyz", - "www.scwanmei.ru", - "stearncomynity.ru", - "steawncomnunity.ru", - "staemcomnuinty.ru", - "discorcl.fun", - "steamcommunutiy.com", - "diwcord.com", - "steamcomrninuty.link", - "steemcomnmunity.com", - "ww1.discordapp.org", - "freediskord-nitro.xyz", - "steanncomunity.com", - "discordgive.ru.com", - "discords-support.com", - "discvordapp.com", - "order-96.com", - "discord-get.ru", - "discorg.gg", - "steamconmumltu.com.ru", - "staemcommunily.ru.com", - "streamcomunnity.xyz", - "discordnitro.club", - "discordcdn.sa.com", - "steamcommunity.trade", - "www.steamcommunity.co", - "stemcoomnmuniity.com", - "marketsleam.xyz", - "steamccommyunity.com", - "steammcommunily.net.ru", - "steam4you.online", - "discord-gift.online", - "steamconunity.tk", - "facepunchskins.com", - "pubg.network", - "discordnitro.link", - "stjeamcomnuminiti.ru", - "steaamcamunity.com", - "steumcommunity.ru", - "dlscordglft.xyz", - "crosflah.online", - "pubggift97.xyz", - "riptidefree.ru", - "discord-verify.ru", - "loot.pp.ru", - "pubggf23.xyz", - "xpro.ws", - "stieamcommunitey.ru", - "steamcomunitu.ru", - "streamconunity.net.ru", - "discorcl.link", - "csgosteam-play.ru", - "steamccommunyty.ru", - "steamcomminytu.click", - "staemcommunlty.fun", - "steamcommunitytradeoffer.ru", - "discapp.info", - "steampowered.freeskins.ru.com", - "discordapp.help", - "steamgame-csgo.ru", - "drumairabubakar.com", - "steamcommunityzdd.top", - "steamcommuniiity.com", - "cllscordapp.fun", - "discordboost.net", - "discord-o.com", - "discord-accounts.ru", - "discordtts.com", - "discordapps.gifts", - "autumnbot.cloud", - "steam-offersgames.xyz", - "discordup.ru", - "discord-mega.xyz", - "dsctnitro.site", - "staemcommuntly.ru", - "discords-moderation.com", - "stemcommuniby.com", - "dlscordapps.com", - "disocrd.tk", - "steamcommunnity.net", - "steanconmunlty.ru", - "steamcommnutly.ru.com", - "steamcommunitytradeoffer.com", - "steamswap.xyz", - "steamcoomunlty.ru", - "steemcommuniry.com", - "sleam-trade.net.ru", - "steamcommunutuy.com", - "sleamcommunityprofiles76561199056426944.ru", - "sleamcornmunuity.me", - "discord-support.tech", - "giftsdiscord.ru", - "steamconmnmunity.ru", - "streamcommunicate.ru", - "streamcommnnutiy.com", - "pubgmobileuc2020free.cf", - "ezdiscord.xyz", - "steamcommunity.com.ru", - "streamcommunitry.ru", - "steamcommunityzda.top", - "sleamcommuniity.ru.com", - "steamcoomunlty.com", - "steamcommununty-con.ru", - "stemcommuniity.ru", - "steamcommunityzbq.top", - "stearncommumity.com", - "topvincere.net.ru", - "stemcommunitytrade.com", - "steemcommunllty.com", - "streamcomynity.ru.com", - "dicsords.ru", - "discordadpp.com", - "discorrdapp.com", - "beta.discorder.app", - "dlscord-app.net", - "pubgfreeeus.cf", - "disord.codes", - "onehave.xyz", - "discords.gifts", - "steamcomnunnlty.ru", - "dliscord-glft.ru.com", - "steemcommnnity.com", - "steanncomunitly.co", - "streamcoommuniity.xyz", - "steamcommunitycomtradeoffer.ru.com", - "discordnitrosteam.com", - "disocordapp.com", - "steamcomnnuty.ru", - "stearncommunlity.com", - "stieamcommuniity.com", - "stemcomunity.net", - "awirabigmoneyroll.xyz", - "discord.tw", - "dliscord.us", - "steamcommunity-nitrogeneral.ru", - "steamsourcecommunity.xyz", - "discord-nitrogift.ru", - "steanmconmunity.com", - "premium-discord.com", - "steamcomrnunity.com.ru", - "discord-give.pw", - "steamcommunety.ru", - "mychaelknight.com", - "setamcommunity.com", - "steamcommmunitty.site", - "disco3d.app", - "tik-team-topp.org.ru", - "gdiscord.com", - "discordq.com", - "steamcomminity.com", - "sleamcommunitu.net.ru", - "g2-esports.moscow", - "steamcommurlity.com", - "stearncommunivy.com", - "fortuneroll.tk", - "steamcommunifly.ru.com", - "steamcommyunity.com", - "stearmcommnity.com", - "disclrd.com", - "quick-cup.xyz", - "steamccommunity.ru.com", - "giveawaynitro.com", - "steamcommunitygifts.xyz", - "copyrightbusinessgroup.com", - "nav-s1.ru", - "magicrun.site", - "steamcommntiy.xyz", - "steanammunuty.ml", - "steanncommnunyti.com", - "sleamcomnunity.net.ru", - "discord-exploits.tk", - "steamconmunjty.com", - "stearncommuntty.com", - "robloxbing.com", - "steawmcomuunity.ru", - "steamcomunyti.com", - "discrd.gg", - "riptide-operation.ru.com", - "steampoeer.com", - "sleamcommunittyy.me", - "steamcommunieityi.com", - "steamcoomunitye.com", - "staempowered.xyz", - "fortnight.space", - "discod.fun", - "discordpp.com", - "diiscordapp.com", - "steamcommuniltiy.online", - "eslgaming-play.com", - "stemcommuunity.com.ru", - "nitrodiscord.org", - "streamcommnunilty.com", - "dlscorcl.info", - "sreamcommunity.org.ru", - "3ds-security.xyz", - "steancommnunlty.ru", - "mythicups.xyz", - "dIscord.net", - "streamcomunitry.com", - "stemcormmunlty.ru.com", - "robloxwheelspin.com", - "steamru.org", - "steanncomunitly.ru.com", - "stearncormunity.ru", - "streamcommunite.com", - "stemcommunjty.com", - "steamcomnnunity.co", - "steancomnunity.com", - "steamcommunity.rest", - "authnet.cf", - "discorcll.online", - "eslquickseries.com", - "stemacomunity.com", - "dscrd.club", - "discordiapp.fun", - "webr-roblox.com", - "steamnconmunity.ru.com", - "stearnconmumity.com", - "steamcomnunity.ru", - "steamrcommuniity.com", - "csgodirect.xyz", - "magifcrolrlc.xyz", - "steam-nltros.ru", - "streamcommuniunity.com", - "streancommumity.ru.com", - "steemcoommunity.com", - "steamcoommunllty.com", - "viwwzagul.xyz", - "steancomminity.com", - "ddiscord.com", - "slreamcommunntiy.org", - "steamconnuniitty.tk", - "discord-verif.ga", - "steamcommynitry.ru", - "nitrotypehack.club", - "reports.noodlesawp.ru", - "steeamcomuneety.com", - "steamcommunltyy.com", - "streamcommnuity.com", - "staemcommunety.com", - "dlscord-glft.pw", - "steampowwered.com", - "steam-play-csgo.ru", - "steamcomuniti.xyz", - "cs-dump.org.ru", - "steampewered.com", - "steamcronnmmuniry.me", - "steaamcommunnity.co", - "steamconynuyty.org.ru", - "discord-xnitro.com", - "steampowred.ru", - "free-dislcordnitrlos.ru", - "csrandom.monster", - "steaimcommuniity.com", - "steammcomunnity.com", - "discond.ru.com", - "steamcommuniry.com", - "discords.biz", - "discordnitro.cc", - "steamcommyniti.ru", - "big.org.ru", - "discord-hse.com", - "discordcheats.net", - "discordapp.pw", - "duiscord.com", - "disbored.com", - "discord.co.za", - "steamcornrnunity.com.ru", - "nitro-up.com", - "steamwcommunity.net", - "dscord.nl", - "discorde.xyz", - "steamcommunilty.buzz", - "steamcommunity.de", - "steamcommuniry.net.ru", - "steamcomnmufly.ru.com", - "streamecommuniity.com", - "ste.amcommunity.com", - "streamcommnunitly.com", - "gocsx8.ru", - "steamco.ru", - "steamcommnnity.net.ru", - "facerit.com", - "dscordapp.com", - "dlscord.store", - "steamnitros.ru", - "discordp.ml", - "www.disxcord.com", - "staemcommunility.com", - "xdiscord.com", - "discord-shop.fun", - "2023g.com", - "discords-nitroapp.xyz", - "csgorun.pro-login.ru", - "dlscord.cc", - "ww8.steamcommmunity.ru.com", - "steamconnunlty.com", - "steancommuuniliiy.ru.com", - "discord-cpp.com", - "discord-gift-nitro.site", - "discord-com-free.ru", - "stleamconmmunity.ru.com", - "steamtradeoffeer.com", - "get-nitro.net", - "stemecommunlty.com", - "disc0rd-app.ru.com", - "dfiscord.com", - "stearncommunlty.site", - "steamcomrnunity.xyz", - "stearncommunily.website", - "steamcamunnity.xyz", - "steanncomunitli.ru.com", - "divinegardens.xyx", - "steampowereed.com", - "cs-legend.xyz", - "discokrd.com", - "steamcommunytiy.tk", - "stemacommunity.net", - "sleamcommunnitu.com", - "steamcommunyti.com", - "steamstradecommunity.xyz", - "steencommunilty.com", - "streamcommunty.co", - "steacommunilty.ru.com", - "nitroairdrop.com", - "rustg1fts.online", - "pubgmobilespro.my.id", - "streamconnunitly.com", - "diisscord.club", - "sleamcommunytu.ru", - "csgogift45.xyz", - "natustop.net.ru", - "jjdiscord.com", - "mcdonalds-saudiarabia.com", - "discort.site", - "steamcoummunitiy.com", - "discourd.info", - "steamcommunnlity.ru", - "discordinfo.ru", - "stleamcommunity.net", - "streamcomrnunity.com", - "discordservice.com", - "stearncornrnunity.com", - "steanmcommunity.ru", - "steamrolls.net.ru", - "www.steamcommunity.de", - "steamunpowered.com", - "steamncommuinity.com", - "dlscord-app.info", - "steamcokmunity.com", - "dioscord.com", - "streamcommuniiley.net.ru", - "steamcommtity.com", - "sleamcommuntiny.ru", - "driscord.ru.com", - "affix-cup.link", - "discord-give.net", - "steamcomuntty.com", - "steamscommunity.pro", - "pubggift93.xyz", - "steamcoominuty.site", - "discorb.blog", - "fastdrop.win", - "discord-gift.us", - "okdiscord.com", - "steancommuniity.ru", - "sreamcommunty.com", - "discard.xyz", - "disconrd.com", - "s92673tu.beget.tech", - "freerobloxgenerator.tk", - "lan-pro.fun", - "steamcomumunty.com", - "discord-gifts.ru.com", - "steamcomrninuty.ru", - "steamcommninty.com", - "steancomnumlty.ru", - "yummy-nitro.com", - "stearmcommunity.one", - "discordrgift.com", - "luckygo.ru.com", - "dliscord-gift.ru.com", - "steamcommunity.steams.ga", - "steamcommumtiy.com", - "steampawared.club", - "steamcomnenity.ru.com", - "discordnitrogifts.pl", - "stenmcommunitly.ru.com", - "dirscordapp.com", - "robloxsecure.com", - "steamcomminytu.ru", - "freenitros.com", - "dicsord.ru", - "discoed.me", - "communitytradeoffer.com", - "steanmcommunity.com", - "steamsommunity.com", - "discord-nitro.eu", - "fang-operation.ru", - "linktrade.pp.ua", - "discord-nitro.gift", - "steamcommunlitily.ru.com", - "steamcommunilty.ru.com", - "discordapp.rip", - "steamcommunity.ru.net", - "steamcommunlitty.ru.com", - "ripetide.ru", - "steacommunty.ru", - "steamcommunity-profiles.ru.com", - "streamcommuiny.ru", - "hyper-tournament.xyz", - "steamcommunity-nitro.ru", - "streamcommunnty.me", - "streamcommunily.net", - "twitch.facepunchstudio.com", - "discord-up.ru", - "stearmcommrunity.com", - "steamcammuntiy.com", - "navination.site", - "buxquick.com", - "steamcommunityzdb.top", - "robux247.win", - "csgo-market.ru.com", - "steamcommunilty.it", - "dxiscord.com", - "steamkommunity.org.ru", - "streamconnmunity.com", - "duscord.com", - "steampoweredmarketing.com", - "discordgift.ru", - "steamcommunltu.com", - "lkdiscord.com", - "steancommumity.com", - "steamcomnnlty.com", - "streamcommunlty.net", - "steamcommunlte.ru", - "stearnmcommunnity.com", - "discordd.buzz", - "staemcomnumity.ru", - "discord-nitro.com", - "steamcommunirtly.ru.com", - "staerncornmunity.com", - "nacybersportvi.ru", - "steancomnunlty.ru", - "staeamconnunitly.online", - "steamcommnunylti.com", - "discoredapp.com", - "stjeamcomnunity.ru", - "steiamcommuinity.com", - "steamcommnity.store", - "discord-bot.com", - "streancommunity.ru.com", - "discordpromo.site", - "esl-proleague.net", - "navileague.xyz", - "streamcormmunity.ru.com", - "steeammcomunlty.com", - "streamcomunitly.com", - "streamcoumunnity.org", - "cashcsgo.ru", - "discord.family", - "nitro-app.com", - "streamcomunltyy.pp.ru", - "steamcommunitlu.com", - "discordnitro-gift.com", - "steamcommnunity.org.ru", - "pubggf31.xyz", - "101nitro.com", - "steampiwered.com", - "steamcomunitu.com", - "nitro-discord.fun", - "steamcommynitu.com", - "stemcormmunity.com", - "steamcommunittru.co", - "discoord.space", - "steamcommunitte.ru", - "stemcommuniity.com", - "steamconmunnitry.ru", - "djiscord.com", - "staemcommunity.ru", - "apps-discord.org", - "sleamconnunity.net", - "steamcoomminuty.site", - "discordcrasher.wtf", - "apps-nitro.com", - "stearnconrmunity.com", - "getcach.monster", - "stemcummunity.ru.com", - "steamcommunitu.com-profiles-mellenouz.trade", - "csgo-steam-game.ru", - "stealcommunity.com", - "steam-poweredoffers.xyz", - "steamcommunityzdt.top", - "steamcommunitl.net.ru", - "steamcommunity-source.xyz", - "staemcomrrunity.com", - "steamcomrrnunity.ru", - "disco.to", - "steamroll.org.ru", - "streamcomnullyty.org.ru", - "stearncomrninuty.ru", - "stearmcommunitly.ru", - "streamcomnumnity.ru.com", - "steamcommunillty.com", - "stemcommunitty.ru.com", - "robux-codes.ga", - "streamcomunltyy.org.ru", - "steamshensu.top", - "streamcoommunity.net", - "free-nitroi.ru", - "sleamcommuity.com", - "disxcord.com", - "discordgiftis.ru", - "stearncomrnunlty.site", - "csgift.fun", - "roblox.com.so", - "csgorun.pro-loginn.com", - "steancommuvity.com", - "steawmcommunity.net", - "discorsd.gifts", - "streamcommuniliey.net.ru", - "steemcommmunety.com", - "discord-halloween.ru.com", - "staemcommunlty.com", - "steamcommunrity.ru.com", - "stearncomrmunity.co", - "discord-egift.com", - "discord-airclrop.pw", - "gift-g2.ru", - "steampoweeed.com", - "steamcomnmunlty.com", - "discord.limited", - "stearncommnniity.ru", - "discordtokens2.repl.co", - "streamcommuniliiy.pp.ru", - "staemcoomnunty.ru", - "rustygift.site", - "discord-gifte.com", - "discords-hypesquad.com", - "stemcommunitty.com", - "luckyiwin.ml", - "steacommunity.com", - "discord-hype.com", - "dlscord-nitro.fun", - "sp708431.sitebeat.site", - "steancommumlty.com", - "steamchinacsgo.ru", - "en-roblox.com", - "nitro-airdrop.org", - "steamcomnuntty.ru.com", - "steamscomnunity.com", - "steancommuiniliy.ru.com", - "steemcommuunity.com", - "luckygo.ru", - "stearncommunrty.com", - "stearmcommunitty.ru.com", - "steamcommunity-xpubg.xyz", - "discordgif.com", - "robuxfree.us", - "steanconmnuity.com", - "steamcommunietiy.com", - "navi-drop2020.com", - "streamcommunication.com", - "www.shopy-nitro.tk", - "steamcomminuty.click", - "streamnconmunity.ru", - "sleamcommuunity.com", - "discordd.gift", - "eslplayworlds.com", - "stoacommunity.codes", - "steamcammunity.top", - "cteamcamnynity67823535672.xyz", - "stemcommunnity.com.ru", - "steamcommunlity.net", - "sternmcornnunity.com", - "navi-skins.org.ru", - "staemcommuniunity.com", - "steamcommunitiycom.ru", - "steamcomnunnity.net", - "fiscord.com", - "streamcommuntly.pp.ru", - "sleamcommunity.pp.ru", - "staemcoomuunity.ru", - "csgo-battle.ru", - "tournament.ru.com", - "steamcommunlty.biz", - "steamcommuity.ru", - "stearmcammunity.com", - "exaltedbot.xyz", - "steamcommnunitu.com", - "discord.eu", - "csgo-run.site", - "steammcomunity.ru", - "discordsteam.ru", - "discor.me", - "steampowered.tw", - "sleamcommunty.com", - "steamcommmuiniity.ru", - "esportgift.ru", - "discordcommunlty.com", - "discord-app.us", - "steamcommunliu.com", - "pubggift96.xyz", - "steamcommunity-gifts.xyz", - "discond-nitro.ru", - "stieamconnmunity.com", - "dlscocrd.com", - "steaamcommunnity.com", - "discord.org.ru", - "trade.ru.com", - "steamcornmunyti.ru", - "dlscordapp.info", - "disocrd.co", - "discord.online", - "dragonary-giveaway.info", - "stearncommuntity.com", - "sleamcommuniry.ru", - "steamid.ru", - "steamcomuniti.com", - "stermcommunnitty.ru", - "discord-tech.com", - "steam-communiity.ru", - "secure-instagram.ru", - "steemacommunity.com", - "steamcrommunlty.me", - "discocrd-nitro.com", - "jokedrop.ru", - "discord-nitro.cloud", - "dlscord.info", - "stearnconmunity.me", - "steamcommunlky.net.ru", - "steanconmunitly.ru", - "bitcoingenerator.cash", - "steamcommnunlty.xyz", - "discordaepp.com", - "steaimcoimmunity.com", - "steamcommynitu.ru", - "discord-hypesquade.com", - "skinroll.ru", - "steampoweredexchanges.xyz", - "steeamcommmunety.com", - "discord-nitro-free.ml", - "steamcommlnuty.com", - "listycommunity.ru", - "streamcomnullyty.net.ru", - "streamcommumity.ru.com", - "steamcomnumity.xyz", - "robuxfiends.com", - "streamcomuniitty.ru.com", - "discord-stat.com", - "steancommiunity.com", - "natus-open.org.ru", - "streamcormnmunity.ru.com", - "discordnltro.com", - "natus-vincere.ru", - "steamcommunitiyu.com", - "www.steamommunity.com", - "twitch.facepunch-llc.com", - "discordapp.co.uk", - "discordbothost.com", - "steamcommunityid.ru", - "stearncommiuty.co", - "streamcommuniliiey.pp.ru", - "steamcommunitlly.com", - "discord-get.click", - "steampowerred.com", - "straemcummonity.com", - "stearncomnumity.com", - "stearncomrnunitly.xyz", - "witch.tv", - "steamtrades-home.xyz", - "steamcommnunmity.com", - "steanmncomnunity.com", - "stearamcomnunitu.xyz", - "staemcommunnity.com", - "staemcommunty.ru", - "steamcommnutry.com", - "streamcommunitu.com", - "operationbroken.xyz", - "steancommunuty.com", - "discordgift.info", - "steamcommnuitly.com", - "discord-app.uk", - "ssteamcommunitry.com", - "steamconmiunity.ru", - "discord.marketing", - "steamcommunity-com.xyz", - "staemcommunulty.ru", - "steanmcomnunitiy.com", - "pandemidestekpaket.cf", - "stemcomuniti.ru", - "steamcommuitliy.com", - "steanncommunlty.com", - "steamcormmunity.com", - "discordgifts.ru", - "csgogf07.xyz", - "steamcommunity-tradeoffer.ru.com", - "streamcommuniuty.ru.com", - "streamcornnunitly.co", - "discord-list.cf", - "discord-app.io", - "steancoomunnity.com", - "steamcommuunity.ru.com", - "steamconmnunuty.ru.com", - "discorddaapp.com", - "sieamcommunity.org.ru", - "discords-nitro.xyz", - "prajyoth.me", - "steamconnunity.com", - "steamrccommunity.com", - "steamconmunuty.ru", - "rewardbuddy.me", - "quickrobux.net", - "steamcommuniteypowered.com", - "discorcl.ga", - "loot-item.xyz", - "steamcommynitu.ru.com", - "steamconmunitty.com", - "gameb-platform.com", - "freespoty.com", - "steaimcommunytiu.com", - "stemcomnunyti.ru.com", - "steamecommunitiy.com", - "steemcoomuntiy.ru", - "discosrd.com", - "steamcoommunety.com", - "steamoowered.com", - "steamcommunityc.ru", - "dlscord-app.ru", - "steamncommunity.xyz", - "disord.gifts", - "steam-announcements1.xyz", - "steamcornmunite.com", - "discord-nltro.ru", - "discordjs.tech", - "streamcomnultyy.org.ru", - "steamcammnuity.com", - "straemcommonlity.com", - "discordsub.com", - "discord-app.gifts", - "steaamcommunity.club", - "robloxxhacks.co", - "steamcommuity.com", - "steamcammuniety.com", - "steemcomunnity.com", - "sleamcomnnuniliy.site", - "dicsord.pw", - "stearnconmuntiy.ru", - "steeamcommunlity.ru", - "steamcommynity.icu", - "streancommunitiy.net.ru", - "dlscord-boost.fun", - "steampowored.com", - "navi-drop.net", - "discord-game.com", - "astresports.xyz", - "discordf.gift", - "dlscordnitro.store", - "steamcorrmunity.com", - "dlscordnitro.ru", - "stammcommunity.com", - "magik-dr0p.fun", - "sleamcoommunlilty.com", - "steamrolls.pp.ru", - "streancommunuty.ru", - "sleamcommunitu.ru", - "disocrd.codes", - "dlscord-app.com", - "dlscord-alirdrop.com", - "csgo-cyber.link", - "steamcommunllity.ru.com", - "steamcomminuly.ru", - "natus-lootbox.org.ru", - "steamcommutiny.xyz", - "key-dr0p.com", - "steemcammunlty.com", - "luckyfast.ru", - "2022yg.com", - "stearncommutiny.ru", - "price-claim.xyz", - "indereyn.ru.com", - "dlscord.blog", - "discorddrop.com", - "rust-charge.com", - "teamfnattic.org.ru", - "pubggf26.xyz", - "steamdlscords.com", - "dlscord.tech", - "steamconmnunity.ru", - "ww16.discordcanary.com", - "clove-nitro.com", - "discord-moderator.com", - "stemcoommunity.com", - "seancommunlty.ru", - "discord-halloween.link", - "steeammcomunity.com", - "gift-nitro.store", - "streamcomunily.net.ru", - "steancommuniiity.com", - "discordbagequiz.cf", - "steancommuity.ru", - "discorrd.com", - "cash.org.ru", - "stemcomminity.com", - "csgosteamcom.ru", - "streamcommuunniity.com", - "official-nitro.fun", - "steamsoftware.info", - "gamzgss-top.org.ru", - "streamcommunuitty.com", - "streamcomuniity.cf", - "steamconmnmnunity.ru", - "top-team.org.ru", - "discordsnitro.store", - "discord-giveaway.com", - "stemcomnnmunity.com", - "keydorp.me", - "steamcommnmunity.ru", - "stearnpowered.xyz", - "steamcommunity-trade.xyz", - "dlscard.ru", - "counterbase.ru.com", - "dicsord.gifts", - "dwaynejon.xyz", - "nitro.gift", - "steamcomnmuunity.ru.com", - "streamcommunliy.com", - "discord-apps.ru", - "steamcomminuty.repl.co", - "steamdocs.xyz", - "cyberegocscom.ru", - "verifyaccount-for-bluetick.com", - "sleamcommunity.me", - "steamcomnunllty.com", - "dciscord.com", - "steamcommunitie.ru", - "steamcommunity.net.in", - "csgosteam-game.ru", - "steamstoretrade1.xyz", - "steemcommuntiy.ru", - "steamcodesgen.com", - "discord-app.shop", - "pubggf15.xyz", - "steamcommunitfy.com", - "discordl.pw", - "steamgame-trade.xyz", - "g-games.store", - "stieamcommunitiy.com", - "stemcommunniity.com", - "steam-officialtrade.xyz", - "stjeamcoimmunity.com", - "www.freefireclaim.club", - "discord-nitro.net", - "pubggf38.xyz", - "discordglft.com", - "steeamcommmunity.com", - "steamcomminulty.ru", - "steam-tradeoffer.com", - "discord-halloween.ru", - "discor.gg", - "steamcommnity.ru", - "steamcommunityw.net.ru", - "streamcommuniliiy.org.ru", - "steamcommunlty.top", - "steanconmumity.com", - "halitaoz.cam", - "steampcwered.com", - "steam-poweredtrades.xyz", - "keysdropes.com", - "twitch-starter.com", - "dlscords.site", - "dlscordapp.pw", - "getnitrogen.org", - "streamcomnunitly.ru", - "stemconmmunity.com", - "steamnltro.com", - "csgotournaments.cf", - "stemcomnmunnity.com", - "magnavirollz.xyz", - "staemcommintu.ru", - "streamcoumunniity.org", - "steanmcomumnity.xyz", - "navi-freeskins.com", - "discordfrnitro.site", - "steaamcomunity.net", - "steamcoomunlty.net", - "steamcommunutty.ru", - "stayempowered.org", - "steeamcommunlty.com", - "staemcummunity.ru.com", - "www.steamcommunity.ca", - "stemcoomnmunity.com", - "steammcommuunityy.ru.com", - "discrordapp.com", - "pubggift99.xyz", - "streamcommuniuty.store", - "staemcommunitiy.com", - "stearncomrnunitly.site", - "discord-load.ru", - "steamcommunlty.info", - "stearncommunlty.ru", - "steamcammuinity.com", - "staemcrornmmunity.com.profiles-75921098086.me", - "stemcommunilty.ru", - "givaewey.com", - "sleamconmunity.xyz", - "csgocj-steam.work", - "discocrdapp.com", - "steampoweread.com", - "discord-nudes.live", - "discord-nitro.su", - "steamnitros.com", - "cs-dark.org.ru", - "robux.claimgifts.shop", - "steamcommunily.buzz", - "discorcl.info", - "steamnconmunity.com", - "discord-click.shop", - "navi-lzx.ru", - "free-niltross.ru", - "dsiscord.com", - "strearncomuniity.ru.com", - "dicordgift.ru.com", - "nitrlooss-free.ru", - "steamecommunity.pp.ua", - "discorcl.shop", - "steamcomrnunity.site", - "stleancommunity.ru", - "gocups.ru", - "stleamcormmunity.ru.com", - "magic-delfy.net.ru", - "steacomnmunity.com", - "blustcoin.com", - "discor.link", - "discordlapp.fun", - "mcdonaldsau.info", - "discxordapp.com", - "beast-winer.ru", - "steamcomunnuity.com", - "steamcomunety.ru", - "steamcommiuinity.com", - "dscord-generaot.store", - "dicsordnitro.info", - "discordqpp.com", - "streamcommuniy.ru", - "steamcommunityshop.com", - "steamcomnmnuty.ru", - "stiamcammunieti.com", - "steamhometrades.xyz", - "www.robux.claimgifts.shop", - "steamcammunitey.com", - "discord.cm", - "dlscord.art", - "stemcommunity.ru.com", - "fasttake.space", - "steampowerwd.com", - "robuux1.club", - "trade-leagues.com", - "stearncornminuty.com", - "steamcommunityzdq.top", - "power-sk1n.net.ru", - "discordappi.fun", - "dicsocrd.com", - "steampowerdwallet.com", - "discord-nitro.club", - "discord-information.ru", - "steamsnitro.ru", - "steancommuniti.com.ru", - "sdiscord.com", - "facepunch-twitch.com", - "sleamcomnumity.com", - "discord-sup.com", - "steacommunnity.com", - "stemcommounity.ru.com", - "steammatily.ru", - "stuamcommunity.com", - "steamccomunnity.ru.com", - "discordgift.com", - "discordgifts.com", - "app-nitro.com", - "stemcommlunity.com", - "stemcommuniti.ru", - "steamcommunittrade.xyz", - "sleamconmumity.com", - "steacmommunity.com", - "discordnitro.click", - "steamcommnuntiy.com", - "steamscommunity.ru", - "steamcomnmutly.ru.com", - "slreamcomunity.ru", - "steamcommenity.ru", - "discofd.com", - "tradeoffers.net.ru", - "stearncorrmunity.com", - "steeamcommunity.ru.com", - "sleamcomminity.ru", - "streamcommiumity.com", - "discordsite.repl.co", - "steamcornminuty.com", - "steamcommunity.support", - "microsup.net", - "csgogame-steam.ru", - "discurd.js.org", - "sleamcomnunily.ru", - "streamcormmyniity.ru.com", - "haste.monster", - "discord-gifts.site", - "steamcomminutiu.ru", - "riptide-operations.ru", - "steaamcommmunity.com", - "dlscord-inventory.fun", - "discrod.gg", - "dicrod.com", - "steamcomnunlty.ru.com", - "farestonpw.ru.com", - "cave-nitro.com", - "discords-app.com", - "csgogf01.xyz", - "steamcommnuninty.ru.com", - "steampwoered.com", - "discordnitro.space", - "steam-nitros.com", - "steamecommunity.org", - "stemcommunitytraade.xyz", - "discordalt5.repl.co", - "sleamscommunity.com", - "freeinstagramfollowersonline.com", - "streamcommuniley.net.ru", - "csgowans.ru", - "steam-community.xyz", - "discord-com-free.online", - "steanmcommuniuty.ru.com", - "steancommynity.org.ru", - "discrod-nitro.info", - "streamcomnunity.site", - "csgogf05.xyz", - "humnchck.co", - "natus-spot.pp.ru", - "promo-codes.world", - "aucryptohubs.com", - "getskins.monster", - "staemcornmuntiy.ru", - "tacelt.com", - "sleamconnunity.net.ru", - "streamcommunly.net", - "astralisgift.fun", - "dicoapp.pro", - "steemcommunty.ru", - "steamcomminity.ru.com", - "stermcomunniity.ru", - "sterampowered.com", - "dlscord.team", - "discord-give.com", - "dlscordsglfts.xyz", - "steamcomnunlity.com", - "gamepromo.net.ru", - "stearncomnunity.com", - "discord-games.cf", - "rustg1ft.com", - "sterncommunilty.site", - "dlscorcl.ru.com", - "discordnitrofree.xyz", - "sleamcommunituy.com", - "up-nitro.com", - "streancommuniity.ru.com", - "discord-nitro-free.xyz", - "steamcommuniry.ru", - "shib.events", - "freefireclaim.club", - "steanconmunitiy.co", - "streamcommuninnuity.com", - "steaemcamunity.xyz", - "steamcommuty.com", - "steamcomminytiu.com", - "discord-drop.xyz", - "steamcomnunllty.net", - "discordstaff.xyz", - "steamcommunltiy.club", - "steamcomminty.ru", - "steamunlocked.online", - "stemcomnnmunnity.com", - "fulldiscord.com", - "steamcommuniltly.com", - "steampowere.com", - "aoeah.promo-codes.world", - "discard.gg", - "roblox-robux.de", - "www.robuxat.com", - "steamcomnuiti.xyz", - "steemcommunity.co", - "discordappp.com", - "stemcomnmununity.com", - "stleaamcommunity.com", - "disord.co", - "sleamcommuintiy.ru.com", - "discordapp.vercel.app", - "steancommnuitty.com", - "discordgivenitro.ru.com", - "streamcommuntly.com", - "steamcommunityoff.com", - "discords-gift.com", - "steancommueniliy.ru.com", - "new-collects.xyz", - "csgo-store-steam.ru", - "cyber-csgo.space", - "roblox-porn.com", - "stoemcommunity.com", - "steamconmunity.com.ru", - "steamcommnunty.ru", - "riptide-gaming.ru", - "steamcommunitlly.net", - "styeampowerd.com", - "app-discord.com", - "services.runescape.rs-tt.xyz", - "steamcommnity.com", - "roblox.help", - "esportsfast.pp.ua", - "steamcommuinty.com.ru", - "stleamcommiynitu.ru", - "discorcl-app.ru", - "staemcornmunity.ru.com", - "steampowers.org", - "steamcommunuty.buzz", - "steamedpowered.com", - "steamcomnuntiy.com", - "steamtradesofer.com", - "discord-promotions.com", - "steemcommunily.ru.com", - "steammcommunnity.ru", - "streamcommnunity.ru", - "stleamcommuniity.com", - "steancommunity.net.ru", - "steamcomnunnirty.ru", - "stearmcommnunnity.org", - "steemurl.com", - "steemcommunityy.com", - "steamdesksupport.com", - "discord-giftef.xyz", - "streamcomnunely.com", - "discrdapp.cf", - "up-discord.ru", - "streamcommunitty.ru.com", - "steamcomunity.ru", - "pltw.com", - "steancomnumity.com", - "steamcomynity.ru", - "steancommuuity.com", - "steamconnnnunity.org.ru", - "steamcomunyiti.ru.com", - "disckordapp.com", - "steamcommunyty.xyz", - "discorld.com", - "steamcommuntyy.ru", - "www.ezdrp.ru", - "steamcomnulty.com", - "discordapp.ru.com", - "steancommunyti.com", - "steamsdiscord.com", - "steamcomnunilty.com", - "stleamconnunlty-tyztradeoffernewpartnhr15902271.xyz", - "2discord.ru", - "steamcornmunily.ru", - "steamcommuinuity.com", - "www.discordappporn.chat", - "staemcommmunity.com", - "discordapp.biz", - "dsnitro.xyz", - "steammatily.online", - "nawigiveavay.xyz", - "steamscommmunity.com", - "boosted-nitro.com", - "steamstore.map2.ssl.hwcdn.net", - "rien.xyz", - "key-drcp.com", - "dlscordapp.ru", - "sieamcommunity.net.ru", - "steampowered-swap.xyz", - "steanconmunuty.ru", - "streammcomunittty.ru", - "discordtotal.net", - "stepmscononnity.com", - "stearncornmunity.ru.com", - "discord-give.xyz", - "discordapplication.com", - "streamcoommunity.xyz", - "dizcord.app", - "navigg.org.ru", - "steamnconnmunity.com", - "steancommuineliy.ru.com", - "output-nitro.com", - "steamcormrunity.com", - "steamcommuniyt.com", - "diacordapp.com", - "discord.ru.net", - "discsord.com", - "steemcomrnunity.com", - "steamicommunnity.com", - "dijscord.com", - "steamcammuniti.ru", - "streamcomlutitly.me", - "stemcommunnity.com", - "streamconnunity.net.ru", - "steeamcomunlty.ru", - "steamcommunlty.site", - "stleamcomunity.com", - "steamcommiunitiy.pp.ru", - "zipsetgo.com", - "streancomunnitiy.com", - "steamncomunity.com", - "konicpirg.com", - "steamcornrnuity.com", - "steamzcommunity.com", - "stearncomrnunity.store", - "steaimcomminnity.ru", - "dlscord-nitro.info", - "steamcommunty.ru.com", - "steamcommnunlty.com", - "freenitroi.ru", - "discord-airdrop.me", - "stearncomminuty.ru.com", - "steamecomunity.com.ru", - "skins.pp.ru", - "steancommnulty.com", - "steeamcommunity.ml", - "stream-conmunlty.ru", - "steancomnunyti.ru.com", - "csgo-st.ru", - "discorfd.com", - "steamcomunytiu.com", - "streamcomminuty.pw", - "steamescommunity.com", - "discord-informations.ru", - "steamcommunty.buzz", - "steamcommunity.co", - "stleamcommunity.com", - "steamcommuntiv.com", - "steamcomuniety.ru", - "game-csgo-steam.ru", - "steamdommunity.com", - "sleamcomnnunily.site", - "discord-steam.site", - "g1veaway-nav1.site", - "sueamconmunity.com", - "discord-nitro.website", - "steaamconnmunlty.com", - "streamcommuinity.com", - "streamcommumnity.com", - "discord-app.me", - "stemcomunitiy.com", - "stearncommunitey.ru", - "cs-incursed.xyz", - "stemcommununity.com", - "stearmmcomuunity.ru", - "facepunch-gifts.org.ru", - "discord-give.org", - "airdrop-nitro.com", - "streamcommunityi.ru", - "steamcoummunity.com", - "streamcomuniity.com", - "steamcommyuinity.net.ru", - "nitro-give.site", - "steamcommiunity.ru", - "steamwalletbd.com", - "steamcommmunnity.com", - "streamcomuniity.net", - "staemcomumity.com", - "steamecommunlty.com", - "discord-boost.ru", - "steampowerd.com", - "navi-hawai.net.ru", - "truepnl-giveaway.info", - "st-csgo.ru", - "steamcommunity.biz", - "discordspp.com", - "streamcomrnunity.ru", - "steancommunyti.ru.com", - "fnatic-time.ru", - "steaamcomunity.ru.com", - "blox.land", - "disccor.com", - "steamconnumity.ru.com", - "discord-airdop.link", - "get-gamesroll.xyz", - "discordme.me", - "steamcomuniti.ru", - "dliscrd.one", - "discord-tester.com", - "steamcommunyty.com", - "sleamcommyunity.com", - "dicsord-hypesquads.com", - "sreamcommuniity.com", - "streamcomunity.org", - "robux4sex.tk", - "dlscord.space", - "stemcamnunity.com", - "dlcsorcl.com", - "myrolls.monster", - "dlscord.ru.com", - "streamcommuniley.net", - "discord-nitr0gift.fun", - "steammcomunlty.ru", - "stearncornrnnity.ru.com", - "steqmpowered.com", - "streamcormmunnity.ru.com", - "steamworkspace.com", - "steam-tradestore1.xyz", - "itemcloud.one", - "ds-nitro.com", - "discrdspp.com", - "discord-bot.ru", - "streamcomnultyy.net.ru", - "steamcommunity.site", - "pubggift94.xyz", - "steamcommunlite.com", - "rip-tide.ru", - "steamcommunnty.ru", - "disocrd.me", - "disrcord.com", - "steambrowser.xyz", - "rust-gitfs.ru", - "discord-hypes.com", - "discordnitrogift.com", - "www.steamcamunity.com", - "discord-gift-free-nitro.tk", - "streeamcommunuti.ru", - "stemcomnmnnunity.com", - "dicsord.gg", - "stearncommunitey.com", - "stermconmmunity.com", - "sleamcomunitly.co", - "steampowaered.com", - "steamcornmynity.ru", - "stearncommuniity.ru", - "steamcomnnunty.ru", - "dlscord-support.com", - "steamcommuniti.ru.com", - "stemcommunlty.space", - "streamcomulty.org.ru", - "natus-win.net.ru", - "gamesfree.org.ru", - "steanconmunlty.com", - "disc0rd.xyz", - "discordacc2.repl.co", - "steancommurily.xyz", - "steampowoereid.com", - "dicord.space", - "www.creditscpfree.website", - "steamcomnumilty.com", - "streamcomnunitiy.ru", - "justcause.fun", - "counterstrik.xyz", - "sterncommunilty.ru.com", - "steamcomuunity.com", - "steamhelp.net", - "discordlist.repl.co", - "discord.com.tw", - "steampowed.com", - "discordapps.gift", - "steamcommunhity.com", - "stearncommrunity.com", - "dominospizza-nl.com", - "discord-nitro.tk", - "steamcommunnlty.com.ru", - "roblox.free.robux.page", - "discords.us", - "www.discord.pt", - "steamcomunitly.ru", - "steamcoommunuity.com", - "stearncommunlty.store", - "discord-premium.com", - "staemcammynlty.ru", - "discord4nitro.com", - "discordappporn.chat", - "streamcommunnitty.com", - "nitropussy.com", - "steamcmunity.com", - "steamocmmunity.me", - "steamncommunity.pp.ru", - "steancommuniti.site", - "discordlogin.com", - "stearncommunyti.ru", - "discord-promo.com", - "stearncomnunity.org", - "streamcomunlty.org.ru", - "rust-giveaways.xyz", - "tini.best", - "stearncommunity.click", - "sleamcommuniity.me", - "streemcommunhity.org.ru", - "streamcommmunity.com", - "steamcommunitytredeoffer.com", - "steamcomunillty.ru.com", - "streancommuniliy.ru.com", - "giveweay.com", - "streamcommulinty.com", - "freenltro.ru", - "imvu37.blogspot.com", - "steamcommunly.net.ru", - "steumcommunity.com", - "steamcommunetu.com", - "steancommunilty.com", - "claim.robuxat.com", - "discorcl-boost.ru", - "discordsearch.co", - "steamgames.net.ru", - "steemcomunity.pp.ru", - "stieamcommuinity.com", - "premium-discords.com", - "discord-spooky.ru", - "steamcommuniitu.site", - "steamcommunytitradeoffer.com", - "stheamcommnitiy.ru", - "csgo-storesteam.ru", - "giftsdiscord.fun", - "facepunch-llc.com", - "steam-storetrade.xyz", - "stemcomnmounity.com", - "discord-promo.xyz", - "www.discord-nitro.ru.com", - "stearncornmunity.net", - "dlscorldnitro.store", - "stearncornrnunity.ru.com", - "steamcomnunity.net", - "discordnitro9.repl.co", - "joewfpwg.ru", - "discorcd.site", - "discordnitro.com", - "steamcornmunify.ru.com", - "stearncommmnuity.xyz", - "staermnconnumti.com", - "discord-nitro.online", - "steamcommunirty.com", - "game-steam-csgo.ru", - "topw-gamez.xyz", - "stemcommunlty.ru.com", - "steam-cammuneti.com", - "order-78.com", - "sleamcoomunity.com", - "stearncornmunitiy.com", - "sleamcomunuty.ru", - "steamcannunlty.com", - "dlscord-alirdrop.site", - "discord-gifts.shop", - "comdiscord.com", - "discord.world", - "discord-nltro.info", - "dicsord-nitro.ru", - "steamwalletcodes.net", - "staamcommunity.com", - "steamcammunuty.com", - "app-discord.ru", - "discord-njtro.store", - "steamcomminuty-offer.ru.com", - "steamscommynitu.co", - "key-dr0b.com", - "gift-discord.shop", - "maggicdrop.xyz", - "steamcommunit.org.ru", - "streamcommuninllty.com", - "dzscord.js.org", - "encesports.xyz", - "viwwzagulw.xyz", - "steampowererd.com", - "steancomnnunity.com", - "discord.co.com", - "sleamcommuntiy.com", - "roll-gift.fun", - "discordsteams.com", - "robloxs.land", - "discrod-glfts.com", - "sleamcummunity.me", - "steannconnnunity.com", - "streamcommunit.ru.com", - "stearncommumitly.com", - "steacomnunity.ru.com", - "steamdomain.online", - "steampoweredpoetry.com", - "steampoweredcinema.com", - "discordgifts.ru.com", - "steamconnunitiy.com", - "steancommunety.com", - "streamconmunity.com", - "steacommnunity.com", - "boxgolg.club", - "discord-drops.ru", - "steampoweredcommunity.com", - "steamcommunty.net", - "steancommuhity.com", - "streamcomnnunity.xyz", - "steam-tradestore.xyz", - "pubgmobile737373.ml", - "steam-hype.com", - "stearncomrrunity.com", - "csgosteamgo.ru", - "steamcominuty.ru", - "streomcommunuty.com", - "stearncommninuty.com", - "steamcommynity.space", - "sleamcomnunity.xyz", - "discorcl-give.site", - "pubggf24.xyz", - "ssteamcommunity.ru.com", - "steemcommunnity.net", - "discords-moderator.com", - "steamc0mmunity.com", - "discordgift.app", - "rust-award.com", - "steancommunily.ru", - "discordxsteam.com", - "steancomrnunuty.ru", - "steamcommuntity.ru.com", - "staemcommunity.com.ru", - "discord-app.co", - "dicsord-give.com", - "steam-servicedeals1.xyz", - "streamcommunitly.net", - "steamcommuniety.com", - "stemcomnunity.ru.com", - "dlscordgift.com", - "stearncommnnity.co.uk", - "discord.cn.com", - "steamcomuunity.ru.com", - "tipteamgg.xyz", - "steamcommhnity.com", - "disocrd.org", - "dlscord.in", - "styamcommunity.com", - "realskins.xyz", - "discordnitro.fun", - "nitro-app.fun", - "steamcommunirty.ru.com", - "verification-discord.com", - "discord-stuff.com", - "steam-powered-games.com", - "strempowered.com", - "xess-nitro.com", - "steamcomnunity.site", - "steemcammunlly.com", - "steam-community1.xyz", - "epicgamesnitro.com", - "steanncommunitv.com", - "stemcoomnnunity.com", - "discord-event.com", - "steamcoomunity-nitro.site", - "staempawered.xyz", - "steancommunnuly.me", - "steamnltros.com", - "www.streamcommunity.ru.com", - "steamgivenitro.com", - "stieamcommunity.pp.ru", - "staemcommunty.com", - "steamcormmmunity.com", - "store-streampowered.me", - "staemcomnunity.fun", - "skins-navi.pp.ru", - "stteamcommunity.net", - "giftsdiscord.online", - "stimcommunlty.ru", - "steam-offer.com", - "steamcomminyti.ru", - "steampowered.org", - "steeamcommunyti.com", - "streawcommunity.xyz", - "robuxhelps.com", - "riptide-operation.xyz", - "steancomuunity.com", - "natus-open.net.ru", - "steam-power1.xyz", - "discord.si", - "sleamcommunity.org", - "streamcommuunnity.com", - "robfan.work", - "diszcord.com", - "staemcommuntiy.ru", - "steamcommunity.ca", - "magnavirolls.xyz", - "streampowereed.com", - "steamunlocked.pro", - "discord-air.xyz", - "fowephwo.ru", - "prajyoth-reddy-mothi.github.io", - "discord-app.xyz", - "stemcommuinty.ru", - "steamcommrnunity.com", - "natusspot.pp.ru", - "diskord.org.ru", - "discordapp.us", - "stearncornmrunity.ru.com", - "httpdlscordnitro.ru.com", - "redirectednet.xyz", - "freedrop0.xyz", - "disccrd.gifts", - "steammcommunity.com", - "stemcommunlty.com", - "csskins.space", - "into-nitro.com", - "glft-discord.com", - "discold.online", - "vbucksminer.ru", - "steamcomiynuytiy.net.ru", - "steamcomrunily.com", - "operation-riptide.ru.com", - "dirscord-gift.ru", - "cs-navigiveaway.ru", - "steamcommunitysource1.xyz", - "streaemcrommunlty.com.ru", - "discorcrd.gift", - "steamcoomunjty.com", - "discord-giftes.com", - "discord-free.com", - "stleamcomnunity.ru.com", - "sleamcomnnunitiy.ru", - "sreampowered.com", - "stearncommunite.com", - "discord-club.ru", - "swapskins.ga", - "s1cases.site", - "www.freerobloxgenerator.tk", - "der-csgo.ru", - "streamcomnuniity.com", - "disccord.ru.com", - "discord-halloween.me", - "steamcommunili.xyz", - "steancommrnity.com", - "discpordapp.com", - "myccgo.xyz", - "navi-freedrop.xyz", - "faceit-premium.com", - "dlscord.gg", - "hope-nitro.com", - "discord.promo", - "wyxy.ru", - "steawmcomnunnity.ru", - "steancommuntly.com", - "pubggf22.xyz", - "streamcormmunity.com", - "discord-app.net", - "pubgmobile365.com", - "csgo4cases.fun", - "riptide-cs.ru", - "steamcoomunnity.com", - "pubggift98.xyz", - "streamcommnnuity.com", - "steamcommunity.pl", - "freenitro.ru", - "steemcammunllty.com", - "rbux88go.com", - "steamcomnumnity.com", - "steamcomnunity.org.ru", - "steamcommunithy.com", - "discond-njtro.tech", - "stleamcommuniity.net", - "steamcomnnunlty.ru", - "myrollz.com", - "ste-trade.ru.com", - "discord-app.click", - "discrd.co", - "staemcomunity.com", - "bysellers.xyz", - "steamommunity.com", - "steamtradestore.xyz", - "steanncammunlte.ru", - "pubggf33.xyz", - "steamcommunrinty.ru.com", - "promo-discord.com", - "discordaop.com", - "cpp-discord.com", - "steamcommunety.com", - "steamcommumity.biz", - "discordapplication.xyz", - "steamcommunite.com", - "steamcommunitypubg.com", - "steamcomnnunilty.com", - "discord-airnitro.xyz", - "steamnitro.com", - "staemcoommunty.ru", - "rewardspremium-nitro.gq", - "steamcommulty.ru", - "keydropp.one", - "streamcommmumnity.ru.com", - "steamcomunity.com", - "stemcomnmuunity.com", - "sterncommynuty.ru", - "steampowered-offers.xyz", - "discordgiveaway.fun", - "prefix.net.ru", - "streamcommounity.com", - "steamcommuniuity.com", - "store.stempowerd.com", - "discordsex.live", - "diuscordapp.com", - "steamcommuninthy.com", - "steamcommynity.ru", - "drop.net.ru", - "stearncornmunitly.com", - "steamcsgo-play.ru", - "steamcommuhuity.com", - "steamcomonity.com", - "steancommuniity.fun", - "steamnconmunity.work", - "steam-nitro.ru", - "beast-cup.ru", - "dlscord-hypesquad.com", - "stearncomnunitu.ru", - "steamtradecommunity.fun", - "steancomrnunitiy.com", - "pubggf19.xyz", - "steamcornmnuity.com", - "steapowered.com", - "stemcommunilty.com", - "firtonesroll.ru.com", - "steamcomnmrunity.ru", - "steamservicedeals.xyz", - "gamzc-topz.xyz", - "steamcommuniy.com", - "natus-vincere.xyz", - "steamcommunitte.com", - "natus-win.org.ru", - "stearcommuity.com", - "profile-442572242.online", - "discrod.gift", - "guns-slot.tk", - "discordgiftss.com", - "discord-supports.com", - "streamcomunitty.net", - "stieamcommuunitey.us", - "operation-pass.ru.com", - "steamcommuniti.com.ru", - "discord.app", - "streamcommunimty.com", - "dominosllc.com", - "discordobs.com", - "streamconmunitly.ru", - "discord-nudes.club", - "discord.fit", - "robloxromania.com", - "stearmcommunity.ru.com", - "store-stempowered.com", - "steancommunitry.ru", - "streamcommunity.me", - "steamcomminnty.com", - "discorb.gifts", - "stearncornmunuty.ru", - "steamcommunity.link", - "steamepowered.com", - "steamcommynltu.com", - "steamcommunlty.company", - "nltro.site", - "bigs.monster", - "steamrcommunity.ru", - "jope-nitro.com", - "store-discord.com", - "steancomnurity.one", - "nitrochallange.com", - "robloxux.com", - "discordapp.best", - "viwwzaguls.xyz", - "steam-site.ru", - "staemcoomunity.ru", - "steamcommunityzdl.top", - "discord-promox.com", - "csgoworkshops.com", - "steamcommunuity.ru", - "discornd.com", - "steamsommunity.ru", - "steammcommunity.ru.com", - "steancommuunity.com", - "discord-a.com", - "steamcomunity-nitro-free.ru", - "steamcomrnunity.ru.com", - "steamconmnunity.co", - "discord-drop.info", - "airdrop-discord.online", - "diascord.com", - "streamcoommunity.com", - "dlscord.pro", - "ez-tasty.cyou", - "stemcummunity.com.ru", - "steampowrd.com", - "disordapp.gifts", - "discodapp.gift", - "dlscord.rocks", - "staemcommunityu.ru.com", - "robuxhelp.com", - "steam-sourcecommunity.xyz", - "steancommynyty.ru.com", - "steamcommuriity.com", - "steancomnumlty.com", - "dailymegadeal.xyz", - "steamcomrnyniti.ru", - "discord-glft.ru.com", - "steam-service.ru", - "steancommiuniliy.ru.com", - "event-discord.com", - "think-when.xyz", - "steamcommunitily.com", - "steamcommunity-tradeoffers.com", - "stemcommnunlty.ru", - "stemcomnmunity.com.ru", - "poste.xyz", - "steamcornmunity.net.ru", - "steamcomnunitty.com", - "discordshort.ga", - "streamconmmunity.ru.com", - "fnatic2.org.ru", - "big.pp.ru", - "discord-controls.com", - "discord-nitroapp.xyz", - "steamkey.ru", - "steamsconmunity.com", - "steamcommutyniy.com", - "freediscrodnitro.org", - "steamcoommunuty.com", - "steamcomminutty.ru", - "seamcommunity.com", - "discortnitostem.online", - "cteamcommunity.xyz", - "stermcommunilty.ru.com", - "staemcomrnunity.ru.com", - "discords-hypes.com", - "discoerdapp.com", - "comsteamcommunity.com", - "dicsordnitro.store", - "pubggift95.xyz", - "dmarkef.com", - "discord2fa.com", - "steampoiwered.com", - "stearncomnnunity.fun", - "steamconnunity.ru.com", - "steamcommunuti.ru", - "steamcommunety.net.ru", - "cs-exeword.xyz", - "navigg.ru", - "skins.org.ru", - "stemcomnmunity.ru.com", - "steamcommunity.mobi", - "fall500.ru", - "steampowered-trades.xyz", - "steanncomunitly.ru", - "steamhome-trades.xyz", - "discord-nitro.tech", - "steamaccounts.org", - "steamcommunetiy.ru", - "steancomunitiy.ru.com", - "stemcomnnmuunity.ru", - "stearncomnunitv.ru.com", - "streamcomnully.net.ru", - "discordd.gg", - "topz-games.xyz", - "steamcsgo-game.ru", - "loot-conveyor.com", - "staemcomcommunlty.ru.com", - "steemcomunity.org.ru", - "steamecommunity.ru.com", - "discord-nitro.pro", - "discord-mods.com", - "steamcommuwunity.com", - "steamcommunjti.com", - "steamcommunnuty.ru", - "discorcl-nitro.com", - "discordapp.gg", - "pubgmcheats.com", - "discord-netro.ru", - "staemcoomuntiy.ru", - "stealmcommunity.ru", - "cs-cool.net.ru", - "discorb.co", - "store-steam-csgo.ru", - "stheamcomunitly.ru", - "stearncomminuty.click", - "steamcommulltty.com", - "stemcommounilty.com", - "steacommunity.ru.com", - "keydoppler.one", - "csgogf06.xyz", - "sleamcoomuuntty.xyz", - "steamcommuniltiy.ru", - "steamcommumituy.com", - "discordfree.com", - "streamcommunly.com", - "discod.gift", - "cs-riptide.xyz", - "streamcommunit.com", - "streamcommunitv.net", - "steamcomunitty.ru.com", - "steeaamcomunity.xyz", - "steampowered.xyz", - "sleamcomminutiycom.ru.com", - "steamcommuilty.ru", - "drop.org.ru", - "csgo.ghservers.cl", - "dicord.gg", - "discorcl.site", - "discord.givaewey.com", - "discord-gifts.org", - "casesdrop.xyz", - "operation-broken.xyz", - "diucord.js.org", - "steamcornmnitu.ru.com", - "steamcommuininty.com", - "discord.homes", - "sleramconnummitti.org", - "staemccommunnity.net.ru", - "cs-moneyy.ru", - "discords.ru.com", - "discorcl-app.xyz", - "steamcommunity-user.me", - "steamcommulity.ru", - "steemcoommunty.ru", - "discord-give.ru.com", - "streancoommunity.xyz", - "dlscord-nitro.store", - "sleamcommmunitiy.ru", - "alexs1.ru", - "steanmcommunity.ru.com", - "steamcommunity.comlappl251490lrust.ru", - "steamcomunnity.site", - "steamcommunyte.com", - "magnaviroll.xyz", - "stearmcornnnunity.com", - "steamcornmunity.org", - "discord-support.com", - "stleamcommunitiy.com", - "steam-servicedeals.xyz", - "stemcumunnity.ru.com", - "discordaoo.com", - "dlscordnltro.ru", - "discord-moderation.com", - "steancomuniiity.com", - "eslgamingworldwide.net", - "ds-nitr.xyz", - "discolrd.com", - "stearncommunigy.com", - "stemcommunitly.com", - "skinup.monster", - "streamcomunily.org.ru", - "discord-event.info", - "discord-partners.com", - "discords-premium.com", - "stemcammuniety.ru", - "steamconmumnity.com", - "dlscord-nltro.ru", - "discod-hitro.xyz", - "steampoeerd.com", - "steamcammunty.com", - "getfreediscordnitro.ml", - "discord-app.ru.com", - "steamlcommunity.org.ru", - "stearncommiunity.com", - "stleamcornmmunity.ru.com", - "store-steampoweered.ru", - "steamcomninytiu.com", - "discordglft.ru", - "discordsatus.com", - "stearncomrninuty.xyz", - "csgo-dym.ru", - "steancoommunity.xyz", - "steam-powered.xyz", - "steamcommuneteiy.com", - "stearmcommuniity.com", - "dirolzz.xyz", - "streamcommunnuitty.com", - "streamconmmunity.com", - "steam.99box.com", - "discrod-nitro.fun", - "robuxhach.com", - "steamcommynituy.com", - "wowfnatic.ru", - "steanmcommzunity.ru", - "stealcommuniti.ru", - "discord-gift.ru", - "steancammunyti.com", - "diiscord.com", - "xpro.gift", - "steammcommuniity.ru", - "starmcommunity.net", - "discord-claim.com", - "stearmcommuunnity.ru", - "steamcommunely.ru", - "sleamcoommunily.com", - "discordtos.com", - "discorcdapp.com", - "streamcommunty.ru", - "sterncornmunity.ru", - "storesleampowecommunity.store", - "discrodnitro.org", - "lan-pro.link", - "discordgame.com", - "steamcomrnunity.su", - "steamservice-deals1.xyz", - "staemcornmunity.com", - "discord-alrdrop.com", - "disc.gifts", - "slemommunity.com", - "streamcommunnity.org", - "steamcomnunitiy.com", - "steamcommrunitly.com", - "esports-trade.net.ru", - "navi-giveaway.net", - "streamcommuniily.com", - "discrod-gift.com", - "ggdrop.pp.ru", - "sleamcommunily.net", - "steamcommuunity.net.ru", - "discord-nitro.it", - "steamcormunity.xyz", - "eslgamescommunity.com", - "steamcommynlty.ru", - "streamcornnunitly.com", - "steamcoommunlty.ru", - "steam-storetrade1.xyz", - "staemconmuilty.com", - "discordnitros.xyz", - "streamcommuntiy.com", - "steamcommunit.ru.com", - "steampoward.com", - "steamcomunnity.xyz", - "steancomunitly.ru", - "staerncoinunitiy.me", - "steamcommunitey.com", - "official-nitro.com", - "steampowerde.com", - "z93729n9.beget.tech", - "steamcommunity.us", - "discordapp.ws", - "steamcommulnty.ru", - "discord.giveawey.com", - "steamcommuinity.com", - "discords.ru", - "stearncommunuity.net.ru", - "discordtokens.shop", - "discord-drop.gift", - "discrdapp.com", - "gamekor.net.ru", - "streamcomulty.net.ru", - "steemcommunitey.com", - "discord.cloud", - "csgochinasteam.ru", - "steaamcomunity.com", - "dlscocrdapp.com", - "www-steamcommunlty.com", - "discord-gift.shop", - "discord-nitrodrop.xyz", - "streamcommunilly.com", - "stemcomunnity.ru.com", - "steamcomiunity.xyz", - "disscord.ru", - "steamcomunity.net.ru", - "idiscord.pro", - "staeamconmuninty.me", - "discorcll.com", - "steancoommunnity.com", - "stemcommunity.ru", - "steamhometrade.xyz", - "disordglft.com", - "stieamcomunity.com", - "discordmoderations.com", - "easycases.pw", - "dicsord-airdrop.com", - "dscord.xyz", - "steamcommuntity.com", - "nitrogive.com", - "steam-tradeshome.xyz", - "steamcommumitiy.com", - "steamcommynuti.ru", - "streamcommunily.ru.com", - "discordhalloween.com", - "steemcommmunity.com", - "steam-tradegame.xyz", - "discordadp.com", - "ea-drop.com", - "streammcornmunnity.com", - "discord-hallowen.ru.com", - "steanncomunitty.site", - "css500gggo.ru", - "discod.info", - "vkbonus.club", - "steamcommunly.com", - "steancommuinuty.ru", - "steamcomnunitly.com", - "stearncommuniry.com", - "pubggf05.xyz", - "jetcase.fun", - "discorrd.ru", - "discordbotist.com", - "steamcomnumily.com", - "steamcomrnunlty.com", - "discord-informations.com", - "discord.bargains", - "www.discordapps.tk", - "steamcummunity.ru.com", - "dircode.ru", - "dlscord.app", - "streamcommulnty.com", - "disscords.club", - "rocket-tradings.com", - "pubgofficielbcseller.online", - "discords-gifts.ru", - "riptide-take.ru", - "steamcommunitty.esplay.eu", - "steamcomuninruty.ru", - "stemcommunity.com.ru", - "sreamcomminity.ru", - "streamcommunillty.com", - "stearncommumlty.com", - "free-nitlross.ru", - "stieamcommuniity.ru", - "discordgifts.co.uk", - "stearncommunjty.com", - "www.freeinstagramfollowersonline.com", - "steamconmunitly.com", - "streamcommunily.icu", - "staemcomnunity.org", - "dlscord-steam.com", - "steamcommuunitty.ru.com", - "staemcommunlty.ru", - "pubggf20.xyz", - "nitrogeneral.ru", - "stopify.com", - "discord-airdrop.site", - "discrod-app.ru", - "gleam.su", - "discordmac.com", - "steam.codes", - "streamcommunity.pl", - "steamcommunylty.ru", - "steamcommunlty.cloud", - "streamcommunltiy.com", - "streamconnunity.site", - "stearncommynitu.ru.com", - "d1scord.xyz", - "discordnitro.info", - "smeacommunity.com.au", - "stemcommunitiy.com", - "steamcommunitygames.com", - "discord-offer.com", - "stearmcommunnity.ru.com", - "steancommumity.net", - "steamconmuniti.ru", - "steamcomuniltu.xyz", - "sleemcomnuniti.xyz", - "steamcammiuniltty.com", - "discordlive.xyz", - "steanmcomnumty.com", - "discordapp.support", - "steampoweredshow.com", - "discord-stats.org", - "steammcommunity-trade.xyz", - "steamconmunlly.com", - "steancommynity.ru.com", - "staeamcomunnityu.me", - "steamcommunify.com", - "discord-air.fun", - "steamcommunity.co.ua", - "gift-g2.online", - "steamcommunitii.xyz", - "steanmconnynuytiy.net.ru", - "stearmconmunity.ru", - "steamcommunllty.ru", - "withereum.com", - "stearnconmuuity.com", - "steam-nitros.ru", - "stearnconmuulty.ru", - "steancommunnity.co", - "discord.team", - "staemcommunily.com", - "streamcommunniity.com", - "discorclapp.fun", - "steam.mmosvc.com", - "order-40.com", - "nitro-discord.org", - "classic-nitro.com", - "streamecommunity.com", - "discord-gifts.me", - "natus-rolls.xyz", - "fnaticteam.org.ru", - "stheamcommunutly.ru", - "creditscpfree.website", - "discorcl.art", - "pubggf04.xyz", - "ssteamcommunity.com", - "navicase.org", - "clan-big.ru", - "steamconnunity.fun", - "stemcommouniity.com", - "stearncommutiny.online", - "straemcomunnitry.ru", - "staemconmunity.com", - "freeskins.online", - "stearncommunnitty.xyz", - "staemconmunilty.com", - "sleamcommuniti.xyz", - "steancommuniitty.com", - "discqorcl.com", - "dlscord.world", - "s1cses.site", - "steamcormunity.ru", - "csgo-run.info", - "sleamcomunity.me", - "steamcommunyti.info", - "steamcommunitu.icu", - "steam-communitysource.xyz", - "steamcommyinuty.ru", - "giftsdiscord.site", - "discord.gq", - "steamcomueniity.ru", - "pubggf37.xyz", - "pubgmobileskin2020.com", - "steamcomminutiiu.ru", - "navifreeskins.ru", - "streamcommunily.co", - "steancommuhity.ru", - "steammncommunty.ru.com", - "discord-gif.xyz", - "slemcommunity.com", - "steamcommynite.com", - "steemcommuniti.com", - "disocr.com", - "affix-cup.click", - "x33681t2.beget.tech", - "daddsda.xyz", - "steamgametrade.xyz", - "discordnitro.ru.com", - "dscord.gifts", - "pubggf21.xyz", - "streamcoommounity.com", - "stearncomminutiu.ru", - "claimgifts.shop", - "pubguccmobilefree.cf", - "streamcommunitv.me", - "steeamcommunnlty.ru", - "steam-account.ru", - "discord.ac", - "discordsapi.com", - "mydrop.monster", - "steamcommumnity.com", - "steanmcomnumntiy.com", - "diccrd.com", - "steamcomynlty.com", - "discrodsteam.online", - "riptidepass.ru", - "steamcormurnity.com", - "steamcoonmuntiy.ru", - "dlscord-gifts.com", - "navi-give.net.ru", - "steamcornminty.xyz", - "www.dominospizzanl.com", - "discordbots.app", - "lan-pro.xyz", - "steamncomnunlty.com.ru", - "disord.fun", - "freenitrol.ru", - "steanccommunity.ru", - "steam-csgo-store.ru", - "sleamcommunitey.com", - "steam-discord.com", - "discord-promo.site", - "discord-moderator.us", - "mdiscord.com", - "www.robfan.work", - "steomcommunity.com", - "steamcormmunity.ru.com", - "discord.download", - "staemcommmunity.online", - "streamcomunity.net", - "discord-partner.com", - "steamcommunityr.com.ru", - "dlcord.gift", - "streamcommmunify.ru.com", - "discord-nitroapp.ru", - "pubggf27.xyz", - "steamcommunilly.com", - "steamcomnumty.ru", - "steamcommunity-source1.xyz", - "discord.giveaweys.com", - "steanconmunity.ru", - "pubgtoken.io", - "best-cup.com", - "sleamcoommunlity.com", - "pubgfree77.com", - "discird.me", - "steam-communitytrade.xyz", - "steamcard.me", - "steamcommuniytu.com", - "www.luckycrush.ga", - "steaemcommunity.pp.ru", - "discorddevs.com", - "steamcomminuly.com", - "discird.gg", - "disxord.com", - "garstel.github.io", - "discord-develop.com", - "steamcomminity.ru", - "pubggf03.xyz", - "steamncommumity.ru", - "didiscord.com", - "steampowerwed.com", - "sleamcommunitty.xyz", - "steamcomrnity.xyz", - "steamcommuniity.com.ru", - "steancommunlty.com", - "stemcomunity.com", - "steamcommunityy.ru", - "weplay.ru.com", - "discord-promo.ru.com", - "mythicleagues.xyz", - "steamcommuiti.ru", - "steancommunity.click", - "dixcord.com", - "nitroosfree.ru", - "stearncommunilty.site", - "get-discord.fun", - "stearmcommunity.com", - "luxerkils.xyz", - "steamcommunityx.com", - "steeamcommunnity.ru", - "streanncommunity.space", - "discordcanary.com", - "pubg-asia.xyz", - "steampoweredexchange.xyz", - "sterncomnurity.one", - "steqmcommunity.com", - "disordapp.gift", - "steamcorrnunity.org", - "steamcombain.com", - "steamncommunity.ru", - "g2-game.ru", - "pubggf29.xyz", - "nicegg.ru", - "stheamcomunutly.ru", - "steanmcomnuity.com", - "steamstore.site", - "staemcommuntiy.com", - "discord.creditcard", - "steamccommuniity.com", - "steamcommunityzce.top", - "steampower.space", - "steancommunnlty.com", - "wallet-steam.ml", - "stemncornmunity.com", - "steamcommurnuity.com", - "ggdrops.ru.com", - "steamcomuuniity.com", - "gift-discord.ru", - "cs500go.com", - "stieamcomuniiti.ru", - "discordl.site", - "operation-riptide.xyz", - "steawmpowered.com", - "discurcd.com", - "cupgoo.xyz", - "steancomunnity.ru", - "stemcoommuniity.com", - "steamcommulnt.ru.com", - "discord-nitrogift.xyz", - "pubggift100.xyz", - "stewmpowered.com", - "steamcommunltv.buzz", - "nitro-gift.ru.com", - "steanmcomnuinmty.com", - "steamconnunirty.ru", - "dogewarrior-giveaway.info", - "skinsup.monster", - "stearncommuniityt.click", - "steamcomminuty.link", - "stemcumnmunity.com", - "gglootgood.xyz", - "discord-glft.com", - "streamcomnnunity.website", - "case-give.com", - "rblxcorp.work", - "new-steamcommunlty.xyz", - "stieamcommynituy.com", - "dkscord.com", - "steamcomminytu.link", - "steamcomrnunitu.ru.com", - "steumcornmunity.com", - "xesa-nitro.com", - "steamcommunility.com", - "discord-gift.top", - "robloxgiftcardz.com", - "airdrop-discord.ru", - "disordgift.codes", - "stampowered.com", - "steam-povered.xyz", - "discordalt4.repl.co", - "steemcommunlty.com", - "reslike.net", - "awirabigmoneyrolls.xyz", - "discordnitro.su", - "stiemcommunitty.ru", - "promo-discord.site", - "discord-login.cf", - "steam-community.net.ru", - "steamecommunity.net", - "sleampowereed.ru", - "steamcommunutty.com", - "steamcamunitu.com", - "discord-support.org", - "stearncommuniity.site", - "steamcommuntliy.ru", - "steamdomain.ru", - "steamcommunidy.com", - "sleamcommuniiy.ru", - "steomcommunity.ru", - "discorb.com", - "staemcommunity.info", - "discord-nltro.fun", - "steamconmunlty.com.ru", - "steamcomnmynitu.com", - "rl-bounce.com", - "discoerd.com", - "stearmcornmunitiy.com", - "csgo-steamgame.ru", - "key-dropo.com", - "discorclnitro.ru", - "discordappss.com", - "steamstorepowered.com", - "cs-esports.link", - "steamcommunitysource.xyz", - "discord.luxe", - "steanconnunity.com", - "free-nitro.ru", - "cs-boom.org.ru", - "stheamcommuniti.com", - "sleamcornrnunity.host", - "disdrop.com.br", - "steamcommuni.com", - "stearncommunety.com", - "navi-wins-skiins.org.ru", - "lootship.ga", - "streamcommlunity.ru.com", - "steancammunity.ru", - "cash.pp.ru", - "steamcornmunty.com", - "navicase-2020.org.ru", - "steancommuuniliy.ru.com", - "steamcommunlty.store", - "steamcomnunmity.com", - "discord-hypesquads.com", - "sleamcomnnuniity.ru", - "discortnitosteam.online", - "riptide-pass.org.ru", - "steamcommunieti.ru", - "sleamcommunitiy.com", - "steamcomminytiu.ru", - "steam-cs-good.ru", - "dlscordsteam.com", - "streamcommunitey.com", - "discord.es", - "steamcommuntli.ru", - "steamcummunity.com", - "steemconnunity.com", - "steemcommuniy.com", - "g2ezports.xyz", - "steamcoomynity.ru", - "bondikflas.xyz", - "rl-garage.space", - "rust-ltd.com", - "sleamcommuiliy.ru.com", - "streamcomunily.pp.ru", - "stjeamcomnunitiy.ru", - "steawpowered.com", - "dlscord-nitro.link", - "steamconnunity.de", - "stearncornminuty.ru", - "cashout.monster", - "discordapp.cloud", - "steemcommuntiy.ru.com", - "discord-nitroe.xyz", - "steamcomity.com", - "stemacommunlty.com", - "steam-free-nitro.ru", - "disordnitros.gifts", - "steamcommuniti.org", - "steamkommunity.net.ru", - "dicsordgift.com", - "discords.company", - "steemcommuniity.com", - "steamcommunitty.top", - "qcoldteam.life", - "steamconmnunity.com", - "steamcommunitya.com", - "steanconnunlty.com", - "stearnconmunity.net", - "steamcomrninuty.site", - "steamcommunytytradeofferphobos.ru", - "discord-app.co.uk", - "order-87.com", - "diswcord.com", - "realtorg.xyz", - "sleammcommunnity.ru", - "steamcommnutry.ru", - "sleamcomnnunily.website", - "counter-strlke.site", - "steamcomminiity.site", - "steancomuniity.com", - "dlscord-nitro.click", - "steeamcommuinitty.com", - "steamcommunetiyy.xyz", - "steamcommutinny.ru.com", - "steamcommunnitlly.ru", - "discourd.com", - "discord.com.pl", - "steamcommiunity.pp.ru", - "steamrommunily.com", - "dizscord.com", - "pubggf42.xyz", - "steancomnunity.ru", - "dlscordnitro.com", - "stearmcommuunity.ru.com", - "streamcomnunity.ru", - "diisscord.online", - "bloxpromo.com", - "disordsnitro.gifts", - "pubgmobile2019ucfreeeee.tk", - "steamcommuenity.com", - "steancommunitv.com", - "steamcamunlty.com", - "steurmcommunity.com", - "pubggf39.xyz", - "discort.com", - "stieamcommunity.org.ru", - "steamconnnnunity.net.ru", - "naviskins.xyz", - "diqscordapp.com", - "stearnmcomunity.com", - "steampowerco.com", - "steamcomnutiny.ru", - "discord-gifteh.xyz", - "robuxhelpers.com", - "discontro.ru", - "steamcommunityz.com", - "streamcomunitly.net.ru", - "cointradebtc.com", - "stemcoominuty-alirdrop.xyz", - "dicsord-gives.com", - "pubggf36.xyz", - "steamcommunittey.com", - "steamcommmunity.xyz", - "wwdiscord.com", - "discorclsteam.com", - "steamecommunlty.com.ru", - "discorcl-app.com", - "topvincere.org.ru", - "rust-drop.ru.com", - "discordre.store", - "stearmmcomunity.ru", - "discordist.com", - "pubggf18.xyz", - "steamcomunnuty.com", - "steamcommuunjty.com", - "steamcomunlitly.ru.com", - "csgo-game-steam.ru", - "stearncommunilty.ru", - "steamcommunity.in", - "steacommunity.net.ru", - "steamcummunityy.pp.ua", - "discord-control.com", - "stearncormmunity.ru", - "stearncomminytu.com", - "steamcommunltiy.com", - "cod3r0bux.pw", - "steamcomnumity.ru.com", - "steamcommiunniutty.net.ru", - "stermccommunitty.ru", - "discord-airdrop.com", - "styeampowered.com", - "facepunchltd.com", - "steamcommnunytl.com", - "toprobux.site", - "steamcommnunniiy.net.ru", - "steamcommunitie.net", - "stmeacomunnitty.ru", - "rl-purple.com", - "stleamcommunithy.com", - "steamdiscrod.ru", - "stemcomnunity.com", - "steamcommunityzcd.top", - "sleamconmunity.ru", - "discordbeta.com", - "redizzz.xyz", - "discordapp.top", - "steamcommunityi.ru", - "steawscommunity.net", - "navirolls.org.ru", - "steamcommunlilty.ru.com", - "steamcconmmuunity.co", - "steamcomunlty.ru.com", - "steamcommuunity.pp.ru", - "streamcommunjty.com", - "steamcoommunity.pp.ru", - "stemcommunitytrade.fun", - "cschecker.ru", - "streamcommunitiy.ru", - "discord-information.com", - "pubggf25.xyz", - "streamcommunnty.com", - "glob21.online", - "giftdiscord.info", - "streamcommunty.me", - "wanmeipt.ru", - "steamaccounts.net", - "steamaccount.xyz", - "steancomnunytu.ru.com", - "stemcomnmuunity.ru.com", - "discordiatech.co.uk", - "steam-communitygifts1.xyz", - "www.freenitrogenerator.tk", - "rollskins.monster", - "www.discord-steam.ru", - "steanmcommunily.ru", - "opencase.space", - "steamcommunitytradeofer.com", - "staemcommmunity.ru", - "drop-key.ru", - "discordgifts.site", - "get-nitro.fun", - "ach2x.net.ru", - "discord-sex.live", - "dlscord.shop", - "jet-crash.xyz", - "sreamcommunity.com", - "steamgiveaway.cc", - "steam-poweredexchange.xyz", - "steam-csgo-good.ru", - "streamcummunlty.com", - "from-puste.xyz", - "stemcoommounity.com", - "steamcommunity.live", - "streamncommnunity.com", - "navy-freecases.ru", - "steamcommunities.biz", - "loginrun.info", - "csgo-steam-good.ru", - "newdiscord.online", - "steampowered.us", - "steam-hometrades.xyz", - "sleamcommunlty.space", - "discorcl-nitro.site", - "steamcommuunitey.com", - "steamcommuninty.ru.com", - "streamcormmunlty.ru.com", - "discordp.com", - "drop.pp.ru", - "discordapp.click", - "steamdiscords.com", - "discorclapp.com", - "steamcomnmuituy.com", - "sleamcoommunity.com", - "sleamcommunily.org", - "discords-nitros.fun", - "discoard.com", - "steamcornrrnunity.com", - "steamdiscord.com", - "discord-invite-link.com", - "www.steacmommunity.com", - "discosd.com", - "steampowened.ru.com", - "antibot.cc", - "steurmconmunity.com", - "staemcoommuntiy.ru", - "cpbldi.com", - "disocrd.gg", - "steamconnmunlty.com", - "freediscord-nitro.cf", - "discord-nitro.live", - "steam-login1.xyz", - "discordnitrofree.com", - "steancommunitiy.ru", - "csgogf03.xyz", - "discord-verify-account.ml", - "discordqapp.com", - "streamconmunyti.com", - "d.iscord.xyz", - "steamcommunetyei.com", - "discrod-app.com", - "steamcommunity.best", - "gamerolls.net.ru", - "discordnitro-steam.ru", - "discrod.pw", - "steemcowwunity.xyz", - "discrord.com", - "stheamconnmunutly.ru", - "steamcommunute.com", - "steamcomrnunitu.ru", - "steamdlscord.com", - "stearncornmurnity.ru.com", - "discord.cc", - "please.net.ru", - "stearmcommunitry.cf", - "facedrop.one", - "hdiscord.com", - "steamcommnunity.com", - "steancommuniity.com", - "glets-nitro.com", - "magifrolbit.xyz", - "2021y.ru", - "steamcommunltuy.com", - "sitemap.onedrrive.com", - "id-374749.ru", - "dlscorcl.gift", - "team.the-shrubbery.co.uk", - "steancommmunity.com", - "steamccommunity.com", - "steamcommunety1i.com", - "steancomunitytradeffer.xyz", - "stearncommmunity.ru", - "steamcomunityo.com", - "keydrop.org.ru", - "discord404.com", - "steamcommuniety.ru", - "steampowerewd.com", - "csgorun.info", - "steanncommuniuity.com", - "streanncomunity.ru", - "streamcommunily.cc", - "game-steamcsgo.ru", - "discord-verifications.com", - "navi-russia.ru", - "discorddev.com", - "steancommnuity.com", - "stearncomminuty.ru", - "discordcharity.org", - "steamcommuitly.ru", - "discorapp.pw", - "whitelampa.xyz", - "stemcommuty.ru", - "steanmconynnuytiy.net.ru", - "steamcomuniity.ru.com", - "eslworldwideplay.com", - "steanncomunitiy.ru.com", - "fdiscord.com", - "stmencommunity.ru", - "streamcommununty.com", - "dicsord.pl", - "steeamcomunitty.com", - "dscord.me", - "ewqdsa.xyz", - "stheamcommunutiy.ru", - "steamcomnumity.com", - "steamcommunniity.com", - "steam-csgo-game.ru", - "steamcommunitytradeofter.com", - "pubggift101.xyz", - "streamcommunlte.ru", - "new.mychaelknight.com", - "steancomnuity.com", - "discordsapp.fun", - "stimcommunity.ru", - "widesdays.com", - "stemcomnmnunity.com", - "discod.tech", - "ww1.dicsordapp.com", - "stores-steampowered.com", - "steamecommunituiy.com", - "discord-report.com", - "discordnitros.gifts", - "g2a.ru.com", - "streampoered.com", - "viwwzaguly.xyz", - "gamzgss-top.xyz", - "streamcommunity-user.me", - "magifcrolrlh.xyz", - "steam-cs.ru", - "streamcommuunnity.net", - "steanncommunity.com", - "streamcommunuity.net", - "streanncomminity.ru", - "streamcommuunity.com", - "good-csgo-steam.ru", - "steamcomumity.com", - "stemcommuniety.com", - "streamcomnunyti.xyz", - "discord-claim.ru", - "stearncomrmunity.com", - "rustg1fts.ru", - "discord-claim.ru.com", - "staemcummunlty.com", - "steamguard.ir", - "steamcommuniutiiy.com", - "steam.communyty.worldhosts.ru", - "steemcommunty.net.ru", - "discord-app.club", - "staemporewed.xyz" - ], - "iplogger": [ - "diskerd.gift", - "gitdhub.com", - "iplogger.org", - "2no.co", - "iplogger.com", - "iplogger.ru", - "yip.su", - "iplogger.co", - "iplogger.info", - "ipgrabber.ru", - "ipgraber.ru", - "iplis.ru", - "02ip.ru", - "ezstat.ru", - "ps3cfw.com", - "ythingy.com", - "blasze.tk", - "fuekos.com", - "myiptest.com", - "iplogger.org", - "2no.co", - "iplogger.com", - "iplogger.ru", - "yip.su", - "iplogger.co", - "iplogger.info", - "ipgrabber.ru", - "ipgraber.ru", - "iplis.ru", - "02ip.ru", - "ezstat.ru", - "ps3cfw.com", - "ythingy.com", - "blasze.tk", - "fuekos.com", - "myiptest.com", - "dlscord.org", - "lovebird.guru", - "trulove.guru", - "dateing.club", - "shrekis.life", - "headshot.monster", - "gamihg-at-my.best", - "progaming.monster", - "yourmy.monster", - "imageshare.best", - "screenshot.best", - "gamingfun.me", - "catsnthings.fun", - "joinmy.site", - "fortnitechat.site", - "fortnight.space", - "freegiftcards.co", - "grabify.link", - "partpicker.shop", - "websafe.online", - "sportshub.bar", - "herald.sbs", - "locations.quest" - ], - "ngrok": ["ngrok.io"] -} +{ + "scam": [ + "gibthub.com", + "egift-premium.com", + "disceord.gift", + "discode.gift", + "discosb.gift", + "discorx.gift", + "disocrds.gift", + "disocrde.gift", + "discrods.gift", + "discordsgift.com", + "steam-sourcecommunity1.xyz", + "dlscordnitro.info", + "steamcommuniyty.ru", + "betadiscord.com", + "csgogf02.xyz", + "steamcommynitu.xyz", + "discordapp.org", + "stemcommunnitiy.net.ru", + "lan-pro.ru", + "dscordnitro.xyz", + "discord-boost.com", + "discord-boost.xyz", + "avitofast.ru", + "dlscord.live", + "steamcornmunety.com", + "disco9rdapp.com", + "natus-lootbox.net.ru", + "streamconmunitly.com", + "discordbooster.com", + "diiiscrod.club", + "steamcommunillty.ru.com", + "discord-steam.com", + "steamcomrneuneity.com", + "steancomnuniity.com", + "staemcomunitly.xyz", + "discorddiscord.com", + "generator.discordnitrogift.com", + "steampoweredtrades.xyz", + "discordaap.com", + "steemcommunity.com", + "nise-win.xyz", + "discord-mod.com", + "triumph.tk", + "stearncomnnunity.site", + "freenitros.ru", + "discord-airdrop.pw", + "steamcommunitu.ru.com", + "nitro-discord.ru.com", + "steancomnurity.xyz", + "dicoapp.me", + "steamcommunetiyi.com", + "streamcommunitiy.ru.com", + "magifrolbiq.xyz", + "dicsord-nitro.com", + "discord-free.site", + "diiscord.me", + "steamcomnmuntiy.ru.com", + "stieamconmuniity.com", + "roblox-login.com", + "steemcommunnity.co", + "steampowerec.com", + "ggfail.xyz", + "stearmconnrnunity.com", + "steamcomnumlty.com", + "pubggf01.xyz", + "twitch-nude.com", + "u924157p.beget.tech", + "steanmcomnunity.com", + "roblox-collect.com", + "discorad.com", + "dlscrodapp.ru", + "discoapps.club", + "steamcomnnynlty.com", + "steamcammmunity.ru", + "stemcomiunity.ru", + "eslgaming-world.com", + "streamconnuity.com", + "steanncomunnity.ru", + "streamcommuniitu.com", + "steamconunity.cf", + "stemcommunlity.ru", + "stemccomnmunity.com", + "steemcommynity.ru", + "discorld.site", + "steamcommunily.org", + "steamcamunity.ru", + "steamcomnuhity.com", + "steamcommumiuty.com", + "driscord.ru", + "dlcsord-airdrop.com", + "dlscord.cloud", + "staemcammunity.me", + "stenmcommunilty.ru.com", + "stearmcornmunlty.com", + "steamcornmunity.fun", + "steamcamnunity.ru", + "discord-nltro.com", + "steamcornmynitu.ru", + "0globally594.ga", + "0redirc.com", + "0rg.link", + "100cs.ru", + "100eshopdeals.com", + "101nitro.com", + "1111sale.us", + "12mon.space", + "15dfjkbvdf.club", + "17ebook.com", + "1nitro.club", + "1ownandfresh1.com", + "1payxperxinst1.com", + "1redirb.com", + "1ts11.top", + "1tvv.ru", + "1wat.ru", + "2012-drakon.ru", + "2012-god.ru", + "2015-god-kozy.ru", + "2021cs.net.ru", + "2021ga.xyz", + "2021liss.ru", + "2021pn.ru", + "2021y.ru", + "2022p.ru", + "2022yg.com", + "2023g.com", + "23c7481e.hbrex.cn", + "2discord.ru", + "2faceteam.ml", + "2no.co", + "3black.info", + "3ds-security.xyz", + "3items4rocket.com", + "411medias.com", + "4drop.ru.com", + "4gameranking.com", + "50checkingyourtraffic.com", + "546cd327-cyber-lan.site", + "60255.xyz", + "7a1fe62a-", + "7a1fe62a-discorcd-app.com", + "7dgw.com", + "academy-beta.com", + "academy-discord.com", + "academy-join.com", + "academy-mod.com", + "academy-moderator.com", + "academy-moderator.xyz", + "academy-moderators-test.com", + "academy-signup-discord.com", + "academy-signup.com", + "academydiscord.com", + "academymoderation.tech", + "academymoderato.com", + "academymoderator-join.com", + "academymoderator.com", + "academymoderatorforms.com", + "academymods.com", + "academynaviagg.xyz", + "acc.pp.ua", + "acceder.gratis", + "accgen.best", + "accountauthorization.xyz", + "acercup.com", + "ach2x.net.ru", + "achnavi.net.ru", + "acid-tournament.ru", + "acrisialithic.cam", + "adalgard-wol.com", + "adating.link", + "adblade.com", + "adcash.com", + "adcell.de", + "adexchangecloud.com", + "admntrk.com", + "adpopblocker.com", + "adsbtc.org", + "adserveryo.xyz", + "adserveryo2.xyz", + "adtr1.com", + "adulttdates.com", + "adultxxxblog11.in", + "adverdirect.com", + "aff2021.com", + "affix-cup.click", + "affix-cup.link", + "affix-cup.ru", + "affix-sport.ru", + "affix-sports.ru", + "affixesports.ru", + "affixsport.ru", + "afkskroll.ru", + "ahijeoir.ru", + "airdrop-discord.com", + "airdrop-discord.online", + "airdrop-discord.ru", + "airdrop-nitro.com", + "airdrops.tips", + "ajianseo.com", + "akatori.fun", + "akatorii.repl.co", + "akellasport.me", + "aladdinhub.fun", + "aladel.net", + "alex-nv.ru", + "alexandrkost.ru", + "alexandrnav.ru", + "alexandrs1.ru", + "alexs1.ru", + "alfaiztech.com", + "alive-lives.ru", + "allhugenewz.com", + "allin1-digitalcontent.net", + "allskinz.xyz", + "allthetraffic.co.cc", + "alm-gaming.com", + "aloha-news.net", + "alone18.ru", + "alonemoly.ru", + "alterprogs.ru", + "altervista.org", + "amanda.ttnrd.com", + "amata-syb.com", + "amaterasu.pp.ua", + "amazing-date4u.com", + "amazingsexdating.com", + "amecbs.com", + "amigosdetuciudad.com", + "amurutro.ru", + "angryisland.cf", + "aniljv82.in", + "annintus.com", + "ano-skinspin.xyz", + "anomalygiveaways.pro", + "anomalyknifes.xyz", + "anomalyskin.xyz", + "anomalyskinz.xyz", + "anoskinzz.xyz", + "anti-virus-best.com", + "antibot.cc", + "antig-hra.com", + "antispyware.com", + "antivirus-prot.com", + "antivirus.landerhd.com", + "aoeah.promo-codes.world", + "aoeah.shop", + "ap7.ru", + "api.code2gether.cf", + "api.innovations-urfu.site", + "apilond.com", + "aplication-hypesquad.com", + "app-discord.com", + "app-discord.ru", + "app-discordc.com", + "app-discords.com", + "app-hypesquad.com", + "app-hypesquad.online", + "app-hypesquadevents.com", + "app-hypesqueadevents.com", + "app-nitro.com", + "application-discord.com", + "application-hypesquad.com", + "application-hypesquadevents.com", + "application-hypevents.com", + "applications-discord.com", + "applications-hypesquad.com", + "applications-hypesquadevents.com", + "applicationsdiscord.com", + "apply-discord-academy.com", + "apply-discord-hypesquad.com", + "apply-discord.com", + "apply-event-hypesquad.com", + "apply-for-hypesquad.com", + "apply-hype-squad-event.com", + "apply-hypeevents.com", + "apply-hypesquad-events.com", + "apply-hypesquad.club", + "apply-hypesquad.com", + "apply-hypesquadevents.club", + "apply-hypesquadevents.com", + "apply-hypesquadeventsreturn.com", + "apply-hypesquadsevent.com", + "apply-hypevents.com", + "apply-moderatoracademy.com", + "apply-moderators.com", + "apply-to-hypesquad.com", + "applys-discord.com", + "appninjas.xyz", + "appnitro-discord.com", + "appnitro-discord.ru.com", + "appnitrodiscord.ru.com", + "apps-discord.com", + "apps-discord.org", + "apps-nitro.com", + "arcades.tech", + "arclk.net", + "ardeminggiftcred.ml", + "arik.pp.ua", + "arthyadtracker.info", + "arthyredir.com", + "aselink.guru", + "aslnk.link", + "asprod911.com", + "asstok.com", + "asstralissport.org.ru", + "asstralissteam.org.ru", + "astr-teem.net.ru", + "astr-teem.org.ru", + "astralis-gg.com", + "astralis.monster", + "astralis2.net.ru", + "astralis2.org.ru", + "astralisgift.fun", + "astrallis.net.ru", + "astrallis.org.ru", + "astralliscase.org.ru", + "astralteam.org.ru", + "astresports.xyz", + "ataribtc.com", + "atnpx.com", + "atomicstore.ru", + "attaxtrade.com", + "atzekromchan.com", + "aucryptohubs.com", + "authnet.cf", + "autodiscover.discord-nitro-gifts.ru", + "autumnbot.cloud", + "avirus.hu", + "avitofast.ru", + "awescap.com", + "awirabigmoneyroll.xyz", + "awirabigmoneyrolls.xyz", + "axdsz.pro", + "azimovcase.tk", + "azurewebsites.net", + "b-time.site", + "b38.info", + "baac8634-", + "baac8634-fannykey.ru", + "badge-team.ml", + "bainushe.com", + "ball-chaser.xyz", + "bandycazez.xyz", + "bangbro.ru", + "battiefy.com", + "baymack.com", + "bb-delivery.icu", + "bby.rip", + "bc.vc", + "be-104.xyz", + "be-105.xyz", + "be-moderator.com", + "beast-cup.ru", + "beast-dr0p.ru", + "beast-winer.ru", + "become-moderator.com", + "become-moderators.com", + "bector-blotance.xyz", + "bedcity-lake.top", + "bedevelopergroup.com", + "bedevelopers.info", + "bedevlopers.com", + "bedynet.ru", + "beefyv.com", + "bel220.site", + "belekevskeigames.xyz", + "benaughty.com", + "berrygamble.com", + "best-cup.com", + "best-cup.ru", + "best-discord.com", + "best-discord.xyz", + "best-discorde.com", + "best-drops.org.ru", + "best-nitro.com", + "best-prizehouse15.info", + "best-prizes-house.life", + "bestbut.com", + "bestdatinglocal1.com", + "bestesports.xyz", + "bestgeeknavi.ru", + "bestoffer2021.info", + "bestoffer21.info", + "bestprizeday.life", + "bestsecretflirt.com", + "bestshopusaoffers.com", + "bestskins.org.ru", + "beststeam.gq", + "bestwatchstyle.com", + "bestwinexperience.com", + "beta-news.org", + "beta.discorder.app", + "betadiscord.com", + "bets-cup.ru", + "big.org.ru", + "big.pp.ru", + "bigcsgo.pro", + "bigesports.ru", + "bigmoneyrollawira.xyz", + "bigosext69.com", + "bigs.monster", + "bigsports.xyz", + "bike-pro.ru", + "bilsh.com", + "bingstyle.com", + "bistripudel.xyz", + "bit-skins.ru", + "bit-wall.com", + "bitcoingenerator.cash", + "bitcoingenerator.me", + "bitcoinmaniagame.com", + "bitknife.xyz", + "bitl.cc", + "bitradebtc.com", + "bitskeansell.ru", + "bitskines.ru", + "bitsnad.com", + "bittook.com", + "bitxenix.com", + "bl0cksrefresh.com", + "black-friday.ga", + "blasterlegends.com", + "blasze.com", + "blasze.tk", + "blockmincnain.com", + "blocknimchain.com", + "blocksilcnain.com", + "blockskipad.com", + "blox.land", + "bloxpromo.com", + "blustcoin.com", + "bmwforum.co", + "bnewsblite.me", + "bnmu.xyz", + "board-nitro.com", + "bonbonijezero.xyz", + "bondikflas.xyz", + "bonusxcase.xyz", + "bookgr8.com", + "books-pash.org.ru", + "boost-discord.com", + "boost-nitro.com", + "boost-nitro.shop", + "boost.ink", + "boostdiscorcl.shop", + "boosted-nitro.com", + "boostnitro.co", + "boostnitro.com", + "boostnitro.shop", + "boostnitrogift.com", + "boostnltro.com", + "boosts-nitro.com", + "boosts-nitro.shop", + "boostsgiftnitro.shop", + "boostsnitro.shop", + "boot-upcompletely-bestspeedyfile.best", + "botapp-discord.com", + "bountyweek.com", + "box-surprisebynavi.net.ru", + "boxgolg.club", + "boxnode.ru", + "bpwhamburgorchardpark.org", + "bqyvip.cn", + "br0ken-fng.xyz", + "bracesports.ru", + "bramtrad.com", + "breefingteam.com", + "bro-skiils.net.ru", + "bro4.biz", + "brokenfang-csgo.com", + "brokenfangpassfree.pp.ru", + "brokenfant.org.ru", + "brokentournament.xyz", + "bronsky.kiev", + "bruteclub.ru", + "btcbolex.com", + "btcclicks.com", + "btconline.io", + "btcpool.io", + "btnativenav.com", + "bucks.as", + "buddygays.com", + "buff-market.ru", + "buffgames.ru", + "but-three.xyz", + "buxquick.com", + "buzz-cup.ru", + "bycdu.cam", + "bycsdu.cam", + "bysellers.xyz", + "c-you-mamont.ru", + "c2bit.online", + "c2bit.su", + "captcha-smart.top", + "captcharesolving-universe.com", + "capultytrese.xyz", + "careers.ua", + "case-free.com", + "case-gift.com", + "case-give.com", + "case-magic.space", + "casecs.ru", + "casefire.fun", + "casekey.ru.com", + "casesdrop.ru", + "casesdrop.xyz", + "cash.org.ru", + "cash.pp.ru", + "cashcsgo.ru", + "cashout.monster", + "cashy.monster", + "cassesoma.ru", + "catbeardx.com", + "cave-nitro.com", + "cawanmei.ru", + "cawanmei99.ru", + "cbccke.co", + "ccomstimoon.org.ru", + "cd-dvd-brennen.de", + "cdn.dicsord.uk", + "cdn.ymaws.com", + "ceesty.com", + "centralheat.me", + "centralheat.net", + "ceters.net", + "cfxxfwzx.com", + "cgdc.ct8.pl", + "cgsell.ru", + "cgskinky.xyz", + "chainexplo.com", + "challengeme.in", + "challengeme.vip", + "challengerwin.ru", + "challengme.ru", + "chance-stem.ru", + "checkingnotifications.org", + "checkup08.biz", + "cherlyy.itch.io", + "chestuwygli.com", + "chinchopa.pp.ua", + "chintsressels.com", + "christmasdiscord.gift", + "christmasdiscord.gifts", + "circus-shop.ru", + "cis-fastcup.ru", + "cis-rankig.ru", + "cityofmydream.pp.ua", + "ckre.net", + "claim.discordchristmas.com", + "claim.robuxat.com", + "claimgifts.shop", + "claimnitro.cc", + "clan-big.ru", + "claspedtwelve.com", + "classic-nitro.com", + "classicnitro.com", + "claud9.xyz", + "clck.ru", + "cleanphonefast.com", + "click-mell.pp.ru", + "click2click.xyz", + "clicnews.com", + "cliscord-gift.ru.com", + "cliscord-gift.xyz", + "cliscord.site", + "cliscordl.online", + "cliscordl.ru", + "clk.rtpdn*.com", + "clkepd.com", + "cllscordapp.fun", + "clonex.rlfkt.com", + "clooud9.xyz", + "cloud9.ru.com", + "cloud9team.fun", + "cloud9team.space", + "cloudeskins.com", + "cloudfox.one", + "cloudfront.net", + "cloudteam9.com", + "cloudteam9.fun", + "clove-nitro.com", + "cls-tournament.ru", + "club-moderatorsacademy.net", + "clubboost-nitro.shop", + "clubdlsscord-app.club", + "clubs-moderators.com", + "cmepure.com", + "cmskillcup.com", + "cngcpy.com", + "cod3r0bux.pw", + "code-nitro.ru", + "code-nitro.xyz", + "code24promo.com", + "coinblog.site", + "coinforcoin.site", + "coinmoney.in.net", + "cointrade.space", + "cointradebtc.com", + "coleryujgdq345678hfdh.xyz", + "combestskins.org.ru", + "comboline.xyz", + "comdicsord.net", + "comdicsordgifts.ru.com", + "comdisccord-appss.ru", + "comdisccrdapp.com", + "comdiscorb.blog", + "comdiscorcl.click", + "comdiscord-gg.com", + "comdiscord.com", + "comdiscordl.com", + "comdiscordo.org", + "comdiscorl.com", + "comdiscorl.gift", + "comdiscqrdapp.com", + "comdiscrod-app.site", + "comdisordnltros.com", + "comdlsccordapps.club", + "comdlscold.com", + "comdlscoord-apps.com", + "comdlscord-main.ru.com", + "come-nitro.com", + "comgift-discords.com", + "communitytradeoffer.com", + "communitytradeoffer.com.ru", + "communltydrop.pp.ua", + "communltyguard.pp.ua", + "comnitrosteaml.com", + "comrust-phoenix.org", + "comsteamcomminuty.com", + "comsteamcommunity.com", + "comsteamnitrol.com", + "comsteamnltros.ru", + "comstearncormmunity.com", + "consumerproductsusa.com", + "contact-infoservice.com", + "continue-site.website", + "contralav.ru", + "contralav.xyz", + "coolcools.xyz", + "cooldrop.monster", + "copyrightbusinessgroup.com", + "copyrightbussinessgroup.com", + "copyrighthelpbusiness.org", + "cord.gifts", + "corona-virus-map.com", + "cose-lore.ru", + "counter-stricke.ru", + "counter-strlke.site", + "counterbase.ru.com", + "counterpaid.xyz", + "counterspin.top", + "counterstrik.xyz", + "counterstrikegift.xyz", + "cpa-optimizer.online", + "cpanel.copyrighthelpbusiness.org", + "cpbldi.com", + "cpmstatsart.com", + "cpp-discord.com", + "crazy-soom.org.ru", + "crazypage.me", + "creack.tk", + "creditscpfree.website", + "crosflah.online", + "crustalcup.ga", + "cryptoreserve.space", + "cryptosell.space", + "cs-activit.xyz", + "cs-astria.xyz", + "cs-authx.money", + "cs-beast.xyz", + "cs-betway.xyz", + "cs-boom.org.ru", + "cs-cool.net.ru", + "cs-dark.org.ru", + "cs-dump.org.ru", + "cs-esports.link", + "cs-exeword.xyz", + "cs-fail.ru.com", + "cs-fall.ru.com", + "cs-gameis.ru", + "cs-gorun.ru.com", + "cs-grun.ru.com", + "cs-incursed.xyz", + "cs-legend.xyz", + "cs-logiin.money", + "cs-loginx.money", + "cs-lucky.xyz", + "cs-moneiy.us", + "cs-moneyy.ru", + "cs-navigiveaway.ru", + "cs-open.link", + "cs-pill.xyz", + "cs-play.org.ru", + "cs-prizeskins.xyz", + "cs-prizeskinz.xyz", + "cs-riptide.com", + "cs-riptide.ru", + "cs-riptide.xyz", + "cs-simpleroll.xyz", + "cs-skins.link", + "cs-skinz.xyz", + "cs-smoke.xyz", + "cs-spinz.xyz", + "cs-toom.pp.ru", + "cs-tournament.link", + "cs-victory.xyz", + "cs11go.space", + "cs4real.pp.ua", + "cs500go.com", + "csallskin.xyz", + "csbuyskins.in", + "cschanse.ru", + "cschecker.ru", + "cscoat.eu", + "cscodes.ru", + "csfair.pp.ua", + "csfix.me", + "csfreedom.me", + "csfreesklns.ru.com", + "csgameik.ru", + "csgdrop.ru", + "csgfocusa.ru", + "csggolg.ru", + "csgif.org.ru", + "csgift.fun", + "csgo-analyst.com", + "csgo-battle.ru", + "csgo-cash.eu", + "csgo-cup.ru", + "csgo-cyber.link", + "csgo-dym.ru", + "csgo-fute.net.ru", + "csgo-game-steam.ru", + "csgo-games.xyz", + "csgo-gamesteam.ru", + "csgo-gifts.com", + "csgo-lute.net.ru", + "csgo-market.ru.com", + "csgo-pell.org.ru", + "csgo-riptide.ru", + "csgo-run.info", + "csgo-run.site", + "csgo-sports.com", + "csgo-st.ru", + "csgo-steam-game.ru", + "csgo-steam-good.ru", + "csgo-steamanalyst.net", + "csgo-steamgame.ru", + "csgo-steamplay.ru", + "csgo-store-steam.ru", + "csgo-storesteam.ru", + "csgo-swapskin.com", + "csgo-top.xyz", + "csgo-trade.net", + "csgo-up.com", + "csgo-z.com", + "csgo.ghservers.cl", + "csgo2021.ru", + "csgo4cases.fun", + "csgobb.xyz", + "csgobccp.ru", + "csgobeats.com", + "csgobelieve.ru", + "csgocase.monster", + "csgocase.one", + "csgocases.monster", + "csgocashs.com", + "csgocheck.ru", + "csgocheck.ru.com", + "csgochinasteam.ru", + "csgocj-steam.work", + "csgocnfocuss.ru", + "csgocompetive.com", + "csgocup.ru", + "csgocupp.ru.com", + "csgocyber.ru", + "csgocybersport.ru.com", + "csgodetails.info", + "csgodirect.xyz", + "csgodreamer.com", + "csgodrop.me", + "csgodrops.monster", + "csgodrops.net", + "csgodrs.com", + "csgoeasywin.ru.com", + "csgoelite.xyz", + "csgoencup.com", + "csgoevent.xyz", + "csgofast.xyz", + "csgoflash.net.ru", + "csgofocusc.xyz", + "csgogame-steam.ru", + "csgoganeak.ru", + "csgoganeik.ru", + "csgogf01.xyz", + "csgogf02.xyz", + "csgogf03.xyz", + "csgogf04.xyz", + "csgogf05.xyz", + "csgogf06.xyz", + "csgogf07.xyz", + "csgogf12.xyz", + "csgogf13.xyz", + "csgogf14.xyz", + "csgogf15.xyz", + "csgogift25.xyz", + "csgogift26.xyz", + "csgogift34.xyz", + "csgogift43.xyz", + "csgogift44.xyz", + "csgogift45.xyz", + "csgogift47.xyz", + "csgogift49.xyz", + "csgogift50.xyz", + "csgogift51.xyz", + "csgogift55.xyz", + "csgogift56.xyz", + "csgogift57.xyz", + "csgogift58.xyz", + "csgogift59.xyz", + "csgogift60.xyz", + "csgogift62.xyz", + "csgogift77.xyz", + "csgogpusk.ru", + "csgoindex.ru", + "csgoindex.ru.com", + "csgoitemdetails.com", + "csgoitemsprices.com", + "csgojs.xyz", + "csgojump.ru", + "csgoko.tk", + "csgold.monster", + "csgomarble.xyz", + "csgomarketplace.net", + "csgomarkets.net", + "csgonavi.com", + "csgoorun.ru", + "csgoprocupgo.com", + "csgorcup.com", + "csgoroll.ru", + "csgorose.com", + "csgoroulette.monster", + "csgoroyalskins1.com", + "csgorun-giveaway.ru", + "csgorun-giveaway.xyz", + "csgorun-offical.site", + "csgorun-rubonus.ru", + "csgorun.info", + "csgorun.net.ru", + "csgorun.pro-login.ru", + "csgorun.pro-loginn.com", + "csgorunpromo.pp.ua", + "csgosell.xyz", + "csgoskill.ru", + "csgoskinprices.com", + "csgoskinsinfo.com", + "csgoskinsroll.com", + "csgosprod.com", + "csgossteam.ru", + "csgossteam.xyz", + "csgostats.fun", + "csgosteam-game.ru", + "csgosteam-play.ru", + "csgosteamanalysis.com", + "csgosteamanalyst.ru", + "csgosteamcom.ru", + "csgosteamgo.ru", + "csgoteammate.gq", + "csgothrive.com", + "csgothunby.com", + "csgotournaments.cf", + "csgotrades.net", + "csgotreder.com", + "csgovip.ru", + "csgowans.ru", + "csgowaycup.ru.com", + "csgowincase.xyz", + "csgoworkshops.com", + "csgoxgiveaway.ru", + "csgozone.net.in", + "csgunskins.xyz", + "cslpkmf.ru", + "csm-oney.ru", + "csmagrkego.ru", + "csmarkete.info", + "csmartscsgo.ru", + "csmone-y.ru", + "csmoneyskinz.xyz", + "csmvcecup.com", + "csogamech.xyz", + "csogamecm.xyz", + "csogamee.xyz", + "csogamef.xyz", + "csogamegg.ru", + "csogameke.xyz", + "csoggskif.ru", + "csoggskif.xyz", + "csogzhnc.xyz", + "csprices.in", + "csrandom.monster", + "css500gggo.ru", + "csskill.com", + "csskillpro.xyz", + "csskins.space", + "csskinz.xyz", + "csteamskin.ru", + "cstournament.ru", + "cswanmei.ru", + "cswanmei4.ru", + "cswinterpresent.xyz", + "csxrnoney.com", + "cteamcamnynity67823535672.xyz", + "cteamcommunity.xyz", + "cubesmc.ru", + "cupcs.ru", + "cupcsgo.ru", + "cupgoo.xyz", + "cupsul.ru", + "cupwin.xyz", + "cur.lv", + "cyber-csgo.link", + "cyber-csgo.space", + "cyber-cups.ru", + "cyber-lan.com", + "cyber-lan.site", + "cyber-roll.club", + "cyber-roll.monster", + "cyber-shok.online", + "cyber-shok.ru", + "cyber-win.ru", + "cyber-x.xyz", + "cybercsgo-scl.ru", + "cybercsgo.link", + "cybercsgotour.ru", + "cyberdex.ru", + "cyberegocscom.ru", + "cyberesports-tournaments.ru", + "cybergamearena.ru", + "cyberh1.xyz", + "cyberiaevents.ru", + "cyberlev.ru", + "cybermode.ru", + "cyberscsgo.ru", + "cyberspark.org.ru", + "cyberturnament.xyz", + "cyneheard-fau.com", + "d-nitro.tk", + "d.iscord.xyz", + "d.myticks.xyz", + "d1sc0rd.com", + "d1scord.com", + "d1scord.gg", + "d1scord.xyz", + "d1scrod-gift.com", + "d1scrod.site", + "d2csbox.pp.ua", + "d2cups.com", + "d2faceit.com", + "d3l3.tk", + "dabaicai.com", + "dac-game.xyz", + "daddsda.xyz", + "daily-news.com.ua", + "dailymegadeal.xyz", + "daque.cn", + "darksound.ru", + "datfuture.com", + "dating.hdxvideos.ru", + "datingapp.live", + "datingdeserving.com", + "dawbab.xyz", + "daxrop.xyz", + "dciscord.com", + "dcoda.net", + "ddiscord.com", + "de-spushtan-genehmigung-2.xyz", + "deadisidddde.xyz", + "deamonbets.ru", + "def-dclss.pp.ua", + "deltasec300gt.fun", + "demonbets.ru", + "denforapasi.cf", + "dengiua.com", + "der-csgo.ru", + "derimonz.xyz", + "derwoood.xyz", + "descargarjuegospc.net", + "desmond.ru.com", + "dev-discord.com", + "devdiscord.com", + "dfiscord.com", + "dfscord-app.club", + "dfscord-app.com", + "dfscord.com", + "dfwdiesel.net", + "diabasewoodhouse.xyz", + "diablobets.com", + "diacord.com", + "diacordapp.com", + "diascord.com", + "diccord.gift", + "diccrd.com", + "dicksod.co", + "dicoapp.me", + "dicoapp.pro", + "dicord-gifts.xyz", + "dicord.gg", + "dicord.gift", + "dicord.site", + "dicord.space", + "dicordapp.com", + "dicordgift.ru.com", + "dicordgifts.com", + "dicordglfts.cf", + "dicordglfts.ga", + "dicordglfts.gq", + "dicordglfts.ml", + "dicordglfts.tk", + "dicords-promotions.xyz", + "dicordsgift.xyz", + "dicordsgifts.xyz", + "dicovrd.com", + "dicrod-app.xyz", + "dicrod.com", + "dicscordapp.com", + "dicsocrd.com", + "dicsord-airdrop.com", + "dicsord-airdrop.ru", + "dicsord-airdrop.ru.com", + "dicsord-app.com", + "dicsord-events.com", + "dicsord-get.xyz", + "dicsord-gift.com", + "dicsord-gift.ru", + "dicsord-gift.ru.com", + "dicsord-gifte.ru", + "dicsord-gifte.ru.com", + "dicsord-gifted.ru", + "dicsord-giftes.ru", + "dicsord-gifting.ru", + "dicsord-gifts.ru", + "dicsord-gifts.ru.com", + "dicsord-give.com", + "dicsord-give.ru", + "dicsord-given.ru", + "dicsord-given.ru.com", + "dicsord-gives.com", + "dicsord-glfts.com", + "dicsord-hypesquad.com", + "dicsord-hypesquads.com", + "dicsord-nitro.com", + "dicsord-nitro.ru", + "dicsord-present.ru", + "dicsord-presents.ru", + "dicsord-show.com", + "dicsord-steam.com", + "dicsord-ticket.com", + "dicsord.club", + "dicsord.gg", + "dicsord.gift", + "dicsord.gifts", + "dicsord.gifts.ru", + "dicsord.gq", + "dicsord.msk.ru", + "dicsord.net", + "dicsord.pl", + "dicsord.pw", + "dicsord.ru", + "dicsord.space", + "dicsord.uk", + "dicsord.website", + "dicsord.xyz", + "dicsordapp.co", + "dicsordapp.com", + "dicsordapp.ru", + "dicsordapp.xyz", + "dicsordgift.club", + "dicsordgift.com", + "dicsordgift.one", + "dicsordgift.ru", + "dicsordgift.ru.com", + "dicsordgift.xyz", + "dicsordgifte.ru", + "dicsordgifted.ru", + "dicsordgifting.xyz", + "dicsordgifts.one", + "dicsordgifts.ru", + "dicsordgifts.ru.com", + "dicsordgifts.xyz", + "dicsordgive.ru", + "dicsordgive.ru.com", + "dicsordnitro.com", + "dicsordnitro.info", + "dicsordnitro.one", + "dicsordnitro.store", + "dicsordnitros.com", + "dicsordr.xyz", + "dicsords-gift.ru", + "dicsords-gifted.ru", + "dicsords-gifts.ru", + "dicsords-give.ru", + "dicsords.club", + "dicsords.com", + "dicsords.comboost", + "dicsords.ru", + "dicsrod.com", + "dicsrodapp.com", + "didiscord.com", + "didscord.com", + "dieviren.de", + "digcord.com", + "diiiscord-niiit.ru", + "diiiscrod.club", + "diisccord-app.ru", + "diisccord-gift.com", + "diisccord.club", + "diisccord.com", + "diiscorcl-gift.ru", + "diiscord-app.com", + "diiscord-app.ru", + "diiscord-apps.com", + "diiscord-apps.ru", + "diiscord-appss.com", + "diiscord-gift.com", + "diiscord-gift.ru", + "diiscord-niitro.ru", + "diiscord-nitro.com", + "diiscord-nittro.ru", + "diiscord.com", + "dIiscord.com", + "diiscord.gift", + "diiscord.me", + "diiscord.net", + "diiscord.xyz", + "diiscordapp.com", + "diiscordnitro.com", + "diisscord.club", + "diisscord.online", + "dijscord.com", + "diksord.xyz", + "dilscocd.com", + "dilscocd.ru", + "dilscord-gifts.com", + "dilscord.com", + "dilscord.gift", + "dilscord.gifts", + "dilscord.ru", + "dilscord.xyz", + "dilscordi.com", + "dilscordi.net.ru", + "dilscordi.org.ru", + "dilscordilgifts.com", + "dilscordilgiftt.com", + "dilscordilgiftx.com", + "dilscordis.com", + "dilscordis.net.ru", + "dilscordix.com", + "dilscordix.net.ru", + "dilscordiz.net.ru", + "dilscordl.com", + "dilsocrd.com", + "dilsocrd.ru", + "dioscord.com", + "diplom4rabota.ru", + "diqscordapp.com", + "dircode.ru", + "dircord-nitro.com", + "dirolzz.xyz", + "dirscod.com", + "dirscod.gift", + "dirscord-gift.ru", + "dirscordapp.com", + "dirtyteenagers.com", + "dis-nittro.com", + "dis.cord.gifts", + "disacord.com", + "disbordapp.com", + "disbords.com", + "disbored.com", + "disc-ord.com", + "disc.cool", + "disc.gifts", + "disc.ord.gg", + "disc.ordgift.ga", + "disc0rd-app.ru.com", + "disc0rd-nitro.site", + "disc0rd.org", + "disc0rd.site", + "disc0rd.xyz", + "discapp.info", + "discard.gg", + "discard.gift", + "discard.xyz", + "discardapp.fun", + "discardgift.xyz", + "discbrd.com", + "discbrdapp.com", + "disccoord-apps.com", + "disccor.com", + "disccorcl-gift.ru", + "disccord-ap.ru", + "disccord-app.club", + "disccord-app.com", + "disccord-app.ru", + "disccord-app.shop", + "disccord-apps.com", + "disccord-apps.ru", + "disccord-apps.shop", + "disccord-appss.com", + "disccord-appss.ru", + "disccord-appstore.com", + "disccord-club.com", + "disccord-club.ru", + "disccord-gift.com", + "disccord-gift.ru", + "disccord-gifts.com", + "disccord-giift.com", + "disccord-giift.ru", + "disccord-nitro.com", + "disccord-nitro.xyz", + "disccord.com", + "disccord.gg", + "disccord.ru", + "disccord.ru.com", + "disccord.shop", + "disccord.tk", + "disccordapp.live", + "disccords.com", + "disccrd.com", + "disccrd.gifts", + "disccrdapp.com", + "discdrd.gift", + "discdrdapp.ru", + "discerdapp.com", + "discford.com", + "discgrd.com", + "discgrdapp.com", + "dischrd.co", + "dischrd.com", + "dischrdapp.com", + "discird.gg", + "discird.me", + "discjrd.com", + "disckord.club", + "disckord.com", + "disckord.gift", + "disckordapp.com", + "disclord.com", + "discloud.co", + "disclrd.com", + "discnrd.gift", + "discnrdapp.com", + "disco.to", + "disco3d.app", + "disco630.club", + "disco9rd.com", + "disco9rdapp.com", + "discoapps.club", + "discoapps.live", + "discoapps.media", + "discoard.com", + "discobd.com", + "discocd-nitro.com", + "discocd.com", + "discocd.ru", + "discocdapp.com", + "discocdl.com", + "discocl.xyz", + "discoclapp.pw", + "discoclapp.xyz", + "discocord.com", + "discocrd-app.com", + "discocrd-gift.com", + "discocrd-gift.me", + "discocrd-gift.ru", + "discocrd-gifts.com", + "discocrd-nitro.com", + "discocrd.com", + "discocrd.gift", + "discocrd.gifts", + "discocrd.ru", + "discocrdapp.com", + "discod-apps.ru", + "discod-hitro.xyz", + "discod-nitro.ru", + "discod.art", + "discod.fun", + "discod.ga", + "discod.gift", + "discod.gifts", + "discod.info", + "discod.tech", + "discodapp.com", + "discodapp.gift", + "discodapp.net", + "discodd.com", + "discode.club", + "discode.gift", + "discodgift.com", + "discodnitro.info", + "discodnitro.ru", + "discodnitro.xyz", + "discodrd.com", + "discods.gift", + "discoed.gg", + "discoed.me", + "discoerd.com", + "discoerdapp.com", + "discofd.com", + "discofd.xyz", + "discofdapp.com", + "discoid.gifts", + "discojd.com", + "discojd.comepic", + "discokd.com", + "discokrd.com", + "discold-nitro.com", + "discold.online", + "discold.ru", + "discold.rusteammcommunily.net.ru", + "discolrd-gift.site", + "discolrd.com", + "discolrd.site", + "discomd.com", + "discond-nitro.ru", + "discond-njtro.tech", + "discond-njtro.website", + "discond.gift", + "discond.ru.com", + "discondapp.fun", + "disconitros.com", + "disconrd.com", + "discontro.ru", + "discoogs.com", + "discooord-nitro.com", + "discooord-nittro.com", + "discoord-ap.com", + "discoord-app.com", + "discoord-apps.com", + "discoord-aps.com", + "discoord-gift.com", + "discoord-nitro.com", + "discoord-nittro.com", + "discoord-to.com", + "discoord.space", + "discoordgift.com", + "discopd.com", + "discoqd.com", + "discor-dnitro.fun", + "discor-nitro.ru.com", + "discor.de", + "discor.gg", + "discor.link", + "discor.me", + "discor3.com", + "discorad.com", + "discorapp.gq", + "discorapp.pw", + "discorb-nitro.ru.com", + "discorb.blog", + "discorb.co", + "discorb.com", + "discorb.gift", + "discorb.gifts", + "discorb.info", + "discorb.ru", + "discorb.ru.com", + "discorbl.com", + "discorc-nitro.site", + "discorc.com", + "discorc.gift", + "discorc.ru.com", + "discorcd-app.com", + "discorcd-apps.com", + "discorcd-booster.ru", + "discorcd-gift.com", + "discorcd-nitro.com", + "discorcd.click", + "discorcd.com", + "discorcd.gift", + "discorcd.gifts", + "discorcd.site", + "discorcdapp.com", + "discorcg.xyz", + "discorci.com", + "discorci.fun", + "discorcl-air.xyz", + "discorcl-airdrop.ru", + "discorcl-app-nitro.ru", + "discorcl-app-nittro.ru", + "discorcl-app.com", + "discorcl-app.fun", + "discorcl-app.ru", + "discorcl-app.site", + "discorcl-app.xyz", + "discorcl-apps.ru", + "discorcl-boost.ru", + "discorcl-boost.shop", + "discorcl-club.com", + "discorcl-gift.com", + "discorcl-gift.org.ru", + "discorcl-gift.ru", + "discorcl-gift.ru.com", + "discorcl-gift.tk", + "discorcl-gift.xyz", + "discorcl-gifts.com", + "discorcl-give.site", + "discorcl-nirto.ru", + "discorcl-nitro.com", + "discorcl-nitro.ru", + "discorcl-nitro.ru.com", + "discorcl-nitro.site", + "discorcl-nittro.ru", + "discorcl.app", + "discorcl.art", + "discorcl.click", + "discorcl.club", + "discorcl.com", + "discorcl.fun", + "discorcl.ga", + "discorcl.gift", + "discorcl.gifts", + "discorcl.info", + "discorcl.life", + "discorcl.link", + "discorcl.online", + "discorcl.org", + "discorcl.ru", + "discorcl.ru.com", + "discorcl.shop", + "discorcl.site", + "discorcl.store", + "discorcl.website", + "discorclapp.com", + "discorclapp.fun", + "discorclapp.xyz", + "discorclgift.com", + "discorclgift.net.ru", + "discorclgift.xyz", + "discorclgifts.store", + "discorcll.com", + "discorcll.online", + "discorclnitro.ru", + "discorclsteam.com", + "discorcrd.gift", + "discorcz-boost.ru", + "discorcz-booster.ru", + "discord-3nitro.site", + "discord-a.com", + "discord-academy-signup.com", + "discord-academy.app", + "discord-academy.com", + "discord-academymoderator.com", + "discord-academyvotes.com", + "discord-acc.ru", + "discord-accept.com", + "discord-account.com", + "discord-accounts.com", + "discord-accounts.ru", + "discord-acedemy.com", + "discord-action.com", + "discord-ad.com", + "discord-air.fun", + "discord-air.pw", + "discord-air.site", + "discord-air.xyz", + "discord-airclrop.pw", + "discord-airdop.link", + "discord-airdrop.com", + "discord-airdrop.fun", + "discord-airdrop.info", + "discord-airdrop.me", + "discord-airdrop.pw", + "discord-airdrop.ru.com", + "discord-airdrop.site", + "discord-airdrop.xyz", + "discord-airnitro.xyz", + "discord-alidrop.me", + "discord-alrdrop.com", + "discord-ap.ru", + "discord-api.com", + "discord-app-nitro.ru", + "discord-app.art", + "discord-app.cc", + "discord-app.click", + "discord-app.club", + "discord-app.co", + "discord-app.co.uk", + "discord-app.gift", + "discord-app.gifts", + "discord-app.info", + "discord-app.io", + "discord-app.life", + "discord-app.live", + "discord-app.me", + "discord-app.net", + "discord-app.net.ru", + "discord-app.org", + "discord-app.pw", + "discord-app.ru", + "discord-app.ru.com", + "discord-app.shop", + "discord-app.store", + "discord-app.su", + "discord-app.top", + "discord-app.uk", + "discord-app.us", + "discord-app.xyz", + "discord-application-moderators.xyz", + "discord-application.com", + "discord-applications.com", + "discord-apply.cf", + "discord-apply.com", + "discord-applys.com", + "discord-appnitro.com", + "discord-apps.cf", + "discord-apps.fun", + "discord-apps.ga", + "discord-apps.info", + "discord-apps.ru", + "discord-apps.site", + "discord-apps.space", + "discord-apps.xyz", + "discord-appss.ru", + "discord-appstore.club", + "discord-appstore.net.ru", + "discord-ar.cf", + "discord-autisme.fr", + "discord-badge.com", + "discord-badges.com", + "discord-best.com", + "discord-bonus.ru", + "discord-boost.com", + "discord-boost.fun", + "discord-boost.ru", + "discord-boost.ru.com", + "discord-boost.xyz", + "discord-bot.com", + "discord-bot.ru", + "discord-bounty.ru", + "discord-bugs.com", + "discord-bunker.ru", + "discord-canary.com", + "discord-certified.com", + "discord-christmas.com", + "discord-christmasnitro.xyz", + "discord-claim.com", + "discord-claim.ru", + "discord-claim.ru.com", + "discord-clap.com", + "discord-click.shop", + "discord-club.org", + "discord-club.ru", + "discord-collaboration.com", + "discord-com-free.online", + "discord-com-free.ru", + "discord-com.ru", + "discord-community.com", + "discord-confirm.ml", + "discord-control.com", + "discord-controls.com", + "discord-cpp.com", + "discord-develop.com", + "discord-developer.com", + "discord-developers.com", + "discord-devs.com", + "discord-do.com", + "discord-dr0p.ru", + "discord-drop.gift", + "discord-drop.info", + "discord-drop.space", + "discord-drop.xyz", + "discord-drops.com", + "discord-drops.ru", + "discord-drops.xyz", + "discord-egift.com", + "discord-epicgames.com", + "discord-event.com", + "discord-event.fun", + "discord-event.info", + "discord-events.com", + "discord-events.tk", + "discord-eventshypesquad.com", + "discord-exam.com", + "discord-exams.com", + "discord-experts.com", + "discord-exploits.tk", + "discord-faq.com", + "discord-fill.com", + "discord-form.com", + "discord-forms.com", + "discord-formulate.com", + "discord-free-nitro.com", + "discord-free-nitro.ru", + "discord-free-nitro.site", + "discord-free.com", + "discord-free.online", + "discord-free.ru.com", + "discord-free.site", + "discord-free.space", + "discord-freenitro.online", + "discord-freenitro.pw", + "discord-freenitro.ru", + "discord-full.shop", + "discord-full.xyz", + "discord-fun.com", + "discord-g.com", + "discord-game.com", + "discord-game.ru", + "discord-games.cf", + "discord-gaway.com", + "discord-generator.ru.com", + "discord-generator.tk", + "discord-get.click", + "discord-get.club", + "discord-get.com", + "discord-get.ru", + "discord-get.shop", + "discord-get.xyz", + "discord-gft.xyz", + "discord-gg.com", + "discord-gg.ru.com", + "discord-gg.shop", + "discord-gg.site", + "discord-ggifts.xyz", + "discord-gi.com", + "discord-gif.xyz", + "discord-gifft.com", + "discord-giffts.xyz", + "discord-gift-free-nitro.tk", + "discord-gift-nitro.site", + "discord-gift.app", + "discord-gift.cc", + "discord-gift.club", + "discord-gift.co", + "discord-gift.com", + "discord-gift.info", + "discord-gift.me", + "discord-gift.net", + "discord-gift.net.ru", + "discord-gift.online", + "discord-gift.org.ru", + "discord-gift.ru", + "discord-gift.ru.com", + "discord-gift.shop", + "discord-gift.site", + "discord-gift.top", + "discord-gift.us", + "discord-giftc.com", + "discord-gifte.com", + "discord-gifte.ru", + "discord-gifte.site", + "discord-gifte.xyz", + "discord-gifted.ru", + "discord-gifted.ru.com", + "discord-giftef.xyz", + "discord-gifteh.xyz", + "discord-giftes.com", + "discord-giftes.online", + "discord-giftes.ru", + "discord-giftes.xyz", + "discord-gifting.xyz", + "discord-giftle.ru", + "discord-gifts.click", + "discord-gifts.com", + "discord-gifts.com.ru", + "discord-gifts.ga", + "discord-gifts.me", + "discord-gifts.net", + "discord-gifts.net.ru", + "discord-gifts.org", + "discord-gifts.ru.com", + "discord-gifts.shop", + "discord-gifts.site", + "discord-gifts.store", + "discord-gifts.us", + "discord-gifts.website", + "discord-gifts.xyz", + "discord-giftsteam.com", + "discord-giftt.xyz", + "discord-gifty.xyz", + "discord-giift.com", + "discord-giift.ru", + "discord-giv.com", + "discord-givaewey.ru", + "discord-give-gift.ml", + "discord-give-nitro.tk", + "discord-give.com", + "discord-give.net", + "discord-give.org", + "discord-give.pw", + "discord-give.ru", + "discord-give.ru.com", + "discord-give.us", + "discord-give.xyz", + "discord-giveawary.online", + "discord-giveawary.ru", + "discord-giveaway.com", + "discord-giveaway.ru", + "discord-giveaway.ru.com", + "discord-giveaway.site", + "discord-giveaways.ru", + "discord-gives.ru", + "discord-glft.cf", + "discord-glft.com", + "discord-glft.ga", + "discord-glft.ru", + "discord-glft.ru.com", + "discord-glft.space", + "discord-glft.xyz", + "discord-glfte.ru", + "discord-glfts.club", + "discord-glfts.ga", + "discord-glfts.xyz", + "discord-glveaway.online", + "discord-glveaway.ru", + "discord-go.com", + "discord-go.net.ru", + "discord-go.online", + "discord-go.ru", + "discord-guard.com", + "discord-hacks.tk", + "discord-halloween-nitro.com", + "discord-halloween-nitro.site", + "discord-halloween.com", + "discord-halloween.fun", + "discord-halloween.link", + "discord-halloween.me", + "discord-halloween.ru", + "discord-halloween.ru.com", + "discord-hallowen.ru.com", + "discord-help.com", + "discord-help.fun", + "discord-helpers.com", + "discord-hse.com", + "discord-hsquad.com", + "discord-hype-squad.com", + "discord-hype.com", + "discord-hype.ml", + "discord-hypebadges.com", + "discord-hypedsquad.com", + "discord-hypeevent.com", + "discord-hypeevents.com", + "discord-hypeform.com", + "discord-hypeforms.com", + "discord-hypeprogram.com", + "discord-hypes.com", + "discord-hypesquad-apply.com", + "discord-hypesquad-event.tk", + "discord-hypesquad-events.com", + "discord-hypesquad-join.com", + "discord-hypesquad-signup.com", + "discord-hypesquad.cf", + "discord-hypesquad.com", + "discord-hypesquad.fun", + "discord-hypesquad.info", + "discord-hypesquad.net", + "discord-hypesquad.site", + "discord-hypesquad.xyz", + "discord-hypesquadacademy.com", + "discord-hypesquade.com", + "discord-hypesquaders.com", + "discord-hypesquadevent.com", + "discord-hypesquadevents.com", + "discord-hypesquads.com", + "discord-hypesquadteam.com", + "discord-hypevent.com", + "discord-hypevents.com", + "discord-hypevotes.com", + "discord-info.com", + "discord-infoapp.xyz", + "discord-information.com", + "discord-information.ru", + "discord-information.site", + "discord-informations.com", + "discord-informations.ru", + "discord-instal.ru", + "discord-install.com", + "discord-invite-link.com", + "discord-ivent.com", + "discord-job.com", + "discord-jobs.com", + "discord-join.com", + "discord-list.cf", + "discord-load.ru", + "discord-login.cf", + "discord-lot.ru", + "discord-main.ru.com", + "discord-me.com", + "discord-me.ru", + "discord-mega.xyz", + "discord-mod.com", + "discord-moderation-test.com", + "discord-moderation.com", + "discord-moderations.com", + "discord-moderator-academy.com", + "discord-moderator-academy.xyz", + "discord-moderator-apply.com", + "discord-moderator-exam.com", + "discord-moderator-form.com", + "discord-moderator-forms.com", + "discord-moderator-formulary.com", + "discord-moderator-signup.com", + "discord-moderator.app", + "discord-moderator.com", + "discord-moderator.info", + "discord-moderator.us", + "discord-moderatorapply.com", + "discord-moderators-institute.com", + "discord-mods.com", + "discord-net-labs.com", + "discord-netro.ru", + "discord-new.net.ru", + "discord-new.ru.com", + "discord-news.com", + "discord-news.ru.com", + "discord-newyear.com", + "discord-newyear.net.ru", + "discord-newyear.online", + "discord-newyear.ru", + "discord-newyear.ru.com", + "discord-nftro.ru.com", + "discord-ni.com", + "discord-ni.ru", + "discord-nide.xyz", + "discord-niitro.club", + "discord-niitro.com", + "discord-niitro.ru", + "discord-niitro.xyz", + "discord-niittro.ru", + "discord-nilro.ru", + "discord-niltro.com", + "discord-niltro.ru.com", + "discord-niltro.site", + "discord-nirto.store", + "discord-nit.com", + "discord-nit.ru", + "discord-nitr.xyz", + "discord-nitr0gift.fun", + "discord-nitre.xyz", + "discord-nitro-boost.xyz", + "discord-nitro-classic.com", + "discord-nitro-free.com", + "discord-nitro-free.ml", + "discord-nitro-free.ru", + "discord-nitro-free.space", + "discord-nitro-free.xyz", + "discord-nitro-freee.xyz", + "discord-nitro-gift.site", + "discord-nitro-gift.store", + "discord-nitro-gifts.ru", + "discord-nitro.cf", + "discord-nitro.click", + "discord-nitro.cloud", + "discord-nitro.club", + "discord-nitro.co", + "discord-nitro.com", + "discord-nitro.de", + "discord-nitro.eu", + "discord-nitro.gift", + "discord-nitro.gifts", + "discord-nitro.info", + "discord-nitro.it", + "discord-nitro.link", + "discord-nitro.live", + "discord-nitro.net", + "discord-nitro.net.ru", + "discord-nitro.online", + "discord-nitro.org", + "discord-nitro.org.ru", + "discord-nitro.pro", + "discord-nitro.pw", + "discord-nitro.ru.com", + "discord-nitro.services", + "discord-nitro.shop", + "discord-nitro.store", + "discord-nitro.su", + "discord-nitro.tech", + "discord-nitro.tk", + "discord-nitro.website", + "discord-nitroapp.ru", + "discord-nitroapp.ru.com", + "discord-nitroapp.xyz", + "discord-nitrodrop.store", + "discord-nitrodrop.xyz", + "discord-nitroe.xyz", + "discord-nitrofree.site", + "discord-nitrogift.com", + "discord-nitrogift.ru", + "discord-nitrogift.xyz", + "discord-nitrogiveway.com", + "discord-nitroo.com", + "discord-nitros.com", + "discord-nitros.gifts", + "discord-nitros.org", + "discord-nitros.ru", + "discord-nitrosteam.com", + "discord-nitrot.xyz", + "discord-nittro.com", + "discord-nittro.pw", + "discord-nittro.ru", + "discord-nittro.xyz", + "discord-njtro.store", + "discord-nltro.com", + "discord-nltro.fun", + "discord-nltro.info", + "discord-nltro.org", + "discord-nltro.ru", + "discord-nltro.ru.com", + "discord-nltro.xyz", + "discord-no.xyz", + "discord-nudes.club", + "discord-nudes.live", + "discord-o.com", + "discord-oauth2.tk", + "discord-offer.com", + "discord-og.com", + "discord-online.ru", + "discord-org.com", + "discord-partner.app", + "discord-partner.com", + "discord-partner.net", + "discord-partners.com", + "discord-plus.com", + "discord-premium.com", + "discord-present.ru", + "discord-presents.ru", + "discord-pro.com", + "discord-promo.com", + "discord-promo.info", + "discord-promo.net.ru", + "discord-promo.ru.com", + "discord-promo.site", + "discord-promo.xyz", + "discord-promotions.com", + "discord-promox.com", + "discord-quiz.com", + "discord-report.com", + "discord-rewards.com", + "discord-ro.com", + "discord-ro.tk", + "discord-ru.site", + "discord-s.ru", + "discord-security.com", + "discord-service.com", + "discord-service.xyz", + "discord-sex.live", + "discord-shop.com", + "discord-shop.fun", + "discord-shop.xyz", + "discord-signup-moderators.com", + "discord-site.net.ru", + "discord-sla.sh", + "discord-sms.eu", + "discord-snowsgiving.cf", + "discord-soft.ru", + "discord-spooky.ru", + "discord-squad.com", + "discord-staff.club", + "discord-staff.com", + "discord-staff.gq", + "discord-staffs.com", + "discord-stat.com", + "discord-statics.com", + "discord-stats.com", + "discord-stats.org", + "discord-steam-promo.com", + "discord-steam.club", + "discord-steam.com", + "discord-steam.gift", + "discord-steam.ru", + "discord-steam.ru.com", + "discord-steam.site", + "discord-steam.tk", + "discord-steam.xyz", + "discord-steamgift.com", + "discord-steamgifts.com", + "discord-steamnitro.com", + "discord-steams.com", + "discord-stemdrop.me", + "discord-store.club", + "discord-study.pages.dev", + "discord-stuff.com", + "discord-subscriptions.com", + "discord-sup.com", + "discord-support.com", + "discord-support.org", + "discord-support.site", + "discord-support.tech", + "discord-supports.com", + "discord-team.com", + "discord-tech.com", + "discord-test.com", + "discord-tester.com", + "discord-testers-bug.com", + "discord-testers.com", + "discord-to.com", + "discord-top.site", + "discord-townhall.com", + "discord-true.com", + "discord-trustandsafety.com", + "discord-up.com", + "discord-up.ru", + "discord-update.com", + "discord-usetup.ru", + "discord-verif.ga", + "discord-verification.com", + "discord-verifications.com", + "discord-verified.com", + "discord-verify-account.ml", + "discord-verify.com", + "discord-verify.one", + "discord-verify.ru", + "discord-vetify.com", + "discord-votejob.com", + "discord-votes.com", + "discord-web.com", + "discord-winter.online", + "discord-winter.ru", + "discord-x.com", + "discord-xnitro.com", + "discord.1nitro.club", + "discord.ac", + "discord.app", + "discord.app.br", + "discord.bargains", + "discord.best", + "discord.biz", + "discord.blog", + "discord.buzz", + "discord.cc", + "discord.cheap", + "discord.cloud", + "discord.cm", + "discord.cn.com", + "discord.co.com", + "discord.co.in", + "discord.co.za", + "discord.com.pl", + "discord.com.ru", + "discord.com.tw", + "discord.cool", + "discord.creditcard", + "discord.deals", + "discord.directory", + "discord.download", + "discord.es", + "discord.eu", + "discord.events", + "discord.family", + "discord.fit", + "discord.foundation", + "discord.freehlp.com", + "discord.fun", + "discord.fyi", + "discord.gift", + "discord.gifte", + "discord.gifte.com", + "discord.givaeway.com", + "discord.givaewey.com", + "discord.givaeweys.com", + "discord.giveawey.com", + "discord.giveaweys.com", + "discord.giveweay.com", + "discord.glfte.com", + "discord.gq", + "discord.homes", + "discord.house", + "discord.ie", + "discord.in", + "discord.istanbul", + "discord.limited", + "discord.link", + "discord.ltd", + "discord.luxe", + "discord.ma", + "discord.marketing", + "discord.me.uk", + "discord.moscow", + "discord.my", + "dIscord.net", + "discord.net", + "discord.online", + "discord.org", + "discord.org.ru", + "discord.porn", + "discord.pp.ru", + "discord.promo", + "discord.pt", + "discord.ru", + "discord.ru.com", + "discord.ru.net", + "discord.shop", + "discord.si", + "discord.space", + "discord.study", + "discord.team", + "discord.tools", + "discord.tw", + "discord.us.com", + "discord.vc", + "discord.voto", + "discord.win", + "discord.world", + "discord1-nitr0.xyz", + "discord2022.com", + "discord2fa.com", + "discord404.com", + "discord4nitro.com", + "discorda.xyz", + "discordaap.com", + "discordaapp.ga", + "discordacademy-mods.com", + "discordacademyapp.com", + "discordacademyforms.com", + "discordacc2.repl.co", + "discordadp.com", + "discordadpp.com", + "discordaepp.com", + "discordairdrop.com", + "discordalt4.repl.co", + "discordalt5.repl.co", + "discordalts293.repl.co", + "discordaoo.com", + "discordaop.com", + "discordapp-academy.com", + "discordapp-hypesquad.com", + "discordapp-moderator.com", + "discordapp-moderators.club", + "discordapp-moderators.com", + "discordapp.best", + "discordapp.biz", + "discordapp.cc", + "discordapp.cf", + "discordapp.chat", + "discordapp.click", + "discordapp.cloud", + "discordapp.co", + "discordapp.co.uk", + "discordapp.code", + "discordapp.codes", + "discordapp.download", + "discordapp.eu", + "discordapp.gg", + "discordapp.gift", + "discordapp.gifts", + "discordapp.help", + "discordapp.info", + "discordapp.ir", + "discordapp.live", + "discordapp.market", + "discordapp.one", + "discordapp.org", + "discordapp.pages.dev", + "discordapp.pw", + "discordapp.rest", + "discordapp.rip", + "discordapp.ru.com", + "discordapp.sa.com", + "discordapp.shop", + "discordapp.site", + "discordapp.social", + "discordapp.store", + "discordapp.su", + "discordapp.support", + "discordapp.top", + "discordapp.us", + "discordapp.vercel.app", + "discordapp.vip", + "discordapp.ws", + "discordapp.xyz", + "discordappdownload.com", + "discordappi.com", + "discordappi.fun", + "discordapplication.bond", + "discordapplication.cfd", + "discordapplication.com", + "discordapplication.xyz", + "discordapplications.co.uk", + "discordapplications.com", + "discordapply.com", + "discordappnittro.com", + "discordappnittro.ru", + "discordappo.com", + "discordappp.com", + "discordappp.net", + "discordappporn.chat", + "discordapps.co", + "discordapps.gift", + "discordapps.gifts", + "discordapps.tk", + "discordappss.com", + "discordaqp.com", + "discordaqq.com", + "discordaspp.com", + "discordatapp.com", + "discordbagequiz.cf", + "discordban.com", + "discordban.org", + "discordbasement.com", + "discordbeta.com", + "discordbetter.app", + "discordbonus.fun", + "discordboost.net", + "discordbooster.com", + "discordbothost.com", + "discordbotist.com", + "discordbots.app", + "discordbox.xyz", + "discordbr.com", + "discordbug.com", + "discordbugs.com", + "discordc-nitro.com", + "discordc.gift", + "discordc.space", + "discordcanary.com", + "discordcdn.sa.com", + "discordcgift.cf", + "discordcharity.org", + "discordcheats.net", + "discordchristmas.com", + "discordchristmas.gifts", + "discordchristmaspromo.com", + "discordchristmaspromo.gifts", + "discordcift.xyz", + "discordclaim.com", + "discordclaim.fun", + "discordclaim.xyz", + "discordclgift.net.ru", + "discordclient.ml", + "discordclone.xyz", + "discordcomlogin.com", + "discordcommunity.store", + "discordcommunity.xyz", + "discordcommunlty.com", + "discordcompany.com", + "discordcontests.com", + "discordcrasher.wtf", + "discordcreators.net", + "discordd.buzz", + "discordd.com", + "discordd.gg", + "discordd.gift", + "discordd.gq", + "discorddaapp.com", + "discorddev.com", + "discorddevelopment.com", + "discorddevelopment.nl", + "discorddevs.com", + "discorddiscord.com", + "discorddnitro.ru", + "discorddomains.com", + "discorddrop.com", + "discorde-app.club", + "discorde-app.com", + "discorde-gift.com", + "discorde-gift.net.ru", + "discorde-gift.online", + "discorde-gift.ru", + "discorde-gifte.com", + "discorde-gifts.club", + "discorde-gifts.com", + "discorde-nito.xyz", + "discorde-nitral.xyz", + "discorde-nitre.xyz", + "discorde-nitro.com", + "discorde-nitro.fun", + "discorde-nitro.xyz", + "discorde.com", + "discorde.gift", + "discorde.ru", + "discorde.xyz", + "discordegifts.com", + "discordenitro.com", + "discordenitro.site", + "discordepp.com", + "discordery.com", + "discordevent.co.vu", + "discordevents.cc", + "discordevents.co", + "discordevents.com", + "discordevents.ml", + "discordevents.tk", + "discordevents.xyz", + "discordevs.org", + "discordf-steam.com", + "discordf.com", + "discordf.gift", + "discordfgift.ru.com", + "discordforcreators.com", + "discordforms-moderator.com", + "discordforms.com", + "discordformulary.com", + "discordfree.club", + "discordfree.com", + "discordfree.ru", + "discordfreenitro.gq", + "discordfreenitro.pl", + "discordfreenitrogift.limited", + "discordfrnitro.site", + "discordfsteam.com", + "discordful.ru", + "discordg.com.ru", + "discordg.link", + "discordg.ru", + "discordgame.com", + "discordgamelabs.com", + "discordgamers.co.uk", + "discordget.com", + "discordgetnitro.xyz", + "discordgft.com", + "discordgft.ga", + "discordgft.ml", + "discordgg.com", + "discordgg.cz", + "discordgg.me", + "discordggifts.xyz", + "discordgif.com", + "discordgif.ru.com", + "discordgifling.shop", + "discordgiflts.com", + "discordgift-nitro.com", + "discordgift.app", + "discordgift.cards", + "discordgift.cc", + "discordgift.club", + "discordgift.com", + "discordgift.fun", + "discordgift.info", + "discordgift.io", + "discordgift.me", + "discordgift.net.ru", + "discordgift.one", + "discordgift.org", + "discordgift.pw", + "discordgift.ru", + "discordgift.ru.com", + "discordgift.sbs", + "discordgift.site", + "discordgift.space", + "discordgift.tk", + "discordgift.us", + "discordgift.xyz", + "discordgifta.online", + "discordgifte.com", + "discordgifte.ru", + "discordgifte.site", + "discordgifted.ga", + "discordgifted.xyz", + "discordgifters.com", + "discordgiftfree.site", + "discordgifting.cc", + "discordgifting.club", + "discordgifting.online", + "discordgifting.shop", + "discordgifting.site", + "discordgifting.store", + "discordgifting.us", + "discordgifting.xyz", + "discordgiftis.ru", + "discordgiftlng.sbs", + "discordgiftlng.xyz", + "discordgiftng.cc", + "discordgiftng.shop", + "discordgifts-administrators.ru.com", + "discordgifts-apse2a.ru.com", + "discordgifts-arnvpn.ru.com", + "discordgifts-authenticate.ru.com", + "discordgifts-bacchusplaytest.ru.com", + "discordgifts-cccp-main-prod.ru.com", + "discordgifts-cdn.ru.com", + "discordgifts-codefresh.ru.com", + "discordgifts-ctl.ru.com", + "discordgifts-devplayteste.ru.com", + "discordgifts-devplaytestx.ru.com", + "discordgifts-ecomprod01.ru.com", + "discordgifts-entitlement.ru.com", + "discordgifts-game-social.ru.com", + "discordgifts-gh.ru.com", + "discordgifts-gw-ape1-prod.ru.com", + "discordgifts-gw-use1-hptest.ru.com", + "discordgifts-kong-ci.ru.com", + "discordgifts-launcherhelp.ru.com", + "discordgifts-locust.ru.com", + "discordgifts-pay.ru", + "discordgifts-pay.ru.com", + "discordgifts-playtest.ru.com", + "discordgifts-priceengine.ru.com", + "discordgifts-prometheus-euw1.ru.com", + "discordgifts-ps-mgmt-portal.ru.com", + "discordgifts-shithappens.ru.com", + "discordgifts-sword-service-prod.ru.com", + "discordgifts-testrail.ru.com", + "discordgifts-v3.ru.com", + "discordgifts.cc", + "discordgifts.click", + "discordgifts.club", + "discordgifts.co", + "discordgifts.co.uk", + "discordgifts.com", + "discordgifts.eu.org", + "discordgifts.fun", + "discordgifts.in", + "discordgifts.info", + "discordgifts.link", + "discordgifts.me", + "discordgifts.net", + "discordgifts.ru", + "discordgifts.ru.com", + "discordgifts.shop", + "discordgifts.site", + "discordgifts.store", + "discordgifts.tk", + "discordgifts.us", + "discordgiftscatalog.ru.com", + "discordgiftsconfigs.ru.com", + "discordgiftscrashreporter.ru.com", + "discordgiftsdev-euc1r.ru.com", + "discordgiftsedge-connector.ru.com", + "discordgiftsfirewall.ru.com", + "discordgiftsgetter.ru.com", + "discordgiftshcaptcha.ru.com", + "discordgiftsids.ru.com", + "discordgiftskubectl.ru.com", + "discordgiftslab-gp-02.ru.com", + "discordgiftslegacy.ru.com", + "discordgiftsloctesting.ru.com", + "discordgiftslyncxmpp.ru.com", + "discordgiftsmaintenance.ru.com", + "discordgiftsmatchmaking.ru.com", + "discordgiftsnorthamerica.ru.com", + "discordgiftsoperations.ru.com", + "discordgiftsorg.ru.com", + "discordgiftsph.repl.co", + "discordgiftsplatypus-ci.ru.com", + "discordgiftspreview.ru.com", + "discordgiftsprivate.ru.com", + "discordgiftsprod-euc1b.ru.com", + "discordgiftsprod-usw2b.ru.com", + "discordgiftsprodstaging.ru.com", + "discordgiftsprometheus-apne1.ru.com", + "discordgiftsrtcp-manager-test.ru.com", + "discordgiftss.com", + "discordgiftss.xyz", + "discordgiftssandbox.ru.com", + "discordgiftssda-admin-jira.ru.com", + "discordgiftssfovpn.ru.com", + "discordgiftsslackbot.ru.com", + "discordgiftssonarqube-use1.ru.com", + "discordgiftssyslog.ru.com", + "discordgiftsteam.ru", + "discordgiftsunaisuarez.ru.com", + "discordgiftsutforums.ru.com", + "discordgifty.xyz", + "discordgiftz.xyz", + "discordgitf.xyz", + "discordgive.ru", + "discordgive.ru.com", + "discordgive.xyz", + "discordgiveaway.co.vu", + "discordgiveaway.fun", + "discordgivenitro.com", + "discordgivenitro.ru", + "discordgivenitro.ru.com", + "discordglfling.xyz", + "discordglfs.net", + "discordglft.com", + "discordglft.gq", + "discordglft.net", + "discordglft.org", + "discordglft.ru", + "discordglft.xyz", + "discordglfting.com", + "discordglfting.fun", + "discordglfting.shop", + "discordglfting.store", + "discordglfting.xyz", + "discordglftlng.xyz", + "discordglfts.com", + "discordglfts.ga", + "discordglfts.ml", + "discordglfts.shop", + "discordglfts.store", + "discordglfts.xyz", + "discordglftz.xyz", + "discordhacks.xyz", + "discordhalloween.co.uk", + "discordhalloween.com", + "discordhalloween.gift", + "discordhalloween.uk", + "discordhalloweens.com", + "discordhelp.ml", + "discordhelpsupport.com", + "discordhitro.gifts", + "discordhunters.com", + "discordhype-squad.com", + "discordhypesquad.net", + "discordhypesquadevents.com", + "discordhypesquadsevent.com", + "discordhypesquadsevents.com", + "discordi-steam.com", + "discordi.com", + "discordi.gift", + "discordiapp.fun", + "discordiasbox.com", + "discordiatech.co.uk", + "discordicon.com", + "discordid.eu", + "discordigift.ml", + "discordik.ru", + "discordimages.com", + "discordinfo.com", + "discordinfo.ru", + "discordinvite.ml", + "discordio.xyz", + "discordist.com", + "discordisteam.com", + "discordivitemoderator.com", + "discordivitemoderators.com", + "discordj.com", + "discordj.gift", + "discordjapp.com", + "discordjob.com", + "discordjp.com", + "discordjs.tech", + "discordjsteam.com", + "discordl-app.com", + "discordl-steam.com", + "discordl.com", + "discordl.gift", + "discordl.pw", + "discordl.site", + "discordl.xyz", + "discordlapp.com", + "discordlapp.fun", + "discordlegal.zendesk.com", + "discordlgift.com", + "discordlgift.ru.com", + "discordlinks.co.uk", + "discordlist.repl.co", + "discordlive.xyz", + "discordll.com", + "discordll.gift", + "discordlogin.com", + "discordlsteam.com", + "discordm.com", + "discordmac.com", + "discordmapper.com", + "discordme.me", + "discordmembers.store", + "discordmod.ml", + "discordmoderations.com", + "discordmoderator-academy.com", + "discordmoderator.net", + "discordmoderatoracademy.com", + "discordmoderatorinstitute.com", + "discordmoderatorinvite.com", + "discordmoderators-academy.com", + "discordmoderators-club.com", + "discordmoderators.com", + "discordmods-academy.com", + "discordmoon.com", + "discordmordinvite.com", + "discordn.com", + "discordn.gift", + "discordnew-staff.com", + "discordnewmods.com", + "discordnewyear.com", + "discordniitro.com", + "discordnit.ro", + "discordnitr.ru", + "discordnitr0.tk", + "discordnitro-away.ml", + "discordnitro-gift.com", + "discordnitro-steam.ru", + "discordnitro.altervista.org", + "discordnitro.best", + "discordnitro.biz", + "discordnitro.cc", + "discordnitro.click", + "discordnitro.club", + "discordnitro.co", + "discordnitro.codes", + "discordnitro.com", + "dIscordnitro.com", + "discordnitro.fun", + "discordnitro.gift", + "discordnitro.gifts", + "discordnitro.host", + "discordnitro.info", + "discordnitro.io", + "discordnitro.link", + "discordnitro.me", + "discordnitro.pro", + "discordnitro.pw", + "discordnitro.quest", + "discordnitro.ru.com", + "discordnitro.space", + "discordnitro.store", + "discordnitro.su", + "discordnitro.win", + "discordnitro2022.com", + "discordnitro2022.xyz", + "discordnitro9.repl.co", + "discordnitroapp.ru.com", + "discordnitroapp.tk", + "discordnitrocodes.blogspot.com", + "discordnitroevent.info", + "discordnitrofree.com", + "discordnitrofree.site", + "discordnitrofree.xyz", + "discordnitrofreee.tk", + "discordnitrogenerator.com", + "discordnitrogift.com", + "discordnitrogift.net", + "discordnitrogift.ru", + "discordnitrogift.site", + "discordnitrogift.space", + "discordnitrogifts.ml", + "discordnitrogifts.net", + "discordnitrogifts.pl", + "discordnitrolink.tk", + "discordnitroo.com", + "discordnitroos.com", + "discordnitropromo.site", + "discordnitros.cf", + "discordnitros.com", + "discordnitros.gifts", + "discordnitros.ml", + "discordnitros.xyz", + "discordnitrosteam.com", + "discordnitrosteam.ru.com", + "discordnltro.com", + "discordnltro.gift", + "discordnltro.gifts", + "discordnltro.net.ru", + "discordnltro.org", + "discordnltro.ru", + "discordnltro.space", + "discordnltro.us", + "discordnltro.xyz", + "discordnltros.xyz", + "discordo.link", + "discordo.org", + "discordobs.com", + "discordoffer.me", + "discordoffers.com", + "discordoffers.me", + "discordofficial.com", + "discordopp.com", + "discordp.com", + "discordp.ml", + "discordpap.com", + "discordpartner.com", + "discordpp.com", + "discordprize.xyz", + "discordpro-extra.cloud", + "discordpro-extra.digital", + "discordpro-s.cloud", + "discordpro-s.club", + "discordpro-s.digital", + "discordpro-s.live", + "discordpro-ultra.cloud", + "discordpro-ultra.club", + "discordpro-ultra.digital", + "discordpro-ultra.live", + "discordpro-x.cloud", + "discordpro-x.club", + "discordpro-x.digital", + "discordpro-x.live", + "discordpromo.com", + "discordpromo.gifts", + "discordpromo.site", + "discordpromos.com", + "discordpromos.gifts", + "discordpromos.us", + "discordpromotions.cc", + "discordq.com", + "discordqapp.com", + "discordqift.xyz", + "discordqlft.xyz", + "discordqpp.com", + "discordqr.com", + "discordr.xyz", + "discordre.store", + "discordregistermoderator.com", + "discordresearch.com", + "discordrgift.club", + "discordrgift.com", + "discordrgift.online", + "discordrgift.ru", + "discordrgift.xyz", + "discordrgifts.ru.com", + "discordrsgift.xyz", + "discords-accounts.ru", + "discords-app.com", + "discords-app.site", + "discords-dev.ga", + "discords-developers.com", + "discords-events.com", + "discords-free.ru", + "discords-get.ru", + "discords-giffts.xyz", + "discords-gift.com", + "discords-gift.ru", + "discords-gift.xyz", + "discords-gifte.com", + "discords-gifte.ru", + "discords-gifts.club", + "discords-gifts.com", + "discords-gifts.ru", + "discords-gifts.xyz", + "discords-glft.com", + "discords-glft.xyz", + "discords-hypes.com", + "discords-hypesquad.com", + "discords-hypesquads.com", + "discords-moderation.com", + "discords-moderator.com", + "discords-nitro.com", + "discords-nitro.site", + "discords-nitro.xyz", + "discords-nitroapp.xyz", + "discords-nitrofree.ml", + "discords-nitros.fun", + "discords-nitros.shop", + "discords-nitros.xyz", + "discords-premium.com", + "discords-premium.site", + "discords-steam.com", + "discords-support.com", + "discords-teams.com", + "discords-to.com", + "discords.biz", + "discords.co.uk", + "discords.company", + "discords.cool", + "discords.gift", + "discords.gifts", + "discords.net", + "discords.ru", + "discords.ru.com", + "discords.us", + "discordsantaclaus.com", + "discordsapi.com", + "discordsapp.fun", + "discordsapp.xyz", + "discordsapplication.info", + "discordsapplication.us", + "discordsatus.com", + "discordsearch.co", + "discordsearch.coeaster-event.com", + "discordsearch.com", + "discordservice.com", + "discordservices.eu", + "discordsetups.net", + "discordsex.live", + "discordsgift.cc", + "discordsgift.com", + "discordsgift.info", + "discordsgift.xyz", + "discordsgifts.ru", + "discordshort.ga", + "discordsite.repl.co", + "discordsniltro.xyz", + "discordsnitro.com", + "discordsnitro.gifts", + "discordsnitro.store", + "discordsnitros.com", + "discordsnitros.one", + "discordspp.com", + "discordspro-s.site", + "discordspro-x.site", + "discordspromos.com", + "discordss.ru", + "discordstaff.es", + "discordstaff.gq", + "discordstaff.xyz", + "discordstars.tk", + "discordstat.com", + "discordstatics.com", + "discordsteam.com", + "discordsteam.ru", + "discordsteam.ru.com", + "discordsteamc.com", + "discordsteamf.com", + "discordsteami.com", + "discordsteamj.com", + "discordsteaml.com", + "discordsteamr.com", + "discordsteams.com", + "discordsteams.net", + "discordsteams.org", + "discordstore.ru", + "discordstream.com", + "discordsub.com", + "discordsub.online", + "discordsupport.gg", + "discordt.gift", + "discordtest.xyz", + "discordtesters.com", + "discordtext.com", + "discordtoken.com", + "discordtokens.shop", + "discordtokens2.repl.co", + "discordtools.xyz", + "discordtos.com", + "discordtotal.com", + "discordtotal.net", + "discordtownhall.com", + "discordts-nitro.xyz", + "discordtts.com", + "discordturkiye.com", + "discordtw.com", + "discordu.gift", + "discordua.ga", + "discordunblocked.com", + "discordup.ru", + "discordusa.xyz", + "discordverification.com", + "discordwayx.xyz", + "discordx.link", + "discordx.ml", + "discordxbox.gifts", + "discordxgift.xyz", + "discordxmas.gifts", + "discordxnitro.xyz", + "discordxsteam.com", + "discore-nitro.xyz", + "discoreapp.com", + "discoredapp.com", + "discorfd.com", + "discorg.gg", + "discorgift.com", + "discorgift.online", + "discorgift.xyz", + "discorid.gift", + "discoril.com", + "discorjways.xyz", + "discorjwayx.xyz", + "discork.gift", + "discorl.com", + "discorl.gift", + "discorl.site", + "discorld-gift.site", + "discorld-gift.xyz", + "discorld.com", + "discorld.gifts", + "discorld.site", + "discorlgifts.store", + "discorll.com", + "discornd.com", + "discorol.com", + "discorolapp.com", + "discorq.com", + "discorrc-apps.com", + "discorrd-go.com", + "discorrd-nitro.com", + "discorrd.com", + "discorrd.gift", + "discorrd.link", + "discorrd.ru", + "discorrd.site", + "discorrdapp.com", + "discorrl-app.com", + "discorrl-nitro.com", + "discorrl-nitro.ru", + "discorrl-nitro.site", + "discorrl.com", + "discorsd.com", + "discorsd.gift", + "discorsd.gifts", + "discorsdnitros.com", + "discorsjwayh.xyz", + "discorsjways.net.ru", + "discorsjways.org.ru", + "discorsjwayx.xyz", + "discort-gift.club", + "discort-gift.com", + "discort-gifts.club", + "discort-nitro.com", + "discort-nitro.xyz", + "discort-nitroo.com", + "discort-nittro.com", + "discort.com", + "discort.site", + "discorte-nitro.com", + "discorte-nitro.xyz", + "discortnitosteam.online", + "discortnitostem.online", + "discorx.gift", + "discorxways.xyz", + "discorz.gift", + "discosb.gift", + "discosd.com", + "discosrd.com", + "discotdapp.com", + "discourd.com", + "discourd.info", + "discourd.site", + "discourdapp.com", + "discourdgift.ru", + "discovd.com", + "discoxd.com", + "discozd.com", + "discozd.ru", + "discpordapp.com", + "discprd.com", + "discqorcl.com", + "discqrd-gift.ru.com", + "discqrd.gift", + "discqrdapp.com", + "discqrde.club", + "discqrde.com", + "discqrld.gift", + "discrd.cc", + "discrd.co", + "discrd.com", + "discrd.gg", + "discrd.gifts", + "discrdapp.cf", + "discrdapp.com", + "discrde.gift", + "discrds.gift", + "discrdspp.com", + "discrocl-gift.xyz", + "discrocl.xyz", + "discrod-app.com", + "discrod-app.ru", + "discrod-app.site", + "discrod-apps.ru", + "discrod-apps.xyz", + "discrod-gg.ru", + "discrod-gift.com", + "discrod-gift.net.ru", + "discrod-gift.ru.com", + "discrod-gift.xyz", + "discrod-gifte.club", + "discrod-gifte.com", + "discrod-gifts.club", + "discrod-gifts.com", + "discrod-gifts.org", + "discrod-glft.com", + "discrod-glft.xyz", + "discrod-glfts.com", + "discrod-go.ru", + "discrod-nitro-boost.xyz", + "discrod-nitro-giveaway.xyz", + "discrod-nitro.com", + "discrod-nitro.fun", + "discrod-nitro.info", + "discrod-nitro.ru", + "discrod-up.ru", + "discrod.exile.lv", + "discrod.fun", + "discrod.gg", + "discrod.gift", + "discrod.gifts", + "discrod.pw", + "discrod.ru", + "discrod.uk", + "discrod.us", + "discrod.us.com", + "discrodapp.com", + "discrodapp.ru", + "discrodapp.site", + "discrodapp.xyz", + "discrode-app.club", + "discrode-app.com", + "discrode-gift-comnitro.ru", + "discrode-gift.club", + "discrode-gift.com", + "discrode-gifte.club", + "discrode-gifte.com", + "discrode.club", + "discrode.com", + "discrode.gift", + "discrodgiveaway.ru", + "discrodglft.com", + "discrodl.gifts", + "discrodnitro.org", + "discrodnitro.ru", + "discrodnitro.site", + "discrods-app.xyz", + "discrods-old.com", + "discrods.gift", + "discrods.site", + "discrodsteam.online", + "discrodsteam.ru", + "discrodup.ru", + "discrord-nitr.online", + "discrord-nitr.ru", + "discrord.com", + "discrordapp.com", + "discrrdapp.com", + "discsord.com", + "discsordapp.com", + "discsrclapp.com", + "discsrd.com", + "discsrdapp.com", + "discurcd.com", + "discurd.js.org", + "discvordapp.com", + "discwrd.com", + "discxordapp.com", + "discxrd.com", + "discyrd.com", + "disczrd.com", + "discรถrd.com", + "disdornitro.com", + "disdornitro.gifts", + "disdorsnitro.com", + "disdorsnitros.com", + "disdorsnltro.com", + "disdrop.com.br", + "disec.com.ua", + "disgordapp.com", + "disinfo.org.ru", + "disiscord.com", + "diskod.ru", + "diskord-app.club", + "diskord-app.com", + "diskord.gg", + "diskord.org.ru", + "diskord.ru.com", + "diskurd.com", + "dislcord.com", + "disnitr.com", + "disntro.com", + "disoard-nitro.info", + "disocord.ru", + "disocordapp.com", + "disocr.com", + "disocrd-gift.com", + "disocrd-gift.ru", + "disocrd.co", + "disocrd.co.uk", + "disocrd.codes", + "disocrd.com", + "disocrd.gg", + "disocrd.gifts", + "disocrd.info", + "disocrd.me", + "disocrd.ml", + "disocrd.net", + "disocrd.online", + "disocrd.org", + "disocrd.ru", + "disocrd.tk", + "disocrd.uk", + "disocrdapp.com", + "disocrde.gift", + "disocrdl.com", + "disod.com", + "disorc.com", + "disorcd.com", + "disorcd.compromotions", + "disord-app.com", + "disord-app.gifts", + "disord.co", + "disord.codes", + "disord.fun", + "disord.gift", + "disord.gifts", + "disordapp.codes", + "disordapp.gift", + "disordapp.gifts", + "disorde.gift", + "disordgift.codes", + "disordgift.com", + "disordgift.xyz", + "disordgifts.com", + "disordglft.com", + "disordnito.com", + "disordnitro.com", + "disordnitro.store", + "disordnitro.us", + "disordnitro.xyz", + "disordnitros.gifts", + "disordnitros.one", + "disordnitros.xyz", + "disordnltro.com", + "disordnltro.xyz", + "disordnltros.com", + "disordnltros.gifts", + "disordpromotlons.com", + "disords.gift", + "disordsgifts.com", + "disordsgifts.xyz", + "disordsnitro.gifts", + "disordsnitros.gifts", + "disordsnltros.com", + "disordsnltros.gifts", + "displayoptoffers.com", + "disqdrdapp.com", + "disrcod.com", + "disrcod.gift", + "disrcod.gifts", + "disrcord.com", + "disrordapp.com", + "disscorcl-app.com", + "disscord-nitro.com", + "disscord-nitro.xyz", + "disscord.com", + "disscord.gift", + "disscord.online", + "disscord.ru", + "disscordnitro.gifts", + "disscords.club", + "disscordt-free.ru", + "disskkkrdd.space", + "disskkrdd.site", + "disskorb-intro.ru", + "dissord-nitro.com", + "dissord.com", + "dissord.gift", + "dissord.ru", + "dissordnittro.com", + "dissqrdapp.com", + "disuord.gift", + "disvord.ml", + "diswcord.com", + "disxcord.com", + "disxord.com", + "disxordapp.com", + "diszcord.com", + "diszcordapp.com", + "disรงordapp.com", + "diucord.js.org", + "diuscordapp.com", + "divineenterprises.net", + "divinegardens.xyx", + "diwcord.com", + "dixcord.com", + "dixinl.github.io", + "dixscord.com", + "dizcord.app", + "dizcord.com", + "dizcord.gift", + "dizscord.com", + "djcord-nitro.com", + "djin.site", + "djiscord.com", + "djlscord.com", + "djlscord.gift", + "djscorcl.gift", + "djscord-alrdrops.com", + "djscord.com", + "djscord.ru", + "djscord.store", + "djscordl.com", + "djscorld.gift", + "djsocrd.com", + "djsscord-go.ru", + "dkscord.com", + "dlcorcl-me.co", + "dlcorcl-me.com", + "dlcord.gift", + "dlcsorcl.com", + "dlcsorcl.ru", + "dlcsord-airdrop.com", + "dlcsord-gift.ru", + "dlcsord-gift.ru.com", + "dlcsord-gifte.ru", + "dlcsord.com", + "dlcsordgifts.com", + "dlcsordglft.xyz", + "dlcsordnitro.xyz", + "dlcsordsgifts.com", + "dlicord-glfts.site", + "dlicsord.ru", + "dliscocd.com", + "dliscocd.ru", + "dliscorcd-gift.com", + "dliscord-gg.com", + "dliscord-gift.com", + "dliscord-gift.fun", + "dliscord-gift.ru.com", + "dliscord-gift.store", + "dliscord-gifte.com", + "dliscord-gifts.com", + "dliscord-giveaway.ru", + "dliscord-glft.ru", + "dliscord-glft.ru.com", + "dliscord-nitro.com", + "dliscord-nitros.ru", + "dliscord.com", + "dliscord.fun", + "dliscord.gift", + "dliscord.gifts", + "dliscord.pw", + "dliscord.ru", + "dliscord.shop", + "dliscord.store", + "dliscord.us", + "dliscord.xyz", + "dliscordapp-gifts.com", + "dliscordapp.com", + "dliscordglift-nitro.com", + "dliscordl.com", + "dliscordnltro.com", + "dliscords.com", + "dliscrd.one", + "dlisocrd.com", + "dlisocrd.ru", + "dljscord.com", + "dljscordl.com", + "dllscord.fun", + "dllscord.online", + "dllscord.site", + "dlsc0rd.com", + "dlscard.ru", + "dlsccord-app.club", + "dlsccord-app.com", + "dlsccord-app.ru", + "dlsccord-app.site", + "dlsccord-app.su", + "dlsccord-apps.club", + "dlsccord-apps.com", + "dlsccord-club.com", + "dlsccordapp.com", + "dlsccordapps.club", + "dlsccordapps.com", + "dlsccordapps.shop", + "dlsccordclub.club", + "dlsccordclub.com", + "dlsccrd.com", + "dlscocl.xyz", + "dlscocrd.club", + "dlscocrd.com", + "dlscocrd.ru", + "dlscocrdapp.com", + "dlscod-apps.space", + "dlscoed.com", + "dlscold.com", + "dlscoord-apps.com", + "dlscorb-nutro.online", + "dlscorcd-nitro.com", + "dlscorcl-app.com", + "dlscorcl-app.xyz", + "dlscorcl-apps.com", + "dlscorcl-nitro.site", + "dlscorcl-up.com", + "dlscorcl.com", + "dlscorcl.gift", + "dlscorcl.info", + "dlscorcl.pw", + "dlscorcl.ru", + "dlscorcl.ru.com", + "dlscorcl.shop", + "dlscorcl.xyz", + "dlscorclapp.fun", + "dlscord-airdrop.ru.com", + "dlscord-airdrop.ru.comcliscord-gift.xyz", + "dlscord-airdrop.xyz", + "dlscord-alirdrop.com", + "dlscord-alirdrop.site", + "dlscord-apc.ru", + "dlscord-app.club", + "dlscord-app.com", + "dlscord-app.info", + "dlscord-app.net", + "dlscord-app.ru", + "dlscord-app.ru.com", + "dlscord-app.site", + "dlscord-app.su", + "dlscord-app.xyz", + "dlscord-appdrop.ru", + "dlscord-apps.club", + "dlscord-apps.com", + "dlscord-apps.me", + "dlscord-apps.ru", + "dlscord-apps.site", + "dlscord-apps.space", + "dlscord-apps.su", + "dlscord-boost.com", + "dlscord-boost.fun", + "dlscord-claim.com", + "dlscord-collaboration.com", + "dlscord-developer.com", + "dlscord-event.com", + "dlscord-free.com", + "dlscord-free.ru.com", + "dlscord-g.ru", + "dlscord-game.com", + "dlscord-game.ru", + "dlscord-generator.ru.com", + "dlscord-get.xyz", + "dlscord-gg.com", + "dlscord-gift.com", + "dlscord-gift.one", + "dlscord-gift.online", + "dlscord-gift.org.ru", + "dlscord-gift.ru", + "dlscord-gift.ru.com", + "dlscord-gift.ru.comdiscoril.com", + "dlscord-gift.site", + "dlscord-gift.space", + "dlscord-gift.xyz", + "dlscord-gifts.com", + "dlscord-gifts.net.ru", + "dlscord-gifts.ru.com", + "dlscord-gifts.site", + "dlscord-gifts.xyz", + "dlscord-gitf.ru", + "dlscord-giv.com", + "dlscord-give.ru.com", + "dlscord-glft.com", + "dlscord-glft.me", + "dlscord-glft.pw", + "dlscord-glft.ru", + "dlscord-glft.ru.com", + "dlscord-glft.xyz", + "dlscord-glfts.net.ru", + "dlscord-glfts.xyz", + "dlscord-glveaway.online", + "dlscord-glveaway.ru", + "dlscord-halloween.ru", + "dlscord-hypespuad.com", + "dlscord-hypesquad.com", + "dlscord-hypesquads.com", + "dlscord-inventory.fun", + "dlscord-link.com", + "dlscord-main.ru.com", + "dlscord-me.com", + "dlscord-new-year.ru.com", + "dlscord-new.com", + "dlscord-newyear.com", + "dlscord-nitro.click", + "dlscord-nitro.club", + "dlscord-nitro.com.ru", + "dlscord-nitro.fun", + "dlscord-nitro.info", + "dlscord-nitro.link", + "dlscord-nitro.me", + "dlscord-nitro.ru", + "dlscord-nitro.ru.com", + "dlscord-nitro.shop", + "dlscord-nitro.site", + "dlscord-nitro.space", + "dlscord-nitro.store", + "dlscord-nitro.xyz", + "dlscord-nltro.com", + "dlscord-nltro.net.ru", + "dlscord-nltro.ru", + "dlscord-nltro.ru.com", + "dlscord-nltro.site", + "dlscord-nltro.space", + "dlscord-nltro.xyz", + "dlscord-nt.com", + "dlscord-partners.com", + "dlscord-promo.com", + "dlscord-promo.xyz", + "dlscord-spooky.ru", + "dlscord-steam.com", + "dlscord-steam.xyz", + "dlscord-stime-2021.ru", + "dlscord-store.club", + "dlscord-support.com", + "dlscord-to.xyz", + "dlscord-verification.com", + "dlscord-winter.online", + "dlscord-winter.ru", + "dlscord.app", + "dlscord.art", + "dlscord.best", + "dlscord.biz", + "dlscord.blog", + "dlscord.cam", + "dlscord.cc", + "dlscord.click", + "dlscord.cloud", + "dlscord.co.uk", + "dlscord.co.vu", + "dlscord.com", + "dlscord.design", + "dlscord.eu", + "dlscord.fr", + "dlscord.gg", + "dlscord.gift", + "dlscord.gifts", + "dlscord.help", + "dlscord.in", + "dlscord.info", + "dlscord.ink", + "dlscord.link", + "dlscord.live", + "dlscord.net", + "dlscord.net.ru", + "dlscord.news", + "dlscord.one", + "dlscord.online", + "dlscord.org", + "dlscord.org.ru", + "dlscord.org.uk", + "dlscord.photos", + "dlscord.press", + "dlscord.pro", + "dlscord.rocks", + "dlscord.ru.com", + "dlscord.shop", + "dlscord.site", + "dlscord.space", + "dlscord.store", + "dlscord.support", + "dlscord.team", + "dlscord.tech", + "dlscord.tips", + "dlscord.top", + "dlscord.uk", + "dlscord.verification.com", + "dlscord.wiki", + "dlscord.win", + "dlscord.work", + "dlscord.world", + "dlscordairdrop.com", + "dlscordapp.codes", + "dlscordapp.com", + "dlscordapp.fun", + "dlscordapp.gift", + "dlscordapp.info", + "dlscordapp.pw", + "dlscordapp.ru", + "dlscordapp.shop", + "dlscordapp.store", + "dlscordapp.xyz", + "dlscordapps.com", + "dlscordapps.me", + "dlscordb.com", + "dlscordboost.com", + "dlscordcollabsteam.com", + "dlscordd.ru", + "dlscordfreegift.com", + "dlscordfreenltro.com", + "dlscordfull.ru", + "dlscordgame.com", + "dlscordgift-nitro.com", + "dlscordgift.com", + "dlscordgift.info", + "dlscordgift.me", + "dlscordgift.one", + "dlscordgift.ru", + "dlscordgift.ru.com", + "dlscordgift.shop", + "dlscordgift.xyz", + "dlscordgiftbox.site", + "dlscordgifting.shop", + "dlscordgiftlng.xyz", + "dlscordgifts.com", + "dlscordgifts.shop", + "dlscordgifts.xyz", + "dlscordgived.xyz", + "dlscordglft.com", + "dlscordglft.site", + "dlscordglft.xyz", + "dlscordglfts.com", + "dlscordglfts.xyz", + "dlscordl.ru", + "dlscordl.site", + "dlscordmaster-nitrogiveraway.net", + "dlscordniltro.com", + "dlscordnito.com", + "dlscordnitro.com", + "dlscordnitro.gift", + "dlscordnitro.gifts", + "dlscordnitro.info", + "dlscordnitro.one", + "dlscordnitro.online", + "dlscordnitro.ru", + "dlscordnitro.ru.com", + "dlscordnitro.ru.comdlscord-claim.com", + "dlscordnitro.store", + "dlscordnitro.us", + "dlscordnitro.xyz", + "dlscordnitrofree.com", + "dlscordnitros.com", + "dlscordnitros.gifts", + "dlscordnitros.xyz", + "dlscordnltro.co.uk", + "DlSCORDNlTRO.COM", + "dlscordnltro.com", + "dlscordnltro.gifts", + "dlscordnltro.online", + "dlscordnltro.ru", + "dlscordnltros.com", + "dlscordrglft.xyz", + "dlscords-gifts.com", + "dlscords-glft.com", + "dlscords-glfts.site", + "dlscords-nitros.com", + "dlscords.gifts", + "dlscords.shop", + "dlscords.site", + "dlscordsgift.xyz", + "dlscordsgifts.gifts", + "dlscordsgifts.xyz", + "dlscordsglfts.xyz", + "dlscordsnitro.xyz", + "dlscordsnitros.gifts", + "dlscordsnitros.xyz", + "dlscordsnltros.gifts", + "dlscordsream.pp.ua", + "dlscordsteam.com", + "dlscorid.gift", + "dlscorlcl-app.ru", + "dlscorld-get.xyz", + "dlscorld-glft.xyz", + "dlscorld.com", + "dlscorld.gift", + "dlscorld.gifts", + "dlscorld.xyz", + "dlscorldnitro.store", + "dlscorp.com", + "dlscotd.com", + "dlscourd.info", + "dlscrdnitro.site", + "dlscrocl-app.xyz", + "dlscrod-app.online", + "dlscrod-app.xyz", + "dlscrod-free.ru", + "dlscrod-game.com", + "dlscrod-game.ru", + "dlscrod-gift.com", + "dlscrod-gift.xyz", + "dlscrod-nitro.ru", + "dlscrod.gifts", + "dlscrod.ru.com", + "dlscrod.site", + "dlscrod.xyz", + "dlscrodapp.ru", + "dlscrodfull.com", + "dlscrods-app.xyz", + "dlscrods-gift.xyz", + "dlsdorsnitro.com", + "dlsocord.com", + "dlsocrd-gift.com", + "dlsocrd.com", + "dlsocrd.online", + "dlsocrd.ru", + "dlsordapp.gifts", + "dlsordnitro.gifts", + "dlsordnltro.xyz", + "dlsordnltros.com", + "dlsordnltros.gifts", + "dlsscord-app.club", + "dlsscord-apps.club", + "dmarkef.com", + "dmarket-place.pp.ua", + "dmcordsteamnitro.de", + "dnitrogive.com", + "doatgiveaway.top", + "does-small.ru.com", + "dogechien.info", + "dogewarrior-giveaway.info", + "dogschain.info", + "dola.pp.ua", + "domenckiberaktivworldtpz.tk", + "domineer.pp.ua", + "dominosllc.com", + "dominospizza-nl.com", + "dominospizzanl.com", + "doomislands.xyz", + "dopeskins.com", + "doprinplupr.com", + "doscord.com", + "doscordapp.com", + "dota2fight.net", + "dota2fight.ru", + "dota2giveaway.top", + "dota2giveaways.top", + "dotacommunitu.xyz", + "dotafights.vip", + "dotagift01.xyz", + "dotagift07.xyz", + "dotagift11.xyz", + "dotagift12.xyz", + "dotagift13.xyz", + "dotagift14.xyz", + "dotagift15.xyz", + "dotagiveaway.win", + "douyutv.ru", + "download-app.net", + "download-sistem.ru", + "downloadmobile.info", + "downloads2020.com", + "downloads2021.com", + "dracenic-gravinyl.icu", + "dragon-black.net.ru", + "dragon-up.online", + "dragonary-giveaway.info", + "dreamhacks-fort.site", + "dreamone.online", + "dripa-discord.com", + "driscord.ru", + "driscord.ru.com", + "driverfix.com", + "dro-coad.ru", + "droe-counter-strike.ru", + "droe-counter-strile.ru", + "droe-counter-strile.xyz", + "drop-case.com", + "drop-key.ru", + "drop-nitro.com", + "drop-nitro.fun", + "drop-pro.com", + "drop.net.ru", + "drop.org.ru", + "drop.pp.ru", + "drope.monster", + "dropkeygood.ml", + "drops4all.org.ru", + "drops4all.pp.ru", + "dropshep.monster", + "dropskey.com", + "dropskey.ru", + "dropskin.monster", + "drumairabubakar.com", + "ds-giftnitro.com", + "ds-nitr.xyz", + "ds-nitro.com", + "ds-nitro.site", + "dsciord.com", + "dscocrd.com", + "dscord-generaot.store", + "dscord-gif.xyz", + "dscord-nitro.cf", + "dscord-nitro.com", + "dscord-nitro.xyz", + "dscord.com", + "dscord.gifts", + "dscord.me", + "dscord.nl", + "dscord.xyz", + "dscordapp.com", + "dscordgift.live", + "dscordgift.xyz", + "dscordgifts.shop", + "dscordl.com", + "dscordnitro.xyz", + "dscorrd-nitro.xyz", + "dscrd.club", + "dscrd.gq", + "dsctnitro.site", + "dsicord.gift", + "dsicordgift.xyz", + "dsicrod.com", + "dsiscord.com", + "dsnitro.xyz", + "dsnitrogive.com", + "dsscordgift.xyz", + "dtscord.com", + "duckfed.com", + "duiscord.com", + "dumdumdum.ru", + "duscord.com", + "duscord.ga", + "duscord.js.org", + "dwaynejon.xyz", + "dwny.org", + "dxiscord.com", + "dynamo-kiev.com", + "dzscord.js.org", + "e-giftnitro.com", + "e-nitro.com", + "ea-case.com", + "ea-drop.com", + "each-tel.xyz", + "earlydiscord.com", + "earnskinz.xyz", + "easter-event.com", + "easy-box.site", + "easy-knife.space", + "easycases.pw", + "easycommerce.cf", + "easyopeningpay.online", + "easyopeningpay.ru", + "eazy-game.online", + "eazy-game.ru", + "eazydrop.monster", + "ecnhasports.ru", + "ecyber-tournament.ru", + "ecyber-versus.ru", + "egamerscup.club", + "egift-nitro.com", + "electronika.spb.ru", + "electum.online", + "elevisions.biz", + "emeraldbets.ru", + "employeebabyman.xyz", + "en-roblox.com", + "ence.net.ru", + "encebrand.xyz", + "encecsport.me", + "encegun.xyz", + "encesport.xyz", + "encesports.xyz", + "enceteam.me", + "enceteam.org.ru", + "encewatch.ru", + "enchanted-plume.com", + "eneverals.biz", + "eniedu.com", + "enter-hypeevents.com", + "enter-hypesquad.com", + "entertainment-hypesquad.com", + "epic-request.xyz", + "epicfriendis.xyz", + "epicfriennd.xyz", + "epicgamees.xyz", + "epicgamesnitro.com", + "epicgamess.xyz", + "epicgammes.xyz", + "epicgamnes.xyz", + "epicganmes.xyz", + "epicggames.site", + "epicggames.xyz", + "epicinvite.xyz", + "epicjames.xyz", + "epickgames.xyz", + "epicqames.xyz", + "epicqannes.xyz", + "epicservic.xyz", + "epicservise.xyz", + "epilcgames.xyz", + "epiqgames.xyz", + "eplcgames.xyz", + "eplcups.com", + "eplicgames.xyz", + "eqiccames.xyz", + "eqicgames.xyz", + "eraoflegends.com", + "esea-mdl.com", + "esl-2020.com", + "esl-drop.com", + "esl-eu.com", + "esl-gamingnetwork.com", + "esl-gamingseries.com", + "esl-lv.com", + "esl-pl.com", + "esl-playglobal.net", + "esl-pro-legue.xyz", + "esl-proleague.net", + "eslcup.xyz", + "eslgamescommunity.com", + "eslgamesworldwide.com", + "eslgaming-play.com", + "eslgaming-world.com", + "eslgamingnetworks.com", + "eslgamingopen.com", + "eslgamingworldwide.net", + "eslhub.xyz", + "eslhubgaming.com", + "eslplaynetworks.com", + "eslplayoneleague.com", + "eslplayworlds.com", + "eslpro.ru", + "eslquickseries.com", + "eslsports.ru", + "eslworldwideplay.com", + "esportgaming.ru", + "esportgift.ru", + "esportpoinl.xyz", + "esportpoint.xyz", + "esports-2go.pp.ua", + "esports-csgo.ru", + "esports-sale.ru", + "esports-trade.net.ru", + "esportscase.online", + "esportscase.ru", + "esportsfast.pp.ua", + "esportsgvay.xyz", + "esportsi.xyz", + "espots-csgo.xyz", + "essenseglow.com", + "etsdrop.monster", + "etssdrop.monster", + "euphe-gun.com", + "event-discord.com", + "event-games4roll.com", + "event-hypesquad.com", + "events-discord.com", + "events-hypesquad.com", + "events.dlscord.click", + "eventsdiscord.com", + "everpg.online", + "evmcups.ru", + "ewqdsa.xyz", + "exaltedbot.xyz", + "exam-discord.com", + "exchangeuritems.gq", + "explorerblocks.com", + "expmediadirect1.com", + "express-news.me", + "exrobinhood.com", + "extrack.xyz", + "extragifis.site", + "extrarg.xyz", + "extraskinscs.xyz", + "ez-tasty.cyou", + "ezcase.xyz", + "ezclrop.ru", + "ezdiscord.xyz", + "ezdrop.net.ru", + "ezdropss.net.ru", + "ezdrp.ru", + "ezence.ink", + "ezopen.site", + "ezpudge.pp.ua", + "ezrobux.gg", + "ezwin24.ru", + "ezwithcounter.xyz", + "ezzrun.pp.ua", + "facecup.fun", + "facedrop.one", + "faceit-premium.com", + "faceiteasyleague.ru", + "faceiten.info", + "facepunch-award.com", + "facepunch-gifts.org.ru", + "facepunch-llc.com", + "facepunch-ltd.com", + "facepunch-reward.com", + "facepunch-studio.com", + "facepunch-studio.us", + "facepunch-twitch.com", + "facepunchltd.com", + "facepunchs-studio.com", + "facepunchs-twitch.com", + "facepunchs.com", + "facepunchskins.com", + "facepunchstudio.com", + "facerit.com", + "faceuinuu.com", + "faceuinuz.com", + "faceuinuz.org.ru", + "faceuinuz.ru.com", + "fai-ceite.info", + "faiceit.ru.com", + "fall500.ru", + "fang-operation.ru", + "fannykey.ru", + "fantasticfilms.ru", + "faravirus.ro", + "farestonpw.ru.com", + "faritkoko.ru", + "farkimagix.xyz", + "fartik.net.ru", + "fasdf.pp.ua", + "fast-cup.site", + "fast-travel.org", + "fastclick.com", + "fastcup.ru.com", + "fastcups.xyz", + "fastdrop.win", + "fastgotournaments.xyz", + "fastlucky.ru", + "fastlucky.ru.com", + "fastphonebooster.com", + "fastskins.ru", + "fasttake.space", + "fatown.net", + "fattykettleinexpedient.com", + "faxnews.ru", + "fdgdfgdf.space", + "fdiscord.com", + "featu.re", + "felzybit.com", + "ff.soul-ns.xyz", + "fictiongroin.com", + "filepapa.com", + "finalheroes.com", + "finance.business-empire.com-articles.comm-news.com", + "financesk.com", + "findlocalgirlnow.com", + "findlovernow.com", + "findmedia.biz", + "findmydating.com", + "findyour-realsex2.com", + "fineleague.fun", + "fineplay.xyz", + "fire-dungeon.com", + "fireopencase.com", + "firmis-min.com", + "firtonesroll.ru.com", + "fiscord.com", + "fivetown.net", + "flash.cn", + "flashymass.com", + "flearmadness.com", + "flyes-coin.com", + "fnaatic.org.ru", + "fnatcas.org.ru", + "fnatic-2021.ru", + "fnatic-drop.com", + "fnatic-gg.fun", + "fnatic-go.fun", + "fnatic-ro1ls.ru.com", + "fnatic-s.fun", + "fnatic-team.ru", + "fnatic-time.ru", + "fnatic.pp.ru", + "fnatic.team", + "fnatic1.org.ru", + "fnatic2.org.ru", + "fnaticez.me", + "fnaticforyou.xyz", + "fnaticgit.xyz", + "fnaticprize.site", + "fnaticteam.org.ru", + "fnaticwin.xyz", + "fnnatic.org.ru", + "fnnaticc.org.ru", + "fnskins.online", + "fntc-bd.pp.ua", + "follow-ask.xyz", + "followclick.pro", + "fond-sovest.ru", + "forcedope.xyz", + "forest-host.ru", + "form-hypesquad.com", + "form-moderator-school.com", + "form-moderator.com", + "formhypesquad.com", + "forms-moderator.com", + "formulaprize.com", + "formulary-hypeacademy.com", + "formulary-hypediscord.com", + "formulary-hypesquad.com", + "formulary-moderator-team.com", + "formulary-moderator.com", + "formularyhypesquad.com", + "fornite.best", + "forse-pash.pp.ru", + "forse-wash.pp.ru", + "forsportss.pp.ua", + "fortnight.space", + "fortnite-christmas.com", + "fortnite-gift.com", + "fortnite-gifts.com", + "fortnite-giveaway.com", + "fortnite-newswapper.fun", + "fortnite-special.com", + "fortnite-vbuck.com", + "fortnite-vbucks.de", + "fortnite-vbucks.net", + "fortnite.cards", + "fortnite.events", + "fortnite.sswapper.com", + "fortnitebuy.com", + "fortnitechat.site", + "fortnitecrew.ru.com", + "fortniteswapper.fun", + "fortnitevb.com", + "fortuneroll.tk", + "fosion.ru", + "fotochki.com", + "fowephwo.ru", + "foxmods.xyz", + "foxycyber.ru", + "fozzytournaments.fun", + "fplgo.ru", + "fps-booster.pw", + "fr33item.xyz", + "free-discord-gifts.com", + "free-discord-giftsdiiscord-nitro.com", + "free-discord.ru", + "free-discordnitro.com", + "free-discored-nitroo.tk", + "free-dislcordnitrlos.ru", + "free-download.5201l41kuvl7.top", + "free-download.lcomicuzik6s.top", + "free-gg.com", + "free-niltross.ru", + "free-nitlrols.ru", + "free-nitlross.ru", + "free-nitrloos.ru", + "free-nitro-generator-for-discord.tk", + "free-nitro-sus.pages.dev", + "free-nitro.ru", + "free-nitro.ru.com", + "free-nitro.space", + "free-nitro.xyz", + "free-nitroi.ru", + "free-nitroos.ru", + "free-nitros.ru", + "free-nitross.ru", + "free-operation.ru", + "free-skins.ru", + "free-steam-code.com", + "free.gg", + "free4pc.org", + "freebitco.in", + "freediscord-nitro.cf", + "freediscordnitro.ru", + "freediscordnitro.ru.com", + "freediscrodnitro.org", + "freediskord-nitro.xyz", + "freedrop0.xyz", + "freefireclaim.club", + "freegiftcards.co", + "freeinstagramfollowersonline.com", + "freemalware.com", + "freenetflix.io", + "freenitro.com", + "freenitro.gift", + "freenitro.ru", + "freenitrogenerator.cf", + "freenitrogenerator.tk", + "freenitroi.ru", + "freenitrol.ru", + "freenitros.com", + "freenitros.ru", + "freenitros.tk", + "freenlitro.com", + "freenltro.ru", + "freeriptidepass.net.ru", + "freeriptidepass.org.ru", + "freeriptidepass.pp.ru", + "freerobloxgenerator.tk", + "freeskins.online", + "freeskinsfree.pp.ua", + "freespoty.com", + "friendship-cocacola.store", + "frogs-jump.xyz", + "from-eliasae.ru.com", + "from-puste.xyz", + "from-sparsei.ru.com", + "from-surenseds.xyz", + "ft2025.top", + "ftp.celerone.cf", + "ftp.copyrighthelpbusiness.org", + "ftp.def-dclss.pp.ua", + "ftp.domineer.pp.ua", + "ftp.fasdf.pp.ua", + "ftp.ghostgame.ru", + "ftp.gooditems.pp.ua", + "ftp.greatdrops.pp.ua", + "ftp.legasytour.it", + "ftp.navieslproleagueseason13.pp.ua", + "ftp.ogevtop.ru", + "ftp.scogtopru.pp.ua", + "ftp.steamcommunlty.it", + "ftp.topeasyllucky.pp.ua", + "ftp.versuscsgoplay.pp.ua", + "fulldiscord.com", + "fullnltro.com", + "funchest.fun", + "fundr0peur.space", + "fundro0p.site", + "funjet1.ru.com", + "funnydrop.store", + "furry.surf", + "furtivhqqc.com", + "furyesports.xyz", + "furyleage.xyz", + "fustcup.ru", + "g-discord-nitro.com", + "g-games.store", + "g1veaway-nav1.site", + "g2-cybersport.net", + "g2-cybersport.ru", + "g2-cybersports.net", + "g2-esports.moscow", + "g2-game.ru", + "g2-give.info", + "g2-give.ru", + "g2-pro.shop", + "g2a.ru.com", + "g2cyber-espots.top", + "g2cybergame.fun", + "g2eref.ru", + "g2ezports.xyz", + "g2team-give.top", + "g2team.org", + "g2teams.com", + "g2teamss.ru", + "gaben-seller.pp.ua", + "gadgetblog.ru", + "gamaloft.xyz", + "gambit-cs.com", + "gambit.net.ru", + "gambit.org.ru", + "gambitesports.me", + "gambling1.ru", + "gambling1.ru.com", + "gamdom.ru", + "game-case.ru", + "game-csgo-steam.ru", + "game-csgosteam.ru", + "game-sense.space", + "game-steam-csgo.ru", + "game-steamcsgo.ru", + "game-tournaments.net.ru", + "game-tournaments.ru.com", + "game.schweitzer.io", + "game4roll.com", + "gameb-platform.com", + "gameboooster.com", + "gameclaim.codes", + "gamecsgo-steam.ru", + "gamegowin.xyz", + "gamekere.net.ru", + "gamekor.net.ru", + "gameluck.ru", + "gamemaker.net.ru", + "gamepromo.net.ru", + "gamerich.xyz", + "gameroli.net.ru", + "gamerolls.net.ru", + "games-code.ru.com", + "games-roll.ga", + "games-roll.ml", + "games-roll.ru", + "gamesbuy.net.ru", + "gamesfree.org.ru", + "gamesnice.ru", + "gamespol.net.ru", + "gamex.codes", + "gamletaarnhuset.no", + "gams-toph.xyz", + "gamzc-topz.xyz", + "gamzgss-top.org.ru", + "gamzgss-top.xyz", + "gapscult.com", + "gardensrestaurantandcatering.com", + "garstel.github.io", + "gave-nitro.com", + "gavenitro.com", + "gayq8rgx.ru", + "gbauthorization.com", + "gdiscord.com", + "gdr-op.ru.com", + "geekotg.com", + "generator.discordnitrogift.com", + "genideo.com", + "gennirto.org", + "genrates.xyz", + "gesas.it", + "get-cracked.com", + "get-discord.fun", + "get-discord.store", + "get-fullnltro.com", + "get-fulnltro.com", + "get-gamesroll.xyz", + "get-instant-prize.life", + "get-my-nitro.com", + "get-nitro.com", + "get-nitro.fr", + "get-nitro.fun", + "get-nitro.net", + "get-nitro.online", + "get-nitro.org", + "get-nitro.xyz", + "get-traded.xyz", + "get.sendmesamples.com", + "get19dragos.club", + "getautomendpro.com", + "getcach.monster", + "getcryptotab.com", + "getfitnos.com", + "getfreediscordnitro.ml", + "gethypesquad.com", + "getlibra.tech", + "getlรขโ€ฆยฐbra.tech", + "getlโ…ฐbra.tech", + "getnaturetonics.com", + "getnitro.xyz", + "getnitrogen.org", + "getoiu.com", + "getproviamax.com", + "getriptide.live", + "getskins.monster", + "getstratuswatch.com", + "getv-bucks.site", + "getviplocals1.com", + "getvottak.com", + "getyouritems.pp.ua", + "gfcsgo88.xyz", + "gfrtwgfkgc.xyz", + "gg-dr0p.ru", + "gg-nitro.com", + "ggbolt.ru", + "ggboom.ru", + "ggcscases.com", + "ggcstrade.com", + "ggdrop-gg.xyz", + "ggdrop.org.ru", + "ggdrop.pp.ru", + "ggdrop.space", + "ggdrop1.net.ru", + "ggdrops.net.ru", + "ggdrops.ru.com", + "ggexpert.online", + "ggexpert.ru", + "ggez.net.ru", + "ggfail.xyz", + "gggdrop.xyz", + "gghacks.com", + "gglootgood.xyz", + "ggnatus.com", + "ggnavincere.xyz", + "ggtour.ru", + "ggwin.net.ru", + "ghostgame.ru", + "ghservers.cl", + "gif-discoord.com", + "gif-discord.com", + "gif-discorde.com", + "gife-discorde.com", + "gifs-discord.com", + "gifs-discorde.com", + "gift-discord.digital", + "gift-discord.online", + "gift-discord.ru", + "gift-discord.ru.com", + "gift-discord.shop", + "gift-discord.xyz", + "gift-discorde.com", + "gift-discords.com", + "gift-dliscord.ru", + "gift-dliscord.store", + "gift-g2.online", + "gift-g2.ru", + "gift-nitro.cc", + "gift-nitro.com", + "gift-nitro.events", + "gift-nitro.group", + "gift-nitro.shop", + "gift-nitro.store", + "gift4keys.com", + "giftc-s.ru", + "giftcsogg.ru", + "giftdiscord.info", + "giftdiscord.online", + "giftdiscord.site", + "giftdiscord.xyz", + "giftdiscord3.com", + "giftdlscord-app.info", + "gifte-discord.com", + "gifte-discord.xyz", + "gifte-discorde.com", + "gifte-discorde.xyz", + "gifte.com", + "giftes-discord.com", + "giftnitro.space", + "giftnitropresent.ru", + "giftnitros.xyz", + "gifts-discord.ru", + "gifts-discord.shop", + "gifts-discord.xyz", + "gifts-discorde.com", + "gifts-discorde.ru", + "gifts.steampowered.com.de", + "giftsdiscord-true.com", + "giftsdiscord.com", + "giftsdiscord.fun", + "giftsdiscord.online", + "giftsdiscord.ru", + "giftsdiscord.site", + "giftsnitro.com", + "giiveaway-discord.com", + "ginedis.com", + "girlssohorny.net", + "givaeway.com", + "givaewey.com", + "give-csgorun.ru", + "give-csgorun.xyz", + "give-premius.com", + "giveavvay.com", + "giveaway-discord.com", + "giveaway-discord.online", + "giveaway-fpl-navi.net.ru", + "giveaway-fpl.net.ru", + "giveawaybot.pw", + "giveawaynitro.com", + "giveawayskin.com", + "giveaweys.com", + "givediscord.com", + "giveeawayscin.me", + "givenatus.site", + "giveprize.ru", + "giveweay.com", + "givrayawards.xyz", + "glaem.su", + "glashataj.info", + "glbltraffic.com", + "gleam.su", + "glets-nitro.com", + "glft-discord.com", + "glft-dlscors.ru.com", + "glob21.online", + "globacs.monster", + "global-dates-here.com", + "global-skins.gq", + "global-survey-online.com", + "globalcs.monster", + "globalcss.monster", + "globalcsskins.xyz", + "globalmoestro.ru", + "globalomsk.ru", + "globalskins.tk", + "glosslogics.com", + "glugruptixo.com", + "gmads.net", + "gncr.org", + "gnosisbtc.com", + "gnswebservice.com", + "go-cs.ru.com", + "go-cups.ru", + "go-discord.com", + "go.pardot.com", + "go.rancah.com", + "go.thefreedailyraffle.com", + "go2-rush.pp.ua", + "go4you.ru", + "goads.pro", + "goaffmy.com", + "gocs8.ru.com", + "gocs8i.ru", + "gocs8i.ru.com", + "gocs8q.ru", + "gocs8v.ru.com", + "gocsx.ru", + "gocsx8.ru", + "gocups.ru", + "god-zmei.ru", + "godkota.ru", + "godkozy.ru", + "godssale.ru", + "gogofiles.net", + "goharpc.com", + "goldendota.com", + "goman.ru.com", + "goo-gl.me", + "good-csgo-steam.ru", + "gooditems.pp.ua", + "goodskins.gq", + "gool-lex.org.ru", + "gopagefast.ru", + "gorod-zlatoust.ru", + "gosteamanalyst.com", + "goto2021.top", + "gotohouse2.cc", + "gotyouripboi.com", + "grabify.link", + "grandcasinobell.com", + "great-drop.xyz", + "great-income.ru", + "greatdrops.pp.ua", + "greatgreat.xyz", + "greenadblocker.com", + "greenpalmbn1.click", + "greenpalmbn2.click", + "greenwisedebtrelief.com", + "gsm-csb.ru", + "gtakey.ru", + "gtmod.vip", + "gtwoesport-battle.ru", + "guardian-angel.xyz", + "guitar-love.ru", + "guns-slot.tk", + "hack-expert-solution.link", + "halitaoz.cam", + "hallowen-nitro.com", + "haloinfinite.ru", + "haloinfinite.shop", + "happydays05.site", + "happydays06.site", + "harzfriends.de", + "haste.monster", + "hbrex.cn", + "hclcsgo.ga", + "hcslcsgo.ga", + "hcslcsgo.tk", + "hd-xxxclassic.club", + "hdiscord.com", + "hdiscordapp.com", + "hdvideoforums.org", + "healthystyle.info", + "heartmedia.biz", + "hellcase.net.ru", + "hellgiveaway.trade", + "hellstorecoin.site", + "hellstores.xyz", + "helooworld.us", + "help-center-portal.tk", + "help.usabenefitsguide.com", + "help.usalegalguide.com", + "help.verified-badgeform.tk", + "hentai-tube.me", + "herdcowhas.icu", + "heroic-esports.ru", + "hetaruwg.com", + "hexenbesen-gerst.de", + "hihanin.com", + "hikmesanbukais.com", + "hjoiaeoj.ru", + "hltvcsgo.com", + "hltvgames.net", + "holofiber.xyz", + "holyawards.xyz", + "home-prize-winner-ma3d.live", + "hook-ups-here2.com", + "hope-nitro.com", + "horizon-up.org.ru", + "horizonup.ru", + "hornetesports.xyz", + "horried.pro", + "host322.ru", + "hotlady4you.com", + "howl.monster", + "howls.monster", + "hranavrt.xyz", + "hsmvem.com", + "hsrvu.com", + "httpdlscordnitro.ru.com", + "huaweiclub.ru", + "hulejsoops.ru", + "hulinadobaranublja.com", + "humanlifeof.xyz", + "humnchck.co", + "hunts.monster", + "huracancsgo.tk", + "huyatv.ru", + "hydra2018.ru", + "hype-chat.ru", + "hype-discord.com", + "hype-discord.tk", + "hype-events.tk", + "hype-squad-academy.com", + "hype-squad-badge.com", + "hype-squad-events-formsapple.com", + "hype-squad-events.com", + "hype-squad.club", + "hype-squad.events", + "hype-squad.info", + "hype-squadmoderator.com", + "hypediscord.com", + "hypedsquad.academy", + "hypedsquadregister.com", + "hypeevents-apply.com", + "hypeevents-formulary.com", + "hyper-tournament.xyz", + "hypercups.ru", + "hypersquad-event.online", + "hypertracked.com", + "hyperwage.com", + "hyperz.monster", + "hypesqaudevents-mod.com", + "hypesquad-academy.com", + "hypesquad-app.academy", + "hypesquad-apply.com", + "hypesquad-bravery.com", + "hypesquad-discord.com", + "hypesquad-discord.info", + "hypesquad-enter.com", + "hypesquad-entertainment.com", + "hypesquad-event.info", + "hypesquad-events-app.com", + "hypesquad-events-apply.com", + "hypesquad-events-discord.com", + "hypesquad-events-join.com", + "hypesquad-events-login.com", + "hypesquad-events-moderators.com", + "hypesquad-events.club", + "hypesquad-events.com", + "hypesquad-events.gift", + "hypesquad-events.net", + "hypesquad-forms.org", + "hypesquad-formulary.com", + "hypesquad-house.com", + "hypesquad-houses-events.com", + "hypesquad-join.info", + "hypesquad-join.online", + "hypesquad-join.xyz", + "hypesquad-login.com", + "hypesquad-mod.com", + "hypesquad-moderator.academy", + "hypesquad-moderator.com", + "hypesquad-new.com", + "hypesquad-program.com", + "hypesquad-programevents.com", + "hypesquad-redeem.com", + "hypesquad-register.academy", + "hypesquad-register.com", + "hypesquad-return.com", + "hypesquad-signup.com", + "hypesquad-signup.con", + "hypesquad-singup.com", + "hypesquad-support.com", + "hypesquad-survey.info", + "hypesquad-team.com", + "hypesquad-votes.com", + "hypesquad.academy", + "hypesquad.club", + "hypesquad.com.br", + "hypesquad.info", + "hypesquad.site", + "hypesquadacademy-app.com", + "hypesquadacademy.com", + "hypesquadapp.com", + "hypesquadbadge.com", + "hypesquadevent.com", + "hypesquadevents-academy.com", + "hypesquadevents-app.com", + "hypesquadevents-application.com", + "hypesquadevents-apply-academy.com", + "hypesquadevents-apply.com", + "hypesquadevents-apply.xyz", + "hypesquadevents-enter.com", + "hypesquadevents-join-academy.com", + "hypesquadevents-join.com", + "hypesquadevents-login.com", + "hypesquadevents-mod.com", + "hypesquadevents-register.com", + "hypesquadevents-singup.com", + "hypesquadevents-subscription.com", + "hypesquadeventsapp.com", + "hypesquadeventsapplication.com", + "hypesquadform.com", + "hypesquadforms.com", + "hypesquadformulary.com", + "hypesquadmoderator.com", + "hypesquadmods.com", + "hypesquadreturn.com", + "hypesquadreturns.com", + "hypesquads-academy.com", + "hypesquads-events.com", + "hypesquadsevents.com", + "hypesquadteam-academy.com", + "hypesquadteam.com", + "hypesquadteams-join.com", + "hypesquadteams-start.com", + "hypixel.run", + "hypixelskyblock.net", + "i-no.ru", + "iamnaughty.com", + "ichaichat.xyz", + "id-374749.ru", + "idchecker.xyz", + "ideaanstudy1.live", + "ideaanstudy11.live", + "ideaanstudy12.live", + "ideaanstudy13.live", + "ideaanstudy14.live", + "ideaanstudy15.live", + "ideaanstudy2.live", + "ideaanstudy3.live", + "ideaanstudy4.live", + "ideaanstudy5.live", + "ideaanstudy6.live", + "ideaanstudy7.live", + "ideaanstudy8.live", + "ideaanstudy9.live", + "idealexplore.com", + "idiscord.pro", + "iemcup.com", + "igeek.ru", + "il119.com", + "illuminatelocks.com", + "image-gamersss.ru", + "improveprivacy.me", + "imvu37.blogspot.com", + "in-gives.ru.com", + "incorphishor.com", + "indereyn.ru.com", + "info-developers.com", + "infodevelopers.info", + "infodiscord-nitro.su", + "infohypesquad.com", + "information-discord.com", + "informations-discord.com", + "infringementcommunity-rules.com", + "inspirationhistorical.com", + "instagolds.ru", + "instahookupxxx.com", + "installnow.xyz", + "inteledirect.com", + "intell.in.ua", + "internetspeedtracker.com", + "intimki.com", + "into-nitro.com", + "inventtop.com", + "invest-digest.com", + "investing-bank.com", + "investing-fund.com", + "invite-moderatoracademy.com", + "invitemoderator.com", + "invitemoderatordiscord.com", + "iover4u.net", + "ioys.gr", + "iplogger.com", + "iplogger.org", + "iplogger.ru", + "is", + "iscord.gift", + "iscord.xyz", + "iscordglft.org", + "islandofhopes.online", + "isp3.queryhost.ovh", + "itemcloud.one", + "itemgifts.space", + "iwantu.com", + "iwinner.ru.com", + "jacquelinesiven.com", + "jampo.com.ua", + "japan1-05.xyz", + "japan1-06.xyz", + "jashautchord.com", + "jet-crash.xyz", + "jetcase.fun", + "jetcase.ru.com", + "jetscup.ru", + "jhgj.njxwang.com", + "jjdiscord.com", + "jjikachjmlc.com", + "jobrave.live", + "jobs-discord.com", + "jocudaidie.ru", + "joewfpwg.ru", + "join-academymoderator.com", + "join-developerguild.com", + "join-discordevents.com", + "join-hypeevents.com", + "join-hypesquad-events.com", + "join-hypesquad.club", + "join-hypesquad.com", + "join-hypesquad.info", + "join-hypesquad.net", + "join-hypesquad.online", + "join-hypesquadevent.com", + "join-hypesquadevents.com", + "join-moderator.com", + "join-moderatoracademy.com", + "join-moderators.com", + "join-partner.com", + "joinhypesquad.com", + "joinhypesquadevents.com", + "joinmy.site", + "joint-moderator.com", + "jokedrop.ru", + "jope-nitro.com", + "joyskins.xyz", + "juct-case.ru", + "jusonline.ru", + "just-roll.ru", + "justcase.net.ru", + "justcause.fun", + "justdash.xyz", + "justdior.com", + "justdiscord.com", + "justdoit.cards", + "justwins.ru", + "kahiotifa.ru", + "kakstitotako.com", + "kambol-go.ru", + "kaspi-capital.com", + "kaspianchoob.com", + "katowice.ru", + "katowlce.ru", + "kaysdrop.ru", + "kefu.discordglft.org", + "kefu.steamcornmunity.club", + "key-dr0b.com", + "key-dr0p.com", + "key-drcp.com", + "key-drop-free.com", + "key-dropes.ru", + "key-dropo.com", + "keydoppler.one", + "keydorp.me", + "keydrop-case.ru", + "keydrop.guru", + "keydrop.org.ru", + "keydrop.ru.com", + "keydropp.one", + "keydrops.xyz", + "keydrup.ru", + "keymagic.me", + "keys-dropes.com", + "keys-loot.com", + "keysdropes.com", + "kievskiyrosdachy-ua.ru", + "kindservicezeb.net", + "kingfamilyphotoalbum.com", + "kingofqueens2021.github.io", + "kirakiooi.xyz", + "kkgdrops.monster", + "kldmten.net", + "knife-eazy.pp.ua", + "knifespin.top", + "knifespin.xyz", + "knifespins.xyz", + "knifex.ru.com", + "knifez-roll.xyz", + "knifez-win.xyz", + "knmirjdf.ru", + "konicpirg.com", + "kr1ks0w.ru", + "kredo-capital.com", + "kruhzgodovina.xyz", + "krytkase.xyz", + "ksgogift.pp.ua", + "ksodkcvm.ru", + "ktfckd.com", + "kuaizip.com", + "kuminaluna.xyz", + "l2s.pet", + "lachrymation-demetallize-arthroplasty.xyz", + "lackystars.com", + "lady-datings-here.com", + "laidauni.com", + "lakskuns.xyz", + "lan-pro.fun", + "lan-pro.link", + "lan-pro.ru", + "lan-pro.xyz", + "lanshcoin.com", + "lash.cf", + "last-of-legends.xyz", + "lastheroes.eu", + "lastlegends.es", + "lazarusgamer.xyz", + "lazarusgaming.com", + "ldiscord-gift.xyz", + "ldiscord.gift", + "ldiscordapp.com", + "ldiscordgift.site", + "ldlscord.com", + "ldlscordapp.com", + "league-csgo.com", + "leancoding.co", + "lef23671.justinstalledpanel.com", + "legasytour.it", + "legit-drop.ru", + "legiting-drop.ru", + "lehatop-01.ru", + "lemesports.ru", + "lesvirus.fr", + "letmessagenow.com", + "lib2.biz", + "libra-sale.io", + "lifegg.xyz", + "likaraoke.com", + "limafoxtrot.online", + "limeside.net.ru", + "linkbucks.com", + "linkdiscord-airdrop.com", + "linkshrink.net", + "linktrade.pp.ua", + "listycommunity.ru", + "litance-viestside.icu", + "litenavi.xyz", + "livediscordbonus.fun", + "livegif.ru", + "lkdiscord.com", + "load17.biz", + "loaduber-theprogressivefile.best", + "localchick-here.com", + "localhookupclub1.com", + "localsexfinderxxx4.com", + "localsnapsext.com", + "lock-omsk.ru", + "log-in-hypesquad.com", + "login-discordmoderator.com", + "login-hypesquad.com", + "login-hypesquadacademy.com", + "loginprofile.xyz", + "loginrun.info", + "longxrun.online", + "loot-conveyor.com", + "loot-item.xyz", + "loot-rust.com", + "loot.net.ru", + "loot.pp.ru", + "loot4fun.ru", + "lootmake.com", + "lootship.ga", + "lootshunt.org.ru", + "lootsrow.com", + "lootweapons.com", + "lootxmarket.com", + "losvirus.es", + "loungeztrade.com", + "love7date.info", + "loveiswaiting.net", + "lovemateforyou.com", + "lover-date.com", + "loverfuck.com", + "low-cups.ru", + "lozt.pp.ua", + "lsteamcommunity.ru", + "lsteamcommunity.ru.com", + "luancort.com", + "lubboost-nitro.shop", + "lubitcoin.com", + "lubuntu.net", + "lucky-skins.xyz", + "lucky4wins.club", + "luckycrush.ga", + "luckydrop.site", + "luckyfast.ru", + "luckyfast.ru.com", + "luckygift.net.ru", + "luckygift.space", + "luckygo.ru", + "luckygo.ru.com", + "luckyiwin.ml", + "luckyiwin.tk", + "luckywinner-web1.com", + "ludibry.tech", + "luxace.ru.com", + "luxerkils.xyz", + "lzvsv.com", + "m-discord.aw", + "m-discord.cn", + "m-discord.eu", + "m-discord.io", + "m-discord.pw", + "m-discord.ru", + "m-discord.xyz", + "m.setampowered.com", + "m7c4d5r7.stackpathcdn.com", + "m90694rb.beget.tech", + "macotuqa.xyz", + "mactep.org", + "made-nitro.com", + "madessk.pp.ua", + "maggicdrop.xyz", + "magic-delfy.net.ru", + "magic4you.nu", + "magicdropgift.ru", + "magicdropnew.xyz", + "magicrollslg.com.ru", + "magicrollslw.com.ru", + "magicroulete.ru", + "magicrun.site", + "magicstreek.me", + "magictop.ru.com", + "magifcrolrlc.xyz", + "magifcrolrlh.xyz", + "magifrolbiq.xyz", + "magifrolbit.xyz", + "magik-dr0p.fun", + "magikbrop.xyz", + "magnaviroll.xyz", + "magnavirolls.xyz", + "magnavirollz.xyz", + "mail.celerone.cf", + "mail.csgoroll.ru", + "mail.dicsord-airdrop.ru", + "mail.discord-nitro-gifts.ru", + "mail.explorerblocks.com", + "mail.fasdf.pp.ua", + "mail.ghostgame.ru", + "mail.gooditems.pp.ua", + "mail.ogevtop.ru", + "mail.scogtopru.pp.ua", + "mail.streamcomuniity.pp.ua", + "mail.versuscsgoplay.pp.ua", + "majestictips.com", + "major-2021.ru", + "makeprogress.ga", + "makson-gta.ru", + "malibones.buzz", + "malwareremovalbot.com", + "mandljigeografija.xyz", + "marafonec.com", + "marbling.pe.kr", + "markcestgo.ru", + "marke-tcgo.ru.com", + "marke-tgo.ru.com", + "market-csgo.ru", + "market-subito.site", + "marketsleam.xyz", + "marketsm.pp.ua", + "markt-csgo.ru.com", + "markt-csru.info", + "marktcsgo.ru.com", + "maroohost.online", + "mars-cup.ru", + "maslootok.xyz", + "master-up.ru", + "matchrile.com", + "maxigame.su", + "maxskins.xyz", + "mc-delivery.ru.com", + "mcdaonlds.com", + "mcdelivery-ae.ru.com", + "mcdelivery-emirates.ru.com", + "mcdelivery-offer.com", + "mcdelivery-sale.com", + "mcdelivery-uae.fun", + "mcdelivery-uae.ru.com", + "mcdelivery24.com", + "mcdonalds-iloveit.com", + "mcdonalds-saudiarabia.com", + "mcdonaldsau.info", + "mcdupe.xyz", + "mcomp.org", + "mdiscord.com", + "me-discord.com", + "mediafiire.com", + "mediahouse.com.ua", + "medpatrik.ru", + "megacase.monster", + "megatuz.ru", + "mekaverse-minting.com", + "mekaverse-minting.net", + "mekaversecollection.com", + "mekaversenft.net", + "mertixbit.com", + "mewtour.xyz", + "mfroute.com", + "microsup.net", + "microsupportjp.xyz", + "minea.club", + "minecrรคft.com", + "minero.cc", + "miniurl.pw", + "mipcoins.com", + "miptic.ru", + "mir-kliparta.ru", + "miserve-chanics.com", + "mobile-novinki.ru", + "mod-academy.xyz", + "mod-school.com", + "moderation-academy.net", + "moderation-discord.com", + "moderato-academy.tech", + "moderator-academy-discord.com", + "moderator-academy-events.com", + "moderator-academy-forms.com", + "moderator-academy-test.com", + "moderator-academy.online", + "moderator-applications.com", + "moderator-forms.com", + "moderator-hypesquad.com", + "moderator-hypesquadacademy.com", + "moderator-hypesquadevents.com", + "moderator-invite.com", + "moderator-join.com", + "moderator-register.com", + "moderator-school.com", + "moderator-singup.com", + "moderator-survey.info", + "moderator-team.com", + "moderator-test.com", + "moderator-vote.com", + "moderator.hypesquad-survey.info", + "moderatoracademiaforms.com", + "moderatoracademy.info", + "moderatoracademyforms.com", + "moderatoracademyinvite.com", + "moderatoracademyregister.com", + "moderatordiscord.com", + "moderatordiscordinvite.com", + "moderatorformdiscord.com", + "moderatorforms.com", + "moderatorinsititute.com", + "moderatorinstitute.com", + "moderatorinvite.com", + "moderatorjoin.com", + "moderators-academy-form.com", + "moderators-academy-join.com", + "moderators-academy.club", + "moderators-academy.com", + "moderators-application.com", + "moderators-apply.com", + "moderators-form.com", + "moderators-hypesquad.com", + "moderators-hypesquadevents.com", + "moderators-recruitment.com", + "moderators-team.com", + "moderators-teams.com", + "moderators-vote.com", + "modesacademy.com", + "mods-academy.com", + "modsacademy.com", + "mol4a.pp.ua", + "money.fastcreditmatch.com", + "money.usacashfinder.com", + "moviesboys.com", + "multiadblock.com", + "mvcsgo.com", + "mvpcup.ru", + "mvptournament.com", + "mxmcheats.online", + "my-discord-gift.com", + "my-hookup-clubs1.com", + "my-rarible.com", + "my-trade-link.ru", + "my-tradelink.ru", + "myactualblog.com", + "myccgo.xyz", + "mychaelknight.com", + "mycsgoo.ru", + "mydrop.monster", + "myetherermwallet.com", + "myfast.ru", + "myfilesrs.ru", + "mygames4roll.com", + "myhotdates.com", + "myimperia.ru", + "myjustcase.ru", + "mylocalhookup1.com", + "myrolls.monster", + "myrollz.com", + "mysearchflow.com", + "mythic-esports.xyz", + "mythiccups.xyz", + "mythicleagues.xyz", + "mythicups.xyz", + "myticks.xyz", + "mytrade-link.ru.com", + "mytrade-offer.ru", + "mytradelink.pp.ua", + "mytradelink.ru.com", + "mytradeoffers.ru.com", + "n01.biz", + "n06.biz", + "nacjalneg.info", + "nacybersportvi.ru", + "nagipen.ru", + "nagiver.ru", + "nakapote.com", + "nakedphotos.club", + "name0fbestway.com", + "natuc-event.ru", + "naturespashowerpurifier.com", + "natus-lootbox.net.ru", + "natus-lootbox.org.ru", + "natus-open.net.ru", + "natus-open.org.ru", + "natus-open.pp.ru", + "natus-rolls.xyz", + "natus-space.ru", + "natus-spot.net.ru", + "natus-spot.pp.ru", + "natus-vincere.ru", + "natus-vincere.space", + "natus-vincere.xyz", + "natus-vincery-majors.ru.com", + "natus-vincerygive.xyz", + "natus-vincerygivess.xyz", + "natus-vincerygivesz.xyz", + "natus-vincerygivex.xyz", + "natus-vincerygivez.xyz", + "natus-vincerygivezc.xyz", + "natus-vincerygivezr.ru", + "natus-vincerygivezz.xyz", + "natus-win.net.ru", + "natus-win.org.ru", + "natus-win.pp.ru", + "natusforyou.pp.ua", + "natusspot.pp.ru", + "natustop.net.ru", + "natustop.org.ru", + "natusvincerbestmarket.work", + "natusvinceredrop.ru", + "natuswin.org.ru", + "nav-s1.ru", + "navi-21.ru", + "navi-bp.com", + "navi-cis.net.ru", + "navi-cs.com", + "navi-drop.com", + "navi-drop.net", + "navi-drop2020.com", + "navi-es.ru", + "navi-esl.ru.com", + "navi-esports.net", + "navi-eu.ru", + "navi-ez.com", + "navi-freedrop.xyz", + "navi-freeskins.com", + "navi-give.net.ru", + "navi-giveaway-simple.net.ru", + "navi-giveaway.net", + "navi-giveaway.xyz", + "navi-gs.com", + "navi-gt.com", + "navi-gv.com", + "navi-hawai.net.ru", + "navi-io.com", + "navi-keep.net.ru", + "navi-lix.xyz", + "navi-ls.com", + "navi-lzx.ru", + "navi-off.us", + "navi-ol.com", + "navi-q.com", + "navi-rt.com", + "navi-russia.ru", + "navi-share.pp.ru", + "navi-skins.org.ru", + "navi-skins.pp.ru", + "navi-sp.com", + "navi-tm.com", + "navi-tm.ru", + "navi-up.com", + "navi-up.ru", + "navi-winners.org.ru", + "navi-wins-skiins.org.ru", + "navi-x.ru", + "navi-youtube.net.ru", + "navi.auction", + "navi.pp.ru", + "navi2021.net.ru", + "naviback.ru", + "navibase.net.ru", + "navibase.org.ru", + "navibase.pp.ru", + "navicase-2020.org.ru", + "navicase.org", + "navicese.pp.ua", + "navicsg.ru", + "navicsgo.ru", + "navidonative.ru", + "naviend.xyz", + "navieslproleagueseason13.pp.ua", + "naviesport.net", + "naviesportsgiveaways.pro", + "navifree.ru", + "navifreeskins.ru", + "navifun.me", + "navigg.org.ru", + "navigg.ru", + "naviggcoronagiveaway.ru", + "navigiveaway.ru", + "navign.me", + "navigs.ru", + "navileague.xyz", + "navination.site", + "navipodarok.ru", + "navipresent.xyz", + "naviqq.org.ru", + "navirolls.org.ru", + "navishare.net.ru", + "navishare.pp.ru", + "naviskins.xyz", + "naviteam.net.ru", + "naviteamway.net.ru", + "navitm.ru", + "navitop4.net.ru", + "navvigg.site", + "navviigg.ru", + "navy-freecases.ru", + "navy-loot.xyz", + "nawegate.com", + "nawi-gw.ru", + "nawibest.ru.com", + "nawigiveavay.xyz", + "nb-yanao.ru", + "nbryb.com", + "ne02.biz", + "ne03.biz", + "ne04.biz", + "ne12.biz", + "neodrive.ru", + "nepoleno.ru", + "netdiscord-partner.com", + "netfilxde.com", + "netfllix-de.com", + "netund.com", + "new-collects.xyz", + "new-drop.net.ru", + "new-give.com", + "new-lady-here12.com", + "new-offer.trade", + "new-steamcommunlty.xyz", + "new.mychaelknight.com", + "newdiscord.online", + "news-back.org", + "news-central.org", + "newsdnya.ru", + "newsglobal.live", + "newsinform.net", + "newsinmir.com", + "newsurprizeforyou.com", + "newyear-discord.com", + "nft-presale.live", + "nice-discord.com", + "nice-haesh-info.ru", + "nicegg.ru", + "night-skins.com", + "nightz.monster", + "nise-cell.net.ru", + "nise-gell.org.ru", + "nise-well.org.ru", + "nise-win.xyz", + "nitrlooss-free.ru", + "nitro-airdrop.org", + "nitro-app-store.com", + "nitro-app.com", + "nitro-app.fun", + "nitro-boost.com", + "nitro-boost.pw", + "nitro-boost.ru", + "nitro-boost.shop", + "nitro-boost.xyz", + "nitro-d.xyz", + "nitro-dis.com", + "nitro-discord-gifts.com", + "nitro-discord.com", + "nitro-discord.fun", + "nitro-discord.info", + "nitro-discord.me", + "nitro-discord.one", + "nitro-discord.org", + "nitro-discord.ru.com", + "nitro-discord.xyz", + "nitro-discordapp", + "nitro-discordapp.com", + "nitro-discorde.com", + "nitro-discords-gift.com", + "nitro-discords.com", + "nitro-discords.org", + "nitro-discorld.xyz", + "nitro-discort.com", + "nitro-discrod.me", + "nitro-dlscord.ru.com", + "nitro-drop.com", + "nitro-ds.com", + "nitro-ds.xyz", + "nitro-f.xyz", + "nitro-for-free.com", + "nitro-free.com", + "nitro-free.ru", + "nitro-from-steam.com", + "nitro-full.com", + "nitro-full.xyz", + "nitro-g.xyz", + "nitro-gamers.fun", + "nitro-get.xyz", + "nitro-gg.com", + "nitro-gg.ru", + "nitro-gg.shop", + "nitro-gg.xyz", + "nitro-gift.net.ru", + "nitro-gift.ru", + "nitro-gift.ru.com", + "nitro-gift.site", + "nitro-gift.space", + "nitro-gift.store", + "nitro-gift.top", + "nitro-gift.xyz", + "nitro-give.site", + "nitro-go.xyz", + "nitro-made.com", + "nitro-one.xyz", + "nitro-s.xyz", + "nitro-sell.xyz", + "nitro-shop.ru", + "nitro-steam.ru.com", + "nitro-steam.site", + "nitro-steam.xyz", + "nitro-up.com", + "nitro.click", + "nitro.gift", + "nitro.gives", + "nitro.givespromotions", + "nitro.link", + "nitro.ru", + "nitro.ru.com", + "nitroairdrop.com", + "nitroappstore.com", + "nitroboost.shop", + "nitroboostcord.blogspot.com", + "nitroboosts.shop", + "nitrochallange.com", + "nitroclicks.com", + "nitrodiscord.org", + "nitrodiscord.ru", + "nitrodlscord.xyz", + "nitrodlscordl.xyz", + "nitrodlscords.xyz", + "nitrodlscordx.xyz", + "nitrodlscordz.com", + "nitrodlscordz.xyz", + "nitrodsgiveways.com", + "nitrodsgiveways.xyz", + "nitrofrees.ru", + "nitrogeneral.ru", + "nitrogensports.eu", + "nitrogift.xyz", + "nitrogive.com", + "nitroisteam.com", + "nitrolsteam.com", + "nitroo-discord.xyz", + "nitroos-frieie.ru", + "nitroosfree.ru", + "nitropromotions.tk", + "nitropussy.com", + "nitros-gift.com", + "nitros-st.xyz", + "nitrosgift.com", + "nitrospromotion.com", + "nitrospromotions.com", + "nitrosteamf.com", + "nitrosteami.com", + "nitrosteamj.com", + "nitrosteaml.com", + "nitrosteamt.com", + "nitrostore.com", + "nitrostore.org", + "nitrotypehack.club", + "nitrowithsteam.com", + "nltro-code.xyz", + "nltro-gift.ru.com", + "nltro-steam.site", + "nltro-steam.xyz", + "nltro.com", + "nltro.site", + "nltroclassic.com", + "nltrodlscord.xyz", + "no1-casino.com", + "nokia-lifestyle.ru", + "novirus.uk", + "novoden.ru", + "ns1.dns-soul.wtf", + "ns1.dropc.me", + "ns1.navitry.me", + "ns1.peektournament.me", + "ns2.dropc.me", + "ns2.helpform-center.ml", + "ntrospromotions.com", + "ntvpevnts.com", + "nur-electro-05.ml", + "nv-box.com", + "nv-drop.com", + "nv-pick.com", + "nvcontest.xyz", + "nwgwroqr.ru", + "nyalacornily.cam", + "o-uccino.top", + "o9wg8q.monster", + "obensea.pw", + "obzh.ru", + "odstranitvirus.cz", + "offerdealstop.com", + "offers.flogboat.com", + "official-nitro.com", + "official-nitro.fun", + "ogevtop.ru", + "ogfefieibio.ru", + "okay-dating.com", + "okdiscord.com", + "old-crash.com", + "oldharper.xyz", + "oligarph.club", + "omgtnc.com", + "one", + "onegadget.ru", + "onehave.xyz", + "onemacusa.com", + "onenightfriend.com", + "onetouch7.info", + "onlinediscord-newyear.ru", + "onlinegop.ru", + "onlineplus.click", + "onlinepromotionsusa.com", + "onpensea.com", + "ootaivilei.ru", + "opeansea.club", + "opemnsea.com", + "opemsea.pw", + "open-case.work", + "opencase.space", + "opennsea.pw", + "opense.design", + "opense.digital", + "opensea-ntf.org", + "opensea-one.org", + "opensea-page.org", + "opensea-pages.online", + "openseanfft.com", + "opensia.club", + "openssea.pw", + "opentea.xyz", + "operation-broken.xyz", + "operation-pass.ru.com", + "operation-riptide.link", + "operation-riptide.ru.com", + "operation-riptide.xyz", + "operationbroken.xyz", + "operationreptide.com", + "operationriptide.online", + "operationriptide.tk", + "opinionshareresearch.com", + "opne-sae.digital", + "opnsea.digital", + "opperrationcss.pp.ua", + "oprewards.com", + "optnx.co", + "orbita-lviv.com", + "ord.gg", + "order-40.com", + "order-78.com", + "order-87.com", + "order-96.com", + "orderpropods.com", + "ordgift.ga", + "ordinaryluckrewardextra.club", + "ornenaui.ru", + "ouo.io", + "ourhypewords.com", + "ournewsafte.biz", + "out-want.xyz", + "outbuck.com", + "output-nitro.com", + "overdrivsa.xyz", + "ovshau.club", + "owa.discord-nitro-gifts.ru", + "ownerbets.com", + "p.t67.me", + "paayar.info", + "pancakeswap.press", + "pandakey.ru", + "pandaskin.ru.com", + "pandaskins.ru.com", + "pandemidestekpaket.cf", + "partner-academy.com", + "partner-discord.com", + "partnersdiscord.com", + "passjoz.net.ru", + "pastamalicious.com", + "path.shareyourfreebies.com", + "path.topsurveystoday.com", + "patrool.net.ru", + "pay-18.info", + "pay-ads.com", + "payeaer.xyz", + "payear.xyz", + "payeer.life", + "payeer.live", + "payeer.vip", + "pdiscord.com", + "peliculas3.me", + "personal-safety-update.com", + "petty.link", + "phygical-questall.icu", + "pine-islands.com", + "pineisland.ga", + "pineislands.org", + "pingagency.ru", + "pingola.ru", + "piscanecmatematika.xyz", + "pizzaeria-papajohns.com", + "playcsgo-steam.ru", + "playerskinz.xyz", + "playeslseries.com", + "please.net.ru", + "pltw.com", + "pluswin.ru", + "pluswsports.ru", + "pnd.tl", + "podgorz.org", + "pointsprizes.com", + "pokeherstars.com", + "pokemongo-go.ru", + "polimer.xyz", + "poloname.net.ru", + "polyhymnia-mar.com", + "ponk.pro", + "pop.ghostgame.ru", + "pop.ogevtop.ru", + "popsads.link", + "pornhub.com", + "pornhub.xyz", + "posadaladesmera.es", + "pose1dwin.ru", + "possessedcrackinghart.com", + "poste.xyz", + "postsupport.net", + "power-sk1n.net.ru", + "ppancakeswapp.finance", + "ppanccakeswap.finance", + "ppayeer.ru", + "ppayeer.ru.com", + "prajyoth-reddy-mothi.github.io", + "prajyoth.me", + "praterage-colled.com", + "pravpost.org.ua", + "prefix.net.ru", + "premium-discord.com", + "premium-discords.com", + "premium-faceit.com", + "premium-gives.com", + "premiumbros.com", + "premiumdiscord.com", + "premiums-discord.com", + "premiums-gift.com", + "premiums-nitro.com", + "premiumsdiscords.com", + "premiumsgift.com", + "price-claim.xyz", + "prime-drop.xyz", + "primefa.xyz", + "privatepage.vip", + "privatesinglesmeet.com", + "privatewinners.com", + "privatexplore.com", + "privatkeyblok.com", + "prizee-good.com", + "prizesworldcenter.com", + "problematic", + "profi-para.com", + "profile-2994292.ru", + "profile-442572242.online", + "profiles-7685291049068.me", + "profit-worlds2u.life", + "profssqq.ru", + "program-hypesquad.com", + "programhypesquad-events.com", + "programma-di-fidelizzazione.top", + "promarker.club", + "promo-codes.world", + "promo-discord.com", + "promo-discord.site", + "promotion-nitro-od-machovce.tk", + "promotionsonlineusa.com", + "pronline.ru", + "protected-clicker.com", + "protocolgroupgroups.com", + "proz.monster", + "ps3cfw.com", + "pshtr.xyz", + "psixoglika.pro", + "psp-haxors.com", + "psyonix-trade.online", + "psyonix.website", + "psyonlxcodes.com", + "ptbdiscord.com", + "ptookaih.net", + "pu4.biz", + "pubg-asia.xyz", + "pubg-steamcommunityyz.top", + "pubg.network", + "pubg.new-collects.xyz", + "pubgclaims.com", + "pubgdreams.com", + "pubge21.xyz", + "pubgfree77.com", + "pubgfreedownload.org", + "pubgfreeeus.cf", + "pubgfreeevent.com", + "pubggf01.xyz", + "pubggf02.xyz", + "pubggf03.xyz", + "pubggf04.xyz", + "pubggf05.xyz", + "pubggf06.xyz", + "pubggf10.xyz", + "pubggf15.xyz", + "pubggf16.xyz", + "pubggf17.xyz", + "pubggf18.xyz", + "pubggf19.xyz", + "pubggf20.xyz", + "pubggf21.xyz", + "pubggf22.xyz", + "pubggf23.xyz", + "pubggf24.xyz", + "pubggf25.xyz", + "pubggf26.xyz", + "pubggf27.xyz", + "pubggf28.xyz", + "pubggf29.xyz", + "pubggf30.xyz", + "pubggf31.xyz", + "pubggf32.xyz", + "pubggf33.xyz", + "pubggf34.xyz", + "pubggf35.xyz", + "pubggf36.xyz", + "pubggf37.xyz", + "pubggf38.xyz", + "pubggf39.xyz", + "pubggf40.xyz", + "pubggf41.xyz", + "pubggf42.xyz", + "pubggift100.xyz", + "pubggift101.xyz", + "pubggift102.xyz", + "pubggift31.xyz", + "pubggift32.xyz", + "pubggift48.xyz", + "pubggift56.xyz", + "pubggift58.xyz", + "pubggift59.xyz", + "pubggift60.xyz", + "pubggift61.xyz", + "pubggift62.xyz", + "pubggift63.xyz", + "pubggift64.xyz", + "pubggift65.xyz", + "pubggift66.xyz", + "pubggift67.xyz", + "pubggift68.xyz", + "pubggift69.xyz", + "pubggift70.xyz", + "pubggift71.xyz", + "pubggift87.xyz", + "pubggift91.xyz", + "pubggift92.xyz", + "pubggift93.xyz", + "pubggift94.xyz", + "pubggift95.xyz", + "pubggift96.xyz", + "pubggift97.xyz", + "pubggift98.xyz", + "pubggift99.xyz", + "pubggiftsclaim.com", + "pubglimited2021.com", + "pubgmcheats.com", + "pubgmobile-event.net", + "pubgmobile-officialevents.com", + "pubgmobile2019ucfreeeee.tk", + "pubgmobile365.com", + "pubgmobile365.giftcodehot.net", + "pubgmobile737373.ml", + "pubgmobileskin2020.com", + "pubgmobilespro.my.id", + "pubgmobileuc2020free.cf", + "pubgofficielbcseller.online", + "pubgtoken.io", + "pubguccmobilefree.cf", + "pupok.link", + "purplehoodie.com", + "pwrtds.com", + "qatar-business-guide.net", + "qbt-giveaway.info", + "qcold.club", + "qcoldteam.life", + "qq789.com.cn", + "qqfzn.com", + "qsng.cn", + "qtteddybear.com", + "qualityhealth.com", + "quantumtac.co", + "quellaplentyresolute.com", + "quick-cup.xyz", + "quickmessage.us", + "quickrobux.net", + "quiz-discord.com", + "r-andomfloat.ru", + "radar-tour.site", + "raidrush.info", + "rainorshine.ru", + "ran-getto.org.ru", + "rangskins.com", + "rao-ees.ru", + "rapidantivirus.com", + "rapiddownloads.eu", + "rarllbie.com", + "ratnet.od.ua", + "rave-clup.ru", + "rave-new.ru", + "raydiumswap.com", + "rblxcorp.work", + "rbux88.com", + "rbux88go.com", + "rbuxfree.com", + "rbxfree.com", + "rdr2code.ru", + "readytosinglesmeet.com", + "realnetnews.com", + "realskins.xyz", + "realtorg.xyz", + "redirectednet.xyz", + "redirectsstm.click", + "redirekted.com", + "redizzz.xyz", + "rednance.com", + "redskin.monster", + "reerobloxgenerator.tk", + "referralpay.co", + "regeralnet.xyz", + "register-formulary.com", + "register-hypesquad.com", + "register-moderator.com", + "register-moderators.com", + "regsweep.com", + "reimageplusminus.me", + "remontidekor.ru", + "reports.noodlesawp.ru", + "reslike.net", + "ressbit.com", + "restorecosm.bid", + "retargetcore.com", + "revercecaptcha.com", + "rewardbuddy.me", + "rewards-rl.com", + "rewardsavenue.net", + "rewardsgiantusa.com", + "rewardspremium-nitro.gq", + "rhopalium-convolve-mozettas.xyz", + "ricavato.com", + "rien.xyz", + "rip-tide.ru", + "ripetide.ru", + "riptid-operation.ru", + "riptide-cs.com", + "riptide-cs.ru", + "riptide-csgo.ru", + "riptide-free-pass.net.ru", + "riptide-free-pass.org.ru", + "riptide-free-pass.pp.ru", + "riptide-gaming.ru", + "riptide-operation.com", + "riptide-operation.ru", + "riptide-operation.ru.com", + "riptide-operation.xyz", + "riptide-operations.ru", + "riptide-pass.org.ru", + "riptide-take.ru", + "riptide-valve.ru", + "riptidefree.ru", + "riptidefreepass.net.ru", + "riptidefreepass.pp.ru", + "riptiden.ru", + "riptideoffer.ru", + "riptideoperation.xyz", + "riptidepass.net.ru", + "riptidepass.ru", + "rl-activate.com", + "rl-award.com", + "rl-bounce.com", + "rl-change.ru", + "rl-chaser.com", + "rl-code.com", + "rl-diamond.com", + "rl-epic.com", + "rl-fandrops.com", + "rl-fanprize.com", + "rl-fast.com", + "rl-fastrading.com", + "rl-garage.info", + "rl-garage.online", + "rl-garage.rest", + "rl-garage.space", + "rl-give.ru.com", + "rl-insidergift.com", + "rl-performance.com", + "rl-positive.com", + "rl-promocode.com", + "rl-promos.com", + "rl-purple.com", + "rl-retail.fun", + "rl-rewards.ru.com", + "rl-tracking.pro", + "rl-traders.com", + "rlatracker.com", + "rlatracker.pro", + "rldrop-gifts.com", + "rldrop.gifts", + "rlexcihnage.com", + "rlgarages.com", + "rlgifts.org", + "rlgtracker.zone", + "rlq-trading.com", + "rlqtrading.com", + "rlshop.fun", + "rlstracker.com", + "rltracken.ru", + "rltrackings.com", + "rlv-trading.com", + "rlz-trading.com", + "ro4.biz", + "robfan. ork", + "robfan.work", + "robin201.xyz", + "roblox-christmas.com", + "roblox-collect.com", + "roblox-com.gq", + "roblox-login.com", + "roblox-porn.com", + "roblox-robux.de", + "roblox.br.com", + "roblox.com.do", + "roblox.com.hn", + "roblox.com.ht", + "roblox.com.so", + "roblox.free.robux.page", + "roblox.help", + "roblox.link.club", + "robloxbing.com", + "robloxdownload.org", + "robloxgamecode.com", + "robloxgiftcardz.com", + "robloxpasssword.com", + "robloxromania.com", + "robloxs.land", + "robloxsecure.com", + "robloxstore.co.uk", + "robloxsummer.com", + "robloxux.com", + "robloxwheelspin.com", + "robloxxhacks.co", + "robuux1.club", + "robux-codes.ga", + "robux.claimgifts.shop", + "robux20.club", + "robux247.win", + "robux4sex.tk", + "robuxat.com", + "robuxfiends.com", + "robuxfree.us", + "robuxgen.site", + "robuxhach.com", + "robuxhelp.com", + "robuxhelpers.com", + "robuxhelps.com", + "robuxprofiles.com", + "robuxrewards.co.uk", + "robuxtools.me", + "robuxx.work", + "robx.pw", + "rockcabs247.in", + "rocket-dealer.com", + "rocket-item.com", + "rocket-leag.com", + "rocket-league.info", + "rocket-league.ru.com", + "rocket-retailer.fun", + "rocket-tournament.fun", + "rocket-trader.fun", + "rocket-traders.store", + "rocket-trades.store", + "rocket-trading.site", + "rocket-trading.space", + "rocket-trading.store", + "rocket-tradings.com", + "rocket2pass.com", + "rocketcase.xyz", + "rocketleague-drops.com", + "rocketleague-trading.site", + "rocketleagues.site", + "rocketleaque.info", + "rocketradings.com", + "rockets-garages.com", + "rockets-item.com", + "rockets-items.com", + "rockets-sale.com", + "rockets-sales.com", + "rockets-trade.com", + "rogueleader.org", + "rogwarfare.com", + "rogxarena.com", + "roleum.buzz", + "roll-case.com", + "roll-gift.fun", + "roll-skins.ga", + "roll-skins.ru", + "roll-skins.tk", + "roll-statedrop.ru", + "roll4knife.xyz", + "roll4tune.com", + "rollcas.ru.com", + "rollgame.net.ru", + "rollkey.ru.com", + "rollknfez.xyz", + "rollmeout.xyz", + "rollskin-simple.xyz", + "rollskin.ru", + "rollskins.monster", + "rollskins.ru", + "rool-skins.xyz", + "rootsingput3.live", + "rootsingput9.live", + "roposp12.design", + "roposp14.design", + "ropost15.xyz", + "roulette-prizes.ru.com", + "roulettebk.ru", + "rouonixon.com", + "royalegive.pp.ua", + "royaljapan02.*", + "rsafrwd.com", + "rsafrwdr.com", + "rtfkt.clonex.store", + "rubygame.life", + "rude-discord.com", + "rudicsord-glfts.com", + "rudiiscord-gift.ru", + "rudiiscord-nittro.ru", + "rudiscord.ru", + "rudlscord-nitro.space", + "rudtscord.com", + "rugive-csgorun.xyz", + "run2go.ru", + "runwebsite.ru", + "rushbskins.xyz", + "rushskillz.net.ru", + "rushskins.xyz", + "rust-award.com", + "rust-boom.xyz", + "rust-charge.com", + "rust-chest.com", + "rust-code.com", + "rust-code.ru.com", + "rust-codes.com", + "rust-drop.ru.com", + "rust-facepunchs.com", + "rust-get.com", + "rust-gitfs.ru", + "rust-giveaways.xyz", + "rust-kit.com", + "rust-llc.com", + "rust-ltd.com", + "rust-phoenix.org", + "rust-reward.com", + "rust-satchel.com", + "rust-skin.com", + "rust-tve.com", + "rust-twitchs.com", + "rust.facepunchs.com", + "rustarea.me", + "rusteamcomnumily.com", + "rustearncormunsity.ru", + "rustg1ft.com", + "rustg1fts.online", + "rustg1fts.ru", + "rustgame-servers.com", + "rustgift.ru", + "rustprize.com", + "rustygift.site", + "rustyit-ems.xyz", + "s-nitro.xyz", + "s-steame.ru", + "s-teame.ru", + "s1cases.site", + "s1cses.site", + "s1mple-give-away.pp.ua", + "s1mple-spin.xyz", + "s1mplesun.design", + "s92673tu.beget.tech", + "sa-mcdonalds.com", + "sadbutchi.work", + "safe-funds.site", + "safety-system.club", + "said-hom.ru.com", + "said-home.ru.com", + "sakuralive.ru.com", + "sale-steampowered.com", + "sarobux.com", + "savage-growplus.com", + "scale-navi.pp.ru", + "school-moderator.com", + "school-moderators.com", + "school-moderators.con", + "schoolmoderato.com", + "schoolmoderator.com", + "schoolmoderators.com", + "scieagues.ru", + "scl-combo-line.ru", + "scl-league.ru", + "scl-league.xyz", + "scl-lieage.online", + "scl-online.ru", + "scl-play.com", + "scl-play.xyz", + "scl-tour.it", + "sclcup.ru", + "sclcyber.ru", + "scleague.info", + "scleagues.net", + "scliague.ru", + "sclleague.ru", + "sclpro.site", + "sclt.xyz", + "scltourment.xyz", + "scltourments.xyz", + "scltournament.ru", + "scogtopru.pp.ua", + "scrapebust.com", + "scteamcommunity.com", + "scwanmei.ru", + "sdiscord.com", + "seamcommunity.com", + "seamcommunlty.com", + "seamcommunty.com", + "seamconmunity.xyz", + "seancommunity.com", + "seancommunlty.ru", + "searchdatestoday.com", + "searching-place.com", + "searmcornmunlty.me", + "secure-instagram.ru", + "secure.yourreadytogoproduct.surf", + "securesystemguide.com", + "securitydefender.xyz", + "seed-nitro.com", + "seedbreakgoal.live", + "sehotgame.xyz", + "seksburada.net", + "selection-hype-squad.com", + "semvirus.pt", + "sendyou123.com", + "senzavirus.it", + "serch03.biz", + "serch10.biz", + "serialkey89.com", + "service-indemonstrably-spadger-renting.xyz", + "services.runescape.rs-tt.xyz", + "services.runescape.rs-ui.xyz", + "ses98.com", + "setamcommunity.com", + "sex-and-flirt.com", + "sex-is-here.com", + "sexall.net", + "sexcontact-store1.com", + "sexplayground.net", + "sexyladydesire.xyz", + "sh.st", + "shadowmarket.xyz", + "shadowpay.pp.ru", + "share.nowblox.com", + "shared-tools.xyz", + "shattereddrop.xyz", + "shewantsumuch.com", + "shib.events", + "shiba2021.pro", + "shibaevent.pro", + "shibevent.pro", + "shimermsc.ru", + "shine.com.global.prod.fastly.net", + "shop.discordglft.org", + "shoppingsurveysonline.com", + "shoppy.gg", + "shopy-nitro.tk", + "short.es", + "shorte.st", + "shroud-cs.com", + "shrtz.m", + "shrtz.me", + "shรถrt.co", + "sieamcommunity.net.ru", + "sieamcommunity.org.ru", + "sieamcomnunity.org.ru", + "signup-moderadordiscord.com", + "signup-moderator.com", + "signup-moderatordiscord.com", + "simple-knifez.xyz", + "simple-win.xyz", + "simplegamepro.ru", + "simplegif.ru", + "simpleroll-cs.xyz", + "simplespinz.xyz", + "simplewinz.xyz", + "sinder8.com", + "singup-moderator.com", + "siriusturnier.pp.ua", + "sitemap.onedrrive.com", + "sitenitro-full.xyz", + "skill-toom.pp.ru", + "skin-index.com", + "skin888trade.com", + "skinbarona.com", + "skincs-spin.top", + "skincs-spin.xyz", + "skincsggtl.xyz", + "skindeyyes.ru", + "skingstgg.ru", + "skingstgo.ru", + "skini-lords.net.ru", + "skinkeens.xyz", + "skinmarkets.net", + "skinnprojet.ru", + "skinpowcs.ru", + "skinpowst.ru", + "skinroll.ru", + "skinroll.ru.com", + "skins-drop.ru", + "skins-hub.top", + "skins-info.net", + "skins-jungle.xyz", + "skins-navi.pp.ru", + "skins.net.ru", + "skins.org.ru", + "skins.pp.ru", + "skins1wallet.xyz", + "skinsbon.com", + "skinsboost.ru", + "skinscsanalyst.ru", + "skinsdatabse.com", + "skinsgo.monster", + "skinsind.com", + "skinslit.com", + "skinsmedia.com", + "skinsmind.ru", + "skinspace.ru", + "skinsplane.com", + "skinsplanes.com", + "skinsplanets.com", + "skinstradehub.com", + "skinsup.monster", + "skinup.monster", + "skinxinfo.net", + "skinxmarket.site", + "skinz-spin.top", + "skinz-spin.xyz", + "skinzjar.ru", + "skinzprize.xyz", + "skinzspin-cs.xyz", + "skinzspinz.xyz", + "sklinsbaron.net", + "skyblockmods.com", + "sl1pyymyacc.ru", + "slaaeamcrommunity.com.profiles-7685291049068.me", + "sladicagora.xyz", + "slaemcommunity.ru", + "slaemcornmuuninty.me", + "slaemmcommunitee.xyz", + "slc-cup.ru", + "sleam-trade.net.ru", + "sleam-trade.org.ru", + "sleam-trade.pp.ru", + "sleamcominnuty.ru", + "sleamcommiinuty.ru", + "sleamcomminity.ru", + "sleamcomminutiycom.ru.com", + "sleamcommiuinitiycom.net.ru", + "sleamcommiuintiycom.net.ru", + "sleamcommmunily.xyz", + "sleamcommmunitiy.ru", + "sleamcommmunity.com", + "sleamcommmuntiy.ru", + "sleamcommnnity.com", + "sleamcommnunity.net", + "sleamcommuiliy.ru.com", + "sleamcommuinity.xyz", + "sleamcommuintiy.ru.com", + "sleamcommuinty.store", + "sleamcommuity.com", + "sleamcommunety.ru", + "sleamcommuniitey.ru.com", + "sleamcommuniitty.ru.com", + "sleamcommuniity.me", + "sleamcommuniity.ru.com", + "sleamcommuniity.xyz", + "sleamcommuniiy.ru", + "sleamcommunilly.me", + "sleamcommunilly.ru", + "sleamcommuniluprofile-sid8duh2hu7e7eu3eisidew.xyz", + "sleamcommunily.net", + "sleamcommunily.org", + "sleamcommunily.ru.com", + "sleamcommuninty.com", + "sleamcommuninty.me", + "sleamcommuninty.ru", + "sleamcommuninty.xyz", + "sleamcommuniry.ru", + "sleamcommunitey.com", + "sleamcommuniti.ru", + "sleamcommuniti.xyz", + "sleamcommunitiuycom.net.ru", + "sleamcommunitiy.com", + "sleamcommunitl.xyz", + "sleamcommunitty.me", + "sleamcommunitty.xyz", + "sleamcommunittyy.me", + "sleamcommunitu.net.ru", + "sleamcommunitu.ru", + "sleamcommunitu.xyz", + "sleamcommunituy.com", + "sleamcommunity.co", + "sleamcommunity.com.ru", + "sleamcommunity.me", + "sleamcommunity.net", + "sleamcommunity.net.ru", + "sleamcommunity.org", + "sleamcommunity.org.ru", + "sleamcommunity.pp.ru", + "sleamcommunity.us", + "sleamcommunity.xyz", + "sleamcommunityprofiles76561199056426944.ru", + "sleamcommunityy.me", + "sleamcommunityy.net", + "sleamcommunityy.ru", + "sleamcommunlity.xyz", + "sleamcommunlty.me", + "sleamcommunlty.net", + "sleamcommunlty.net.ru", + "sleamcommunlty.ru.com", + "sleamcommunlty.space", + "sleamcommunlty.xyz", + "sleamcommunnily.me", + "sleamcommunnitu.com", + "sleamcommunnitu.com.ru", + "sleamcommunnity.me", + "sleamcommunnity.net", + "sleamcommunnity.org", + "sleamcommunnity.ru", + "sleamcommunnlty.xyz", + "sleamcommunnnty.store", + "sleamcommuntiny.ru", + "sleamcommuntity.ru", + "sleamcommuntiy.com", + "sleamcommuntly.ru", + "sleamcommunty.com", + "sleamcommunyti.ru", + "sleamcommunytu.ru", + "sleamcommutiny.com", + "sleamcommuunity.com", + "sleamcommuvnite.ru", + "sleamcommynilu.online", + "sleamcommynilu.ru", + "sleamcommynitu.ru", + "sleamcommynitu.xyz", + "sleamcommynity.me", + "sleamcommynity.ru", + "sleamcommyunity.com", + "sleamcomnnuniity.ru", + "sleamcomnnuniliy.site", + "sleamcomnnunily.site", + "sleamcomnnunily.website", + "sleamcomnnunitiy.ru", + "sleamcomnnunitu.me", + "sleamcomnnunity.me", + "sleamcomnnunity.one", + "sleamcomnnunity.ru", + "sleamcomnnunty.website", + "sleamcomnumity.com", + "sleamcomnunilty.xyz", + "sleamcomnunily.ru", + "sleamcomnunity.net.ru", + "sleamcomnunity.ru", + "sleamcomnunity.xyz", + "sleamcomnunlty.me", + "sleamcomrnunity.com", + "sleamcomulity.xyz", + "sleamcomuniity.ru", + "sleamcomuninty.me", + "sleamcomunitly.co", + "sleamcomunitty.me", + "sleamcomunitty.ru", + "sleamcomunitu.xyz", + "sleamcomunity.com.ru", + "sleamcomunity.me", + "sleamcomunity.net.ru", + "sleamcomunity.ru.com", + "sleamcomunuty.ru", + "sleamconmumity.com", + "sleamconmunity.ru", + "sleamconmunity.ru.com", + "sleamconmunity.xyz", + "sleamconmunlity.com", + "sleamconmunlty.ru", + "sleamconmunnity.com", + "sleamconmunnity.ru", + "sleamconnmunitiy.com", + "sleamconnmunity.one", + "sleamconnunity.me", + "sleamconnunity.net", + "sleamconnunity.net.ru", + "sleamconnunity.pw", + "sleamconnunnity.me", + "sleamcoommunilty.com", + "sleamcoommunily.com", + "sleamcoommunity.com", + "sleamcoommunlilty.com", + "sleamcoommunlity.com", + "sleamcoomnnunity.xyz", + "sleamcoomunity.com", + "sleamcoomuuntty.xyz", + "sleamcormunity.me", + "sleamcornmunienty.me", + "sleamcornmunuity.me", + "sleamcornmunyti.ru", + "sleamcornrnunity.host", + "sleamcornrnunity.ru", + "sleamcummunity.me", + "sleammcommunity.ru", + "sleammcommunityy.me", + "sleammcommunnity.ru", + "sleammcomunnity.me", + "sleampowered.com", + "sleampowereed.ru", + "sleampoweryed.me", + "sleamscommunity.com", + "sleamtrade-offer.xyz", + "sleancommunlty.xyz", + "sleancomninity.xyz", + "sleanconnunity.xyz", + "sleanmconmunltiy.ru", + "sleanncommunlty.xyz", + "sleanncomnnunity.xyz", + "sleannconnmunity.xyz", + "slearncommnuity.me", + "slearncommunity.store", + "sleemcomnuniti.xyz", + "sleemcornmunity.xyz", + "sleepbuster.xyz", + "slemcamunity.ru", + "slemcommnuity.xyz", + "slemcommunity.com", + "slemommunity.com", + "sleramconnummitti.org", + "slowerwave.cyou", + "slreamcommumnlty.com", + "slreamcommunntiy.org", + "slreamcomnuitly.xyz", + "slreamcomunity.ru", + "slreamcomunntiy.org", + "slreammcommunileiuy.xyz", + "slremcomnuuniirry.xyz", + "slteamcommuinity.com", + "slteamcommunity.com", + "slteamconmuniity.com", + "slum-trade.org.ru", + "smartcommunity.net", + "smeacommunity.com.au", + "smitecommunity.org", + "smtp.ghostgame.ru", + "smtp.ogevtop.ru", + "sng-soft.com", + "snow.discordchristmas.com", + "softgaz.ru", + "softhack.ru", + "some-other.ru.com", + "sometheir.xyz", + "sosedi2015.ru", + "soyabot.xyz", + "sp708431.sitebeat.site", + "space-2022.org", + "space-nitro.com", + "spacegivewayzr.xyz", + "spacegivewayzw.xyz", + "special-update.online", + "special4u.xyz", + "speedtrkzone.com", + "spell-must.xyz", + "spin-games.com", + "spin4skinzcs.top", + "spin4skinzcs.xyz", + "spinforskin.ml", + "spiritsport.xyz", + "spletnius.ru", + "sponsored-simple.xyz", + "sports-liquid.com", + "sportsmansclub.net", + "spotifay.cc", + "spottyfly.com", + "spt-night.ru", + "spyware.com", + "spรถtify.com", + "sreamcomminity.ru", + "sreamcommuniity.com", + "sreamcommunity.com", + "sreamcommunity.net.ru", + "sreamcommunity.org.ru", + "sreamcommunty.com", + "sreamcomnunlity.ru", + "sreammcommuunntileiy.xyz", + "sreampowered.com", + "sreancommuniity.com", + "sreancomunllty.xyz", + "srteamcommunitty.xyz", + "srteamcommunity.xyz", + "srtreamcomuninitiy.xyz", + "sseamcommuniitycom.xyz", + "ssionsupre.fun", + "ssteamcommunitry.com", + "ssteamcommunity.com", + "ssteamcommunity.ru.com", + "ssteampowered.com", + "st-csgo.ru", + "st-eam.ru", + "st-playeuunkmown-2021.xyz", + "st-playeuunkmown.xyz", + "st-pubx.xyz", + "st-zzm4.ru", + "staaemcomnunity.xyz", + "staamcommunity.com", + "staamcommunity.xyz", + "staamcommunnity.co", + "staamcomunitlu.net.ru", + "staamcornnunnitty.ru.com", + "stackpathcdn.com", + "staeaemcornmunite.me", + "staeamcommuunnity.com", + "staeamcomunnityu.me", + "staeamconmuninty.me", + "staeamconnunitly.online", + "staeamconnunitly.ru", + "staeamcromnuninty.com.profiles-76582109509.me", + "staeampowered.com", + "staem-communitu.info", + "staemcammunity.com", + "staemcammunity.me", + "staemcammynlty.ru", + "staemcamunity.com", + "staemccommunitly.com", + "staemccommunnity.net.ru", + "staemcomcommunlty.ru", + "staemcomcommunlty.ru.com", + "staemcomconmunlty.ru.com", + "staemcomhunity.xyz", + "staemcommeuneuity.ru", + "staemcommintu.ru", + "staemcomminuty.online", + "staemcomminuty.ru", + "staemcommiunity.ru.com", + "staemcommmunity.com", + "staemcommmunity.online", + "staemcommmunity.ru", + "staemcommnity.ru", + "staemcommnnunnits.ru", + "staemcommnuniti.com", + "staemcommnunity.ru.com", + "staemcommnunity.xyz", + "staemcommnuniyy.xyz", + "staemcommnutiy.ru", + "staemcommueneity.com", + "staemcommuinity.com", + "staemcommuinity.me", + "staemcommuinity.ru", + "staemcommuity.me", + "staemcommuneaity.com", + "staemcommunetiy.com", + "staemcommunety.com", + "staemcommuneuity.com", + "staemcommuniity.com", + "staemcommunility.com", + "staemcommunily.com", + "staemcommunily.ru.com", + "staemcommuninity.org.ru", + "staemcommuninty.me", + "staemcommuninuty.com", + "staemcommunitee.xyz", + "staemcommunitey.com", + "staemcommuniti.me", + "staemcommunitiy.com", + "staemcommunits.ru", + "staemcommunitu.com", + "staemcommunitu.ru", + "staemcommunity.click", + "staemcommunity.com", + "staemcommunity.com.ru", + "staemcommunity.info", + "staemcommunity.net.ru", + "staemcommunity.org", + "staemcommunity.ru", + "staemcommunity.ru.com", + "staemcommunityi.com", + "staemcommunitys.ru", + "staemcommunityu.ru.com", + "staemcommunityz.site", + "staemcommunityz.space", + "staemcommuniunity.com", + "staemcommuniy.xyz", + "staemcommunlty.com", + "staemcommunlty.fun", + "staemcommunlty.ru", + "staemcommunlty.us", + "staemcommunnilty.com", + "staemcommunninty.com", + "staemcommunninuty.com", + "staemcommunnity.club", + "staemcommunnity.com", + "staemcommunnity.com.ru", + "staemcommunnity.ru", + "staemcommunnity.ru.com", + "staemcommunniuty.com", + "staemcommunnlty.com", + "staemcommunnlty.ru", + "staemcommunnty.ru", + "staemcommuntiy.com", + "staemcommuntiy.ru", + "staemcommuntiy.store", + "staemcommuntly.com", + "staemcommuntly.ru", + "staemcommunty.com", + "staemcommunty.ru", + "staemcommuntyi.ru", + "staemcommunulty.ru", + "staemcommununity.com", + "staemcommununnity.com", + "staemcommununty.com", + "staemcommunuty.me", + "staemcommunuty.ru", + "staemcommunyti.ru.com", + "staemcommunyty.ru", + "staemcommynity.xyz", + "staemcommynuti.org.ru", + "staemcomnity.ru", + "staemcomnnunity.xyz", + "staemcomnnutinny.com.ru", + "staemcomnrnunitiy.ru.com", + "staemcomnuinty.ru", + "staemcomnumity.ru", + "staemcomnunity.fun", + "staemcomnunity.org", + "staemcomnunlty.ru", + "staemcomnunuty.ru.com", + "staemcomnunyti.club", + "staemcomnunyti.ru", + "staemcomnunyti.xyz", + "staemcomrnunity.me", + "staemcomrnunity.ru", + "staemcomrnunity.ru.com", + "staemcomrnunity.store", + "staemcomrrunity.com", + "staemcomumity.com", + "staemcomunetys.ru.com", + "staemcomunitly.xyz", + "staemcomunity.com", + "staemcomunity.ru", + "staemcomunninty.com", + "staemcomunnity.com", + "staemcomunntiu.ru", + "staemcomunyti.ru", + "staemconminuty.ru", + "staemconmmunlte.me", + "staemconmuilty.com", + "staemconmumity.com", + "staemconmuniity.ru.com", + "staemconmunilty.com", + "staemconmunity.com", + "staemconmunity.ru", + "staemconmunity.ru.com", + "staemconmunity.xyz", + "staemconmunlty.ru", + "staemconmunty.ru", + "staemconnmunity.xyz", + "staemcoommnunity.ru", + "staemcoommnuty.ru", + "staemcoommunits.ru", + "staemcoommunity.ru", + "staemcoommunitys.ru", + "staemcoommunlty.ru", + "staemcoommuntiy.ru", + "staemcoommuntiys.ru", + "staemcoommunty.ru", + "staemcoommuntys.ru", + "staemcoomnunlty.ru", + "staemcoomnunty.ru", + "staemcoomunity.ru", + "staemcoomuntiy.ru", + "staemcoomuunity.ru", + "staemcoomuunity.xyz", + "staemcoomuunty.ru", + "staemcormurnity.com", + "staemcormurnity.online", + "staemcormurnity.ru", + "staemcornmuinty.me", + "staemcornmuity.me", + "staemcornmunity.com", + "staemcornmunity.me", + "staemcornmunity.online", + "staemcornmunity.ru", + "staemcornmunity.ru.com", + "staemcornmunity.xyz", + "staemcornmuntiy.ru", + "staemcornnunits.ru.com", + "staemcornnunnits.ru.com", + "staemcornnunnits.site", + "staemcornunitny.me", + "staemcorrmunity.com", + "staemcrommuninty.com", + "staemcrommuninty.com.profiles-76577258786.ml", + "staemcrommunity.com.profiles-768590190751377476483.me", + "staemcrornmmunity.com.profiles-75921098086.me", + "staemcummunity.ru.com", + "staemcummunlty.com", + "staemmcommunity.com", + "staemmcommunity.ru", + "staemmcomunity.com", + "staemmcomunity.ru", + "staemncornnmutinny.ru", + "staemncornnunnity.ru", + "staemncrommunity.store", + "staemocommunity.com", + "staempawered.xyz", + "staemporewed.xyz", + "staempovered.com", + "staempowered.com", + "staempowered.space", + "staempowered.xyz", + "staemrcommnunnits.ru.com", + "staencommynitu.xyz", + "staermcommnnunnity.site", + "staermcomnuunnitty.site", + "staermcormmunity.com", + "staermcrommunity.me", + "staermcrommunty.me", + "staermnconnumti.com", + "staerncoinunitiy.me", + "staerncommutinny.ru", + "staerncomrmunity.com", + "staernconnunnits.site", + "staerncormmunity.com", + "staerncornmunity.co", + "staerncornmunity.com", + "staernpowered.xyz", + "staff-academy.club", + "staff-discord.app", + "staff-discord.club", + "staff-discord.com", + "staff-discord.net", + "staffcups.ru", + "staffstatsgo.com", + "stamcommunnity.com", + "stamcomunnity.pp.ua", + "stamconnunnity.xyz", + "stammcommunity.com", + "stammcornunity.xyz", + "stamncommnuttinny.ru", + "stamnncommunnits.ru.com", + "stampowered.com", + "starbucks.bio", + "starbucksisbadforyou.com", + "starbucksiswrong.com", + "starladderleague.com", + "starleagueauth.com", + "starmcommunity.net", + "starncommnunnits.site", + "starrygamble.com", + "start-hypesquad.com", + "start-hypesquadevent.com", + "start-hypesquadevents.com", + "startfullds.com", + "stat-csgo.ru", + "stats-cs.ru", + "stay-notified.live", + "staybitex.com", + "stayempowered.org", + "stceamcomminity.com", + "stcommunity.xyz", + "ste-trade.ru.com", + "ste.amcommunity.com", + "stea-me.ru", + "stea-sgplay.ru", + "steaamcammunitiy.com", + "steaamcamunity.com", + "steaamcommmunity.com", + "steaamcommunity.club", + "steaamcommunnity.co", + "steaamcommunnity.com", + "steaamcommunnity.ru.com", + "steaamcomnnunity.com", + "steaamcomunity.com", + "steaamcomunity.net", + "steaamcomunity.ru.com", + "steaamconnmunlty.com", + "steaamcoomunnity.site", + "steaamcornmunity.com", + "steaamcorrrmunity.com", + "steaammcommunityy.com", + "steacmommunity.com", + "steacommnunitly.com", + "steacommnunity.com", + "steacommunilty.ru.com", + "steacommunity.com", + "steacommunity.net.ru", + "steacommunity.org.ru", + "steacommunity.ru.com", + "steacommunity.site", + "steacommunnity.com", + "steacommunty.ru", + "steacomnmunify.fun", + "steacomnmunity.com", + "steacomnunity.com", + "steacomnunity.ru.com", + "steaemcamunity.xyz", + "steaemcommunity.pp.ru", + "steaemcommunity.ru.com", + "steaemcomunity.com", + "steaempowered.com", + "steaimcoimmunity.com", + "steaimcomminnity.ru", + "steaimcommnunity.com", + "steaimcommumitiy.com", + "steaimcommuniity.com", + "steaimcommunitiy.com", + "steaimcommunytiu.com", + "steaimcomnumitly.com", + "steaimecommintliy.com", + "steaimecommuninitiy.com", + "steaimecommunitiy.com", + "steaimecommunytiu.com", + "steaimecommunytu.com", + "steaimeecommuniity.com", + "steaimeecommunity.com", + "stealcommuniti.ru", + "stealcommunity.com", + "stealcommunlti.com", + "stealer.io", + "stealer.re", + "stealmcammunity.com", + "stealmcommulnitycom.xyz", + "stealmcommunity.ru", + "steam-account.org", + "steam-account.ru", + "steam-account.ru.com", + "steam-account.site", + "steam-account.store", + "steam-accounts.com", + "steam-accounts.net", + "steam-analyst.ru", + "steam-announcements1.xyz", + "steam-api.kenrich.io", + "steam-auth.com", + "steam-auth.ru", + "steam-cammuneti.com", + "steam-communiity.ru", + "steam-communiti.xyz", + "steam-community.com.ru", + "steam-community.net.ru", + "steam-community.org.ru", + "steam-community.ru.com", + "steam-community.xyz", + "steam-community1.xyz", + "steam-communitygifts.xyz", + "steam-communitygifts1.xyz", + "steam-communitysource.xyz", + "steam-communitysource1.xyz", + "steam-communitytrade.xyz", + "steam-comunity.me", + "steam-confirm.info", + "steam-connect.education", + "steam-cs-good.ru", + "steam-cs.ru", + "steam-csgo-game.ru", + "steam-csgo-good.ru", + "steam-csgo-store.ru", + "steam-csgo.ru", + "steam-csgocom.ru", + "steam-csgogame.ru", + "steam-csgoplay.ru", + "steam-discord.com", + "steam-discord.ru", + "steam-discord.ru.com", + "steam-discord.shop", + "steam-discordnitro.ru", + "steam-discords.com", + "steam-dlscord.com", + "steam-dlscord.ru.com", + "steam-docsoffer.xyz", + "steam-event.com", + "steam-free-nitro.ru", + "steam-free-nitro.ru.com", + "steam-free.ru.com", + "steam-g5chanaquyufuli.ru", + "steam-game-csgo.ru", + "steam-gametrade.xyz", + "steam-gift-codes.com", + "steam-gift.ir", + "steam-gift.online", + "steam-historyoffer.xyz", + "steam-historyoffers.xyz", + "steam-hometrade.xyz", + "steam-hometrades.xyz", + "steam-hype.com", + "steam-login.ru", + "steam-login1.xyz", + "steam-money.org", + "steam-nitro.com", + "steam-nitro.online", + "steam-nitro.ru", + "steam-nitro.ru.com", + "steam-nitro.space", + "steam-nitro.store", + "steam-nitro.xyz", + "steam-nitrogg.xyz", + "steam-nitrol.com", + "steam-nitros.com", + "steam-nitros.ru", + "steam-nltro.com", + "steam-nltro.ru", + "steam-nltro.ru.com", + "steam-nltros.com", + "steam-nltros.ru", + "steam-offer.com", + "steam-offersgames.xyz", + "steam-offersofficial.xyz", + "steam-offerstore.xyz", + "steam-officialtrade.xyz", + "steam-play-csgo.ru", + "steam-povered.xyz", + "steam-power.xyz", + "steam-power1.xyz", + "steam-powered-games.com", + "steam-powered.tk", + "steam-powered.xyz", + "steam-powered1.xyz", + "steam-poweredexchange.xyz", + "steam-poweredoffer.xyz", + "steam-poweredoffers.xyz", + "steam-poweredtrades.xyz", + "steam-profile.com", + "steam-promo-page.ml", + "steam-rep.com", + "steam-rewards.com", + "steam-ru.ru", + "steam-service.ru", + "steam-servicedeals.xyz", + "steam-servicedeals1.xyz", + "steam-site.ru", + "steam-sourcecommunity.xyz", + "steam-sourcecommunity1.xyz", + "steam-sourcegame.xyz", + "steam-storehistory.xyz", + "steam-storestrade.xyz", + "steam-storetrade.xyz", + "steam-storetrade1.xyz", + "steam-support.xyz", + "steam-trade.xyz", + "steam-tradegame.xyz", + "steam-tradehome.xyz", + "steam-tradeoffer.com", + "steam-tradeoffer.ru", + "steam-tradeoffer.xyz", + "steam-trades.icu", + "steam-tradeshome.xyz", + "steam-tradestore.xyz", + "steam-tradestore1.xyz", + "steam-wallet-rewards.com", + "steam.99box.com", + "steam.cards", + "steam.cash", + "steam.cheap", + "steam.codes", + "steam.communty.com", + "steam.communyty.worldhosts.ru", + "steam.comnunity.com", + "steam.luancort.com", + "steam.mmosvc.com", + "steam4you.online", + "steamaccount.xyz", + "steamaccountgenerator.ru.com", + "steamaccounts.net", + "steamaccounts.org", + "steamaccounts.us", + "steamacommunity.com", + "steamacommunity.ru.com", + "steamanalysts.com", + "steambrowser.xyz", + "steamc0mmunity.com", + "steamc0mmunnity.com", + "steamc0munnity.site", + "steamcamiutity.com", + "steamcammiuniltty.com", + "steamcammmunity.ru", + "steamcammnuity.com", + "steamcammnulty.com", + "steamcammuinity.com", + "steamcammuniety.com", + "steamcammunitey.com", + "steamcammuniti.ru", + "steamcammunitu.com", + "steamcammunitu.ru.com", + "steamcammunity-profile.ru", + "steamcammunity.com", + "steamcammunity.net", + "steamcammunity.top", + "steamcammunlty.ru", + "steamcammunnity.ru.com", + "steamcammuntiy.com", + "steamcammunty.com", + "steamcammunuty.com", + "steamcammunyty.fun", + "steamcammunyty.ru", + "steamcamnunity.com.ru", + "steamcamnunity.ru", + "steamcamunite.com", + "steamcamunitey.com", + "steamcamunitu.com", + "steamcamunitu.xyz", + "steamcamunity-profile.ru", + "steamcamunity.com", + "steamcamunity.ru", + "steamcamunity.top", + "steamcamunity.xyz", + "steamcamunlty.com", + "steamcamunnity.xyz", + "steamcannunlty.com", + "steamcard.me", + "steamccommuniity.com", + "steamccommunitly.com", + "steamccommunity.com", + "steamccommunity.net", + "steamccommunity.ru.com", + "steamccommunityy.ru", + "steamccommunnity.com", + "steamccommunyty.ru", + "steamccommurity.ru", + "steamccommutinny.ru.com", + "steamccommyunity.com", + "steamccomunnity.ru.com", + "steamcconmmuunity.co", + "steamcconmuunity.co", + "steamchinacsgo.ru", + "steamcimmunity.com", + "steamckmmunity.com", + "steamcmmunity.ru", + "steamcmmunuti.ru", + "steamcmmunyti.ru", + "steamcmunity.com", + "steamco.mmunity.com", + "steamco.ru", + "steamcoarnmmnunity.ru.com", + "steamcodesgen.com", + "steamcokmunity.com", + "steamcomannlty.xyz", + "steamcombain.com", + "steamcomcmunlty.com", + "steamcomcunity.ru", + "steamcominity.ru", + "steamcominuty.ru", + "steamcomity.com", + "steamcomiunity.com", + "steamcomiunity.xyz", + "steamcomiynuytiy.net.ru", + "steamcommanitty.ru", + "steamcommenitry.ru", + "steamcommenity.ru", + "steamcommeuneuity.ru", + "steamcommeunity.com", + "steamcommeunuity.ru", + "steamcommhnity.com", + "steamcomminiity.site", + "steamcomminiti.ru", + "steamcomminitiu.ru", + "steamcomminitiy.ru", + "steamcomminituy.ru", + "steamcomminity.com", + "steamcomminity.ru", + "steamcomminity.ru.com", + "steamcomminity.xyz", + "steamcomminityy.ru", + "steamcomminnty.com", + "steamcomminnty.online", + "steamcomminnty.ru", + "steamcommintty.com", + "steamcomminty.ru", + "steamcomminulty.ru", + "steamcomminuly.com", + "steamcomminuly.ru", + "steamcomminuly.ru.com", + "steamcomminutiiu.ru", + "steamcomminutiu.ru", + "steamcomminutiy.ru", + "steamcomminutty.ru", + "steamcomminuty-offer.ru.com", + "steamcomminuty.click", + "steamcomminuty.com", + "steamcomminuty.link", + "steamcomminuty.me", + "steamcomminuty.nl", + "steamcomminuty.repl.co", + "steamcomminuty.ru", + "steamcomminuty.ru.com", + "steamcomminuty.xyz", + "steamcomminutys.ru", + "steamcomminyti.ru", + "steamcomminytiu.com", + "steamcomminytiu.ru", + "steamcomminytiy.ru", + "steamcomminytu.click", + "steamcomminytu.com", + "steamcomminytu.link", + "steamcomminytu.ru", + "steamcomminytui.ru", + "steamcomminyty.ru.com", + "steamcommiuinity.com", + "steamcommiuniti.ru", + "steamcommiunitiy.pp.ru", + "steamcommiunitiy.ru", + "steamcommiunitty.ru", + "steamcommiunity.pp.ru", + "steamcommiunity.ru", + "steamcommiunniutty.net.ru", + "steamcommiunty.ru", + "steamcommiynitiy.net.ru", + "steamcommllty.com", + "steamcommlnuty.com", + "steamcommltuntlity.com", + "steamcommlunity.com", + "steamcommmuiniity.ru", + "steamcommmunilty.com", + "steamcommmunitty.site", + "steamcommmunity.ru.com", + "steamcommmunity.xyz", + "steamcommmunlity.com", + "steamcommmunnity.com", + "steamcommmunty.com", + "steamcommninty.com", + "steamcommnity.com", + "steamcommnity.com.ru", + "steamcommnity.ru", + "steamcommnity.store", + "steamcommnlty.com", + "steamcommnlty.xyz", + "steamcommnmunity.ru", + "steamcommnnity.net.ru", + "steamcommnnunity.ru", + "steamcommnnunnity.world", + "steamcommnnynity.com", + "steamcommntiy.xyz", + "steamcommnuitly.com", + "steamcommnuitty.com", + "steamcommnuity.com.ru", + "steamcommnulity.com", + "steamcommnultiy.ru", + "steamcommnulty.com", + "steamcommnulty.store", + "steamcommnumity.ru", + "steamcommnunily.com", + "steamcommnunily.xyz", + "steamcommnuninty.com", + "steamcommnuninty.ru.com", + "steamcommnunitlu.com", + "steamcommnunitlu.comdisc.gifts", + "steamcommnunitu.com", + "steamcommnunity.com", + "steamcommnunity.me", + "steamcommnunity.org.ru", + "steamcommnunity.ru.com", + "steamcommnunlty.com", + "steamcommnunlty.icu", + "steamcommnunlty.ru", + "steamcommnunlty.xyz", + "steamcommnunmity.com", + "steamcommnunniiy.net.ru", + "steamcommnuntiy.com", + "steamcommnunty.com", + "steamcommnunty.ru", + "steamcommnunylti.com", + "steamcommnunyti.com", + "steamcommnunyti.ru", + "steamcommnunytl.com", + "steamcommnuti.ru", + "steamcommnutly.ru.com", + "steamcommnutry.com", + "steamcommnutry.ru", + "steamcommnuty.site", + "steamcommnuunnity.com", + "steamcommnuuntiy.com", + "steamcommonitey.com", + "steamcommonnnity.ru.com", + "steamcommqnity.com", + "steamcommrinnity.ru", + "steamcommrnunity.com", + "steamcommrnunity.ru", + "steamcommrunitly.com", + "steamcommrutiny.ru", + "steamcommtity.com", + "steamcommuanity.ru.com", + "steamcommueneity.ru", + "steamcommuenity.com", + "steamcommuenueity.ru", + "steamcommuenuity.ru", + "steamcommuhity.ru", + "steamcommuhuity.com", + "steamcommuilty.ru", + "steamcommuinilty.com", + "steamcommuininty.com", + "steamcommuinitiycom.ru", + "steamcommuinity.com", + "steamcommuinity.ru", + "steamcommuinty.com", + "steamcommuinty.com.ru", + "steamcommuinuity.com", + "steamcommuiti.ru", + "steamcommuitliy.com", + "steamcommuitly.ru", + "steamcommuity.com", + "steamcommuity.ru", + "steamcommulity.ru", + "steamcommulltty.com", + "steamcommullty.ru", + "steamcommulnity.com", + "steamcommulnt.ru.com", + "steamcommulnty.ru", + "steamcommulty.com", + "steamcommulty.ru", + "steamcommumilty.com", + "steamcommumitiy.com", + "steamcommumituy.com", + "steamcommumity.biz", + "steamcommumity.net", + "steamcommumiuty.com", + "steamcommumlity.com", + "steamcommummuity.ru.com", + "steamcommumnity.com", + "steamcommumnity.ru", + "steamcommumnitys.com", + "steamcommumtiy.com", + "steamcommun1ty.ru", + "steamcommunaty.com", + "steamcommuneituy.ru", + "steamcommunely.ru", + "steamcommuneteiy.com", + "steamcommunetiy.com", + "steamcommunetiy.ru", + "steamcommunetiyi.com", + "steamcommunetiyy.xyz", + "steamcommunetu.com", + "steamcommunetu.comdiscord.online", + "steamcommunety.com", + "steamcommunety.net.ru", + "steamcommunety.online", + "steamcommunety.org.ru", + "steamcommunety.ru", + "steamcommunety1i.com", + "steamcommunetyei.com", + "steamcommuneuitiy.com", + "steamcommuneuity.ru", + "steamcommuneuty.ru", + "steamcommunhity.com", + "steamcommuni.com", + "steamcommunicty.com", + "steamcommunicty.ru.com", + "steamcommunidy.com", + "steamcommunieityi.com", + "steamcommunieti.ru", + "steamcommunietiy.com", + "steamcommuniety.com", + "steamcommuniety.ru", + "steamcommunifly.ru.com", + "steamcommunify.com", + "steamcommunify.ru", + "steamcommunify.ru.com", + "steamcommunihty.com", + "steamcommuniiity.com", + "steamcommuniilty.ru", + "steamcommuniily.online", + "steamcommuniily.ru", + "steamcommuniitu.site", + "steamcommuniity.com.ru", + "steamcommuniiy.online", + "steamcommuniiy.ru", + "steamcommunikkty.net.ru", + "steamcommunili.xyz", + "steamcommunility.com", + "steamcommunillty.com", + "steamcommunillty.net.ru", + "steamcommunillty.ru", + "steamcommunillty.ru.com", + "steamcommunilly.com", + "steamcommunilly.online", + "steamcommunilly.ru", + "steamcommunilly.ru.com", + "steamcommuniltily.ru.com", + "steamcommuniltiy.online", + "steamcommuniltiy.ru", + "steamcommuniltly.com", + "steamcommunilty.buzz", + "steamcommunilty.com", + "steamcommunilty.it", + "steamcommunilty.me", + "steamcommunilty.ru.com", + "steamcommunilty.us", + "steamcommunilty.xyz", + "steamcommunilv.com", + "steamcommunily.buzz", + "steamcommunily.org", + "steamcommunily.ru.com", + "steamcommunily.uno", + "steamcommunimty.ru.com", + "steamcommuninity.ru.com", + "steamcommuninthy.com", + "steamcommuninty.com", + "steamcommuninty.ru.com", + "steamcommuninuity.com", + "steamcommuninunty.com", + "steamcommunirs.ru.com", + "steamcommunirtly.ru.com", + "steamcommunirty.com", + "steamcommunirty.ru.com", + "steamcommuniry.com", + "steamcommuniry.net.ru", + "steamcommuniry.ru", + "steamcommunit.org.ru", + "steamcommunit.ru", + "steamcommunit.ru.com", + "steamcommunita.ru", + "steamcommunitc.ru", + "steamcommunitcy.ru.com", + "steamcommunite.com", + "steamcommunite.com.ru", + "steamcommunite.me", + "steamcommunite.ru", + "steamcommunites.com", + "steamcommunites.online", + "steamcommunites.org.ru", + "steamcommunites.pp.ua", + "steamcommunites.ru", + "steamcommunites.site", + "steamcommunites.tk", + "steamcommunites.us", + "steamcommunitey.com", + "steamcommunitey.ru", + "steamcommuniteypowered.com", + "steamcommunitez.online", + "steamcommunitez.ru", + "steamcommunitfy.com", + "steamcommunitfy.ru.com", + "steamcommunitg.com", + "steamcommunitg.ru", + "steamcommunithy.com", + "steamcommuniti.com.ru", + "steamcommuniti.org", + "steamcommuniti.org.ru", + "steamcommuniti.ru.com", + "steamcommunitie.net", + "steamcommunitie.ru", + "steamcommunitie.ru.com", + "steamcommunitie.site", + "steamcommunities.biz", + "steamcommunities.co.uk", + "steamcommunities.com", + "steamcommunities.ru", + "steamcommunitii.xyz", + "steamcommunitiiy.ru", + "steamcommunitily.com", + "steamcommunitis.com", + "steamcommunitis.ru", + "steamcommunitity.com", + "steamcommunitiu.ru", + "steamcommunitiuy.com", + "steamcommunitiuy.ru", + "steamcommunitiuyi.com", + "steamcommunitiv.com", + "steamcommunitiy.ru", + "steamcommunitiycom.ru", + "steamcommunitiyiy.com", + "steamcommunitiyu.com", + "steamcommunitiyy.com", + "steamcommunitj.buzz", + "steamcommunitj.com", + "steamcommunitl.com", + "steamcommunitl.net.ru", + "steamcommunitl.ru", + "steamcommunitli.ru", + "steamcommunitlil.ru", + "steamcommunitliy.ru.com", + "steamcommunitlly.com", + "steamcommunitlly.net", + "steamcommunitlly.ru.com", + "steamcommunitlu.com", + "steamcommunitluy.com", + "steamcommunitly.com", + "steamcommunitly.me", + "steamcommunitm.online", + "steamcommunitm.ru", + "steamcommunitmy.ru.com", + "steamcommunitn.online", + "steamcommunitn.ru", + "steamcommunitn.ru.com", + "steamcommunitny.com", + "steamcommunitp.com", + "steamcommunitp.ru", + "steamcommunitq.com", + "steamcommunitq.online", + "steamcommunitq.ru", + "steamcommunitqy.ru", + "steamcommunitry.com", + "steamcommunitry.ru", + "steamcommunits.com", + "steamcommunits.ru.com", + "steamcommunits.tk", + "steamcommunitsy.ru", + "steamcommunitt.ru.com", + "steamcommunitt.xyz", + "steamcommunitte.com", + "steamcommunitte.ru", + "steamcommunittey.com", + "steamcommunittg.ru.com", + "steamcommunittrade.xyz", + "steamcommunittru.co", + "steamcommunittry.xyz", + "steamcommunitty.com.ru", + "steamcommunitty.esplay.eu", + "steamcommunitty.net", + "steamcommunitty.net.ru", + "steamcommunitty.ru", + "steamcommunitty.site", + "steamcommunitty.top", + "steamcommunittyy.ru.com", + "steamcommunitu.com-profile-poka.biz", + "steamcommunitu.com-profiles-mellenouz.trade", + "steamcommunitu.icu", + "steamcommunitu.net", + "steamcommunitu.online", + "steamcommunitu.ru.com", + "steamcommunituiy.com", + "steamcommunitus.com", + "steamcommunitus.ru", + "steamcommunitus.xyz", + "steamcommunituy.ru", + "steamcommunitv.ru", + "steamcommunitw.online", + "steamcommunitw.ru", + "steamcommunitx.ru.com", + "steamcommunity-com.com", + "steamcommunity-com.me", + "steamcommunity-com.xyz", + "steamcommunity-comtradeoffer.ru", + "steamcommunity-gifts.xyz", + "steamcommunity-gifts1.xyz", + "steamcommunity-nitro.ru", + "steamcommunity-nitrogeneral.ru", + "steamcommunity-profile.net", + "steamcommunity-profiles.ru.com", + "steamcommunity-proflle.ru.com", + "steamcommunity-source.xyz", + "steamcommunity-source1.xyz", + "steamcommunity-trade.xyz", + "steamcommunity-tradeoffer.com", + "steamcommunity-tradeoffer.comsteamcommunltu.com", + "steamcommunity-tradeoffer.ru.com", + "steamcommunity-tradeoffer4510426522.ru", + "steamcommunity-tradeoffers.com", + "steamcommunity-user.me", + "steamcommunity-xpubg.xyz", + "steamcommunity.at", + "steamcommunity.best", + "steamcommunity.biz", + "steamcommunity.ca", + "steamcommunity.click", + "steamcommunity.cloud", + "steamcommunity.cn", + "steamcommunity.co", + "steamcommunity.co.ua", + "steamcommunity.com-id-k4tushatwitchbabydota.ru", + "steamcommunity.com.ru", + "steamcommunity.comlappl251490lrust.ru", + "steamcommunity.de", + "steamcommunity.digital", + "steamcommunity.download", + "steamcommunity.eu", + "steamcommunity.fun", + "steamcommunity.in", + "steamcommunity.it", + "steamcommunity.link", + "steamcommunity.live", + "steamcommunity.llc", + "steamcommunity.mobi", + "steamcommunity.moscow", + "steamcommunity.net.in", + "steamcommunity.pl", + "steamcommunity.pp.ru", + "steamcommunity.pw", + "steamcommunity.rest", + "steamcommunity.ru", + "steamcommunity.ru.net", + "steamcommunity.rusleamcommunitu.net.ru", + "steamcommunity.sa.com", + "steamcommunity.site", + "steamcommunity.space", + "steamcommunity.steams.ga", + "steamcommunity.support", + "steamcommunity.team", + "steamcommunity.trade", + "steamcommunity.us", + "steamcommunity.vov.ru", + "steamcommunity.xyz", + "steamcommunity1.com", + "steamcommunitya.com", + "steamcommunityc.com", + "steamcommunityc.ru", + "steamcommunitycom.com", + "steamcommunitycom.ru.com", + "steamcommunitycomoffernewpartner989791155tokenjbhldtj6.trade", + "steamcommunitycomtradeoffer.ru.com", + "steamcommunitye.me", + "steamcommunityes.ru", + "steamcommunitygames.com", + "steamcommunitygifts.xyz", + "steamcommunitygifts1.xyz", + "steamcommunityi.com", + "steamcommunityi.ru", + "steamcommunityi.ru.com", + "steamcommunityi.xyz", + "steamcommunityid.ru", + "steamcommunityiu.com", + "steamcommunityjhk.ru", + "steamcommunityk.com", + "steamcommunityl.me", + "steamcommunitylink.xyz", + "steamcommunitylogin.store", + "steamcommunitym.com", + "steamcommunitym.ru", + "steamcommunitym.ru.com", + "steamcommunitynitu.com", + "steamcommunitynow.com", + "steamcommunityo.com", + "steamcommunityoff.com", + "steamcommunityoffers.org", + "steamcommunityoffers.shop", + "steamcommunityp.com", + "steamcommunityprofile.xyz", + "steamcommunityprofiles.xyz", + "steamcommunitypubg.com", + "steamcommunityq.ru", + "steamcommunityr.com.ru", + "steamcommunityru.tk", + "steamcommunitys.club", + "steamcommunitys.net.ru", + "steamcommunitys.org.ru", + "steamcommunitys.pp.ru", + "steamcommunitys.ru", + "steamcommunitys.ru.com", + "steamcommunityshop.com", + "steamcommunitysource.xyz", + "steamcommunitysource1.xyz", + "steamcommunitystore.com", + "steamcommunitytradeofer.com", + "steamcommunitytradeoffer.com", + "steamcommunitytradeoffer.ru", + "steamcommunitytradeoffter.com", + "steamcommunitytradeofter.com", + "steamcommunitytredeoffer.com", + "steamcommunityty.ru", + "steamcommunityu.com", + "steamcommunityu.ru", + "steamcommunityv.com", + "steamcommunityw.com", + "steamcommunityw.net.ru", + "steamcommunityw.org.ru", + "steamcommunitywork.com", + "steamcommunitywork.ml", + "steamcommunityx-com.xyz", + "steamcommunityx.com", + "steamcommunityx.ru", + "steamcommunityy.com", + "steamcommunityy.online", + "steamcommunityy.ru", + "steamcommunityz.com", + "steamcommunityz.ru", + "steamcommunityzbn.top", + "steamcommunityzbo.top", + "steamcommunityzbq.top", + "steamcommunityzbr.top", + "steamcommunityzcd.top", + "steamcommunityzce.top", + "steamcommunityzci.top", + "steamcommunityzcs.com", + "steamcommunityzcs.ru", + "steamcommunityzda.top", + "steamcommunityzdb.top", + "steamcommunityzdd.top", + "steamcommunityzdl.top", + "steamcommunityzdp.top", + "steamcommunityzdq.top", + "steamcommunityzdr.top", + "steamcommunityzds.top", + "steamcommunityzdt.top", + "steamcommunityzko.top", + "steamcommunityzkq.top", + "steamcommunitz.ru", + "steamcommuniuity.com", + "steamcommuniutiiy.com", + "steamcommuniutiy.ru", + "steamcommuniuty.ru", + "steamcommuniy.com", + "steamcommuniy.ru", + "steamcommuniyt.com", + "steamcommuniytu.com", + "steamcommuniyty.ru", + "steamcommunjti.com", + "steamcommunjtv.xyz", + "steamcommunjty.net", + "steamcommunjty.ru", + "steamcommunlilty.ru.com", + "steamcommunlite.com", + "steamcommunlitily.ru.com", + "steamcommunlitly.ru", + "steamcommunlitty.ru", + "steamcommunlitty.ru.com", + "steamcommunlity.net", + "steamcommunlity.ru", + "steamcommunlity.ru.com", + "steamcommunlityl.ru", + "steamcommunliu.com", + "steamcommunlky.net.ru", + "steamcommunllity.ru.com", + "steamcommunllty.com", + "steamcommunllty.com.ru", + "steamcommunllty.ru", + "steamcommunllty.ru.com", + "steamcommunlte.ru", + "steamcommunltes.online", + "steamcommunlti.ru.com", + "steamcommunltiy.club", + "steamcommunltiy.com", + "steamcommunltly.ru", + "steamcommunltly.ru.com", + "steamcommunlts.ru", + "steamcommunltu.com", + "steamcommunltuy.com", + "steamcommunltv.buzz", + "steamcommunlty-proflle.com.ru", + "steamcommunlty.biz", + "steamcommunlty.business", + "steamcommunlty.cloud", + "steamcommunlty.company", + "steamcommunlty.info", + "steamcommunlty.link", + "steamcommunlty.org.ru", + "steamcommunlty.pl", + "steamcommunlty.pro", + "steamcommunlty.shop", + "steamcommunlty.site", + "steamcommunlty.store", + "steamcommunlty.tk", + "steamcommunlty.top", + "steamcommunlty.xyz", + "steamcommunltys.com", + "steamcommunltyu.ru", + "steamcommunltyy.com", + "steamcommunly.com", + "steamcommunly.net.ru", + "steamcommunmity.com.ru", + "steamcommunniitly.ru", + "steamcommunniittly.ru", + "steamcommunniitty.com", + "steamcommunniity.com", + "steamcommunniity.net", + "steamcommunniity.ru", + "steamcommunnilty.com", + "steamcommunnilty.ru", + "steamcommunninty.io", + "steamcommunninuty.com", + "steamcommunnitey.com", + "steamcommunnitlly.ru", + "steamcommunnits.ru.com", + "steamcommunnitty.ru", + "steamcommunnity.club", + "steamcommunnity.co", + "steamcommunnity.com.ru", + "steamcommunnity.dk", + "steamcommunnity.in", + "steamcommunnity.ml", + "steamcommunnity.net", + "steamcommunnity.ru", + "steamcommunnity.ru.com", + "steamcommunnjty.com", + "steamcommunnlity.ru", + "steamcommunnlty.com", + "steamcommunnlty.com.ru", + "steamcommunnty.ru", + "steamcommunnuty.online", + "steamcommunnuty.ru", + "steamcommunrinty.ru.com", + "steamcommunrity.com", + "steamcommunrity.ru.com", + "steamcommunrlity.com", + "steamcommunrrity.com", + "steamcommunte.ru", + "steamcommunti.com", + "steamcommunti.ru", + "steamcommunties.com", + "steamcommuntily.ru", + "steamcommuntily.ru.com", + "steamcommuntiny.com", + "steamcommuntity.com", + "steamcommuntity.ru.com", + "steamcommuntiv.com", + "steamcommuntiy.com", + "steamcommuntiy.ru", + "steamcommuntli.ru", + "steamcommuntliy.ru", + "steamcommuntly.com", + "steamcommuntry.com", + "steamcommuntry.ru", + "steamcommunty.buzz", + "steamcommunty.com", + "steamcommunty.com.ru", + "steamcommunty.net", + "steamcommunty.pw", + "steamcommunty.ru.com", + "steamcommuntyy.ru", + "steamcommunuaity.xyz", + "steamcommunueity.ru", + "steamcommunuety.ru", + "steamcommunueuity.ru", + "steamcommunuity.com", + "steamcommunuity.net", + "steamcommunuity.ru", + "steamcommununity.com", + "steamcommununty-con.ru", + "steamcommununty.ru", + "steamcommunury.ru", + "steamcommunute.com", + "steamcommunutes.com", + "steamcommunuti.co", + "steamcommunuti.ru", + "steamcommunutii.ru", + "steamcommunutiy.com", + "steamcommunutry.com", + "steamcommunutry.ru", + "steamcommunutty.com", + "steamcommunutty.ru", + "steamcommunutuy.com", + "steamcommunuty.buzz", + "steamcommunuty.co", + "steamcommunuty.com.ru", + "steamcommunuty.link", + "steamcommunuty.net.ru", + "steamcommunuty.org.ru", + "steamcommunuty.ru", + "steamcommunutyu.com", + "steamcommunvti.ru", + "steamcommunyity.org", + "steamcommunyity.ru", + "steamcommunyity.ru.com", + "steamcommunylty.ru", + "steamcommunyru.com", + "steamcommunyte.com", + "steamcommunytes.com", + "steamcommunyti.com", + "steamcommunyti.info", + "steamcommunyti.ru", + "steamcommunytis.com", + "steamcommunytitradeoffer.com", + "steamcommunytiu.com", + "steamcommunytiu.ru", + "steamcommunytiy.com.ru", + "steamcommunytiy.ru", + "steamcommunytiy.tk", + "steamcommunytl.ru", + "steamcommunyts.ru", + "steamcommunytu.ru", + "steamcommunytu.ru.com", + "steamcommunyty.com", + "steamcommunyty.com.ru", + "steamcommunyty.ru.com", + "steamcommunyty.xyz", + "steamcommunytytradeofferphobos.ru", + "steamcommunรฌty.com", + "steamcommuriity.com", + "steamcommurily.com", + "steamcommurity.ru", + "steamcommurjty.com", + "steamcommurlity.com", + "steamcommurlty.com", + "steamcommurnity.com", + "steamcommurnuity.com", + "steamcommutinny.ru.com", + "steamcommutinnys.ru.com", + "steamcommutiny.com", + "steamcommutiny.ru", + "steamcommutiny.ru.com", + "steamcommutiny.xyz", + "steamcommutinys.site", + "steamcommutity.com", + "steamcommutry.ru", + "steamcommuty.com", + "steamcommutyniu.com", + "steamcommutyniy.com", + "steamcommuuity.net.ru", + "steamcommuulty.com", + "steamcommuunitee.site", + "steamcommuunitey.com", + "steamcommuunitty.ru.com", + "steamcommuunity.net.ru", + "steamcommuunity.pp.ru", + "steamcommuunity.ru", + "steamcommuunity.ru.com", + "steamcommuunjty.com", + "steamcommuunlity.com", + "steamcommuunlty.com", + "steamcommuunniity.com", + "steamcommuwunity.com", + "steamcommuynity.ru.com", + "steamcommyinuty.ru", + "steamcommymity.ru", + "steamcommyniication.org.ru", + "steamcommynite.com", + "steamcommynites.com", + "steamcommyniti.com", + "steamcommyniti.ru", + "steamcommyniti.xyz", + "steamcommynitiu.com", + "steamcommynitry.ru", + "steamcommynits.com", + "steamcommynitu.com", + "steamcommynitu.net.ru", + "steamcommynitu.org.ru", + "steamcommynitu.ru", + "steamcommynitu.ru.com", + "steamcommynitu.xyz", + "steamcommynituy.com", + "steamcommynity.icu", + "steamcommynity.ru", + "steamcommynity.space", + "steamcommynityi.ru", + "steamcommynityprofile.ru", + "steamcommynltu.com", + "steamcommynlty.com", + "steamcommynlty.ru", + "steamcommynnityy.com", + "steamcommynuti.ru", + "steamcommynutiy.com.ru", + "steamcommynutiy.ru", + "steamcommynuts.ru", + "steamcommynutu.ru", + "steamcommynuty.com", + "steamcommynuty.ru.com", + "steamcommynyti.ru", + "steamcommynyti.site", + "steamcommytiny.com", + "steamcommytuniu.com", + "steamcommyuinity.net.ru", + "steamcommyunity.com", + "steamcomnenity.ru.com", + "steamcomninuty.ru.com", + "steamcomninytiu.com", + "steamcomnity.ru", + "steamcomniunity.com", + "steamcomnmnuty.ru", + "steamcomnmrunity.online", + "steamcomnmrunity.ru", + "steamcomnmufly.ru.com", + "steamcomnmuituy.com", + "steamcomnmuity.com", + "steamcomnmuity.ru", + "steamcomnmunilty.com", + "steamcomnmunity.com", + "steamcomnmunity.com.ru", + "steamcomnmunity.ru.com", + "steamcomnmunlity.com", + "steamcomnmunlty.com", + "steamcomnmuntiy.ru.com", + "steamcomnmutly.ru.com", + "steamcomnmuunity.ru.com", + "steamcomnmynitu.com", + "steamcomnnity.net.ru", + "steamcomnnity.ru", + "steamcomnnlty.com", + "steamcomnnnunity.com", + "steamcomnnnunity.ru", + "steamcomnnuity.com", + "steamcomnnumity.com", + "steamcomnnunilty.com", + "steamcomnnuniti.ru", + "steamcomnnunities.xyz", + "steamcomnnunitis.ru", + "steamcomnnunity.co", + "steamcomnnunity.me", + "steamcomnnunity.ru", + "steamcomnnunity.ru.com", + "steamcomnnunlty.com", + "steamcomnnunlty.me", + "steamcomnnunlty.ru", + "steamcomnnunty.ru", + "steamcomnnutinnyx.xyz", + "steamcomnnuty.ru", + "steamcomnnynlty.com", + "steamcomnrunity.xyz", + "steamcomnuenuity.com", + "steamcomnuhity.com", + "steamcomnuiti.xyz", + "steamcomnuitiy.ru", + "steamcomnuity.ru", + "steamcomnulity.me", + "steamcomnulty.com", + "steamcomnulty.ru", + "steamcomnumilty.com", + "steamcomnumily.com", + "steamcomnumity.com", + "steamcomnumity.org.ru", + "steamcomnumity.ru", + "steamcomnumity.ru.com", + "steamcomnumity.xyz", + "steamcomnumlity.com", + "steamcomnumlty.com", + "steamcomnumlty.ru", + "steamcomnumnity.com", + "steamcomnumty.ru", + "steamcomnuneity.com", + "steamcomnuniity.com.ru", + "steamcomnuniity.pp.ru", + "steamcomnuniity.ru", + "steamcomnuniity.ru.com", + "steamcomnunilty.com", + "steamcomnunilty.ru.com", + "steamcomnunily.co", + "steamcomnunirty.ru", + "steamcomnunite.xyz", + "steamcomnuniti.com", + "steamcomnunitiy.com", + "steamcomnunitiy.ru", + "steamcomnunitlu.com", + "steamcomnunitly.com", + "steamcomnunitly.ru", + "steamcomnunitly.tk", + "steamcomnunitry.ru", + "steamcomnunitty.com", + "steamcomnunity.com", + "steamcomnunity.net", + "steamcomnunity.org.ru", + "steamcomnunity.ru", + "steamcomnunity.site", + "steamcomnunityprofile.ru.com", + "steamcomnunitys.ru", + "steamcomnunlity.com", + "steamcomnunlity.ru", + "steamcomnunllty.com", + "steamcomnunllty.net", + "steamcomnunlty.ru", + "steamcomnunlty.ru.com", + "steamcomnunluty.ru", + "steamcomnunmity.com", + "steamcomnunnirty.ru", + "steamcomnunniry.ru", + "steamcomnunnity.com", + "steamcomnunnity.net", + "steamcomnunnity.net.ru", + "steamcomnunnlty.ru", + "steamcomnuntiy.com", + "steamcomnuntty.ru.com", + "steamcomnunty.com", + "steamcomnunutiy.ru", + "steamcomnunuty.com", + "steamcomnunuty.ru", + "steamcomnunytu.ru", + "steamcomnurity.com", + "steamcomnurity.xyz", + "steamcomnutiny.online", + "steamcomnutiny.ru", + "steamcomnutiny.ru.com", + "steamcomnuty.com", + "steamcomnuty.ru", + "steamcomnuunlty.com", + "steamcomnynitiy.ru", + "steamcomnynitu.com", + "steamcomnynity.ru", + "steamcomnynlity.ru", + "steamcomonity.com", + "steamcomrmunity.ru.com", + "steamcomrmunnuity.ru.com", + "steamcomrneuneity.com", + "steamcomrninity.ru", + "steamcomrninty.ru", + "steamcomrninuty.link", + "steamcomrninuty.ru", + "steamcomrninuty.site", + "steamcomrnity.xyz", + "steamcomrnlnuty.site", + "steamcomrnumity.com", + "steamcomrnunite.com", + "steamcomrnuniti.ru.com", + "steamcomrnunitu.com", + "steamcomrnunitu.ru", + "steamcomrnunitu.ru.com", + "steamcomrnunity.com.ru", + "steamcomrnunity.online", + "steamcomrnunity.ru", + "steamcomrnunity.ru.com", + "steamcomrnunity.site", + "steamcomrnunity.su", + "steamcomrnunity.xyz", + "steamcomrnunityy.com", + "steamcomrnuniuty.com", + "steamcomrnunlty.com", + "steamcomrnunlty.ru", + "steamcomrnunuity.ru.com", + "steamcomrnunuty.ru", + "steamcomrnyniti.ru", + "steamcomrnyniti.ru.com", + "steamcomrrnunity.com", + "steamcomrrnunity.net.ru", + "steamcomrrnunity.ru", + "steamcomrunily.com", + "steamcomrunity.com", + "steamcomrunity.ru.com", + "steamcomueniity.ru", + "steamcomumity.com", + "steamcomumnity.com.ru", + "steamcomumnity.ru", + "steamcomumnity.xyz", + "steamcomumunty.com", + "steamcomumunty.ru", + "steamcomunety.com", + "steamcomunety.ru", + "steamcomuniety.ru", + "steamcomuniiity.com", + "steamcomuniitly.ru.com", + "steamcomuniity.ru.com", + "steamcomunillty.ru.com", + "steamcomunilly.com", + "steamcomuniltu.xyz", + "steamcomunilty.com", + "steamcomunilty.site", + "steamcomunily.ru.com", + "steamcomuninruty.ru", + "steamcomuniti.com", + "steamcomuniti.ru", + "steamcomuniti.xyz", + "steamcomunitly.pp.ru", + "steamcomunitly.ru", + "steamcomunits.ru", + "steamcomunitty.ru.com", + "steamcomunitu.com", + "steamcomunitu.net.ru", + "steamcomunitu.ru", + "steamcomunituy.com", + "steamcomunity-comid12121212123244465.ru", + "steamcomunity-nitro-free.ru", + "steamcomunity.aiq.ru", + "steamcomunity.com", + "steamcomunity.com.ru", + "steamcomunity.me", + "steamcomunity.net.ru", + "steamcomunity.org.ru", + "steamcomunity.ru", + "steamcomunity.us", + "steamcomunityo.com", + "steamcomunitytrades.xyz", + "steamcomunityy.com", + "steamcomunlitly.ru.com", + "steamcomunlty.com", + "steamcomunlty.ru.com", + "steamcomunmity.ru.com", + "steamcomunnety.com", + "steamcomunniity.ru", + "steamcomunninuty.com", + "steamcomunnitly.ru.com", + "steamcomunnitly.xyz", + "steamcomunnitu.xyz", + "steamcomunnity.fun", + "steamcomunnity.ru.com", + "steamcomunnity.site", + "steamcomunnity.xyz", + "steamcomunnlty.com", + "steamcomunnlty.ru", + "steamcomunnuity.com", + "steamcomunnuty.com", + "steamcomunnyti.ru", + "steamcomuntty.com", + "steamcomunty.org.ru", + "steamcomunuity.ru", + "steamcomununity.ru", + "steamcomunutiy.com.ru", + "steamcomunuty.com", + "steamcomunuty.me", + "steamcomunuty.ru", + "steamcomunuty.xyz", + "steamcomunyiti.ru.com", + "steamcomunyti.com", + "steamcomunytiu.com", + "steamcomuuniity.com", + "steamcomuunity.com", + "steamcomuunity.ru.com", + "steamcomyniti.xyz", + "steamcomynitu.ru", + "steamcomynity.ru", + "steamcomynity.ru.com", + "steamcomynity.xyz", + "steamcomynlty.com", + "steamcomynnitu.net.ru", + "steamconimmunity.com", + "steamconminuty.ru", + "steamconmity.ru", + "steamconmiunity.ru", + "steamconmmuntiy.com", + "steamconmnmnunity.ru", + "steamconmnmunity.ru", + "steamconmnunitily.ru", + "steamconmnunitiy.ru", + "steamconmnunitiy.ru.com", + "steamconmnunity.co", + "steamconmnunity.com", + "steamconmnunity.ru", + "steamconmnunlty.xyz", + "steamconmnunuty.ru.com", + "steamconmnutiny.ru", + "steamconmucity.com", + "steamconmuhlty.com", + "steamconmumity.com", + "steamconmumity.com.ru", + "steamconmumity.ru", + "steamconmumity.ru.com", + "steamconmumltu.com.ru", + "steamconmummity.ru", + "steamconmumnity.com", + "steamconmumnity.ru.com", + "steamconmunilty.online", + "steamconmunilty.ru", + "steamconmuniti.ru", + "steamconmunitly.com", + "steamconmunitty.com", + "steamconmunity.best", + "steamconmunity.co", + "steamconmunity.com.ru", + "steamconmunity.pp.ru", + "steamconmunity.ru", + "steamconmunity.xyz", + "steamconmunjty.com", + "steamconmunlity.ru", + "steamconmunlly.com", + "steamconmunlty.com", + "steamconmunlty.com.ru", + "steamconmunlty.ru", + "steamconmunlty.shop", + "steamconmunnitry.ru", + "steamconmunnlty.ru", + "steamconmunuty.ru", + "steamconmunyty.com", + "steamconmunyty.ru", + "steamconmutiny.ru", + "steamconmynity.com", + "steamconmynity.ru", + "steamconnect.education", + "steamconnmuhity.com", + "steamconnmunitu.net.ru", + "steamconnmunity.ru", + "steamconnmunlty.com", + "steamconnmunlty.ru", + "steamconnmunlty.ru.com", + "steamconnnnunity.net.ru", + "steamconnnnunity.org.ru", + "steamconnumity.ru.com", + "steamconnummity.ru", + "steamconnumuty.com", + "steamconnuniitty.tk", + "steamconnunirty.ru", + "steamconnunitiy.com", + "steamconnunity.com", + "steamconnunity.com.ru", + "steamconnunity.de", + "steamconnunity.fun", + "steamconnunity.net", + "steamconnunity.pp.ru", + "steamconnunity.ru.com", + "steamconnunjty.com", + "steamconnunlty.com", + "steamconnunlty.ru", + "steamconnunlty.site", + "steamconummity.ru", + "steamconunity.cf", + "steamconunity.ru", + "steamconunity.tk", + "steamconunlty.ru", + "steamconynuyty.net.ru", + "steamconynuyty.org.ru", + "steamcoominuty.com", + "steamcoominuty.site", + "steamcoomminuty.com", + "steamcoomminuty.site", + "steamcoommunety.com", + "steamcoommuniity.link", + "steamcoommuniity.ru", + "steamcoommunilty.com", + "steamcoommunittty.site", + "steamcoommunittty.space", + "steamcoommunity.pp.ru", + "steamcoommunity.ru.com", + "steamcoommunllty.com", + "steamcoommunlty.ru", + "steamcoommunuity.com", + "steamcoommunuty.com", + "steamcoomnunity.com", + "steamcoomrnmunity.ml", + "steamcoomunity-nitro.site", + "steamcoomunitye.com", + "steamcoomunjty.com", + "steamcoomunlty.com", + "steamcoomunlty.net", + "steamcoomunlty.ru", + "steamcoomunnity.com", + "steamcoomunnity.ru", + "steamcoomynity.ru", + "steamcoonmuntiy.ru", + "steamcoormmunity.com", + "steamcormmmunity.com", + "steamcormmunity.com", + "steamcormmunity.net.ru", + "steamcormmunity.ru.com", + "steamcormmuniy.ru.com", + "steamcormmunlty.com", + "steamcormmuntiy.com", + "steamcormmuuity.ru", + "steamcormnunity.com", + "steamcormrunity.com", + "steamcormunity.ru", + "steamcormunity.xyz", + "steamcormurnity.com", + "steamcornminity.ru.com", + "steamcornminty.xyz", + "steamcornminuty.com", + "steamcornminytu.ru", + "steamcornmmunity.com", + "steamcornmnitu.ru.com", + "steamcornmnuity.com", + "steamcornmunety.com", + "steamcornmunify.ru.com", + "steamcornmuniity.net.ru", + "steamcornmunily.ru", + "steamcornmunit.ru.com", + "steamcornmunite.com", + "steamcornmuniti.xyz", + "steamcornmunity.club", + "steamcornmunity.com.ru", + "steamcornmunity.fun", + "steamcornmunity.net.ru", + "steamcornmunity.org", + "steamcornmunnitly.xyz", + "steamcornmunty.com", + "steamcornmunyti.ru", + "steamcornmurnity.com", + "steamcornmynitu.ru", + "steamcornmynity.ru", + "steamcornrnuity.com", + "steamcornrnunity.com.ru", + "steamcornrnunity.fun", + "steamcornrrnunity.com", + "steamcorrmunity.com", + "steamcorrnmunity.ru", + "steamcorrnunity.org", + "steamcosgmm.ru", + "steamcosgocc.ru", + "steamcoummunitiy.com", + "steamcoummunity.com", + "steamcrommunlty.me", + "steamcromnmunity-com.profiles-7685981598976.me", + "steamcronnmmuniry.me", + "steamcrormmunity.ru", + "steamcsgo-game.ru", + "steamcsgo-play.ru", + "steamcsgo.ru", + "steamcsgofz.ru", + "steamcsgoplay.ru", + "steamcsgov.ru", + "steamcummunity.com", + "steamcummunity.com.ru", + "steamcummunity.ru", + "steamcummunity.ru.com", + "steamcummunityy.pp.ua", + "steamcummunnity.com", + "steamcumumunity.com.ru", + "steamcwanmei.ru", + "steamdesksupport.com", + "steamdiscord.com", + "steamdiscord.ru", + "steamdiscorda.com", + "steamdiscordc.com", + "steamdiscordf.com", + "steamdiscordi.com", + "steamdiscordj.com", + "steamdiscordl.com", + "steamdiscordp.com", + "steamdiscords.com", + "steamdiscordt.com", + "steamdiscordx.com", + "steamdiscordy.com", + "steamdiscrod.ru", + "steamdjscord.com", + "steamdlscord.com", + "steamdlscords.com", + "steamdocs.xyz", + "steamdomain.online", + "steamdomain.ru", + "steamdommunity.com", + "steamecommuinty.com", + "steamecommuniti.com", + "steamecommuniti.ru", + "steamecommunitiiy.com", + "steamecommunitiuy.com", + "steamecommunitiy.com", + "steamecommunituiy.com", + "steamecommunity.com", + "steamecommunity.net", + "steamecommunity.org", + "steamecommunity.pp.ua", + "steamecommunity.ru.com", + "steamecommuniuty.com", + "steamecommunlty.com", + "steamecommunlty.com.ru", + "steamecommunytu.com", + "steamecomunity.com.ru", + "steamedpowered.com", + "steamepowered.com", + "steamercommunity.com", + "steamescommunity.com", + "steamfreecommynyti.ru.com", + "steamgame-csgo.ru", + "steamgame-trade.xyz", + "steamgame.net.ru", + "steamgamepowered.net", + "steamgames.net.ru", + "steamgamesroll.ru", + "steamgametrade.xyz", + "steamgiftcards.cf", + "steamgifts.net.ru", + "steamgiveaway.cc", + "steamgiveawayfree.ru", + "steamgivenitro.com", + "steamglft.ru", + "steamguard.ir", + "steamhelp.net", + "steamhistory-offer.xyz", + "steamhistory-offers.xyz", + "steamhistoryoffers.xyz", + "steamhome-trade.xyz", + "steamhome-trades.xyz", + "steamhometrade.xyz", + "steamhometrades.xyz", + "steamicommunnity.com", + "steamid.ru", + "steamingcommunity.website", + "steamitem.xyz", + "steamjnitro.com", + "steamkey.ru", + "steamkommunity.net.ru", + "steamkommunity.org.ru", + "steamkommunity.ru", + "steamlcommunity.net.ru", + "steamlcommunity.org.ru", + "steamlcommunity.ru.com", + "steamldiscord.com", + "steamlnitro.com", + "steamlwanmei.ru", + "steamm.store", + "steammatily.online", + "steammatily.ru", + "steammcamunitu.com", + "steammcamunity.com", + "steammcamunity.ru.com", + "steammcomminity.ru", + "steammcomminuty.ru", + "steammcommmunity.online", + "steammcommmunity.ru", + "steammcommmunlty.pp.ua", + "steammcommunety.com", + "steammcommuniity.ru", + "steammcommunily.net.ru", + "steammcommuninuty.ru", + "steammcommunitey.com", + "steammcommunitly.ru", + "steammcommunits.com", + "steammcommunits.store", + "steammcommunity-trade.xyz", + "steammcommunity.com", + "steammcommunity.ru", + "steammcommunity.ru.com", + "steammcommunlty.com", + "steammcommunnits.fun", + "steammcommunnity.ru", + "steammcommunnlty.ru.com", + "steammcommunys.ru", + "steammcommunyti.ru", + "steammcommuunityy.ru.com", + "steammcommynity.ru", + "steammcomnity.ru", + "steammcomtradeoff.com", + "steammcomunit.ru", + "steammcomunitly.ru.com", + "steammcomunity.ru", + "steammcomunlty.ru", + "steammcomunnity.com", + "steammconmity.ru", + "steammcounity.ru.com", + "steammcsnavi.ru", + "steammecommunity.com", + "steammncommunty.ru.com", + "steammouthhistory.top", + "steamncommnnunity.com", + "steamncommnunity.ru", + "steamncommnunnits.ru", + "steamncommnunty.ru", + "steamncommuinity.com", + "steamncommumity.ru", + "steamncommuniity.com", + "steamncommunitiy.com", + "steamncommunitu.co", + "steamncommunity.com", + "steamncommunity.pp.ru", + "steamncommunity.ru", + "steamncommunity.xyz", + "steamncommunlity.com", + "steamncommunuty.ru", + "steamncommunytu.ru", + "steamncommuunniity.com", + "steamncomnity.ru", + "steamncomnmunity.com", + "steamncomnunlty.com.ru", + "steamncomunitity.com", + "steamncomunity.com", + "steamncomunity.ru", + "steamncomunity.xyz", + "steamncomunulty.com", + "steamnconmunity.com", + "steamnconmunity.ru", + "steamnconmunity.ru.com", + "steamnconmunity.work", + "steamnconnmunity.com", + "steamnitro.com", + "steamnitroc.com", + "steamnitrof.com", + "steamnitroi.com", + "steamnitroj.com", + "steamnitrol.com", + "steamnitros.com", + "steamnitros.ru", + "steamnjtro.com", + "steamnltro.com", + "steamnltros.com", + "steamnltros.ru", + "steamnmcomunnity.co", + "steamnncommunits.com.ru", + "steamoccommunitly.com", + "steamocmmunitly.com", + "steamocmmunity.me", + "steamoemmunity.com", + "steamoffer-store.xyz", + "steamoffered.trade", + "steamoffergames.xyz", + "steamommunity.com", + "steamoowered.com", + "steamoperation.site", + "steamowered.com", + "steamp0wered.com", + "steampawared.club", + "steampawered.store", + "steampcwered.com", + "steampewared.com", + "steampewered.com", + "steampiwered.com", + "steamplayhistory.xyz", + "steampoeer.com", + "steampoeerd.com", + "steampoewred.com", + "steampoiwered.com", + "steampoowered.com", + "steampoqwered.com", + "steampowaered.com", + "steampowarad.com", + "steampoward.com", + "steampowder.com", + "steampowed.com", + "steampoweded.com", + "steampoweeed.com", + "steampowened.ru.com", + "steampower-pubg.xyz", + "steampower.co", + "steampower.de", + "steampower.space", + "steampowerco.com", + "steampowerd.com", + "steampowerd.net", + "steampowerdd.com", + "steampowerde.com", + "steampowerded.com", + "steampowerdwallet.com", + "steampowere-pubg.xyz", + "steampowere.com", + "steampoweread.com", + "steampowerec.com", + "steampowered-offer.xyz", + "steampowered-offers.xyz", + "steampowered-swap.xyz", + "steampowered-swap1.xyz", + "steampowered-trades.xyz", + "steampowered.company", + "steampowered.de", + "steampowered.freeskins.ru.com", + "steampowered.help", + "steampowered.info", + "steampowered.irl.com.pk", + "steampowered.jcharante.com", + "steampowered.org", + "steampowered.tw", + "steampowered.us", + "steampowered.xyz", + "steampoweredcinema.com", + "steampoweredcommunity.com", + "steampoweredd-pubg.xyz", + "steampoweredd.com", + "steampoweredexchange.xyz", + "steampoweredexchanges.xyz", + "steampoweredkey.com", + "steampoweredmarketing.com", + "steampoweredoffer.xyz", + "steampoweredoffers.xyz", + "steampoweredpoetry.com", + "steampoweredshow.com", + "steampoweredswap.xyz", + "steampoweredtrade.org", + "steampoweredtrades.org", + "steampoweredtrades.xyz", + "steampowereed.com", + "steampowererd.com", + "steampowerered.com", + "steampowerewd.com", + "steampowerred.com", + "steampowers.com", + "steampowers.org", + "steampowerwd.com", + "steampowerwed.com", + "steampowoereid.com", + "steampowored.com", + "steampowrd.com", + "steampowred.ru", + "steampowwered.com", + "steampowwred.com", + "steampowyred.com", + "steamppwrred.com", + "steamproffiles.ru", + "steamprofile.info", + "steamprofiles.site", + "steamprofilies.ru", + "steampromo.net.ru", + "steampromote.com", + "steamprowered.ru", + "steamproxy.net", + "steampunch-twitch.co", + "steampuwered.com", + "steampwered.com", + "steampwoered.com", + "steamquests.com", + "steamrccommunity.com", + "steamrcommuniity.com", + "steamrcommunity.ru", + "steamreward.com", + "steamroll.org.ru", + "steamrolll.net.ru", + "steamrolls.net.ru", + "steamrolls.pp.ru", + "steamrommunily.com", + "steamrommunity.org.ru", + "steamrrcomunites.com", + "steamru.org", + "steamrussia.site", + "steams-community.ru", + "steams-csgo.com", + "steams-discord.ru", + "steamsammunity.ru", + "steamscommmunity.com", + "steamscommunitey.com", + "steamscommunity.com", + "steamscommunity.pro", + "steamscommunity.ru", + "steamscommunyti.com", + "steamscommynitu.co", + "steamscomnunity.com", + "steamscomnunyti.com", + "steamsconmunity.com", + "steamsdiscord.com", + "steamsdiscordl.com", + "steamservice-deals.xyz", + "steamservice-deals1.xyz", + "steamservicedeals.xyz", + "steamservicedeals1.xyz", + "steamservices.xyz", + "steamshensu.top", + "steamshopcommunity.tk", + "steamskincs.ru", + "steamskinsfree.xyz", + "steamsnitro.ru", + "steamsoftware.info", + "steamsommunity.com", + "steamsommunity.ru", + "steamsomunity.com", + "steamsourcecommunity.xyz", + "steamsourcecommunity1.xyz", + "steamsourcetrade.xyz", + "steamspecial.com", + "steamstore-csgo.ru", + "steamstore-pubg.com", + "steamstore-pubg.ru", + "steamstore.map2.ssl.hwcdn.net", + "steamstore.site", + "steamstorecsgo.com", + "steamstorehistory.xyz", + "steamstorepowered.com", + "steamstores-history.xyz", + "steamstores-trade.xyz", + "steamstorestrade.xyz", + "steamstoretrade1.xyz", + "steamstradecommunity.xyz", + "steamsummer.com", + "steamsupportpowered.icu", + "steamswap.xyz", + "steamtrade-game.xyz", + "steamtrade-home.xyz", + "steamtrade-store.xyz", + "steamtrade-store1.xyz", + "steamtradecommunity.fun", + "steamtradehome.xyz", + "steamtradeoffeer.com", + "steamtradeoffer.ml", + "steamtradeoffer.net", + "steamtradeprofile.com", + "steamtrades-home.xyz", + "steamtrades-store.xyz", + "steamtrades.com", + "steamtradeshome.xyz", + "steamtradesofer.com", + "steamtradestore.xyz", + "steamtradestore1.xyz", + "steamtrading.org", + "steamunlocked.online", + "steamunlocked.pro", + "steamunpowered.com", + "steamuppowered.com", + "steamuserimages-a.akamaid.net", + "steamvcommunity.xyz", + "steamwalletbd.com", + "steamwalletcodes.net", + "steamwanmeics.ru", + "steamwanmeijc.ru", + "steamwanmeijl.ru", + "steamwanmeil.ru", + "steamwanmeip.ru", + "steamwanmm.ru", + "steamwcommunity.com", + "steamwcommunity.net", + "steamworkspace.com", + "steamworld.org", + "steamzcommunity.com", + "steanammunuty.ml", + "steancammunity.com", + "steancammunity.ru", + "steancammunlte.com", + "steancammunlty.com", + "steancammunyti.com", + "steanccommunity.ru", + "steancimnunity.ru", + "steancommanty.ru.com", + "steancommeuniliy.ru.com", + "steancommeunity.ru.com", + "steancomminity.com", + "steancomminity.ru", + "steancomminyty.com", + "steancomminyty.ru.com", + "steancommiuniliy.ru.com", + "steancommiunity.com", + "steancommmunity.com", + "steancommnnity.com", + "steancommnuitty.com", + "steancommnuity.com", + "steancommnulty.com", + "steancommnunity.ru", + "steancommnunity.xyz", + "steancommnunitytradeoffer.xyz", + "steancommnunlty.ru", + "steancommounity.com", + "steancommrnity.com", + "steancommrnity.ru.com", + "steancommueniliy.ru.com", + "steancommuhity.com", + "steancommuhity.ru", + "steancommuineliy.ru.com", + "steancommuiniliy.ru.com", + "steancommuinity.me", + "steancommuinty.ru", + "steancommuinuty.ru", + "steancommuity.com", + "steancommuity.ru", + "steancommumity.com", + "steancommumity.net", + "steancommumlty.com", + "steancommumlty.ru", + "steancommuncity.ru", + "steancommuneti.ru.com", + "steancommunety.com", + "steancommunety.ru", + "steancommunify.com", + "steancommuniiity.com", + "steancommuniiity.ru", + "steancommuniiliy.ru.com", + "steancommuniit.ru.com", + "steancommuniite-xuz.ru", + "steancommuniite.xyz", + "steancommuniiteuy.me", + "steancommuniittuy.com", + "steancommuniitty.com", + "steancommuniity.com", + "steancommuniity.fun", + "steancommuniity.ru", + "steancommunilly.com", + "steancommunilty.com", + "steancommunilty.ru", + "steancommunily.ru", + "steancommunily.xyz", + "steancommuniri.xyz", + "steancommunite.site", + "steancommuniti.com.ru", + "steancommuniti.site", + "steancommunitiy.com.ru", + "steancommunitiy.ru", + "steancommunitly.ru", + "steancommunitly.store", + "steancommunitq.ru", + "steancommunitry.ru", + "steancommunitty.com", + "steancommunitty.ru", + "steancommunitty.xyz", + "steancommunitv.com", + "steancommunity.cc", + "steancommunity.click", + "steancommunity.co", + "steancommunity.com", + "steancommunity.host", + "steancommunity.link", + "steancommunity.net.ru", + "steancommunity.pw", + "steancommunity.ru", + "steancommunity.ru.com", + "steancommunitytradeaffer.xyz", + "steancommunityy.ru", + "steancommunlity.ru", + "steancommunlity.ru.com", + "steancommunlity.xyz", + "steancommunllty.com", + "steancommunltty.xyz", + "steancommunlty.business", + "steancommunlty.com", + "steancommunlty.online", + "steancommunlty.ru", + "steancommunlty.ru.com", + "steancommunmilty.com", + "steancommunniiity.ru", + "steancommunniitly.ru", + "steancommunniity.ru", + "steancommunnilty.ru", + "steancommunnily.ru", + "steancommunnitl.ru", + "steancommunnitlly.ru", + "steancommunnity.co", + "steancommunnity.ru.com", + "steancommunnity.site", + "steancommunnliity.ru", + "steancommunnlity.ru", + "steancommunnlty.com", + "steancommunnlty.ru", + "steancommunnty.com", + "steancommunnuly.me", + "steancommunti.ru", + "steancommuntiy.ru", + "steancommuntiy.ru.com", + "steancommuntly.com", + "steancommunuity.ru", + "steancommunuty.buzz", + "steancommunuty.com", + "steancommunuty.com.ru", + "steancommunyti.com", + "steancommunyti.ru.com", + "steancommunytiu.ru", + "steancommunyty.ru.com", + "steancommurily.xyz", + "steancommutiny.ru", + "steancommutitly.ru", + "steancommuuity.com", + "steancommuuniliiy.ru.com", + "steancommuuniliy.ru.com", + "steancommuunity.com", + "steancommuvity.com", + "steancommyniti.ru", + "steancommynitu.com", + "steancommynity.org.ru", + "steancommynity.ru.com", + "steancommynuti.ru", + "steancommynyty.ru.com", + "steancomnmunity.ru", + "steancomnmunity.ru.com", + "steancomnnunity.com", + "steancomnnunity.xyz", + "steancomnnunnity.ru", + "steancomnuilty.ru.com", + "steancomnuity.com", + "steancomnumity.com", + "steancomnumlty.com", + "steancomnumlty.ru", + "steancomnuniiity.ru", + "steancomnuniity.com", + "steancomnunilty.ru", + "steancomnunity.buzz", + "steancomnunity.com", + "steancomnunity.ru", + "steancomnunity.ru.com", + "steancomnunitys.ru", + "steancomnunlity.ru", + "steancomnunllty.ru", + "steancomnunlty.ru", + "steancomnunnity.xyz", + "steancomnunyti.ru.com", + "steancomnunytu.ru", + "steancomnunytu.ru.com", + "steancomnurity.one", + "steancomnurity.xyz", + "steancomnuuniliy.ru.com", + "steancomrnunitiy.com", + "steancomrnunity.com", + "steancomrnunity.ru", + "steancomrnunuty.ru", + "steancomuniiity.com", + "steancomuniite-xuz.ru", + "steancomuniity.com", + "steancomuniity.ru", + "steancomunite-xuz.ru", + "steancomunitiy.ru.com", + "steancomunitly.ru", + "steancomunity.ru.com", + "steancomunitytradeffer.xyz", + "steancomunniity.ru", + "steancomunnitty.ru", + "steancomunnity.com", + "steancomunnity.ru", + "steancomunnity.tk", + "steancomunnity.xyz", + "steancomunnlty.me", + "steancomunnlty.ru.com", + "steancomunyiti.ru", + "steancomunyiti.ru.com", + "steancomunyti.ru.com", + "steancomuunity.com", + "steanconmnuity.com", + "steanconmumity.com", + "steanconmumlty.com", + "steanconmunite.com", + "steanconmunitiy.co", + "steanconmunitly.ru", + "steanconmunity.ru", + "steanconmunity.xyz", + "steanconmunlly.ru", + "steanconmunlty.com", + "steanconmunlty.ru", + "steanconmunuty.ru", + "steanconmunuty.xyz", + "steanconmunyti.ru", + "steanconmunyti.ru.com", + "steanconmynmuti.com", + "steanconnunitly.xyz", + "steanconnunity.com", + "steanconnunlty.com", + "steancoommuniity.xyz", + "steancoommunity.com", + "steancoommunity.xyz", + "steancoommunitytradeofferr.com", + "steancoommunlty.ru", + "steancoommunnity.com", + "steancoomnuity.com", + "steancoomnunity.com", + "steancoomunnity.com", + "steancoomunnity.ru", + "steancornminuty.com", + "steancornmunuty.ru", + "steancornunnity.ru.com", + "steancouminnuty.org", + "steanecommunlty.site", + "steanfocuak.ru", + "steanfocusd.xyz", + "steanfocusi.ru", + "steanfocusk.ru", + "steanfocusse.ru", + "steanfocussi.ru", + "steanmcomminity.ru", + "steanmcommuniitiy.ru", + "steanmcommunily.ru", + "steanmcommunity.com", + "steanmcommunity.ru", + "steanmcommunity.ru.com", + "steanmcommuniuty.ru.com", + "steanmcommunlty.ru", + "steanmcommunlty.xyz", + "steanmcommzunity.ru", + "steanmcomnmunity.ru.com", + "steanmcomnuinmty.com", + "steanmcomnuity.com", + "steanmcomnumntiy.com", + "steanmcomnumty.com", + "steanmcomnunitiy.com", + "steanmcomnunity.com", + "steanmcomnunity.ru", + "steanmcomnynuytiy.org.ru", + "steanmcomrninuty.xyz", + "steanmcomumnity.xyz", + "steanmcomunily.ru", + "steanmcomunitly.ru", + "steanmcomunity.ru", + "steanmcomynniuyty.org.ru", + "steanmconcrmunity.ru", + "steanmconmumnity.ru", + "steanmconmunity.com", + "steanmconmunnity.ru", + "steanmconnyinuyty.org.ru", + "steanmconnynuiyty.net.ru", + "steanmconnynuiyty.org.ru", + "steanmconnynuytiy.net.ru", + "steanmconnynuytiy.org.ru", + "steanmconnynuyty.net.ru", + "steanmconnynuyty.org.ru", + "steanmconyinnuyty.org.ru", + "steanmconynnuiyty.net.ru", + "steanmconynnuytiy.net.ru", + "steanmconynnuytiy.org.ru", + "steanmconynuytiy.net.ru", + "steanmcummunity.com", + "steanmecommunity.com", + "steanmncommunity.com", + "steanmncomnunity.com", + "steanncammunlte.com", + "steanncammunlte.ru", + "steanncmmunytiy.ru", + "steanncomminity.ru.com", + "steanncommity.co", + "steanncommiuty.com", + "steanncommmunnity.xyz", + "steanncommnunyti.com", + "steanncommuiniuty.com", + "steanncommunety.ru", + "steanncommuniity.com", + "steanncommunily.com", + "steanncommunily.xyz", + "steanncommunitv.com", + "steanncommunity.com", + "steanncommunity.ru", + "steanncommuniuity.com", + "steanncommunlty.com", + "steanncommynitu.org.ru", + "steanncomnmunity.com", + "steanncomnninuty.ru.com", + "steanncomnnunity.site", + "steanncomnuniity.com", + "steanncomnuniity.online", + "steanncomnuniity.ru", + "steanncomnuniity.xyz", + "steanncomnunity.xyz", + "steanncomunitiy.ru.com", + "steanncomunitli.ru.com", + "steanncomunitly.co", + "steanncomunitly.com", + "steanncomunitly.ru", + "steanncomunitly.ru.com", + "steanncomunitty.site", + "steanncomunity.com", + "steanncomunity.ru.com", + "steanncomunnity.ru", + "steannconmunity.com", + "steannconnmunity.com", + "steannconnmunity.xyz", + "steannconnnnunity.com", + "steannconnnnunity.net.ru", + "steannconnnunity.com", + "steannconnunynity.ru", + "steanncummunity.com", + "steannecomunlty.com", + "steanpowered.net.ru", + "steanpowered.xyz", + "steanrcommunitiy.com", + "steanrcommunity.xyz", + "steapowered.com", + "steappowered.com", + "stearamcomminnity.net", + "stearamcomnunitu.xyz", + "stearcnommunity.xyz", + "stearcommity.com", + "stearcommuity.com", + "stearcommunitly.com", + "stearcommunlty.ru.com", + "stearmcammunity.com", + "stearmcommiunitiycom.net.ru", + "stearmcommnity.com", + "stearmcommnumity.com", + "stearmcommnunity.com", + "stearmcommnunnity.org", + "stearmcommrunity.com", + "stearmcommuniity.com", + "stearmcommuniity.ru.com", + "stearmcommuninty.com", + "stearmcommunitly.ru", + "stearmcommunitry.cf", + "stearmcommunitty.ru", + "stearmcommunitty.ru.com", + "stearmcommunity.com", + "stearmcommunity.one", + "stearmcommunity.ru", + "stearmcommunity.ru.com", + "stearmcommunltly.com", + "stearmcommunnitty.online", + "stearmcommunnitty.ru", + "stearmcommunnity.ru", + "stearmcommunnity.ru.com", + "stearmcommuntiy.ru", + "stearmcommuunity.ru", + "stearmcommuunity.ru.com", + "stearmcommuunnity.ru", + "stearmcommynity.fun", + "stearmcomrmunity.co", + "stearmcomrmunity.com", + "stearmcomrnuniity.com", + "stearmcomrnunitiy.com", + "stearmcomrnunity.com", + "stearmcomrnunityi.com", + "stearmconmmunity.com", + "stearmconmunity.ru", + "stearmconmunnity.com", + "stearmconnrnunity.com", + "stearmcormmunity.com", + "stearmcormmunityi.com", + "stearmcornmuniity.com", + "stearmcornmunitiy.com", + "stearmcornmunity.ru", + "stearmcornmunlty.com", + "stearmcornnnunity.com", + "stearmcornnumitti.com", + "stearmmcommuniity.ru", + "stearmmcomunitty.ru", + "stearmmcomunity.ru", + "stearmmcomuunity.ru", + "stearncomiunity.ru", + "stearncomminhty.com", + "stearncomminuity.co", + "stearncomminutg.ru", + "stearncomminutiu.ru", + "stearncomminutiy.ru", + "stearncomminuty.click", + "stearncomminuty.com", + "stearncomminuty.com.ru", + "stearncomminuty.link", + "stearncomminuty.ru", + "stearncomminuty.ru.com", + "stearncomminytu.com", + "stearncommiunity.co", + "stearncommiunity.com", + "stearncommiuty.co", + "stearncommmnuity.xyz", + "stearncommmunity.online", + "stearncommmunity.ru", + "stearncommninuty.com", + "stearncommnitt.ru", + "stearncommniuty.co", + "stearncommnniity.com", + "stearncommnniity.ru", + "stearncommnnity.co.uk", + "stearncommnnity.com", + "stearncommnniuty.com", + "stearncommnuinty.com", + "stearncommnuity.ru.com", + "stearncommnunity.ru.com", + "stearncommnutiy.com", + "stearncommonity.ru", + "stearncommrunity.com", + "stearncommubity.com", + "stearncommuihty.com", + "stearncommuinuty.co", + "stearncommuitc.ru", + "stearncommuivty.com", + "stearncommumitly.com", + "stearncommumity.com", + "stearncommumlty.com", + "stearncommunety.com", + "stearncommunety.ru", + "stearncommungty.com", + "stearncommunhty.com", + "stearncommunigy.com", + "stearncommuniitty.xyz", + "stearncommuniity.click", + "stearncommuniity.com", + "stearncommuniity.ru", + "stearncommuniity.site", + "stearncommuniityt.click", + "stearncommunilly.site", + "stearncommunilty.ru", + "stearncommunilty.site", + "stearncommunily.ru", + "stearncommunily.website", + "stearncommuninity.com", + "stearncommuninty.co", + "stearncommuniry.com", + "stearncommunite.com", + "stearncommunite.me", + "stearncommunite.ru", + "stearncommunitey.com", + "stearncommunitey.ru", + "stearncommunitg.ru", + "stearncommuniti.me", + "stearncommunitly.com", + "stearncommunitly.ru", + "stearncommunitly.website", + "stearncommunitly.xyz", + "stearncommunitn.ru", + "stearncommunitq.ru", + "stearncommunits.ru", + "stearncommunitt.ru", + "stearncommunitu.com", + "stearncommunitu.ru.com", + "stearncommunitv.ru", + "stearncommunity.click", + "stearncommunity.com.ru", + "stearncommunity.link", + "stearncommunity.net.ru", + "stearncommunity.org.ru", + "stearncommunity.ru", + "stearncommunity.site", + "stearncommunity.xyz", + "stearncommunityx.ru", + "stearncommunityy.xyz", + "stearncommunitz.ru", + "stearncommunivy.com", + "stearncommunjty.com", + "stearncommunlity.com", + "stearncommunlity.store", + "stearncommunlty.com.ru", + "stearncommunlty.ru", + "stearncommunlty.site", + "stearncommunlty.store", + "stearncommunly.ru", + "stearncommunnitty.xyz", + "stearncommunnity.ru", + "stearncommunnity.xyz", + "stearncommunrty.com", + "stearncommuntity.com", + "stearncommuntiy.com", + "stearncommuntty.com", + "stearncommunty.com", + "stearncommunty.ru", + "stearncommunty.xyz", + "stearncommunuitiy.com", + "stearncommunuity.net.ru", + "stearncommunutiy.com", + "stearncommunuty.ru", + "stearncommunyti.com", + "stearncommunyti.ru", + "stearncommunytiy.ru", + "stearncommunytiyu.ru", + "stearncommurity.ru", + "stearncommutiny.online", + "stearncommutiny.ru", + "stearncommuty.com", + "stearncommuvity.com", + "stearncommynitu.ru.com", + "stearncommynity.fun", + "stearncommynity.ru.com", + "stearncomnmunity.com", + "stearncomnnunity.fun", + "stearncomnnunity.site", + "stearncomnnunity.website", + "stearncomnnuntiy.com", + "stearncomnnunty.com.ru", + "stearncomnumity.com", + "stearncomnunily.com", + "stearncomnunitu.ru", + "stearncomnunitv.ru.com", + "stearncomnunity.com", + "stearncomnunity.org", + "stearncomnunity.ru.com", + "stearncomnunnity.ru", + "stearncomrminty.me", + "stearncomrmunity.co", + "stearncomrmunity.com", + "stearncomrmunity.ru.com", + "stearncomrmynity.fun", + "stearncomrninuty.ru", + "stearncomrninuty.xyz", + "stearncomrnrunity.ru", + "stearncomrnrunity.ru.com", + "stearncomrnunety.com", + "stearncomrnunily.ru", + "stearncomrnunitly.site", + "stearncomrnunitly.xyz", + "stearncomrnunity.club", + "stearncomrnunity.com", + "stearncomrnunity.ru", + "stearncomrnunity.ru.com", + "stearncomrnunity.store", + "stearncomrnunlity.ru", + "stearncomrnunlty.site", + "stearncomrnunuty.ru", + "stearncomrnunyti.ru", + "stearncomrrnunity.com", + "stearncomrrunity.com", + "stearncomrunity.ru", + "stearncomrunity.ru.com", + "stearncomunitu.ru", + "stearncomunity.xyz", + "stearncomunlty.ru.com", + "stearncomunnity.com", + "stearncomynity.ru", + "stearnconmumity.com", + "stearnconmunity.co", + "stearnconmunity.com", + "stearnconmunity.me", + "stearnconmunity.net", + "stearnconmuntiy.ru", + "stearnconmuuity.com", + "stearnconmuulty.ru", + "stearnconnrnunity.xyz", + "stearnconrmunity.com", + "stearnconrmunity.ru", + "stearncormmunity.com", + "stearncormmunity.ru", + "stearncormmunity.ru.com", + "stearncormnniuty.ru", + "stearncormnnuity.ru", + "stearncormunity.ru", + "stearncormunniti.org", + "stearncornminuty.com", + "stearncornminuty.ru", + "stearncornmnuity.ru", + "stearncornmnunity.xyz", + "stearncornmrunity.ru.com", + "stearncornmumity.ru", + "stearncornmunitiy.com", + "stearncornmunitly.com", + "stearncornmunity.com", + "stearncornmunity.net", + "stearncornmunity.ru", + "stearncornmunity.ru.com", + "stearncornmunlty.ru", + "stearncornmunlty.xyz", + "stearncornmunuty.ru", + "stearncornmurnity.ru", + "stearncornmurnity.ru.com", + "stearncornnumyty.com", + "stearncornnunity.ru", + "stearncornrnnity.ru.com", + "stearncornrnuity.com", + "stearncornrnunity.com", + "stearncornrnunity.ru.com", + "stearncornrnunnity.xyz", + "stearncornunity.ru", + "stearncornunity.xyz", + "stearncornurniity.xyz", + "stearncorrmunity.com", + "stearncurnmunity.com", + "stearnmcommunnity.com", + "stearnmcomrnunity.com", + "stearnmcomunity.com", + "stearnncomrnunitiy.com", + "stearnncomrnunity.com", + "stearnporewed.ru.com", + "stearnpovvered.com", + "stearnpowered.online", + "stearnpowered.xyz", + "stearnrcommunity.com", + "stearrrcommunity.com", + "stearscomrmunity.com", + "steasmpowered.com", + "steasy-discord.com", + "steavcommunitv.xyz", + "steavvcommunnity.xyz", + "steawcammunity.xyz", + "steawcommmunity.xyz", + "steawcommunitiy.xyz", + "steawcommunity.com", + "steawcommunity.net", + "steawcomunity.net", + "steawcomunnity.site", + "steawconnunity.xyz", + "steawmcommunity.net", + "steawmcommunity.xyz", + "steawmcomnunnity.ru", + "steawmcomuunity.ru", + "steawmcowmunnity.ru", + "steawmpowered.com", + "steawncomnunity.ru", + "steawpowered.com", + "steawscommunity.net", + "steaxmcommity.com", + "steeaamcommuunniity.com", + "steeaamcommuunnity.com", + "steeaamcommuunnity.ru.com", + "steeaamcomunity.xyz", + "steeacmcommumitiy.com", + "steeamcommmunety.com", + "steeamcommmunitty.site", + "steeamcommmunity.com", + "steeamcommmunnity.com", + "steeamcommuinitty.com", + "steeamcommuniity.com", + "steeamcommuniitycom.xyz", + "steeamcommuniti.com", + "steeamcommunitu.com", + "steeamcommunity.me", + "steeamcommunity.ml", + "steeamcommunity.ru.com", + "steeamcommunitycom.xyz", + "steeamcommunlity.com", + "steeamcommunlity.ru", + "steeamcommunllty.xyz", + "steeamcommunlty.com", + "steeamcommunnity.ru", + "steeamcommunnity.ru.com", + "steeamcommunnitycom.xyz", + "steeamcommunnlty.ru", + "steeamcommunnlty.xyz", + "steeamcommunnuity.ru.com", + "steeamcommunyti.com", + "steeamcommuunity.com", + "steeamcommuunnity.com", + "steeamcomnmunity.com", + "steeamcomnnunity.com", + "steeamcomuneety.com", + "steeamcomunitty.com", + "steeamcomunity.net", + "steeamcomunlty.ru", + "steeamcomunlty.ru.com", + "steeamcomunnlty.com", + "steeamcoommunity.ru", + "steeamcoommuunniity.com", + "steeammcomunity.com", + "steeammcomunlty.com", + "steeampowered.tk", + "steeamwins.xyz", + "steellseriesnitro.com", + "steellseriesnitros.com", + "steellsseriesgifts.com", + "steellsseriespromotion.com", + "steellsseriespromotions.com", + "steelseriesgift.com", + "steelseriesgifts.com", + "steelseriesnitro.com", + "steelseriespromotion.com", + "steelsseriesnitros.com", + "steemacommunity.com", + "steemcammunitly.xyz", + "steemcammunity.com", + "steemcammunllty.com", + "steemcammunlly.com", + "steemcammunlty.com", + "steemcomminity.xyz", + "steemcomminuty.ru", + "steemcomminuty.ru\t\t", + "steemcommmunety.com", + "steemcommmunity.com", + "steemcommnnity.com", + "steemcommnunity.ru", + "steemcommnunity.xyz", + "steemcommnunnity.ru.com", + "steemcommuinty.com", + "steemcommuniity.com", + "steemcommunilee.xyz", + "steemcommunilty.com", + "steemcommunilty.xyz", + "steemcommunily.ru.com", + "steemcommunily.xyz", + "steemcommuninity.org.ru", + "steemcommuniry.com", + "steemcommunit.xyz", + "steemcommunitea.xyz", + "steemcommunitee.com", + "steemcommunitey.com", + "steemcommunitey.xyz", + "steemcommuniti.com", + "steemcommuniti.ru", + "steemcommunitii.xyz", + "steemcommunitiu.xyz", + "steemcommunitiy.co", + "steemcommunitiy.xyz", + "steemcommunitly.com", + "steemcommunitry.com", + "steemcommunity.aiq.ru", + "steemcommunity.co", + "steemcommunity.com", + "steemcommunity.ru.com", + "steemcommunityy.com", + "steemcommuniy.com", + "steemcommunllty.com", + "steemcommunlty.com", + "steemcommunly.com", + "steemcommunniti.com", + "steemcommunnity.co", + "steemcommunnity.net", + "steemcommunnity.ru", + "steemcommuntiy.com", + "steemcommuntiy.ru", + "steemcommuntiy.ru.com", + "steemcommuntiys.ru", + "steemcommunty.net.ru", + "steemcommunty.org.ru", + "steemcommunty.pp.ru", + "steemcommunty.ru", + "steemcommuntys.ru", + "steemcommutiny.com", + "steemcommuunity.com", + "steemcommuuntiy.ru", + "steemcommuunty.ru", + "steemcommynity.ru", + "steemcomnmunity.com", + "steemcomnnunity.com", + "steemcomnnunyti.ru", + "steemcomnrunity.com", + "steemcomnuniti.ru", + "steemcomrnunity.co", + "steemcomrnunity.com", + "steemcomrunity.ru", + "steemcomunatlytradeoffer40034231.ru", + "steemcomuniti.com", + "steemcomuniti.ru", + "steemcomunity.me", + "steemcomunity.net.ru", + "steemcomunity.org.ru", + "steemcomunity.pp.ru", + "steemcomunnity.com", + "steemconmunity.com", + "steemconnuniti.ru", + "steemconnunity.com", + "steemcoommunity.com", + "steemcoommunity.ru", + "steemcoommunitys.ru", + "steemcoommunlty.ru", + "steemcoommuntiy.ru", + "steemcoommuntiys.ru", + "steemcoommunty.ru", + "steemcoommuntys.com", + "steemcoommuntys.ru", + "steemcoomnunty.ru", + "steemcoomunity.xyz", + "steemcoomuntiy.ru", + "steemcoomunty.ru", + "steemcoomuunity.ru", + "steemcoonmuntiy.ru", + "steemcornmunity.xyz", + "steemcowwunity.xyz", + "steempowerd.ru", + "steempowered.com", + "steemurl.com", + "steencommunilty.com", + "steencommunityy.xyz", + "steenmconnumty.com", + "steiamcommuinity.com", + "steiamcommunity.xyz", + "steiamcommunityi.com", + "steiemcomunity.site", + "steimcomnunnity.ru.com", + "stellseeriesnitros.com", + "stellseriesnitro.com", + "stellseriesnitros.com", + "stellsseriesnitro.com", + "stelseriesnitro.com", + "stelseriesnitros.com", + "stemacommunity.com", + "stemacommunity.net", + "stemacommunlty.com", + "stemacomunity.com", + "stemapowered.com", + "stemcammuniety.ru", + "stemcammuniity.com", + "stemcammuniity.ru", + "stemcamnunity.com", + "stemcamnunity.ru", + "stemccomnmunity.com", + "stemcomiunity.ru", + "stemcomminity.com", + "stemcomminuty.ru", + "stemcommlunity.com", + "stemcommnnuite.company", + "stemcommnuilty.xyz", + "stemcommnuite.life", + "stemcommnuite.me", + "stemcommnuity.ru.com", + "stemcommnuity.xyz", + "stemcommnunitly.com", + "stemcommnunity.com", + "stemcommnunity.ru.com", + "stemcommnunlty.ru", + "stemcommnunnity.com", + "stemcommnunulty.com", + "stemcommnuunity.com", + "stemcommouniity.com", + "stemcommounilty.com", + "stemcommounity.ru.com", + "stemcommuinty.ru", + "stemcommuniby.com", + "stemcommuniety.com", + "stemcommuniity.com", + "stemcommuniity.ru", + "stemcommunilty.com", + "stemcommunilty.ru", + "stemcommunite.pp.ru", + "stemcommuniti.ru", + "stemcommunitiy.com", + "stemcommunitly.com", + "stemcommunitty.com", + "stemcommunitty.ru.com", + "stemcommunity.com.ru", + "stemcommunity.ru", + "stemcommunity.ru.com", + "stemcommunitytraade.xyz", + "stemcommunitytrade.com", + "stemcommunitytrade.fun", + "stemcommunityv.me", + "stemcommunjty.com", + "stemcommunlitly.com", + "stemcommunlity.ru", + "stemcommunlty.com", + "stemcommunlty.ru.com", + "stemcommunlty.space", + "stemcommunniity.com", + "stemcommunnilty.com", + "stemcommunnitiy.com", + "stemcommunnitiy.net.ru", + "stemcommunnity.com", + "stemcommunnity.com.ru", + "stemcommunty.ru", + "stemcommunty.xyz", + "stemcommunuity.com", + "stemcommununity.com", + "stemcommuty.ru", + "stemcommuunity.com.ru", + "stemcommynity.ru.com", + "stemcommyunity.ru", + "stemcomnmnnunity.com", + "stemcomnmnuity.ru.com", + "stemcomnmnunity.com", + "stemcomnmounity.com", + "stemcomnmuity.com", + "stemcomnmuniity.com", + "stemcomnmuniity.ru.com", + "stemcomnmunity.com.ru", + "stemcomnmunity.ru", + "stemcomnmunity.ru.com", + "stemcomnmunniity.com", + "stemcomnmunnity.com", + "stemcomnmunuity.com", + "stemcomnmununity.com", + "stemcomnmuunity.com", + "stemcomnmuunity.ru.com", + "stemcomnnmunity.com", + "stemcomnnmunnity.com", + "stemcomnnmuunity.ru", + "stemcomnnunity.co", + "stemcomnommunity.com", + "stemcomnuniti.ru", + "stemcomnunity.com", + "stemcomnunity.ru", + "stemcomnunity.ru.com", + "stemcomnunyti.ru.com", + "stemcomrnmunity.com", + "stemcomrnuniity.ru", + "stemcomrnuniity.xyz", + "stemcomrnunity.xyz", + "stemcomrnunlty.xyz", + "stemcomummitty.xyz", + "stemcomuniti.ru", + "stemcomunitiy.com", + "stemcomunitti.xyz", + "stemcomunity.com", + "stemcomunity.net", + "stemcomunity.ru.com", + "stemcomunnity.com", + "stemcomunnity.com.ru", + "stemcomunnity.ru.com", + "stemconmmnunity.com", + "stemconmmunity.com", + "stemconmmunity.ru.com", + "stemconmmunnity.com", + "stemconmmuunnity.com", + "stemconmnmuunity.com", + "stemconmuite.xyz", + "stemconmumity.ru", + "stemcoominuty-alirdrop.xyz", + "stemcoommounity.com", + "stemcoommuniity.com", + "stemcoommunity.com", + "stemcoommuunnity.com", + "stemcoomnmnunity.com", + "stemcoomnmounity.com", + "stemcoomnmuniity.com", + "stemcoomnmunity.com", + "stemcoomnmunity.ru.com", + "stemcoomnmunnity.com", + "stemcoomnnunity.com", + "stemcormmunity.com", + "stemcormmunlty.ru.com", + "stemcornmunitly.ru.com", + "stemcornmunity.com", + "stemcornmunity.ru", + "stemcornmunity.ru.com", + "stemcornmunity.xyz", + "stemcornmunlty.xyz", + "stemcummnuity.ru.com", + "stemcummnunity.ru.com", + "stemcummunity.com.ru", + "stemcummunity.ru.com", + "stemcummunnity.com.ru", + "stemcummunnity.ru.com", + "stemcumnmunity.com", + "stemcumnmunity.com.ru", + "stemcumnmunity.ru.com", + "stemcumunnity.ru.com", + "stemecommunlty.com", + "stemmcommunitee.xyz", + "stemmcommutinny.ru.com", + "stemmcomunity.xyz", + "stemmcomunnityy.xyz", + "stemncornmunity.com", + "stemnncommnunnits.ru", + "stemnncommunitts.ru.com", + "stemnncommunnits.com.ru", + "stemrcommnunnits.ru", + "stemsell.ml", + "stenamcommunity.com", + "stencommunity.com", + "stenmcommunilty.ru.com", + "stenmcommunitly.ru.com", + "stenmcommunity.ru.com", + "stenncornmuniy.com", + "stenncummunity.com", + "stennicommuitun.com", + "steomcammunity.xyz", + "steomcommunitey.com", + "steomcommunitiy.co", + "steomcommunito.con", + "steomcommunity.com", + "steomcommunity.me", + "steomcommunity.ru", + "steomcommunity.xyz", + "steomcommunlty.ml", + "steomcomnunity.ru", + "steomcomnunity.ru.com", + "steomcomrnmunity.com", + "steomconmunity.com", + "steomconnmunitiy.com", + "steomcoommynity.ru.com", + "steomrommunity.com", + "stepmscononnity.com", + "steqmcommunity.com", + "steqmcpmmynity.000webhostapp.com", + "steqmpowered.com", + "steramcommunity.com", + "steramconmunity.com", + "sterampowered.com", + "stermccommunitty.ru", + "stermcommuniity.com", + "stermcommunilty.ru.com", + "stermcommunitly.xyz", + "stermcommunity.com", + "stermcommunity.ru.com", + "stermcommunityy.ru", + "stermcommunlity.ru.com", + "stermcommunnitty.ru", + "stermcomunitte.xyz", + "stermcomunniity.ru", + "stermconmmunity.com", + "stermmcomuniity.ru", + "stermncommunity.com", + "sterncomminuty.ru", + "sterncommnnutinny.ru", + "sterncommnunity.xyz", + "sterncommnunnitts.ru.com", + "sterncommnunnitty.site", + "sterncommunilty.ru.com", + "sterncommunilty.site", + "sterncommunity.ru", + "sterncommunnity.ru", + "sterncommynuty.ru", + "sterncomnunlty.xyz", + "sterncomnurity.one", + "sterncomrnunity.xyz", + "sterncomrnunuty.ru", + "sternconmunity.ru", + "sterncornmunity.ru", + "sternmcommunity.com", + "sternmconmunity.com", + "sternmcornmmunity.com", + "sternmcornnunity.com", + "sternncomnnunity.ru", + "sterrmccommunity.ru", + "sterumcommunity.com", + "stetrncommity.com", + "steumcommunity.com", + "steumcommunity.ru", + "steumcornmunity.com", + "steurmcommunity.com", + "steurmconmunity.com", + "stewcommunity.space", + "stewie2k-giveaway-150days.pro", + "stewmcommunity.com", + "stewmpowered.com", + "stfriendprofile.ru", + "stg.steamcpowered.com", + "stgeampowered.com", + "stheamcommnitiy.ru", + "stheamcommuniti.com", + "stheamcommunity.ru", + "stheamcommunutiy.ru", + "stheamcommunutly.ru", + "stheamcomunitly.ru", + "stheamcomunutly.ru", + "stheamconmuniity.com", + "stheamconnmunutly.ru", + "stheamcornmunitiy.ru", + "stiamcammunieti.com", + "stiamcommunitly.xyz", + "stiamcommunity.com", + "stiamcommunity.ru", + "stiamcommyunlty.ru.com", + "stiamcomunity.xyz", + "stiamcomunlty.ru", + "stiamcomynity.com", + "stieamclomunity.xyz", + "stieamcommuinity.com", + "stieamcommuniity.com", + "stieamcommuniity.ru", + "stieamcommunitey.ru", + "stieamcommunitiy.com", + "stieamcommunity.com", + "stieamcommunity.org.ru", + "stieamcommunity.pp.ru", + "stieamcommunity.ru.com", + "stieamcommuunitey.us", + "stieamcommynituy.com", + "stieamcomnnunity.com", + "stieamcomuniiti.ru", + "stieamcomunity.com", + "stieamconmuniity.com", + "stieamconnmunity.com", + "stieamcormnynity.ru.com", + "stiearmcornmunity.com", + "stiemcommunitty.ru", + "stiemconnumity.xyz", + "stimcommunity.ru", + "stimcommunlty.ru", + "stimecomnnunity.xyz", + "stimiache.ru", + "stjeamcoimmunity.com", + "stjeamcommunity.ru", + "stjeamcomnuminiti.ru", + "stjeamcomnunitiy.ru", + "stjeamcomnunity.ru", + "stjeamcomuniity.ru", + "stjeamconmunnitii.com", + "stleaamcommunity.com", + "stleam-communithy.com", + "stleamcommiunity.ru.com", + "stleamcommiynitu.ru", + "stleamcommiynitu.ru.com", + "stleamcommiynitu.xyz", + "stleamcommiynituu.xyz", + "stleamcommiynity.ru.com", + "stleamcommiynity.xyz", + "stleamcommnunity.com", + "stleamcommnunity.ru", + "stleamcommuilnitycom.xyz", + "stleamcommuinitiycom.net.ru", + "stleamcommulnitiycom.xyz", + "stleamcommulnity.xyz", + "stleamcommulnitycom.xyz", + "stleamcommumity.com", + "stleamcommuneety.com", + "stleamcommuniity.com", + "stleamcommuniity.net", + "stleamcommunilly.me", + "stleamcommunilty.com", + "stleamcommunilty.ru", + "stleamcommunily.xyz", + "stleamcommunithy.com", + "stleamcommunitiy.com", + "stleamcommunitly.com", + "stleamcommunitty.com", + "stleamcommunity.com", + "stleamcommunity.net", + "stleamcommunity.ru.com", + "stleamcommunlty.com", + "stleamcommunlty.xyz", + "stleamcommunytiu.xyz", + "stleamcommynithy.xyz", + "stleamcomnmunity.ru.com", + "stleamcomnunity.ru.com", + "stleamcomnuntty.ru.com", + "stleamcomunity.com", + "stleamconminity.online", + "stleamconminity.ru", + "stleamconmmunity.ru.com", + "stleamconmmunlty.net.ru", + "stleamconmunilty.com", + "stleamconmunity.com", + "stleamconmunity.ru", + "stleamconmunityy.xyz", + "stleamconnunlty-tyztradeoffernewpartnhr15902271.xyz", + "stleamcormmunity.ru.com", + "stleamcormmynity.ru.com", + "stleamcormunity.ru.com", + "stleamcornmmunity.ru.com", + "stleammcomnnunitycom.buzz", + "stleamncommunity.ru", + "stleancommunity.ru", + "stleanmcommunity.ru", + "stleaomcoommynity.ru.com", + "stlemamcornmunty.me", + "stm-pubx.ru", + "stmawards.xyz", + "stmcomnunnitly.ru.com", + "stmcomnutinny.xyz", + "stmcornnunnitty.xyz", + "stmcornumnunitty.xyz", + "stmeacomunnitty.ru", + "stmemcomyunity.com", + "stmencommunity.ru", + "stmtrdoffer.xyz", + "stoacommunity.codes", + "stock888.cn", + "stoemcommunity.com", + "stopify.co", + "stopify.com", + "storage-for-mobileapps.life", + "store-communitiy.com", + "store-discord.com", + "store-srupowered.ru", + "store-steam-csgo.ru", + "store-steamcomminuty.ru.com", + "store-steamcommunity.xyz", + "store-steamcomnunity", + "store-steampoweered.ru", + "store-steampowereb.com", + "store-steampowered.ru", + "store-steampowered.store", + "store-steampowereld.ru", + "store-stempowered.com", + "store-streampowered.me", + "store.stampowered.com", + "store.stearncornnunity.ru", + "store.stempowerd.com", + "storeesteampowered.ru.com", + "storeesteampowereed.ru.com", + "stores-steampowered.com", + "storesleampowecommunity.store", + "storesteam-csgo.ru", + "straemcommonlity.com", + "straemcommunitiy.com", + "straemcomunnitry.ru", + "straemcummonilty.com", + "straemcummonity.com", + "stramcommunity.best", + "stramconmunity.com", + "strcomnunnitly.xyz", + "streaalcommuunnitu.ru", + "streaemcrommunlty.com.ru", + "stream-community.ru", + "stream-conmunlty.ru", + "streamc0mmunnlty.xyz", + "streamcammunitly.com", + "streamccomunilty.com", + "streamcolmnty.xyz", + "streamcomlutitly.me", + "streamcommanity.com", + "streamcomminuty.pw", + "streamcomminuty.ru.com", + "streamcommiumity.com", + "streamcommiunity.com", + "streamcommiunnity.com", + "streamcommlunity.ru.com", + "streamcommmumnity.ru.com", + "streamcommmunify.ru.com", + "streamcommmunitty.ru.com", + "streamcommmunity.com", + "streamcommmunity.ru.com", + "streamcommmunjty.ru.com", + "streamcommmunlty.ru.com", + "streamcommmunnlty.ru.com", + "streamcommnnity.com", + "streamcommnnuity.com", + "streamcommnnutiy.com", + "streamcommnuity.com", + "streamcommnuity.ru", + "streamcommnuniity.com", + "streamcommnunilty.com", + "streamcommnunitiy.com", + "streamcommnunitly.com", + "streamcommnunity.ru", + "streamcommnunlity.ru", + "streamcommnunnity.ml", + "streamcommnunuty.ru", + "streamcommnunuty.ru.com", + "streamcommonlty.ru.com", + "streamcommounity.com", + "streamcommuinity.com", + "streamcommuinty.com", + "streamcommuiny.ru", + "streamcommulinty.com", + "streamcommulnitly.com", + "streamcommulnity.com", + "streamcommulnlity.com", + "streamcommulnty.com", + "streamcommumity.ru.com", + "streamcommumninty.com", + "streamcommumnity.com", + "streamcommumtiy.ru", + "streamcommunaly.com", + "streamcommunatiy.com", + "streamcommunaty.com", + "streamcommuneiley.net", + "streamcommunetiy.com", + "streamcommunetly.com", + "streamcommunety.ru", + "streamcommunicate.ru", + "streamcommunication.com", + "streamcommunify.com", + "streamcommuniiley.net", + "streamcommuniiley.net.ru", + "streamcommuniily.com", + "streamcommuniitty.com", + "streamcommuniitu.com", + "streamcommuniity.org", + "streamcommuniity.ru", + "streamcommuniity.ru.com", + "streamcommuniityy.me", + "streamcommunijty.ru.com", + "streamcommuniley.net", + "streamcommuniley.net.ru", + "streamcommuniley.net.rudciscord.com", + "streamcommuniliey.net.ru", + "streamcommuniliey.xyz", + "streamcommuniliiey.net.ru", + "streamcommuniliiey.org.ru", + "streamcommuniliiey.pp.ru", + "streamcommuniliiy.org.ru", + "streamcommuniliiy.pp.ru", + "streamcommunillty.com", + "streamcommunilly.com", + "streamcommunilty.com", + "streamcommunilty.ru.com", + "streamcommunilty.xyz", + "streamcommunily.cc", + "streamcommunily.co", + "streamcommunily.com", + "streamcommunily.icu", + "streamcommunily.me", + "streamcommunily.net", + "streamcommunily.ru.com", + "streamcommunily.xyz", + "streamcommunimty.com", + "streamcommuninllty.com", + "streamcommuninnity.com", + "streamcommuninnlty.com", + "streamcommuninnty.com", + "streamcommuninnuity.com", + "streamcommunintty.com", + "streamcommuninty.com", + "streamcommuninty.me", + "streamcommuninunty.com", + "streamcommuninuty.store", + "streamcommunit.com", + "streamcommunit.ru.com", + "streamcommunite.com", + "streamcommunite.ru.com", + "streamcommunitey.com", + "streamcommuniti.club", + "streamcommuniti.ru", + "streamcommuniti.xyz", + "streamcommunitily.com", + "streamcommunitiy.com", + "streamcommunitiy.net", + "streamcommunitiy.ru", + "streamcommunitiy.ru.com", + "streamcommunitly.net", + "streamcommunitly.ru", + "streamcommunitly.ru.com", + "streamcommunitly.xyz", + "streamcommunitry.ru", + "streamcommunits.ru", + "streamcommunitty.ru.com", + "streamcommunitu.com", + "streamcommunitv.me", + "streamcommunitv.net", + "streamcommunity-user.me", + "streamcommunity.com.ru", + "streamcommunity.me", + "streamcommunity.net", + "streamcommunity.net.ru", + "streamcommunity.nl", + "streamcommunity.one", + "streamcommunity.org.ru", + "streamcommunity.pl", + "streamcommunity.ru.com", + "streamcommunityi.ru", + "streamcommunityy.me", + "streamcommuniuity.com", + "streamcommuniunity.com", + "streamcommuniuty.ru.com", + "streamcommuniuty.store", + "streamcommuniy.ru", + "streamcommunjity.ru.com", + "streamcommunjty.com", + "streamcommunjty.ru.com", + "streamcommunlity.ru", + "streamcommunliy.com", + "streamcommunlte.ru", + "streamcommunltiy.com", + "streamcommunlts.ru", + "streamcommunlty.com", + "streamcommunlty.net", + "streamcommunly.com", + "streamcommunly.me", + "streamcommunly.net", + "streamcommunly.ru", + "streamcommunminty.com", + "streamcommunmity.com", + "streamcommunniity.com", + "streamcommunnilly.me", + "streamcommunnilty.com", + "streamcommunninlty.com", + "streamcommunnitly.com", + "streamcommunnitty.com", + "streamcommunnitty.ru.com", + "streamcommunnity.org", + "streamcommunntly.com", + "streamcommunnty.com", + "streamcommunnty.me", + "streamcommunnuitty.com", + "streamcommuntiiy.org", + "streamcommuntiy.com", + "streamcommuntly.com", + "streamcommuntly.net.ru", + "streamcommuntly.org.ru", + "streamcommuntly.pp.ru", + "streamcommunttly.com", + "streamcommunty.co", + "streamcommunty.me", + "streamcommunty.ru", + "streamcommunuitty.com", + "streamcommunuity.net", + "streamcommununinty.com", + "streamcommununity.us", + "streamcommununiuty.com", + "streamcommununty.com", + "streamcommuny.ru", + "streamcommunyty.com", + "streamcommurity.com", + "streamcommutiny.net", + "streamcommuuniity.com", + "streamcommuunilty.ru.com", + "streamcommuunity.com", + "streamcommuunniity.com", + "streamcommuunnity.com", + "streamcommuunnity.net", + "streamcommuuty.ru", + "streamcommynication.net.ru", + "streamcommynication.org.ru", + "streamcommyniication.net.ru", + "streamcommyniication.org.ru", + "streamcommyniiety.xyz", + "streamcommynitu.com", + "streamcommynuty.com", + "streamcomninuty.xyz", + "streamcomnmnnunity.xyz", + "streamcomnmunity.ru.com", + "streamcomnmunnity.ru.com", + "streamcomnnunity.net", + "streamcomnnunity.website", + "streamcomnnunity.xyz", + "streamcomnnunlty.com", + "streamcomnnunuty.com", + "streamcomnully.net.ru", + "streamcomnully.org.ru", + "streamcomnullyty.net.ru", + "streamcomnullyty.org.ru", + "streamcomnullyty.pp.ru", + "streamcomnultyy.net.ru", + "streamcomnultyy.org.ru", + "streamcomnumity.ru", + "streamcomnumity.ru.com", + "streamcomnumnity.ru.com", + "streamcomnunely.com", + "streamcomnunetiy.com", + "streamcomnuniity.com", + "streamcomnuniity.net", + "streamcomnunitiy.net", + "streamcomnunitiy.ru", + "streamcomnunitly.ru", + "streamcomnunitry.ru", + "streamcomnunitty.com", + "streamcomnunity.ru", + "streamcomnunity.site", + "streamcomnuniuty.com", + "streamcomnunlity.com", + "streamcomnunlty.ru", + "streamcomnunnity.ru", + "streamcomnunuty.com", + "streamcomnunuty.ru", + "streamcomnunyti.xyz", + "streamcomrnunitiy.ru", + "streamcomrnunity.com", + "streamcomrnunity.online", + "streamcomrnunity.ru", + "streamcomulty.net.ru", + "streamcomulty.org.ru", + "streamcomumuty.xyz", + "streamcomuniitty.ru.com", + "streamcomuniity.cf", + "streamcomuniity.com", + "streamcomuniity.net", + "streamcomuniity.pp.ua", + "streamcomunilty.net.ru", + "streamcomunilty.org.ru", + "streamcomunilty.pp.ru", + "streamcomunily.net.ru", + "streamcomunily.org.ru", + "streamcomunily.pp.ru", + "streamcomunitly.com", + "streamcomunitly.net", + "streamcomunitly.net.ru", + "streamcomunitly.ru", + "streamcomunitry.com", + "streamcomunitty.net", + "streamcomunitty.ru.com", + "streamcomunitu.ru", + "streamcomunity.com", + "streamcomunity.fun", + "streamcomunity.net", + "streamcomunity.org", + "streamcomunity.ru", + "streamcomunity.ru.com", + "streamcomunlty.net.ru", + "streamcomunlty.org.ru", + "streamcomunlty.pp.ru", + "streamcomunltyy.org.ru", + "streamcomunltyy.pp.ru", + "streamcomunniity.net.ru", + "streamcomunnity.pp.ua", + "streamcomunnity.ru.com", + "streamcomunnity.xyz", + "streamcomuuniltyy.org.ru", + "streamcomuuniltyy.pp.ru", + "streamcomuunltyy.net.ru", + "streamcomuunltyy.org.ru", + "streamcomuunltyy.pp.ru", + "streamcomynity.com", + "streamcomynity.ru.com", + "streamconmmunity.com", + "streamconmmunity.ru.com", + "streamconmnunity.co", + "streamconmnunity.xyz", + "streamconmumuty.xyz", + "streamconmunilty.com", + "streamconmunitly.com", + "streamconmunitly.ru", + "streamconmunity.com", + "streamconmunlity.com", + "streamconmunlty.ru", + "streamconmunyti.com", + "streamconmynity.ru.com", + "streamconnmunity.com", + "streamconnuity.com", + "streamconnumity.com", + "streamconnunitly.com", + "streamconnunity.link", + "streamconnunity.net.ru", + "streamconnunity.ru", + "streamconnunity.site", + "streamconnunity.us", + "streamconumuty.xyz", + "streamconunity.net.ru", + "streamcoommounity.com", + "streamcoommuniity.xyz", + "streamcoommunity.com", + "streamcoommunity.net", + "streamcoommunity.xyz", + "streamcormmmunity.ru.com", + "streamcormmnunity.ru.com", + "streamcormmunity.com", + "streamcormmunity.ru.com", + "streamcormmunlty.ru.com", + "streamcormmunnity.ru.com", + "streamcormmyniity.ru.com", + "streamcormnmunity.ru.com", + "streamcormnnunity.ru.com", + "streamcormunnity.ru.com", + "streamcornmunitu.ru", + "streamcornnunitly.co", + "streamcornnunitly.com", + "streamcoumunniity.org", + "streamcoumunnity.org", + "streamcrommunify.me", + "streamcummonity.ru.com", + "streamcummunity.ru.com", + "streamcummunlity.ru.com", + "streamcummunlty.com", + "streamcummunlty.xyz", + "streamecommuniity.com", + "streamecommunity.com", + "streameecommunity.com", + "streammcommunity.ru", + "streammcomunittty.ru", + "streammcomunity.com", + "streammcomunnity.ru", + "streammcomunuity.com", + "streammcomuunity.ru", + "streammcornmunnity.com", + "streamncommnunity.com", + "streamncommunlty.xyz", + "streamnconmumity.com", + "streamnconmunity.com", + "streamnconmunity.ru", + "streampoered.com", + "streampowered.store", + "streampowereed.com", + "streamssitesearch.com", + "streancommumity.ru.com", + "streancommuniity.ru.com", + "streancommuniliy.ru", + "streancommuniliy.ru.com", + "streancommunitiy.co", + "streancommunitiy.icu", + "streancommunitiy.icustreamcomunily.pp.ru", + "streancommunitiy.net", + "streancommunitiy.net.ru", + "streancommunitiy.ru", + "streancommunity.net", + "streancommunity.ru.com", + "streancommunity.xyz", + "streancommunty.net", + "streancommunuty.ru", + "streancomunnitiy.com", + "streancomunnuty.com", + "streanconnmunity.net", + "streancoommunity.com", + "streancoommunity.xyz", + "streanncomminity.ru", + "streanncommunity.space", + "streanncommynity.ru", + "streanncomnnunuty.com", + "streanncomunity.ru", + "strearmcommunity.ru", + "strearmcomunity.ru", + "strearncomuniity.ru.com", + "strearncornmunity.com", + "streawcommunity.xyz", + "streeamcommunuti.ru", + "streemcommunhity.org.ru", + "streemcommunitiy.ru.com", + "streetgetthen.net", + "strempowered.com", + "streomcommunuty.com", + "strieamcommunniity.com", + "striieamcomnmunniitty.ru", + "stteamcommiunity.com", + "stteamcommunitty.com", + "stteamcommunity.net", + "stteampowered.com", + "sttemcomnmuty.ru.com", + "stuamcommnuity.com", + "stuamcommunity.com", + "studiogiamberardino.it", + "stuemconmunity.com", + "stuffed.ru", + "stuiop.com", + "sturemconmunity.com", + "stwsmarket.ru", + "styamcommunity.com", + "styeampowerd.com", + "styeampowered.com", + "stzeamcomnumiti.ru", + "submarine.od.ua", + "subscription-discord-developers.com", + "subscription-hypesquad.com", + "subscription-hypesquadevents.com", + "subscription-moderator.com", + "subscription-moderatoracademy.com", + "subscriptions-hypesquadevents.com", + "success-news.net", + "sueamcommunity.com", + "sueamconmunity.com", + "sufficienttime.rocks", + "summer-rust.xyz", + "sunitro-gift.xyz", + "sunnygamble.com", + "sup-idea.com", + "superbalancednow.com", + "superdatenow3.com", + "superdealgadgets.com", + "superlpini.click", + "support.verifiedbadgehelp-form.ml", + "supreme2.ru", + "supremeskins.cf", + "surfacesbusinesss.xyz", + "survey-tracking-69.com", + "survey2you.bid", + "surveysandpromoonline.com", + "sushiswmap.com", + "sushivswap.com", + "sushiwab.com", + "sushiwaq.com", + "susnhiswap.com", + "susshiwap.com", + "swapskins.ga", + "swapskins.live", + "swapslot.tk", + "sweepstakesalerts.com", + "sweet-fortune.ru", + "sweetgirls.date", + "syncappencryptconnect.ru", + "system-update-new-2021.com", + "systemupdatix.club", + "sรคrahah.eu", + "sรคrahah.pl", + "ta-sty.info", + "taceitt.com", + "tacelt.com", + "tacticalusa.com", + "takaytry.z11.web.core.windows.net", + "takeit100.xyz", + "takeit101.xyz", + "takeit102.xyz", + "takeit103.xyz", + "takeit104.xyz", + "takeit105.xyz", + "takeit106.xyz", + "takeit107.xyz", + "takeit108.xyz", + "takeit109.xyz", + "takeit110.xyz", + "takeit111.xyz", + "takeit112.xyz", + "takeit113.xyz", + "takeit114.xyz", + "takeit115.xyz", + "takeit116.xyz", + "takeit117.xyz", + "takeit118.xyz", + "takeit119.xyz", + "takeit120.xyz", + "takeit121.xyz", + "takeit122.xyz", + "takeit123.xyz", + "takeit124.xyz", + "takeit125.xyz", + "takeit126.xyz", + "takeit127.xyz", + "takeit128.xyz", + "takeit129.xyz", + "takeit130.xyz", + "takeit131.xyz", + "takeit132.xyz", + "takeit133.xyz", + "takeit134.xyz", + "takeit135.xyz", + "takeit136.xyz", + "takeit137.xyz", + "takeit138.xyz", + "takeit139.xyz", + "takeit140.xyz", + "takeit141.xyz", + "takeit142.xyz", + "takeit143.xyz", + "takeit144.xyz", + "takeit145.xyz", + "takeit146.xyz", + "takeit147.xyz", + "takeit148.xyz", + "takeit149.xyz", + "takeit150.xyz", + "takeit151.xyz", + "takeit152.xyz", + "takeit153.xyz", + "takeit154.xyz", + "takeit155.xyz", + "takeit156.xyz", + "takeit157.xyz", + "takeit158.xyz", + "takeit159.xyz", + "takeit160.xyz", + "takeit161.xyz", + "takeit162.xyz", + "takeit163.xyz", + "takeit164.xyz", + "takeit165.xyz", + "takeit166.xyz", + "takeit167.xyz", + "takeit168.xyz", + "takeit169.xyz", + "takeit170.xyz", + "takeit171.xyz", + "takeit172.xyz", + "takeit173.xyz", + "takeit174.xyz", + "takeit175.xyz", + "takeit176.xyz", + "takeit177.xyz", + "takeit178.xyz", + "takeit179.xyz", + "takeit20.xyz", + "takeit21.xyz", + "takeit22.xyz", + "takeit23.xyz", + "takeit24.xyz", + "takeit25.xyz", + "takeit26.xyz", + "takeit260.xyz", + "takeit261.xyz", + "takeit262.xyz", + "takeit263.xyz", + "takeit264.xyz", + "takeit265.xyz", + "takeit266.xyz", + "takeit267.xyz", + "takeit268.xyz", + "takeit269.xyz", + "takeit27.xyz", + "takeit270.xyz", + "takeit271.xyz", + "takeit272.xyz", + "takeit273.xyz", + "takeit274.xyz", + "takeit275.xyz", + "takeit276.xyz", + "takeit277.xyz", + "takeit278.xyz", + "takeit279.xyz", + "takeit28.xyz", + "takeit280.xyz", + "takeit281.xyz", + "takeit282.xyz", + "takeit283.xyz", + "takeit284.xyz", + "takeit285.xyz", + "takeit286.xyz", + "takeit287.xyz", + "takeit288.xyz", + "takeit289.xyz", + "takeit29.xyz", + "takeit290.xyz", + "takeit291.xyz", + "takeit292.xyz", + "takeit293.xyz", + "takeit294.xyz", + "takeit295.xyz", + "takeit296.xyz", + "takeit297.xyz", + "takeit298.xyz", + "takeit299.xyz", + "takeit30.xyz", + "takeit300.xyz", + "takeit301.xyz", + "takeit302.xyz", + "takeit303.xyz", + "takeit304.xyz", + "takeit305.xyz", + "takeit306.xyz", + "takeit307.xyz", + "takeit308.xyz", + "takeit309.xyz", + "takeit31.xyz", + "takeit310.xyz", + "takeit311.xyz", + "takeit312.xyz", + "takeit313.xyz", + "takeit314.xyz", + "takeit315.xyz", + "takeit316.xyz", + "takeit317.xyz", + "takeit318.xyz", + "takeit319.xyz", + "takeit32.xyz", + "takeit321.xyz", + "takeit322.xyz", + "takeit323.xyz", + "takeit324.xyz", + "takeit325.xyz", + "takeit326.xyz", + "takeit327.xyz", + "takeit328.xyz", + "takeit329.xyz", + "takeit33.xyz", + "takeit330.xyz", + "takeit331.xyz", + "takeit332.xyz", + "takeit333.xyz", + "takeit334.xyz", + "takeit335.xyz", + "takeit336.xyz", + "takeit337.xyz", + "takeit338.xyz", + "takeit339.xyz", + "takeit34.xyz", + "takeit340.xyz", + "takeit341.xyz", + "takeit342.xyz", + "takeit343.xyz", + "takeit344.xyz", + "takeit345.xyz", + "takeit346.xyz", + "takeit347.xyz", + "takeit348.xyz", + "takeit349.xyz", + "takeit35.xyz", + "takeit350.xyz", + "takeit351.xyz", + "takeit352.xyz", + "takeit353.xyz", + "takeit354.xyz", + "takeit355.xyz", + "takeit356.xyz", + "takeit357.xyz", + "takeit358.xyz", + "takeit359.xyz", + "takeit36.xyz", + "takeit360.xyz", + "takeit361.xyz", + "takeit362.xyz", + "takeit363.xyz", + "takeit364.xyz", + "takeit365.xyz", + "takeit366.xyz", + "takeit367.xyz", + "takeit368.xyz", + "takeit369.xyz", + "takeit37.xyz", + "takeit370.xyz", + "takeit371.xyz", + "takeit372.xyz", + "takeit373.xyz", + "takeit374.xyz", + "takeit375.xyz", + "takeit376.xyz", + "takeit377.xyz", + "takeit378.xyz", + "takeit379.xyz", + "takeit38.xyz", + "takeit380.xyz", + "takeit381.xyz", + "takeit382.xyz", + "takeit383.xyz", + "takeit384.xyz", + "takeit385.xyz", + "takeit386.xyz", + "takeit388.xyz", + "takeit389.xyz", + "takeit39.xyz", + "takeit390.xyz", + "takeit391.xyz", + "takeit392.xyz", + "takeit393.xyz", + "takeit394.xyz", + "takeit395.xyz", + "takeit396.xyz", + "takeit397.xyz", + "takeit398.xyz", + "takeit399.xyz", + "takeit40.xyz", + "takeit400.xyz", + "takeit401.xyz", + "takeit402.xyz", + "takeit403.xyz", + "takeit404.xyz", + "takeit405.xyz", + "takeit406.xyz", + "takeit407.xyz", + "takeit408.xyz", + "takeit409.xyz", + "takeit41.xyz", + "takeit410.xyz", + "takeit411.xyz", + "takeit412.xyz", + "takeit413.xyz", + "takeit414.xyz", + "takeit415.xyz", + "takeit416.xyz", + "takeit417.xyz", + "takeit418.xyz", + "takeit419.xyz", + "takeit42.xyz", + "takeit420.xyz", + "takeit422.xyz", + "takeit423.xyz", + "takeit424.xyz", + "takeit425.xyz", + "takeit426.xyz", + "takeit427.xyz", + "takeit428.xyz", + "takeit429.xyz", + "takeit43.xyz", + "takeit430.xyz", + "takeit431.xyz", + "takeit432.xyz", + "takeit433.xyz", + "takeit434.xyz", + "takeit435.xyz", + "takeit436.xyz", + "takeit437.xyz", + "takeit438.xyz", + "takeit439.xyz", + "takeit44.xyz", + "takeit440.xyz", + "takeit441.xyz", + "takeit442.xyz", + "takeit443.xyz", + "takeit444.xyz", + "takeit445.xyz", + "takeit446.xyz", + "takeit447.xyz", + "takeit448.xyz", + "takeit449.xyz", + "takeit45.xyz", + "takeit450.xyz", + "takeit451.xyz", + "takeit452.xyz", + "takeit453.xyz", + "takeit454.xyz", + "takeit455.xyz", + "takeit456.xyz", + "takeit457.xyz", + "takeit458.xyz", + "takeit459.xyz", + "takeit46.xyz", + "takeit460.xyz", + "takeit461.xyz", + "takeit462.xyz", + "takeit463.xyz", + "takeit464.xyz", + "takeit465.xyz", + "takeit466.xyz", + "takeit467.xyz", + "takeit468.xyz", + "takeit469.xyz", + "takeit47.xyz", + "takeit470.xyz", + "takeit471.xyz", + "takeit472.xyz", + "takeit473.xyz", + "takeit474.xyz", + "takeit475.xyz", + "takeit476.xyz", + "takeit477.xyz", + "takeit478.xyz", + "takeit479.xyz", + "takeit48.xyz", + "takeit480.xyz", + "takeit481.xyz", + "takeit482.xyz", + "takeit483.xyz", + "takeit484.xyz", + "takeit485.xyz", + "takeit486.xyz", + "takeit487.xyz", + "takeit488.xyz", + "takeit489.xyz", + "takeit49.xyz", + "takeit490.xyz", + "takeit491.xyz", + "takeit492.xyz", + "takeit493.xyz", + "takeit494.xyz", + "takeit495.xyz", + "takeit496.xyz", + "takeit497.xyz", + "takeit498.xyz", + "takeit499.xyz", + "takeit50.xyz", + "takeit500.xyz", + "takeit501.xyz", + "takeit502.xyz", + "takeit503.xyz", + "takeit504.xyz", + "takeit505.xyz", + "takeit506.xyz", + "takeit507.xyz", + "takeit508.xyz", + "takeit509.xyz", + "takeit51.xyz", + "takeit510.xyz", + "takeit511.xyz", + "takeit512.xyz", + "takeit513.xyz", + "takeit514.xyz", + "takeit515.xyz", + "takeit516.xyz", + "takeit517.xyz", + "takeit518.xyz", + "takeit519.xyz", + "takeit520.xyz", + "takeit521.xyz", + "takeit522.xyz", + "takeit523.xyz", + "takeit524.xyz", + "takeit525.xyz", + "takeit526.xyz", + "takeit527.xyz", + "takeit528.xyz", + "takeit529.xyz", + "takeit53.xyz", + "takeit530.xyz", + "takeit531.xyz", + "takeit533.xyz", + "takeit534.xyz", + "takeit535.xyz", + "takeit536.xyz", + "takeit537.xyz", + "takeit538.xyz", + "takeit539.xyz", + "takeit54.xyz", + "takeit540.xyz", + "takeit541.xyz", + "takeit542.xyz", + "takeit543.xyz", + "takeit544.xyz", + "takeit545.xyz", + "takeit546.xyz", + "takeit547.xyz", + "takeit548.xyz", + "takeit549.xyz", + "takeit55.xyz", + "takeit550.xyz", + "takeit551.xyz", + "takeit552.xyz", + "takeit553.xyz", + "takeit554.xyz", + "takeit555.xyz", + "takeit556.xyz", + "takeit557.xyz", + "takeit558.xyz", + "takeit559.xyz", + "takeit56.xyz", + "takeit560.xyz", + "takeit561.xyz", + "takeit562.xyz", + "takeit563.xyz", + "takeit564.xyz", + "takeit565.xyz", + "takeit566.xyz", + "takeit567.xyz", + "takeit568.xyz", + "takeit569.xyz", + "takeit57.xyz", + "takeit570.xyz", + "takeit571.xyz", + "takeit572.xyz", + "takeit573.xyz", + "takeit574.xyz", + "takeit575.xyz", + "takeit576.xyz", + "takeit577.xyz", + "takeit578.xyz", + "takeit579.xyz", + "takeit58.xyz", + "takeit580.xyz", + "takeit581.xyz", + "takeit582.xyz", + "takeit583.xyz", + "takeit584.xyz", + "takeit586.xyz", + "takeit587.xyz", + "takeit588.xyz", + "takeit589.xyz", + "takeit59.xyz", + "takeit590.xyz", + "takeit591.xyz", + "takeit592.xyz", + "takeit594.xyz", + "takeit596.xyz", + "takeit597.xyz", + "takeit598.xyz", + "takeit599.xyz", + "takeit60.xyz", + "takeit601.xyz", + "takeit602.xyz", + "takeit603.xyz", + "takeit604.xyz", + "takeit605.xyz", + "takeit606.xyz", + "takeit607.xyz", + "takeit608.xyz", + "takeit61.xyz", + "takeit610.xyz", + "takeit611.xyz", + "takeit612.xyz", + "takeit613.xyz", + "takeit614.xyz", + "takeit615.xyz", + "takeit616.xyz", + "takeit617.xyz", + "takeit618.xyz", + "takeit619.xyz", + "takeit62.xyz", + "takeit620.xyz", + "takeit621.xyz", + "takeit622.xyz", + "takeit623.xyz", + "takeit624.xyz", + "takeit625.xyz", + "takeit626.xyz", + "takeit627.xyz", + "takeit628.xyz", + "takeit629.xyz", + "takeit63.xyz", + "takeit630.xyz", + "takeit631.xyz", + "takeit632.xyz", + "takeit633.xyz", + "takeit634.xyz", + "takeit635.xyz", + "takeit636.xyz", + "takeit637.xyz", + "takeit638.xyz", + "takeit639.xyz", + "takeit64.xyz", + "takeit640.xyz", + "takeit641.xyz", + "takeit642.xyz", + "takeit643.xyz", + "takeit644.xyz", + "takeit645.xyz", + "takeit646.xyz", + "takeit647.xyz", + "takeit648.xyz", + "takeit649.xyz", + "takeit650.xyz", + "takeit651.xyz", + "takeit652.xyz", + "takeit653.xyz", + "takeit654.xyz", + "takeit655.xyz", + "takeit656.xyz", + "takeit657.xyz", + "takeit658.xyz", + "takeit659.xyz", + "takeit66.xyz", + "takeit660.xyz", + "takeit661.xyz", + "takeit662.xyz", + "takeit67.xyz", + "takeit68.xyz", + "takeit69.xyz", + "takeit70.xyz", + "takeit71.xyz", + "takeit72.xyz", + "takeit73.xyz", + "takeit74.xyz", + "takeit75.xyz", + "takeit76.xyz", + "takeit77.xyz", + "takeit78.xyz", + "takeit79.xyz", + "takeit80.xyz", + "takeit81.xyz", + "takeit82.xyz", + "takeit83.xyz", + "takeit84.xyz", + "takeit85.xyz", + "takeit86.xyz", + "takeit87.xyz", + "takeit88.xyz", + "takeit89.xyz", + "takeit90.xyz", + "takeit91.xyz", + "takeit92.xyz", + "takeit93.xyz", + "takeit94.xyz", + "takeit95.xyz", + "takeit96.xyz", + "takeit97.xyz", + "takeit98.xyz", + "takeit99.xyz", + "talanka.com", + "tamesteel.net", + "tanpavirus.web.id", + "tarcrypto.com", + "tasty-drop.pp.ua", + "tasty-skill.net.ru", + "tastygo.ru.com", + "tastyskill.net.ru", + "tathli.com", + "taty-dropp.info", + "team-discord.com", + "team-dream.xyz", + "team-moderator.com", + "team.the-shrubbery.co.uk", + "teamastrallis.org.ru", + "teamclouds.com", + "teamfnat.net.ru", + "teamfnattic.org.ru", + "teamgog.pp.ua", + "techevolution.work", + "techgenerator.xyz", + "techinnsrl.com", + "teens2fcuk.net", + "teenyreligious.com", + "telegram-veb.ru", + "terlaby.com", + "terrifvvev.com", + "test-domuin2.com", + "test-domuin3.ru", + "test-domuin4.ru", + "test-domuin5.ru", + "testbot2021.ru", + "testmoderators.com", + "testy-drop.pp.ua", + "texaswhitetailfever.com", + "tf2market.store", + "the-shrubbery.co.uk", + "thediscordapp.com", + "thelaberynthgame.com", + "themekaversed.org", + "themekaverses.org", + "theserbit.com", + "theshoparound.com", + "thesilkradiance.com", + "think-when.xyz", + "this", + "thor-case.net.ru", + "threemeterssky.ru", + "tic.com.ua", + "tigers.pp.ua", + "tik-team-topp.org.ru", + "tiktok-mint.online", + "tiktok.verifiedbadgehelp-form.ml", + "tiktokmagic.ru", + "tiktoksupport.ru.com", + "tini.best", + "tipslife.ru", + "tipteamgg.xyz", + "to6s.biz", + "token-bit.com", + "toolprotimenow.com", + "toom-skins.xyz", + "toornirs.pp.ua", + "toournament.ru", + "top-team.org.ru", + "top2-personal-loans-credits.com", + "topcase.monster", + "topconsumerproductsonline.com", + "topeasyllucky.pp.ua", + "topgadgetneckmassager.com", + "topgirls-here.com", + "topgirls-here1.com", + "topicnews.net", + "toplov.com", + "topmatch4you.com", + "topr-games.xyz", + "toprobux.site", + "topstteeamleto2021.net.ru", + "topsweeps.com", + "topvincere.net.ru", + "topvincere.org.ru", + "topvincere.pp.ru", + "topw-gamez.xyz", + "topz-games.xyz", + "totalav.com", + "totaltopposts.com", + "tourggesports.ru", + "tourism-services.online", + "tournament-hub.ru", + "tournament-predator.xyz", + "tournament-win.ru", + "tournament.ru.com", + "tournamentcs.live", + "tournamentcsgo.ga", + "tournamentcsgo.gq", + "tournaments-free.xyz", + "tournaments.ru.com", + "tournamentscsgo.ru", + "tournamentsgl.ru", + "tournamentsplay.site", + "tournamentt.com", + "tournrecruit.xyz", + "trabeoffer.ru", + "trabeoffers.xyz", + "track-149uew.link", + "track.countlessclicks.com", + "trackadsonline.top", + "trackbyfast.com", + "trackertrak.com", + "tracklyfast.com", + "trade-csmoney.ru", + "trade-dexter.xyz", + "trade-leagues.com", + "trade-link-offer.ru", + "trade-link.ru", + "trade-linkk.ru", + "trade-offers.link", + "trade-offers.me", + "trade-offersz.pp.ua", + "trade-profile.fun", + "trade.ru.com", + "tradeaffix.pp.ua", + "tradeandyou.ru", + "tradecs.ru.com", + "tradelink.live", + "tradeoff.space", + "tradeoffer-link.ru.com", + "tradeoffer-new.ru", + "tradeoffer.com.ru", + "tradeoffers.net.ru", + "tradeoffers11.xyz", + "tradeoffers228.design", + "tradeoffers228.net.ru", + "tradeperson.site", + "traderlink.ru.com", + "traders-offers.com", + "trades-league.com", + "trades-link.ru", + "trades-offers.xyz", + "tradesoffers.com", + "trafempire.com", + "traffic-go.com", + "traffichub01.online", + "trafficjunction.com", + "tratbc.com", + "treader-offer.com", + "tredecsgo.com", + "treders-offers.com", + "treplov.pp.ua", + "trfcbooost.com", + "trfrc.com", + "tribusgame.xyz", + "triumph.tk", + "triumphantplace.com", + "trktrk.club", + "true-money.xyz", + "truepnl-giveaway.info", + "trustpool.xyz", + "tryinfinitikloud.com", + "tryultrassenceskin.com", + "tsyewc.com", + "ttr-discord.com", + "ttr-discord.ru.com", + "tugceyumakogullari.tk", + "turboadblocker.com", + "turibius-hra.com", + "turmouse.ru", + "twitch-csgoconnect.gifts", + "twitch-facepanch.com", + "twitch-facepunchs.com", + "twitch-nude.com", + "twitch-rust.com", + "twitch-starter.com", + "twitch.facepunch-llc.com", + "twitch.facepunch-ltd.com", + "twitch.facepunchs.com", + "twitch.facepunchstudio.com", + "twitch.rust-ltd.com", + "tylofpcasy.xyz", + "typiccor.com", + "u924157p.beget.tech", + "udenvirus.dk", + "udmoney.club", + "uii.io", + "uirusu.jp", + "ultimateskins.xyz", + "ultracup.fun", + "um-bredirect.com", + "umbrellajump.xyz", + "umosleep.ru", + "universityteam.xyz", + "up-discord.ru", + "up-nitro.com", + "up-you.ru", + "upcs.monster", + "updat-members.life", + "update-incentives-rutidosis-pretenceless.xyz", + "update-phone-today.com", + "upshroomishtor.com", + "ur-l.me", + "uralmtk.ru", + "urtyert.com", + "us-appmonie.yousweeps.com", + "usbnovel.com", + "usetrans.com", + "uspringcup.com", + "usunwirusa.pl", + "ut.ntwrk.yunihost.ru", + "utanvirus.se", + "v-roblox.com", + "v2013.ru", + "varfabit.com", + "vbucksminer.ru", + "vbucksplease.com", + "ventasstore.xyz", + "verif-nitro.ru", + "verif-nitro.xyz", + "verifapp.us", + "verification-discord.cf", + "verification-discord.com", + "verifications-discord.com", + "verifiedbadgehelp-form.ml", + "verify-discord.com", + "verifyaccount-for-bluetick.com", + "verifytool.xyz", + "versus-cup.ru", + "versus-play.ru", + "versuscs.ru", + "versuscsgoplay.pp.ua", + "versusplay.ru", + "vertmaxbit.com", + "vfgrse.com", + "vhoru.com.ua", + "vid-adblocker.com", + "video-adblock.com", + "video-c3.xyz", + "viewc.site", + "viirused.ee", + "vip-lady-dreams.com", + "vip-pobrit1.ru", + "vippobrit.ru", + "vippobrit1.ru.com", + "virpropcnow.xyz", + "virukset.fi", + "virusai.lt", + "viruset.no", + "virusi.bg", + "virusi.hr", + "virusler.info.tr", + "visaxsteam.ru", + "vitality-cyber.net", + "vitality-playtime.com", + "vitality-top.ru", + "vitalityboxs.com", + "vitalitycamp.ru", + "vitalityesports.net", + "vitalitygg.ru", + "vivads.net", + "viwwzagul.xyz", + "viwwzaguls.xyz", + "viwwzagulw.xyz", + "viwwzaguly.xyz", + "vkbonus.club", + "vkcomgvas.org.ru", + "vkulake.com", + "vm1189661.firstbyte.club", + "vnebi.com", + "vote-hypesquad.com", + "vote-hypesquad.online", + "vote-moderator.com", + "vote-moderators.com", + "vpitems.xyz", + "vqojiorq.ru", + "vremechko.org", + "vremyamn.ru", + "vun.fyi", + "vur.fyi", + "vvvvw-roblox.com", + "waccupzero.ru.com", + "waccupzerow.monster", + "wadefamilytree.org", + "wallet-steam.ml", + "walletsolutiontrust.net", + "wanmei-hy.ru", + "wanmeics6.ru", + "wanmeicsgo1.ru", + "wanmeipt.ru", + "wanmeizi.ru", + "watch-video.net", + "watchprecise-bestextremelyfile.best", + "waterbets.ru", + "waucupsz.monster", + "wavebtc.com", + "wdeliv.net", + "we-player.ru", + "wearewinagain.xyz", + "web-discord-moderator.com", + "web-discord.com", + "webpushcloud.top", + "webr-roblox.com", + "webrecepty.info", + "weekly-lucky-2020-gift.club", + "weeklyjob.online", + "weplay.ru.com", + "were-want.ru.com", + "westabit.com", + "what-were.xyz", + "whatabouthotladies.com", + "whatsappx.com", + "wheel-run.ru", + "white-guns.xyz", + "white-list.live", + "whitelampa.xyz", + "wholedailyfeed.com", + "wi-play.xyz", + "widesdays.com", + "wignewsee.club", + "wild-day.com", + "wildcard-not-existed-test-000000.steamcornmunity.club", + "win-lems.org.ru", + "win-skin.top", + "win-skin.xyz", + "win-trader.org.ru", + "win.xzhyl.top", + "windows-scan.com", + "winfnatic.pro", + "winknifespin.xyz", + "winner-roll.ru", + "winrbx1s1.pw", + "wins-navi.com", + "winskin-simple.xyz", + "winskins.top", + "winter-smile.com", + "wintheskin.xyz", + "wishuiuck.net", + "witch.tv", + "withereum.com", + "wn.nr", + "womenforyou.net", + "womeniover.com", + "womeniovers.net", + "wonderhall.net", + "word-the.xyz", + "workerz1.com", + "world-news-filter.info", + "worldactualstories.com", + "worldbeyondleft.xyz", + "wowcloud9.com", + "wowfnatic.com", + "wowfnatic.ru", + "wowfnatic.site", + "wtf-magic.ru", + "wtf-magic.top", + "wtf-magicru.top", + "wtf-win.net.ru", + "wubingdu.cn", + "ww1.dicsordapp.com", + "ww1.discordapp.org", + "ww1.discordserves.me", + "ww1.discordstyle.com", + "ww1.discorpapp.com", + "ww1.pro-nitro.fun", + "ww11.steamcommunity.download", + "ww16.discordcanary.com", + "ww16.nitro-discord.com", + "ww8.steamcommmunity.ru.com", + "wwdiscord.app", + "wwdiscord.com", + "wwtracking.net", + "wwvv-roblcx.com", + "wwvvv-roblox.com", + "www-steamcommunlty.com", + "www-web-rcblox.com", + "www2.c2bit.online", + "wwwlog-in.xyz", + "wyxy.ru", + "x-soft.club", + "x33681t2.beget.tech", + "x403.nitro.com.au", + "xcrewteam.com", + "xda-developers.us", + "xdiscord.com", + "xesa-nitro.com", + "xess-nitro.com", + "xfxcheats.online", + "xgamercup.com", + "xiaobaixitong.com", + "xiomoinuyt03.z11.web.core.windows.net", + "xn--e1agajgahgxri7a.site", + "xn--rpple-tsa.com", + "xn--steamcommunit-ge3g.com", + "xnescat.info", + "xorialloy.xyz", + "xponsor.com", + "xpro.gift", + "xpro.ws", + "xpromo-discord.com", + "xroll.space", + "xscsgo.com", + "xtradefox.com", + "xtradeskin.com", + "xyzdiiscord-app.com", + "xyzdiscord-get.shop", + "xyzdiscordapp.xyz", + "xyzdiscords-gifts.club", + "xyzdlscorld-get.xyz", + "xyzdlscorld.gift", + "xzsae.hitechconnected.com", + "yeeshiedot.ru", + "yeppymoll.xyz", + "yip.su", + "yolock.site", + "yougames.fun", + "youotube.com", + "your-bonus.ecl8hr4lalq5.top", + "your-dreams-girls2.com", + "yourbest-dating33.life", + "yourdatefortune.com", + "yourprotectorshield.com", + "youshouldclick.us", + "youtuba.com", + "youtubers2021.xyz", + "youtubersrwrds.xyz", + "youtubeshort.watch", + "yoรผtu.be", + "yoรผtรผbe.co", + "yoรผtรผbe.com", + "ysbweb.com", + "yt118.com", + "ytbgamer.space", + "yummy-nitro.com", + "yuriblog.ru", + "yvotsb.com", + "z93729n9.beget.tech", + "zajtrkhisa.xyz", + "zakat.ntwrk.yunihost.ru", + "zakryma.ru", + "zamanula.ru", + "zbysdw.com", + "zctrack.com", + "zedplays.com", + "zeferesds.com", + "zerocup.ru", + "zeusclicks.com", + "zhdzkj.com", + "zheltaya.ru", + "zhuangjizhuli.com", + "zhuangjizhuli.net", + "zipansion.com", + "zipsetgo.com", + "zipsetgod.com", + "znews-live.com", + "zondervirus.nl", + "zoneforyourprize.life", + "zonewarco.org.ru", + "zvideo-live.com", + "zzm4.ru", + "sleamcommuninty.com", + "stearncomnnunity.website", + "dlscorp.com", + "stemcummunnity.ru.com", + "kaysdrop.ru", + "discordgift.pw", + "steamcommunityzbo.top", + "dlscord.fr", + "stuamcommnuity.com", + "disccord.tk", + "dlsccrd.com", + "steam-tradeoffer.xyz", + "nitroos-frieie.ru", + "steeamcomnnunity.com", + "discord-nitro.link", + "disocrd.gifts", + "steamcomunninuty.com", + "steancoommunitytradeofferr.com", + "steamcommmunlity.com", + "steams-discord.ru", + "luckygift.space", + "staemcomunnity.com", + "robuxat.com", + "steamconmumity.com", + "stearncommunhty.com", + "steancammunlty.com", + "steampoweredswap.xyz", + "steamcomnunilty.ru.com", + "streamnconmumity.com", + "steamtradestore1.xyz", + "steancommunnty.com", + "stemapowered.com", + "dicsrod.com", + "discordgg.com", + "smartcommunity.net", + "steancomunyti.ru.com", + "sternconmunity.ru", + "steamcommunetiy.com", + "discord-airdrop.fun", + "steamcommunityzbr.top", + "disccord.gg", + "stleamncommunity.ru", + "disorc.com", + "steam-auth.ru", + "stemcumnmunity.ru.com", + "scteamcommunity.com", + "staemcoommunity.ru", + "steamcommlunity.com", + "navi-up.com", + "discorcl.online", + "streamnconmunity.com", + "steamuserimages-a.akamaid.net", + "dlscord.support", + "riptide-valve.ru", + "stemcomrnmunity.com", + "streamcommuinty.com", + "steamcommunityw.org.ru", + "streamcommmunitty.ru.com", + "game-csgosteam.ru", + "steamcommunity.com-id-k4tushatwitchbabydota.ru", + "steappowered.com", + "steamcommeunity.com", + "steamcummunity.com.ru", + "streamcommuniliiey.org.ru", + "discordsapplication.info", + "discordc.gift", + "store-steamcomminuty.ru.com", + "steamcomunmity.ru.com", + "steamcommynityprofile.ru", + "steawcomunity.net", + "steanncommuiniuty.com", + "steamcommunitfy.ru.com", + "streamcommunmity.com", + "discord-boost.ru.com", + "discord-apps.xyz", + "discord-gift.info", + "discordnitro.gift", + "robuxprofiles.com", + "streamcomunnity.ru.com", + "fustcup.ru", + "steamcommunitty.com.ru", + "verifapp.us", + "sterumcommunity.com", + "steanpowered.net.ru", + "stemcomnmuniity.com", + "taceitt.com", + "cs-skins.link", + "dlscord-nitro.ru.com", + "diszcordapp.com", + "steaimeecommunity.com", + "staemcommunityi.com", + "streamconnunity.us", + "steamcamunitey.com", + "stemcamnunity.ru", + "discrocl.xyz", + "my-tradelink.ru", + "thediscordapp.com", + "steannconnnnunity.net.ru", + "steamgifts.net.ru", + "steamcamiutity.com", + "stemcommunite.pp.ru", + "steamconynuyty.net.ru", + "steamcomunuty.com", + "steamcommunikkty.net.ru", + "steancomrnunity.com", + "steemcomrnunity.co", + "steamtradeprofile.com", + "steamconmunyty.com", + "streamcommuniity.ru.com", + "robloxstore.co.uk", + "streamcomunniity.net.ru", + "riptide-operation.ru", + "23c7481e.hbrex.cn", + "pubggift102.xyz", + "discord-airdrop.info", + "streamcommiunity.com", + "streamcomunilty.org.ru", + "dliscord-gift.com", + "sleancommunlty.xyz", + "sleamcommnunity.net", + "steamcommutiny.ru", + "discodnitro.info", + "steamcommunitty.site", + "pubggf02.xyz", + "steamoffered.trade", + "nitro-discord.info", + "csgosell.xyz", + "bigmoneyrollawira.xyz", + "steemcoommunlty.ru", + "streamconnumity.com", + "steramconmunity.com", + "discordx.link", + "streamcommuntly.net.ru", + "steammcamunity.com", + "steaimecommintliy.com", + "discord.in", + "staemcoomuunty.ru", + "hyperz.monster", + "discorddevelopment.com", + "discod.art", + "dlscorclapp.fun", + "discold.ru", + "steancomnnunnity.ru", + "discords-events.com", + "steam-dlscord.com", + "upcs.monster", + "staemcommnunity.ru.com", + "discordgift.ru.com", + "streamcommynuty.com", + "steamcommunitli.ru", + "steamcommunityy.online", + "discrodup.ru", + "steamconnunity.pp.ru", + "hallowen-nitro.com", + "streamcomynity.com", + "eslgamingopen.com", + "disscord.online", + "toom-skins.xyz", + "discords.co.uk", + "slearncommunity.store", + "steamcomunity.com.ru", + "badge-team.ml", + "stemcoomnmounity.com", + "discordapp.store", + "staemcrommunity.com.profiles-768590190751377476483.me", + "steancomnuuniliy.ru.com", + "hydra2018.ru", + "steancoomnunity.com", + "dicsord-airdrop.ru", + "steamowered.com", + "mythiccups.xyz", + "steamcommynyti.ru", + "steamcommuniti.org.ru", + "dicsord.space", + "stuemconmunity.com", + "discorcl-gift.ru", + "steamcommunuty.org.ru", + "discord-gifte.xyz", + "stearmmcommuniity.ru", + "steamcommunitlly.ru.com", + "steamcomrnyniti.ru.com", + "discords.net", + "steampower.co", + "steam.cash", + "stheamcommunity.ru", + "derimonz.xyz", + "discocrd.gifts", + "rl-performance.com", + "diisccord.club", + "sturemconmunity.com", + "steamcommuuity.net.ru", + "dicsord.website", + "discord-dr0p.ru", + "discord-developer.com", + "discorcd.com", + "steam-accounts.com", + "discord-service.com", + "dicscordapp.com", + "fnatic-drop.com", + "steamcoommunilty.com", + "staemcommunitu.com", + "navi.pp.ru", + "stearnpovvered.com", + "steamcomunnitu.xyz", + "streamcomrnunity.online", + "discordt.gift", + "steamcommnunlty.ru", + "roblox.link.club", + "pubgclaims.com", + "steampoweded.com", + "steamservice-deals.xyz", + "staerncormmunity.com", + "steeamcommunnity.ru.com", + "pubg.new-collects.xyz", + "dicsordapp.co", + "2021cs.net.ru", + "dicord.site", + "stearncomminuty.link", + "steamcommunuty.ru", + "steancomuniite-xuz.ru", + "discordtw.com", + "steam-rep.com", + "steanncomnuniity.com", + "steamcommymity.ru", + "steancommunity.host", + "diskord.gg", + "steacomnmunify.fun", + "stemcummnunity.ru.com", + "discordgiftsteam.ru", + "cyber-lan.com", + "steam-communitygifts.xyz", + "stemcomnmunniity.com", + "discardapp.fun", + "discor.de", + "discocl.xyz", + "steamcommunity-tradeoffer.com", + "steancomnunytu.ru", + "streamcomnunlty.ru", + "stearmcommnunity.com", + "stemconmumity.ru", + "steamcommunti.com", + "ds-nitro.site", + "steamcomiunity.com", + "pubggf30.xyz", + "steam-nltro.ru", + "steamrommunity.org.ru", + "nitro-drop.com", + "services.runescape.rs-ui.xyz", + "katowice.ru", + "discovd.com", + "discord-help.com", + "stearmconmmunity.com", + "discords-developers.com", + "dlicord-glfts.site", + "steamcommnunity.ru.com", + "steamconmumity.com.ru", + "discordinfo.com", + "streamcommunly.me", + "diiscord.gift", + "discorid.gift", + "stearmcommuninty.com", + "steamcomunety.com", + "dliscord-nitro.com", + "steancommounity.com", + "discord-security.com", + "steamcommunitygifts1.xyz", + "sttemcomnmuty.ru.com", + "steamcommytuniu.com", + "esportpoint.xyz", + "doscordapp.com", + "steamcommunty.pw", + "steanncommity.co", + "sleamcomunity.ru.com", + "operationreptide.com", + "streamcammunitly.com", + "staemcommunninty.com", + "steamcommnunily.xyz", + "steamitem.xyz", + "steamcommunyty.ru.com", + "discordsapp.xyz", + "discordappo.com", + "steamcommunnjty.com", + "steanmcomrninuty.xyz", + "disclord.com", + "discord-app.info", + "steamcommunityi.com", + "esportsgvay.xyz", + "staemmcommunity.ru", + "steamcommynnityy.com", + "steamcommumlity.com", + "discord-nitro-free.ru", + "stemcomminuty.ru", + "steeamcomunity.net", + "stemcumnmunity.com.ru", + "sleamcommunity.net", + "steamcomunity.me", + "sterncommunnity.ru", + "stearmcommuunity.ru", + "disiscord.com", + "steomcommunitey.com", + "discordapp.pages.dev", + "steam-powered1.xyz", + "stemcomunnity.com", + "dlscord-nltro.com", + "steam-tradehome.xyz", + "steamcornmuniity.net.ru", + "stheamcornmunitiy.ru", + "stemcomnunity.ru", + "steamsourcecommunity1.xyz", + "dlscord.online", + "pubggift92.xyz", + "disc-ord.com", + "discord-airdrop.xyz", + "discordappp.net", + "testbot2021.ru", + "summer-rust.xyz", + "steamconnunity.net", + "discord.fyi", + "steamcommunicty.ru.com", + "steam-power.xyz", + "slteamcommuinity.com", + "stemcornmunitly.ru.com", + "discordnitropromo.site", + "steamcommuntily.ru", + "disordnitros.xyz", + "staemcommunity.org", + "discord-net-labs.com", + "steamcommunety.org.ru", + "steamnltros.ru", + "discord-apps.site", + "steamhome-trade.xyz", + "rl-promos.com", + "discord-hypesquad.com", + "store.stampowered.com", + "steamcommynitu.net.ru", + "steamcommuniltily.ru.com", + "steamcomyniti.xyz", + "steancommuncity.ru", + "steancommuniit.ru.com", + "discord-nitro.ru.com", + "discorcd-nitro.com", + "sreamcommunity.net.ru", + "steancommnunitytradeoffer.xyz", + "steancomunite-xuz.ru", + "humanlifeof.xyz", + "steamcommunnity.co", + "navi-esl.ru.com", + "discord.deals", + "steamcommulnity.com", + "stearcommunitly.com", + "discodrd.com", + "csgo-lute.net.ru", + "discord-givaewey.ru", + "pubggf35.xyz", + "streampowered.store", + "steamconnumuty.com", + "twitch.rust-ltd.com", + "steamcommintty.com", + "steamcommunitiyy.com", + "dicordapp.com", + "discord-hypeevent.com", + "steamcommunitywork.com", + "discorcl.club", + "discorcl.ru", + "pandaskins.ru.com", + "steamcommunjtv.xyz", + "stearnconmunity.com", + "steaamcammunitiy.com", + "discocrd.gift", + "steamcomunity.org.ru", + "steamcommnuty.site", + "steamuppowered.com", + "sternmconmunity.com", + "sleammcommunity.ru", + "pubggf41.xyz", + "dlscordsream.pp.ua", + "steamcommunlty.shop", + "discordsgift.info", + "steamncomunitity.com", + "steamcommunrity.com", + "steamcomnutiny.ru.com", + "discord-app.top", + "stearncommmunity.online", + "steamecommunitiiy.com", + "steamcommnlty.com", + "staermcrommunity.me", + "steancommuinty.ru", + "astrallis.net.ru", + "steamcommunimty.ru.com", + "fineplay.xyz", + "sleamcommuinity.xyz", + "steancommunmilty.com", + "stemcommnuunity.com", + "stearncommunitly.xyz", + "discord-infoapp.xyz", + "steemcommunity.ru.com", + "streamcommunitily.com", + "juct-case.ru", + "stearnporewed.ru.com", + "discord.moscow", + "steamcommunity.click", + "copyrightbussinessgroup.com", + "steampower.de", + "steamcomunty.org.ru", + "streamconnunity.ru", + "staemcornmunity.ru", + "discord-sms.eu", + "discord-bugs.com", + "dlscord-developer.com", + "dlscordapp.codes", + "discordpap.com", + "stemcomunity.ru.com", + "steamcomminyty.ru.com", + "steamcommurnity.com", + "streamcommnunlity.ru", + "steanncammunlte.com", + "steamcommutry.ru", + "rl-garage.online", + "steeamcommunlity.com", + "steamcommnnunnity.world", + "steamconmunyty.ru", + "steancomnmunity.ru", + "givenatus.site", + "dsicrod.com", + "dicovrd.com", + "stearncomnmunity.com", + "steamconnummity.ru", + "steanpowered.xyz", + "staemcomunity.ru", + "steamcumumunity.com.ru", + "steamcommunity-profile.net", + "discorrd.site", + "discordl.xyz", + "steampowered-swap1.xyz", + "sleamcommunnity.net", + "steamncommunitu.co", + "steeamcommunnuity.ru.com", + "discordevents.com", + "myfast.ru", + "discord-accept.com", + "streamcommuniti.xyz", + "stleamcommunitty.com", + "discord.biz", + "steamco.mmunity.com", + "giftdiscord.online", + "steamcommuunlity.com", + "steamcornmunit.ru.com", + "discrodnitro.ru", + "stearncornmnuity.ru", + "steamcommutyniu.com", + "discard.gift", + "natus-open.pp.ru", + "dixscord.com", + "steamcommunity.cloud", + "staemcomconmunlty.ru.com", + "tradeoffer.com.ru", + "sleamcommuniitey.ru.com", + "discord-nitro.co", + "discordl.com", + "qbt-giveaway.info", + "disc0rd-nitro.site", + "discrod-app.site", + "discord-accounts.com", + "csgorun-rubonus.ru", + "nitroappstore.com", + "steamcamunity.com", + "fornite.best", + "steanmncommunity.com", + "dlscord.net", + "vitality-playtime.com", + "steampoweredkey.com", + "navi-giveaway.xyz", + "streamcommunyty.com", + "derwoood.xyz", + "staermcrommunty.me", + "drops4all.pp.ru", + "steancommuniite.xyz", + "streancoommunity.com", + "steamcommunity.eu", + "dicord.gift", + "steamppwrred.com", + "discord.best", + "duscord.js.org", + "discorcl.store", + "steamcomrmunity.ru.com", + "steeamcommmunitty.site", + "discord-jobs.com", + "steamcomnunity.com", + "steamcommunnity.ml", + "streamcommunity.org.ru", + "discordtext.com", + "steampowerered.com", + "steam-ru.ru", + "bigsports.xyz", + "discords-dev.ga", + "steancommunitty.com", + "steamcommunity-comtradeoffer.ru", + "stearncornrnuity.com", + "steamcommunitu.net", + "steamtrade-home.xyz", + "steammcomminity.ru", + "steanncomnmunity.com", + "streamcommmunlty.ru.com", + "dIscordnitro.com", + "steamcomrnunity.online", + "discordjob.com", + "steamcommunutii.ru", + "dlscord.org", + "dlscord-claim.com", + "steamcomniunity.com", + "staemcoommunlty.ru", + "streamcommunity.ru.com", + "steancommunity.ru.com", + "steancommanty.ru.com", + "discord-nitro.store", + "discordi.gift", + "discourd.site", + "rust-llc.com", + "dissord.com", + "stearncommunnity.xyz", + "steamcommuniilty.ru", + "steampowered.jcharante.com", + "share.nowblox.com", + "stemcommnunity.com", + "streamcommmunnlty.ru.com", + "staemcoommnunity.ru", + "steamcommunytiu.com", + "steamcomnumity.org.ru", + "steamcommqnity.com", + "discoogs.com", + "v-roblox.com", + "wavebtc.com", + "steamcsgoplay.ru", + "steam.communty.com", + "csgogift47.xyz", + "ww11.steamcommunity.download", + "steamcommunityw.com", + "steamconnmunitu.net.ru", + "discordstat.com", + "m-discord.pw", + "dicsord-gift.com", + "disrcod.gifts", + "steannconmunity.com", + "disc0rd.site", + "ropost15.xyz", + "fnatic-ro1ls.ru.com", + "discrodsteam.ru", + "streamcomnmunity.ru.com", + "discorcl.click", + "staemcomnunlty.ru", + "steam.cheap", + "discordgift.org", + "steamcromnmunity-com.profiles-7685981598976.me", + "deadisidddde.xyz", + "discords-steam.com", + "streamcommunnilty.com", + "steamconnmunlty.ru", + "steacommunity.site", + "steamcomunitytrades.xyz", + "steemcomunity.net.ru", + "steamcommunity.digital", + "steamcomrnuniti.ru.com", + "www.d-nitro.tk", + "steamcomnunytu.ru", + "steemcommunly.com", + "discords-gift.ru", + "steamcommynutiy.ru", + "streamcummunlty.xyz", + "staempovered.com", + "streamcommuniity.ru", + "steancomnunilty.ru", + "steancommunity.pw", + "accountauthorization.xyz", + "staemcornmunity.xyz", + "streamcomnnunuty.com", + "streamcommuunilty.ru.com", + "discord-alidrop.me", + "stearmconmunnity.com", + "stemcommyunity.ru", + "steamcomrnunite.com", + "steemcoomunity.xyz", + "playeslseries.com", + "www.zipsetgo.com", + "discord-nilro.ru", + "discord-verify.com", + "streamcommuniliiey.net.ru", + "steawcommunity.com", + "dicsord.net", + "steamcommumilty.com", + "discordrgift.online", + "discod-nitro.ru", + "staeamconnunitly.ru", + "operationriptide.tk", + "discord-present.ru", + "discord-trustandsafety.com", + "navi-skins.pp.ru", + "discorcl-gift.ru.com", + "steamcommunillty.ru", + "streamcomunity.fun", + "steamcomnunitly.tk", + "staemcomunyti.ru", + "discrodapp.ru", + "dlscordapp.store", + "new-drop.net.ru", + "steammcamunitu.com", + "sleamcomrnunity.com", + "steamlcommunity.ru.com", + "steamcoormmunity.com", + "discocord.com", + "staemcammunity.com", + "discord-hypevent.com", + "steamcomnumlty.ru", + "steamcommunitx.ru.com", + "steanncomnunity.xyz", + "roll-skins.ga", + "fortniteswapper.fun", + "game-case.ru", + "pubggift87.xyz", + "steamcomminytu.com", + "discoed.gg", + "steamcommunilty.us", + "stcommunity.xyz", + "streamconmunilty.com", + "discord-news.com", + "steam-discords.com", + "staemcommunyti.ru.com", + "steamcomnunuty.ru", + "steamcommunityc.com", + "steamcamunity-profile.ru", + "streamcommunitiy.com", + "steamecommuinty.com", + "m90694rb.beget.tech", + "discordss.ru", + "freenitrogenerator.cf", + "steemcoommuntiy.ru", + "stearncomminhty.com", + "but-three.xyz", + "csgostats.fun", + "sleamcommunnity.org", + "steamconimmunity.com", + "steam-community.org.ru", + "discorgift.xyz", + "steamcommunlity.ru.com", + "giftsdiscord.com", + "discordnitrogenerator.com", + "steancoommuniity.xyz", + "discorcl-nitro.ru.com", + "discordalts293.repl.co", + "discord-install.com", + "discord-apps.space", + "steamcammunlty.ru", + "discrodapp.site", + "streamcommuniity.org", + "discordx.ml", + "steamcommunityzbn.top", + "steancommeuniliy.ru.com", + "stleamcommunilty.com", + "steamconnunity.com.ru", + "fastskins.ru", + "streamcommuuniity.com", + "steamcomminuty.me", + "steancommuniite-xuz.ru", + "steamcommunity-gifts1.xyz", + "steamacommunity.com", + "discondapp.fun", + "gave-nitro.com", + "rust-code.ru.com", + "staemcomrnunity.ru", + "steamcammunitu.ru.com", + "stearncornmunity.com", + "steamcommunlty-proflle.com.ru", + "steamcomrnumity.com", + "steamcommunitie.site", + "steamcomrnunuity.ru.com", + "sleamcommiinuty.ru", + "discord-steams.com", + "stleamcommunitly.com", + "steamcomminuty.ru.com", + "steeamcomunnlty.com", + "discordgift.tk", + "seamconmunity.xyz", + "sternmcommunity.com", + "natus-win.pp.ru", + "steamcommullty.ru", + "steamcommuntily.ru.com", + "steanncomnuniity.online", + "pubggf40.xyz", + "discordnitrogift.ru", + "streamcommuntiiy.org", + "steampoweredoffers.xyz", + "steamcommunitry.ru", + "steancomminity.ru", + "steamconmnutiny.ru", + "games-code.ru.com", + "discord.app.br", + "lakskuns.xyz", + "www.cswanmei4.ru", + "disbordapp.com", + "steampowers.com", + "streamcommunity.net.ru", + "steamcommnity.com.ru", + "www.discord-nitro.net", + "stieamcommunity.com", + "guardian-angel.xyz", + "steancommuity.com", + "ptbdiscord.com", + "steamcamunity.top", + "disbords.com", + "fps-booster.pw", + "steam-gametrade.xyz", + "discord-give.ru", + "ggboom.ru", + "steamcammunity-profile.ru", + "dlscord-halloween.ru", + "staemcomminuty.online", + "stearncommuninity.com", + "steamcommunnity.ru.com", + "stleamcommuneety.com", + "steamcommynlty.com", + "stearncommunytiy.ru", + "discorcl.gift", + "cliscord-gift.ru.com", + "discorb.ru.com", + "staemcommuntyi.ru", + "stermcommunityy.ru", + "steamcomunnlty.com", + "stleamconmunity.com", + "steamcommmunty.com", + "alexandrkost.ru", + "discord-freenitro.pw", + "disc0rd.org", + "steamcomynnitu.net.ru", + "2faceteam.ml", + "steancammunity.com", + "streamcomnuniity.net", + "stg.steamcpowered.com", + "steamoffer-store.xyz", + "steamcommunityzci.top", + "discord-devs.com", + "steamcommunvti.ru", + "sternmcornmmunity.com", + "steamcommunitj.buzz", + "dirscod.com", + "steamcomnunnity.com", + "case-gift.com", + "steamcomnuunlty.com", + "streamcommunilty.com", + "steam-csgoplay.ru", + "steamcorrnmunity.ru", + "steamcomunitly.pp.ru", + "discord-ro.tk", + "gbauthorization.com", + "communitytradeoffer.com.ru", + "staeaemcornmunite.me", + "discord.my", + "steamcommnunlty.icu", + "staemcommuniity.com", + "steamcommununty.ru", + "stemcomnmuniity.ru.com", + "dlscordgived.xyz", + "steamcommunitiv.com", + "fnatic.team", + "steam-community.ru.com", + "globalcs.monster", + "steamconmuhlty.com", + "stearncommunity.net.ru", + "discorsd.com", + "luckycrush.ga", + "steamtrade-store.xyz", + "natus-vincere.space", + "stemconmmunnity.com", + "steam-game-csgo.ru", + "steamcommunitl.com", + "discord.cool", + "steamcoommuniity.ru", + "discourdapp.com", + "gamesbuy.net.ru", + "discoclapp.xyz", + "dlscordnitro.ru.com", + "discord-verification.com", + "steamc0munnity.site", + "steamcommunytu.ru", + "dlscordapp.fun", + "steamcammunity.net", + "board-nitro.com", + "steamcammunitu.com", + "discordgivenitro.com", + "steamcommunty.com", + "steempowered.com", + "steampowered.de", + "sleamcommuinty.store", + "robloxgamecode.com", + "steamcommunutry.com", + "discord.foundation", + "steampowwred.com", + "streamcomunnity.pp.ua", + "steamwcommunity.com", + "straemcummonilty.com", + "steampowered.irl.com.pk", + "steancommunlty.business", + "discord-app.su", + "steamtradeshome.xyz", + "stieamcomnnunity.com", + "steamcommurlty.com", + "stemcummnuity.ru.com", + "discord-team.com", + "discorcl-air.xyz", + "steamcomunituy.com", + "boostnitro.com", + "csgo-gamesteam.ru", + "doscord.com", + "steamservicedeals1.xyz", + "steammcomtradeoff.com", + "steamcommiunitty.ru", + "discordcreators.net", + "steammcommunitey.com", + "steamcommunllty.com", + "cupcsgo.ru", + "steam.luancort.com", + "steam-offerstore.xyz", + "steam-nltro.com", + "nitro-gift.site", + "cyber-csgo.link", + "belekevskeigames.xyz", + "sleamcommunity.org.ru", + "steampowerded.com", + "steamm.store", + "discord-gifted.ru.com", + "disocrdapp.com", + "steamcommunuity.net", + "discrods.site", + "espots-csgo.xyz", + "steamcommuunity.ru", + "streamcomnullyty.pp.ru", + "pubggf06.xyz", + "steanconmunyti.ru.com", + "stearmcornmunity.ru", + "sometheir.xyz", + "longxrun.online", + "steanncomnuniity.xyz", + "disrcod.gift", + "discord-air.pw", + "discord.co.in", + "discorcd.gifts", + "steamcommunitynow.com", + "dlscord.site", + "discord.gifte", + "go-cs.ru.com", + "nitro-discords.com", + "discordglfts.com", + "steamtrade-game.xyz", + "dlcsorcl.ru", + "steamtrades-store.xyz", + "steamcomnutiny.online", + "drop-nitro.fun", + "alm-gaming.com", + "discords-nitros.shop", + "discord-events.com", + "steancommnunity.ru", + "stemcornmunity.ru.com", + "steamcommunitey.ru", + "stemcornmunity.ru", + "storesteam-csgo.ru", + "dlscord-game.com", + "stleanmcommunity.ru", + "steamsomunity.com", + "steanconmumlty.com", + "sleamcommuninty.ru", + "pubggf28.xyz", + "discordglfts.xyz", + "steamcoarnmmnunity.ru.com", + "steamcammunyty.ru", + "discords-accounts.ru", + "steampowered.help", + "discordf.com", + "steamcommunity1.com", + "dizcord.com", + "steamcommunityzdr.top", + "rbux88.com", + "discords-premium.site", + "discord-nitro.shop", + "get-my-nitro.com", + "facepunch-award.com", + "steancommynitu.com", + "streamcomunilty.net.ru", + "steancommunitiy.com.ru", + "seed-nitro.com", + "staermcormmunity.com", + "smitecommunity.org", + "discodnitro.ru", + "discordimages.com", + "beststeam.gq", + "steemcommunty.org.ru", + "discord.ltd", + "steam-csgocom.ru", + "streamcomunlty.pp.ru", + "discord.tools", + "discprd.com", + "stearmcommynity.fun", + "steancoommunity.com", + "cupwin.xyz", + "dlscord.gifts", + "discord-applications.com", + "steamcommunity.team", + "csgo-fute.net.ru", + "discord.istanbul", + "steamcommunitytradeoffter.com", + "sleamcoommunilty.com", + "steammecommunity.com", + "steamcommunitym.com", + "pubggf32.xyz", + "pubgfreedownload.org", + "steamcommunitty.net", + "stemcoomnmunnity.com", + "steemcommunty.pp.ru", + "stearmcomrmunity.com", + "achnavi.net.ru", + "steampwered.com", + "pay-18.info", + "steamcommiunty.ru", + "discord-steam.ru", + "dissord.ru", + "sleamcommuntity.ru", + "discorclgift.xyz", + "steamconmumity.ru", + "steamncommnunity.ru", + "discordnitro.store", + "steamcomnunlty.ru", + "stiamcomunlty.ru", + "dislcord.com", + "proz.monster", + "steamcommunitiu.ru", + "discordtesters.com", + "csgo-steamplay.ru", + "stemcammuniity.com", + "stearncommuniity.click", + "loot.net.ru", + "sleamcommynitu.ru", + "steamcamunity.xyz", + "discordgamers.co.uk", + "steam-auth.com", + "staemncrommunity.store", + "discordnitrolink.tk", + "staemcommunnity.club", + "steamcomnuniti.com", + "store-communitiy.com", + "discords-nitro.site", + "robuxtools.me", + "steancommuniiliy.ru.com", + "steamcommonitey.com", + "staemcomnunyti.ru", + "steamcommunicty.com", + "steamcoommunity.ru.com", + "steamcomnuty.com", + "steeamcommunity.me", + "streamcommuninty.com", + "steammcomminuty.ru", + "discordgifts.info", + "steamcomminytiy.ru", + "steamcornmmunity.com", + "discorcd.click", + "stermncommunity.com", + "stteamcommiunity.com", + "stmemcomyunity.com", + "steam.cards", + "steamccommunity.net", + "streamcommiunnity.com", + "www.www.discord-nitro.ru.com", + "robux20.club", + "dlscordapp.com", + "steemcoonmuntiy.ru", + "dlscordnltro.online", + "steamcomunitu.net.ru", + "steamcommuulty.com", + "discford.com", + "steamoffergames.xyz", + "www.xpromo-discord.com", + "discor-dnitro.fun", + "events-discord.com", + "pubggf34.xyz", + "boost-discord.com", + "robloxdownload.org", + "discorb.gift", + "steamcommunity.llc", + "streamcommuntly.org.ru", + "staemcoommnuty.ru", + "steamcommunnity.com.ru", + "steamcommunitycomoffernewpartner989791155tokenjbhldtj6.trade", + "steamcommynuty.ru.com", + "steam-promo-page.ml", + "steamcoomrnmunity.ml", + "steamcornrnunity.fun", + "stjeamcomuniity.ru", + "steam-account.ru.com", + "steamcomunnyti.ru", + "steamconunlty.ru", + "steamcommuynity.ru.com", + "steemcommuinty.com", + "discrod-apps.ru", + "sleamcommuntly.ru", + "steamconmunlty.com", + "steemcoomuunity.ru", + "steampowerd.net", + "dicsord-app.com", + "steampawered.store", + "discorc-nitro.site", + "bycsdu.cam", + "steancomnuilty.ru.com", + "steeampowered.tk", + "eslhubgaming.com", + "nitro-from-steam.com", + "cs-play.org.ru", + "steammcounity.ru.com", + "facepunchs.com", + "steamconmunity.xyz", + "discord-ru.site", + "nitro-discord.me", + "special4u.xyz", + "steam-hometrade.xyz", + "didscord.com", + "hunts.monster", + "discord-bonus.ru", + "discord-app.live", + "streamcomminuty.ru.com", + "steancommunity.link", + "steamcomninuty.ru.com", + "stearncomminuty.com", + "discord-free-nitro.ru", + "discorapp.gq", + "streancomunnuty.com", + "steamcomnuenuity.com", + "steam-communitysource1.xyz", + "staemcommuinity.com", + "stearncornnumyty.com", + "steamcommuntry.com", + "discordapp.eu", + "rl-chaser.com", + "steamecommuniuty.com", + "discord.givaeway.com", + "discordicon.com", + "game-tournaments.net.ru", + "steancommunity.cc", + "dawbab.xyz", + "nitrostore.org", + "steamcommuhity.ru", + "staeamcromnuninty.com.profiles-76582109509.me", + "steam-discord.ru", + "luancort.com", + "stearncommubity.com", + "steannconnmunity.com", + "stearncommnuinty.com", + "sleamcommmuntiy.ru", + "stearncommunity.link", + "sa-mcdonalds.com", + "steamcommunityzds.top", + "disc.cool", + "discrod-up.ru", + "streamcomnully.org.ru", + "steamcomunilty.com", + "streammcommunity.ru", + "www.claim.robuxat.com", + "streamcommuniitty.com", + "steamtrades.com", + "sleamconmunlity.com", + "discorcl.gifts", + "steamcomminuty.nl", + "stearncornurniity.xyz", + "steamtrade-store1.xyz", + "steempowerd.ru", + "stieamcormnynity.ru.com", + "casekey.ru.com", + "steamcominity.ru", + "bitskeansell.ru", + "steanconmunlly.ru", + "dirscod.gift", + "steamcommunity.ru", + "www.staemcommmunity.ru", + "dlscord-nltro.xyz", + "discord-app.store", + "rushskillz.net.ru", + "sleamcommmunity.com", + "steamcommunitry.com", + "discordbetter.app", + "discord-nitrot.xyz", + "discordaspp.com", + "steampoowered.com", + "stealcommunlti.com", + "pubgmobile365.giftcodehot.net", + "playcsgo-steam.ru", + "steancoomnuity.com", + "bycdu.cam", + "steamcommunitmy.ru.com", + "steamcommumity.net", + "streamcommunily.me", + "stermmcomuniity.ru", + "azimovcase.tk", + "drop-nitro.com", + "stearamcomminnity.net", + "steampoewred.com", + "steanncommunily.com", + "steomconmunity.com", + "streamcummunity.ru.com", + "dsicord.gift", + "www.hdiscordapp.com", + "steasmpowered.com", + "steaemcomunity.com", + "gift-discord.online", + "tradeoff.space", + "steamcommunniity.net", + "dlscord-app.ru.com", + "steamcommunity.cn", + "rust.facepunchs.com", + "steamcommunnitey.com", + "steamcommunitity.com", + "rollgame.net.ru", + "www.steam-community.ru.com", + "robuxx.work", + "staemcoomuunity.xyz", + "steancammunlte.com", + "stiamcommunity.com", + "steamcommunlitly.ru", + "diskord.ru.com", + "discordsteam.com", + "steamcommuntiy.com", + "steamscommunitey.com", + "steancommunite.site", + "steawcommunity.net", + "stiamcomynity.com", + "steamcommunnity.ru", + "steamcomnunitiy.ru", + "case-magic.space", + "sleamcommunityy.me", + "steamscommunity.com", + "discorcl.ru.com", + "ggdrop1.net.ru", + "ssteampowered.com", + "discord.pp.ru", + "m.setampowered.com", + "stiemconnumity.xyz", + "steamcommunity.at", + "steam.comnunity.com", + "discord-halloween.com", + "discord-promo.info", + "steamcommunitywork.ml", + "kingofqueens2021.github.io", + "discord-stemdrop.me", + "stearncomnunily.com", + "discord-faq.com", + "steamcommunitly.me", + "steamcommiynitiy.net.ru", + "thor-case.net.ru", + "discordapp.ir", + "steamcomnmunity.com.ru", + "howls.monster", + "steamtradehome.xyz", + "stjeamconmunnitii.com", + "steemcomunity.me", + "streamccomunilty.com", + "disord.gift", + "discordtest.xyz", + "steamtradeoffer.net", + "navi-winners.org.ru", + "discords-hypesquads.com", + "steamcomnunityprofile.ru.com", + "discords-teams.com", + "steancommnnity.com", + "steammcommunety.com", + "sueamcommunity.com", + "gavenitro.com", + "disordgifts.com", + "free-nitro-sus.pages.dev", + "pubge21.xyz", + "steemcommunitry.com", + "steamcomunnitly.ru.com", + "discordsnitros.one", + "discorcd.gift", + "stearncommynity.ru.com", + "streamcrommunify.me", + "discordnitro.altervista.org", + "dlscord-gift.com", + "steamcommunityzdp.top", + "stearmcomrnunity.com", + "steam-csgogame.ru", + "discord-app.cc", + "sleamcommunlty.net", + "iscord.gift", + "discord-helpers.com", + "stleamcormunity.ru.com", + "stemcomnmuity.com", + "stteamcommunitty.com", + "steam-support.xyz", + "steamproxy.net", + "steamconnmuhity.com", + "discordsnitro.com", + "seancommunity.com", + "steamcomunnity.ru.com", + "steamccommunityy.ru", + "steamgiftcards.cf", + "steamcomrnlnuty.site", + "discord-apply.com", + "steamcomrmunnuity.ru.com", + "pubggift91.xyz", + "stermcommunity.ru.com", + "steamcommnuitty.com", + "luckydrop.site", + "cashy.monster", + "stearncommunytiyu.ru", + "steamconmunity.co", + "streamcommunttly.com", + "steampowder.com", + "discordtotal.com", + "riptideoperation.xyz", + "discord-app.gift", + "discord-info.com", + "steamcommnunitlu.com", + "steamcommnnunity.ru", + "steamcomnunuty.com", + "trustpool.xyz", + "come-nitro.com", + "streamcommunify.com", + "slreamcomunntiy.org", + "steamcommunihty.com", + "stearmcommnumity.com", + "discodapp.net", + "steamcommunillty.net.ru", + "streamcomunlty.net.ru", + "steancommunitytradeaffer.xyz", + "www.scwanmei.ru", + "stearncomynity.ru", + "steawncomnunity.ru", + "staemcomnuinty.ru", + "discorcl.fun", + "steamcommunutiy.com", + "diwcord.com", + "steamcomrninuty.link", + "steemcomnmunity.com", + "ww1.discordapp.org", + "freediskord-nitro.xyz", + "steanncomunity.com", + "discordgive.ru.com", + "discords-support.com", + "discvordapp.com", + "order-96.com", + "discord-get.ru", + "discorg.gg", + "steamconmumltu.com.ru", + "staemcommunily.ru.com", + "streamcomunnity.xyz", + "discordnitro.club", + "discordcdn.sa.com", + "steamcommunity.trade", + "www.steamcommunity.co", + "stemcoomnmuniity.com", + "marketsleam.xyz", + "steamccommyunity.com", + "steammcommunily.net.ru", + "steam4you.online", + "discord-gift.online", + "steamconunity.tk", + "facepunchskins.com", + "pubg.network", + "discordnitro.link", + "stjeamcomnuminiti.ru", + "steaamcamunity.com", + "steumcommunity.ru", + "dlscordglft.xyz", + "crosflah.online", + "pubggift97.xyz", + "riptidefree.ru", + "discord-verify.ru", + "loot.pp.ru", + "pubggf23.xyz", + "xpro.ws", + "stieamcommunitey.ru", + "steamcomunitu.ru", + "streamconunity.net.ru", + "discorcl.link", + "csgosteam-play.ru", + "steamccommunyty.ru", + "steamcomminytu.click", + "staemcommunlty.fun", + "steamcommunitytradeoffer.ru", + "discapp.info", + "steampowered.freeskins.ru.com", + "discordapp.help", + "steamgame-csgo.ru", + "drumairabubakar.com", + "steamcommunityzdd.top", + "steamcommuniiity.com", + "cllscordapp.fun", + "discordboost.net", + "discord-o.com", + "discord-accounts.ru", + "discordtts.com", + "discordapps.gifts", + "autumnbot.cloud", + "steam-offersgames.xyz", + "discordup.ru", + "discord-mega.xyz", + "dsctnitro.site", + "staemcommuntly.ru", + "discords-moderation.com", + "stemcommuniby.com", + "dlscordapps.com", + "disocrd.tk", + "steamcommunnity.net", + "steanconmunlty.ru", + "steamcommnutly.ru.com", + "steamcommunitytradeoffer.com", + "steamswap.xyz", + "steamcoomunlty.ru", + "steemcommuniry.com", + "sleam-trade.net.ru", + "steamcommunutuy.com", + "sleamcommunityprofiles76561199056426944.ru", + "sleamcornmunuity.me", + "discord-support.tech", + "giftsdiscord.ru", + "steamconmnmunity.ru", + "streamcommunicate.ru", + "streamcommnnutiy.com", + "pubgmobileuc2020free.cf", + "ezdiscord.xyz", + "steamcommunity.com.ru", + "streamcommunitry.ru", + "steamcommunityzda.top", + "sleamcommuniity.ru.com", + "steamcoomunlty.com", + "steamcommununty-con.ru", + "stemcommuniity.ru", + "steamcommunityzbq.top", + "stearncommumity.com", + "topvincere.net.ru", + "stemcommunitytrade.com", + "steemcommunllty.com", + "streamcomynity.ru.com", + "dicsords.ru", + "discordadpp.com", + "discorrdapp.com", + "beta.discorder.app", + "dlscord-app.net", + "pubgfreeeus.cf", + "disord.codes", + "onehave.xyz", + "discords.gifts", + "steamcomnunnlty.ru", + "dliscord-glft.ru.com", + "steemcommnnity.com", + "steanncomunitly.co", + "streamcoommuniity.xyz", + "steamcommunitycomtradeoffer.ru.com", + "discordnitrosteam.com", + "disocordapp.com", + "steamcomnnuty.ru", + "stearncommunlity.com", + "stieamcommuniity.com", + "stemcomunity.net", + "awirabigmoneyroll.xyz", + "discord.tw", + "dliscord.us", + "steamcommunity-nitrogeneral.ru", + "steamsourcecommunity.xyz", + "discord-nitrogift.ru", + "steanmconmunity.com", + "premium-discord.com", + "steamcomrnunity.com.ru", + "discord-give.pw", + "steamcommunety.ru", + "mychaelknight.com", + "setamcommunity.com", + "steamcommmunitty.site", + "disco3d.app", + "tik-team-topp.org.ru", + "gdiscord.com", + "discordq.com", + "steamcomminity.com", + "sleamcommunitu.net.ru", + "g2-esports.moscow", + "steamcommurlity.com", + "stearncommunivy.com", + "fortuneroll.tk", + "steamcommunifly.ru.com", + "steamcommyunity.com", + "stearmcommnity.com", + "disclrd.com", + "quick-cup.xyz", + "steamccommunity.ru.com", + "giveawaynitro.com", + "steamcommunitygifts.xyz", + "copyrightbusinessgroup.com", + "nav-s1.ru", + "magicrun.site", + "steamcommntiy.xyz", + "steanammunuty.ml", + "steanncommnunyti.com", + "sleamcomnunity.net.ru", + "discord-exploits.tk", + "steamconmunjty.com", + "stearncommuntty.com", + "robloxbing.com", + "steawmcomuunity.ru", + "steamcomunyti.com", + "discrd.gg", + "riptide-operation.ru.com", + "steampoeer.com", + "sleamcommunittyy.me", + "steamcommunieityi.com", + "steamcoomunitye.com", + "staempowered.xyz", + "fortnight.space", + "discod.fun", + "discordpp.com", + "diiscordapp.com", + "steamcommuniltiy.online", + "eslgaming-play.com", + "stemcommuunity.com.ru", + "nitrodiscord.org", + "streamcommnunilty.com", + "dlscorcl.info", + "sreamcommunity.org.ru", + "3ds-security.xyz", + "steancommnunlty.ru", + "mythicups.xyz", + "dIscord.net", + "streamcomunitry.com", + "stemcormmunlty.ru.com", + "robloxwheelspin.com", + "steamru.org", + "steanncomunitly.ru.com", + "stearncormunity.ru", + "streamcommunite.com", + "stemcommunjty.com", + "steamcomnnunity.co", + "steancomnunity.com", + "steamcommunity.rest", + "authnet.cf", + "discorcll.online", + "eslquickseries.com", + "stemacomunity.com", + "dscrd.club", + "discordiapp.fun", + "webr-roblox.com", + "steamnconmunity.ru.com", + "stearnconmumity.com", + "steamcomnunity.ru", + "steamrcommuniity.com", + "csgodirect.xyz", + "magifcrolrlc.xyz", + "steam-nltros.ru", + "streamcommuniunity.com", + "streancommumity.ru.com", + "steemcoommunity.com", + "steamcoommunllty.com", + "viwwzagul.xyz", + "steancomminity.com", + "ddiscord.com", + "slreamcommunntiy.org", + "steamconnuniitty.tk", + "discord-verif.ga", + "steamcommynitry.ru", + "nitrotypehack.club", + "reports.noodlesawp.ru", + "steeamcomuneety.com", + "steamcommunltyy.com", + "streamcommnuity.com", + "staemcommunety.com", + "dlscord-glft.pw", + "steampowwered.com", + "steam-play-csgo.ru", + "steamcomuniti.xyz", + "cs-dump.org.ru", + "steampewered.com", + "steamcronnmmuniry.me", + "steaamcommunnity.co", + "steamconynuyty.org.ru", + "discord-xnitro.com", + "steampowred.ru", + "free-dislcordnitrlos.ru", + "csrandom.monster", + "steaimcommuniity.com", + "steammcomunnity.com", + "discond.ru.com", + "steamcommuniry.com", + "discords.biz", + "discordnitro.cc", + "steamcommyniti.ru", + "big.org.ru", + "discord-hse.com", + "discordcheats.net", + "discordapp.pw", + "duiscord.com", + "disbored.com", + "discord.co.za", + "steamcornrnunity.com.ru", + "nitro-up.com", + "steamwcommunity.net", + "dscord.nl", + "discorde.xyz", + "steamcommunilty.buzz", + "steamcommunity.de", + "steamcommuniry.net.ru", + "steamcomnmufly.ru.com", + "streamecommuniity.com", + "ste.amcommunity.com", + "streamcommnunitly.com", + "gocsx8.ru", + "steamco.ru", + "steamcommnnity.net.ru", + "facerit.com", + "dscordapp.com", + "dlscord.store", + "steamnitros.ru", + "discordp.ml", + "www.disxcord.com", + "staemcommunility.com", + "xdiscord.com", + "discord-shop.fun", + "2023g.com", + "discords-nitroapp.xyz", + "csgorun.pro-login.ru", + "dlscord.cc", + "ww8.steamcommmunity.ru.com", + "steamconnunlty.com", + "steancommuuniliiy.ru.com", + "discord-cpp.com", + "discord-gift-nitro.site", + "discord-com-free.ru", + "stleamconmmunity.ru.com", + "steamtradeoffeer.com", + "get-nitro.net", + "stemecommunlty.com", + "disc0rd-app.ru.com", + "dfiscord.com", + "stearncommunlty.site", + "steamcomrnunity.xyz", + "stearncommunily.website", + "steamcamunnity.xyz", + "steanncomunitli.ru.com", + "divinegardens.xyx", + "steampowereed.com", + "cs-legend.xyz", + "discokrd.com", + "steamcommunytiy.tk", + "stemacommunity.net", + "sleamcommunnitu.com", + "steamcommunyti.com", + "steamstradecommunity.xyz", + "steencommunilty.com", + "streamcommunty.co", + "steacommunilty.ru.com", + "nitroairdrop.com", + "rustg1fts.online", + "pubgmobilespro.my.id", + "streamconnunitly.com", + "diisscord.club", + "sleamcommunytu.ru", + "csgogift45.xyz", + "natustop.net.ru", + "jjdiscord.com", + "mcdonalds-saudiarabia.com", + "discort.site", + "steamcoummunitiy.com", + "discourd.info", + "steamcommunnlity.ru", + "discordinfo.ru", + "stleamcommunity.net", + "streamcomrnunity.com", + "discordservice.com", + "stearncornrnunity.com", + "steanmcommunity.ru", + "steamrolls.net.ru", + "www.steamcommunity.de", + "steamunpowered.com", + "steamncommuinity.com", + "dlscord-app.info", + "steamcokmunity.com", + "dioscord.com", + "streamcommuniiley.net.ru", + "steamcommtity.com", + "sleamcommuntiny.ru", + "driscord.ru.com", + "affix-cup.link", + "discord-give.net", + "steamcomuntty.com", + "steamscommunity.pro", + "pubggift93.xyz", + "steamcoominuty.site", + "discorb.blog", + "fastdrop.win", + "discord-gift.us", + "okdiscord.com", + "steancommuniity.ru", + "sreamcommunty.com", + "discard.xyz", + "disconrd.com", + "s92673tu.beget.tech", + "freerobloxgenerator.tk", + "lan-pro.fun", + "steamcomumunty.com", + "discord-gifts.ru.com", + "steamcomrninuty.ru", + "steamcommninty.com", + "steancomnumlty.ru", + "yummy-nitro.com", + "stearmcommunity.one", + "discordrgift.com", + "luckygo.ru.com", + "dliscord-gift.ru.com", + "steamcommunity.steams.ga", + "steamcommumtiy.com", + "steampawared.club", + "steamcomnenity.ru.com", + "discordnitrogifts.pl", + "stenmcommunitly.ru.com", + "dirscordapp.com", + "robloxsecure.com", + "steamcomminytu.ru", + "freenitros.com", + "dicsord.ru", + "discoed.me", + "communitytradeoffer.com", + "steanmcommunity.com", + "steamsommunity.com", + "discord-nitro.eu", + "fang-operation.ru", + "linktrade.pp.ua", + "discord-nitro.gift", + "steamcommunlitily.ru.com", + "steamcommunilty.ru.com", + "discordapp.rip", + "steamcommunity.ru.net", + "steamcommunlitty.ru.com", + "ripetide.ru", + "steacommunty.ru", + "steamcommunity-profiles.ru.com", + "streamcommuiny.ru", + "hyper-tournament.xyz", + "steamcommunity-nitro.ru", + "streamcommunnty.me", + "streamcommunily.net", + "twitch.facepunchstudio.com", + "discord-up.ru", + "stearmcommrunity.com", + "steamcammuntiy.com", + "navination.site", + "buxquick.com", + "steamcommunityzdb.top", + "robux247.win", + "csgo-market.ru.com", + "steamcommunilty.it", + "dxiscord.com", + "steamkommunity.org.ru", + "streamconnmunity.com", + "duscord.com", + "steampoweredmarketing.com", + "discordgift.ru", + "steamcommunltu.com", + "lkdiscord.com", + "steancommumity.com", + "steamcomnnlty.com", + "streamcommunlty.net", + "steamcommunlte.ru", + "stearnmcommunnity.com", + "discordd.buzz", + "staemcomnumity.ru", + "discord-nitro.com", + "steamcommunirtly.ru.com", + "staerncornmunity.com", + "nacybersportvi.ru", + "steancomnunlty.ru", + "staeamconnunitly.online", + "steamcommnunylti.com", + "discoredapp.com", + "stjeamcomnunity.ru", + "steiamcommuinity.com", + "steamcommnity.store", + "discord-bot.com", + "streancommunity.ru.com", + "discordpromo.site", + "esl-proleague.net", + "navileague.xyz", + "streamcormmunity.ru.com", + "steeammcomunlty.com", + "streamcomunitly.com", + "streamcoumunnity.org", + "cashcsgo.ru", + "discord.family", + "nitro-app.com", + "streamcomunltyy.pp.ru", + "steamcommunitlu.com", + "discordnitro-gift.com", + "steamcommnunity.org.ru", + "pubggf31.xyz", + "101nitro.com", + "steampiwered.com", + "steamcomunitu.com", + "nitro-discord.fun", + "steamcommynitu.com", + "stemcormmunity.com", + "steamcommunittru.co", + "discoord.space", + "steamcommunitte.ru", + "stemcommuniity.com", + "steamconmunnitry.ru", + "djiscord.com", + "staemcommunity.ru", + "apps-discord.org", + "sleamconnunity.net", + "steamcoomminuty.site", + "discordcrasher.wtf", + "apps-nitro.com", + "stearnconrmunity.com", + "getcach.monster", + "stemcummunity.ru.com", + "steamcommunitu.com-profiles-mellenouz.trade", + "csgo-steam-game.ru", + "stealcommunity.com", + "steam-poweredoffers.xyz", + "steamcommunityzdt.top", + "steamcommunitl.net.ru", + "steamcommunity-source.xyz", + "staemcomrrunity.com", + "steamcomrrnunity.ru", + "disco.to", + "steamroll.org.ru", + "streamcomnullyty.org.ru", + "stearncomrninuty.ru", + "stearmcommunitly.ru", + "streamcomnumnity.ru.com", + "steamcommunillty.com", + "stemcommunitty.ru.com", + "robux-codes.ga", + "streamcomunltyy.org.ru", + "steamshensu.top", + "streamcoommunity.net", + "free-nitroi.ru", + "sleamcommuity.com", + "disxcord.com", + "discordgiftis.ru", + "stearncomrnunlty.site", + "csgift.fun", + "roblox.com.so", + "csgorun.pro-loginn.com", + "steancommuvity.com", + "steawmcommunity.net", + "discorsd.gifts", + "streamcommuniliey.net.ru", + "steemcommmunety.com", + "discord-halloween.ru.com", + "staemcommunlty.com", + "steamcommunrity.ru.com", + "stearncomrmunity.co", + "discord-egift.com", + "discord-airclrop.pw", + "gift-g2.ru", + "steampoweeed.com", + "steamcomnmunlty.com", + "discord.limited", + "stearncommnniity.ru", + "discordtokens2.repl.co", + "streamcommuniliiy.pp.ru", + "staemcoomnunty.ru", + "rustygift.site", + "discord-gifte.com", + "discords-hypesquad.com", + "stemcommunitty.com", + "luckyiwin.ml", + "steacommunity.com", + "discord-hype.com", + "dlscord-nitro.fun", + "sp708431.sitebeat.site", + "steancommumlty.com", + "steamchinacsgo.ru", + "en-roblox.com", + "nitro-airdrop.org", + "steamcomnuntty.ru.com", + "steamscomnunity.com", + "steancommuiniliy.ru.com", + "steemcommuunity.com", + "luckygo.ru", + "stearncommunrty.com", + "stearmcommunitty.ru.com", + "steamcommunity-xpubg.xyz", + "discordgif.com", + "robuxfree.us", + "steanconmnuity.com", + "steamcommunietiy.com", + "navi-drop2020.com", + "streamcommunication.com", + "www.shopy-nitro.tk", + "steamcomminuty.click", + "streamnconmunity.ru", + "sleamcommuunity.com", + "discordd.gift", + "eslplayworlds.com", + "stoacommunity.codes", + "steamcammunity.top", + "cteamcamnynity67823535672.xyz", + "stemcommunnity.com.ru", + "steamcommunlity.net", + "sternmcornnunity.com", + "navi-skins.org.ru", + "staemcommuniunity.com", + "steamcommunitiycom.ru", + "steamcomnunnity.net", + "fiscord.com", + "streamcommuntly.pp.ru", + "sleamcommunity.pp.ru", + "staemcoomuunity.ru", + "csgo-battle.ru", + "tournament.ru.com", + "steamcommunlty.biz", + "steamcommuity.ru", + "stearmcammunity.com", + "exaltedbot.xyz", + "steamcommnunitu.com", + "discord.eu", + "csgo-run.site", + "steammcomunity.ru", + "discordsteam.ru", + "discor.me", + "steampowered.tw", + "sleamcommunty.com", + "steamcommmuiniity.ru", + "esportgift.ru", + "discordcommunlty.com", + "discord-app.us", + "steamcommunliu.com", + "pubggift96.xyz", + "steamcommunity-gifts.xyz", + "discond-nitro.ru", + "stieamconnmunity.com", + "dlscocrd.com", + "steaamcommunnity.com", + "discord.org.ru", + "trade.ru.com", + "steamcornmunyti.ru", + "dlscordapp.info", + "disocrd.co", + "discord.online", + "dragonary-giveaway.info", + "stearncommuntity.com", + "sleamcommuniry.ru", + "steamid.ru", + "steamcomuniti.com", + "stermcommunnitty.ru", + "discord-tech.com", + "steam-communiity.ru", + "secure-instagram.ru", + "steemacommunity.com", + "steamcrommunlty.me", + "discocrd-nitro.com", + "jokedrop.ru", + "discord-nitro.cloud", + "dlscord.info", + "stearnconmunity.me", + "steamcommunlky.net.ru", + "steanconmunitly.ru", + "bitcoingenerator.cash", + "steamcommnunlty.xyz", + "discordaepp.com", + "steaimcoimmunity.com", + "steamcommynitu.ru", + "discord-hypesquade.com", + "skinroll.ru", + "steampoweredexchanges.xyz", + "steeamcommmunety.com", + "discord-nitro-free.ml", + "steamcommlnuty.com", + "listycommunity.ru", + "streamcomnullyty.net.ru", + "streamcommumity.ru.com", + "steamcomnumity.xyz", + "robuxfiends.com", + "streamcomuniitty.ru.com", + "discord-stat.com", + "steancommiunity.com", + "natus-open.org.ru", + "streamcormnmunity.ru.com", + "discordnltro.com", + "natus-vincere.ru", + "steamcommunitiyu.com", + "www.steamommunity.com", + "twitch.facepunch-llc.com", + "discordapp.co.uk", + "discordbothost.com", + "steamcommunityid.ru", + "stearncommiuty.co", + "streamcommuniliiey.pp.ru", + "steamcommunitlly.com", + "discord-get.click", + "steampowerred.com", + "straemcummonity.com", + "stearncomnumity.com", + "stearncomrnunitly.xyz", + "witch.tv", + "steamtrades-home.xyz", + "steamcommnunmity.com", + "steanmncomnunity.com", + "stearamcomnunitu.xyz", + "staemcommunnity.com", + "staemcommunty.ru", + "steamcommnutry.com", + "streamcommunitu.com", + "operationbroken.xyz", + "steancommunuty.com", + "discordgift.info", + "steamcommnuitly.com", + "discord-app.uk", + "ssteamcommunitry.com", + "steamconmiunity.ru", + "discord.marketing", + "steamcommunity-com.xyz", + "staemcommunulty.ru", + "steanmcomnunitiy.com", + "pandemidestekpaket.cf", + "stemcomuniti.ru", + "steamcommuitliy.com", + "steanncommunlty.com", + "steamcormmunity.com", + "discordgifts.ru", + "csgogf07.xyz", + "steamcommunity-tradeoffer.ru.com", + "streamcommuniuty.ru.com", + "streamcornnunitly.co", + "discord-list.cf", + "discord-app.io", + "steancoomunnity.com", + "steamcommuunity.ru.com", + "steamconmnunuty.ru.com", + "discorddaapp.com", + "sieamcommunity.org.ru", + "discords-nitro.xyz", + "prajyoth.me", + "steamconnunity.com", + "steamrccommunity.com", + "steamconmunuty.ru", + "rewardbuddy.me", + "quickrobux.net", + "steamcommuniteypowered.com", + "discorcl.ga", + "loot-item.xyz", + "steamcommynitu.ru.com", + "steamconmunitty.com", + "gameb-platform.com", + "freespoty.com", + "steaimcommunytiu.com", + "stemcomnunyti.ru.com", + "steamecommunitiy.com", + "steemcoomuntiy.ru", + "discosrd.com", + "steamcoommunety.com", + "steamoowered.com", + "steamcommunityc.ru", + "dlscord-app.ru", + "steamncommunity.xyz", + "disord.gifts", + "steam-announcements1.xyz", + "steamcornmunite.com", + "discord-nltro.ru", + "discordjs.tech", + "streamcomnultyy.org.ru", + "steamcammnuity.com", + "straemcommonlity.com", + "discordsub.com", + "discord-app.gifts", + "steaamcommunity.club", + "robloxxhacks.co", + "steamcommuity.com", + "steamcammuniety.com", + "steemcomunnity.com", + "sleamcomnnuniliy.site", + "dicsord.pw", + "stearnconmuntiy.ru", + "steeamcommunlity.ru", + "steamcommynity.icu", + "streancommunitiy.net.ru", + "dlscord-boost.fun", + "steampowored.com", + "navi-drop.net", + "discord-game.com", + "astresports.xyz", + "discordf.gift", + "dlscordnitro.store", + "steamcorrmunity.com", + "dlscordnitro.ru", + "stammcommunity.com", + "magik-dr0p.fun", + "sleamcoommunlilty.com", + "steamrolls.pp.ru", + "streancommunuty.ru", + "sleamcommunitu.ru", + "disocrd.codes", + "dlscord-app.com", + "dlscord-alirdrop.com", + "csgo-cyber.link", + "steamcommunllity.ru.com", + "steamcomminuly.ru", + "natus-lootbox.org.ru", + "steamcommutiny.xyz", + "key-dr0p.com", + "steemcammunlty.com", + "luckyfast.ru", + "2022yg.com", + "stearncommutiny.ru", + "price-claim.xyz", + "indereyn.ru.com", + "dlscord.blog", + "discorddrop.com", + "rust-charge.com", + "teamfnattic.org.ru", + "pubggf26.xyz", + "steamdlscords.com", + "dlscord.tech", + "steamconmnunity.ru", + "ww16.discordcanary.com", + "clove-nitro.com", + "discord-moderator.com", + "stemcoommunity.com", + "seancommunlty.ru", + "discord-halloween.link", + "steeammcomunity.com", + "gift-nitro.store", + "streamcomunily.net.ru", + "steancommuniiity.com", + "discordbagequiz.cf", + "steancommuity.ru", + "discorrd.com", + "cash.org.ru", + "stemcomminity.com", + "csgosteamcom.ru", + "streamcommuunniity.com", + "official-nitro.fun", + "steamsoftware.info", + "gamzgss-top.org.ru", + "streamcommunuitty.com", + "streamcomuniity.cf", + "steamconmnmnunity.ru", + "top-team.org.ru", + "discordsnitro.store", + "discord-giveaway.com", + "stemcomnnmunity.com", + "keydorp.me", + "steamcommnmunity.ru", + "stearnpowered.xyz", + "steamcommunity-trade.xyz", + "dlscard.ru", + "counterbase.ru.com", + "dicsord.gifts", + "dwaynejon.xyz", + "nitro.gift", + "steamcomnmuunity.ru.com", + "streamcommunliy.com", + "discord-apps.ru", + "steamcomminuty.repl.co", + "steamdocs.xyz", + "cyberegocscom.ru", + "verifyaccount-for-bluetick.com", + "sleamcommunity.me", + "steamcomnunllty.com", + "dciscord.com", + "steamcommunitie.ru", + "steamcommunity.net.in", + "csgosteam-game.ru", + "steamstoretrade1.xyz", + "steemcommuntiy.ru", + "steamcodesgen.com", + "discord-app.shop", + "pubggf15.xyz", + "steamcommunitfy.com", + "discordl.pw", + "steamgame-trade.xyz", + "g-games.store", + "stieamcommunitiy.com", + "stemcommunniity.com", + "steam-officialtrade.xyz", + "stjeamcoimmunity.com", + "www.freefireclaim.club", + "discord-nitro.net", + "pubggf38.xyz", + "discordglft.com", + "steeamcommmunity.com", + "steamcomminulty.ru", + "steam-tradeoffer.com", + "discord-halloween.ru", + "discor.gg", + "steamcommnity.ru", + "steamcommunityw.net.ru", + "streamcommuniliiy.org.ru", + "steamcommunlty.top", + "steanconmumity.com", + "halitaoz.cam", + "steampcwered.com", + "steam-poweredtrades.xyz", + "keysdropes.com", + "twitch-starter.com", + "dlscords.site", + "dlscordapp.pw", + "getnitrogen.org", + "streamcomnunitly.ru", + "stemconmmunity.com", + "steamnltro.com", + "csgotournaments.cf", + "stemcomnmunnity.com", + "magnavirollz.xyz", + "staemcommintu.ru", + "streamcoumunniity.org", + "steanmcomumnity.xyz", + "navi-freeskins.com", + "discordfrnitro.site", + "steaamcomunity.net", + "steamcoomunlty.net", + "steamcommunutty.ru", + "stayempowered.org", + "steeamcommunlty.com", + "staemcummunity.ru.com", + "www.steamcommunity.ca", + "stemcoomnmunity.com", + "steammcommuunityy.ru.com", + "discrordapp.com", + "pubggift99.xyz", + "streamcommuniuty.store", + "staemcommunitiy.com", + "stearncomrnunitly.site", + "discord-load.ru", + "steamcommunlty.info", + "stearncommunlty.ru", + "steamcammuinity.com", + "staemcrornmmunity.com.profiles-75921098086.me", + "stemcommunilty.ru", + "givaewey.com", + "sleamconmunity.xyz", + "csgocj-steam.work", + "discocrdapp.com", + "steampoweread.com", + "discord-nudes.live", + "discord-nitro.su", + "steamnitros.com", + "cs-dark.org.ru", + "robux.claimgifts.shop", + "steamcommunily.buzz", + "discorcl.info", + "steamnconmunity.com", + "discord-click.shop", + "navi-lzx.ru", + "free-niltross.ru", + "dsiscord.com", + "strearncomuniity.ru.com", + "dicordgift.ru.com", + "nitrlooss-free.ru", + "steamecommunity.pp.ua", + "discorcl.shop", + "steamcomrnunity.site", + "stleancommunity.ru", + "gocups.ru", + "stleamcormmunity.ru.com", + "magic-delfy.net.ru", + "steacomnmunity.com", + "blustcoin.com", + "discor.link", + "discordlapp.fun", + "mcdonaldsau.info", + "discxordapp.com", + "beast-winer.ru", + "steamcomunnuity.com", + "steamcomunety.ru", + "steamcommiuinity.com", + "dscord-generaot.store", + "dicsordnitro.info", + "discordqpp.com", + "streamcommuniy.ru", + "steamcommunityshop.com", + "steamcomnmnuty.ru", + "stiamcammunieti.com", + "steamhometrades.xyz", + "www.robux.claimgifts.shop", + "steamcammunitey.com", + "discord.cm", + "dlscord.art", + "stemcommunity.ru.com", + "fasttake.space", + "steampowerwd.com", + "robuux1.club", + "trade-leagues.com", + "stearncornminuty.com", + "steamcommunityzdq.top", + "power-sk1n.net.ru", + "discordappi.fun", + "dicsocrd.com", + "steampowerdwallet.com", + "discord-nitro.club", + "discord-information.ru", + "steamsnitro.ru", + "steancommuniti.com.ru", + "sdiscord.com", + "facepunch-twitch.com", + "sleamcomnumity.com", + "discord-sup.com", + "steacommunnity.com", + "stemcommounity.ru.com", + "steammatily.ru", + "stuamcommunity.com", + "steamccomunnity.ru.com", + "discordgift.com", + "discordgifts.com", + "app-nitro.com", + "stemcommlunity.com", + "stemcommuniti.ru", + "steamcommunittrade.xyz", + "sleamconmumity.com", + "steacmommunity.com", + "discordnitro.click", + "steamcommnuntiy.com", + "steamscommunity.ru", + "steamcomnmutly.ru.com", + "slreamcomunity.ru", + "steamcommenity.ru", + "discofd.com", + "tradeoffers.net.ru", + "stearncorrmunity.com", + "steeamcommunity.ru.com", + "sleamcomminity.ru", + "streamcommiumity.com", + "discordsite.repl.co", + "steamcornminuty.com", + "steamcommunity.support", + "microsup.net", + "csgogame-steam.ru", + "discurd.js.org", + "sleamcomnunily.ru", + "streamcormmyniity.ru.com", + "haste.monster", + "discord-gifts.site", + "steamcomminutiu.ru", + "riptide-operations.ru", + "steaamcommmunity.com", + "dlscord-inventory.fun", + "discrod.gg", + "dicrod.com", + "steamcomnunlty.ru.com", + "farestonpw.ru.com", + "cave-nitro.com", + "discords-app.com", + "csgogf01.xyz", + "steamcommnuninty.ru.com", + "steampwoered.com", + "discordnitro.space", + "steam-nitros.com", + "steamecommunity.org", + "stemcommunitytraade.xyz", + "discordalt5.repl.co", + "sleamscommunity.com", + "freeinstagramfollowersonline.com", + "streamcommuniley.net.ru", + "csgowans.ru", + "steam-community.xyz", + "discord-com-free.online", + "steanmcommuniuty.ru.com", + "steancommynity.org.ru", + "discrod-nitro.info", + "streamcomnunity.site", + "csgogf05.xyz", + "humnchck.co", + "natus-spot.pp.ru", + "promo-codes.world", + "aucryptohubs.com", + "getskins.monster", + "staemcornmuntiy.ru", + "tacelt.com", + "sleamconnunity.net.ru", + "streamcommunly.net", + "astralisgift.fun", + "dicoapp.pro", + "steemcommunty.ru", + "steamcomminity.ru.com", + "stermcomunniity.ru", + "sterampowered.com", + "dlscord.team", + "discord-give.com", + "dlscordsglfts.xyz", + "steamcomnunlity.com", + "gamepromo.net.ru", + "stearncomnunity.com", + "discord-games.cf", + "rustg1ft.com", + "sterncommunilty.site", + "dlscorcl.ru.com", + "discordnitrofree.xyz", + "sleamcommunituy.com", + "up-nitro.com", + "streancommuniity.ru.com", + "discord-nitro-free.xyz", + "steamcommuniry.ru", + "shib.events", + "freefireclaim.club", + "steanconmunitiy.co", + "streamcommuninnuity.com", + "steaemcamunity.xyz", + "steamcommuty.com", + "steamcomminytiu.com", + "discord-drop.xyz", + "steamcomnunllty.net", + "discordstaff.xyz", + "steamcommunltiy.club", + "steamcomminty.ru", + "steamunlocked.online", + "stemcomnnmunnity.com", + "fulldiscord.com", + "steamcommuniltly.com", + "steampowere.com", + "aoeah.promo-codes.world", + "discard.gg", + "roblox-robux.de", + "www.robuxat.com", + "steamcomnuiti.xyz", + "steemcommunity.co", + "discordappp.com", + "stemcomnmununity.com", + "stleaamcommunity.com", + "disord.co", + "sleamcommuintiy.ru.com", + "discordapp.vercel.app", + "steancommnuitty.com", + "discordgivenitro.ru.com", + "streamcommuntly.com", + "steamcommunityoff.com", + "discords-gift.com", + "steancommueniliy.ru.com", + "new-collects.xyz", + "csgo-store-steam.ru", + "cyber-csgo.space", + "roblox-porn.com", + "stoemcommunity.com", + "steamconmunity.com.ru", + "steamcommnunty.ru", + "riptide-gaming.ru", + "steamcommunitlly.net", + "styeampowerd.com", + "app-discord.com", + "services.runescape.rs-tt.xyz", + "steamcommnity.com", + "roblox.help", + "esportsfast.pp.ua", + "steamcommuinty.com.ru", + "stleamcommiynitu.ru", + "discorcl-app.ru", + "staemcornmunity.ru.com", + "steampowers.org", + "steamcommunuty.buzz", + "steamedpowered.com", + "steamcomnuntiy.com", + "steamtradesofer.com", + "discord-promotions.com", + "steemcommunily.ru.com", + "steammcommunnity.ru", + "streamcommnunity.ru", + "stleamcommuniity.com", + "steancommunity.net.ru", + "steamcomnunnirty.ru", + "stearmcommnunnity.org", + "steemurl.com", + "steemcommunityy.com", + "steamdesksupport.com", + "discord-giftef.xyz", + "streamcomnunely.com", + "discrdapp.cf", + "up-discord.ru", + "streamcommunitty.ru.com", + "steamcomunity.ru", + "pltw.com", + "steancomnumity.com", + "steamcomynity.ru", + "steancommuuity.com", + "steamconnnnunity.org.ru", + "steamcomunyiti.ru.com", + "disckordapp.com", + "steamcommunyty.xyz", + "discorld.com", + "steamcommuntyy.ru", + "www.ezdrp.ru", + "steamcomnulty.com", + "discordapp.ru.com", + "steancommunyti.com", + "steamsdiscord.com", + "steamcomnunilty.com", + "stleamconnunlty-tyztradeoffernewpartnhr15902271.xyz", + "2discord.ru", + "steamcornmunily.ru", + "steamcommuinuity.com", + "www.discordappporn.chat", + "staemcommmunity.com", + "discordapp.biz", + "dsnitro.xyz", + "steammatily.online", + "nawigiveavay.xyz", + "steamscommmunity.com", + "boosted-nitro.com", + "steamstore.map2.ssl.hwcdn.net", + "rien.xyz", + "key-drcp.com", + "dlscordapp.ru", + "sieamcommunity.net.ru", + "steampowered-swap.xyz", + "steanconmunuty.ru", + "streammcomunittty.ru", + "discordtotal.net", + "stepmscononnity.com", + "stearncornmunity.ru.com", + "discord-give.xyz", + "discordapplication.com", + "streamcoommunity.xyz", + "dizcord.app", + "navigg.org.ru", + "steamnconnmunity.com", + "steancommuineliy.ru.com", + "output-nitro.com", + "steamcormrunity.com", + "steamcommuniyt.com", + "diacordapp.com", + "discord.ru.net", + "discsord.com", + "steemcomrnunity.com", + "steamicommunnity.com", + "dijscord.com", + "steamcammuniti.ru", + "streamcomlutitly.me", + "stemcommunnity.com", + "streamconnunity.net.ru", + "steeamcomunlty.ru", + "steamcommunlty.site", + "stleamcomunity.com", + "steamcommiunitiy.pp.ru", + "zipsetgo.com", + "streancomunnitiy.com", + "steamncomunity.com", + "konicpirg.com", + "steamcornrnuity.com", + "steamzcommunity.com", + "stearncomrnunity.store", + "steaimcomminnity.ru", + "dlscord-nitro.info", + "steamcommunty.ru.com", + "steamcommnunlty.com", + "freenitroi.ru", + "discord-airdrop.me", + "stearncomminuty.ru.com", + "steamecomunity.com.ru", + "skins.pp.ru", + "steancommnulty.com", + "steeamcommunity.ml", + "stream-conmunlty.ru", + "steancomnunyti.ru.com", + "csgo-st.ru", + "discorfd.com", + "steamcomunytiu.com", + "streamcomminuty.pw", + "steamescommunity.com", + "discord-informations.ru", + "steamcommunty.buzz", + "steamcommunity.co", + "stleamcommunity.com", + "steamcommuntiv.com", + "steamcomuniety.ru", + "game-csgo-steam.ru", + "steamdommunity.com", + "sleamcomnnunily.site", + "discord-steam.site", + "g1veaway-nav1.site", + "sueamconmunity.com", + "discord-nitro.website", + "steaamconnmunlty.com", + "streamcommuinity.com", + "streamcommumnity.com", + "discord-app.me", + "stemcomunitiy.com", + "stearncommunitey.ru", + "cs-incursed.xyz", + "stemcommununity.com", + "stearmmcomuunity.ru", + "facepunch-gifts.org.ru", + "discord-give.org", + "airdrop-nitro.com", + "streamcommunityi.ru", + "steamcoummunity.com", + "streamcomuniity.com", + "steamcommyuinity.net.ru", + "nitro-give.site", + "steamcommiunity.ru", + "steamwalletbd.com", + "steamcommmunnity.com", + "streamcomuniity.net", + "staemcomumity.com", + "steamecommunlty.com", + "discord-boost.ru", + "steampowerd.com", + "navi-hawai.net.ru", + "truepnl-giveaway.info", + "st-csgo.ru", + "steamcommunity.biz", + "discordspp.com", + "streamcomrnunity.ru", + "steancommunyti.ru.com", + "fnatic-time.ru", + "steaamcomunity.ru.com", + "blox.land", + "disccor.com", + "steamconnumity.ru.com", + "discord-airdop.link", + "get-gamesroll.xyz", + "discordme.me", + "steamcomuniti.ru", + "dliscrd.one", + "discord-tester.com", + "steamcommunyty.com", + "sleamcommyunity.com", + "dicsord-hypesquads.com", + "sreamcommuniity.com", + "streamcomunity.org", + "robux4sex.tk", + "dlscord.space", + "stemcamnunity.com", + "dlcsorcl.com", + "myrolls.monster", + "dlscord.ru.com", + "streamcommuniley.net", + "discord-nitr0gift.fun", + "steammcomunlty.ru", + "stearncornrnnity.ru.com", + "steqmpowered.com", + "streamcormmunnity.ru.com", + "steamworkspace.com", + "steam-tradestore1.xyz", + "itemcloud.one", + "ds-nitro.com", + "discrdspp.com", + "discord-bot.ru", + "streamcomnultyy.net.ru", + "steamcommunity.site", + "pubggift94.xyz", + "steamcommunlite.com", + "rip-tide.ru", + "steamcommunnty.ru", + "disocrd.me", + "disrcord.com", + "steambrowser.xyz", + "rust-gitfs.ru", + "discord-hypes.com", + "discordnitrogift.com", + "www.steamcamunity.com", + "discord-gift-free-nitro.tk", + "streeamcommunuti.ru", + "stemcomnmnnunity.com", + "dicsord.gg", + "stearncommunitey.com", + "stermconmmunity.com", + "sleamcomunitly.co", + "steampowaered.com", + "steamcornmynity.ru", + "stearncommuniity.ru", + "steamcomnnunty.ru", + "dlscord-support.com", + "steamcommuniti.ru.com", + "stemcommunlty.space", + "streamcomulty.org.ru", + "natus-win.net.ru", + "gamesfree.org.ru", + "steanconmunlty.com", + "disc0rd.xyz", + "discordacc2.repl.co", + "steancommurily.xyz", + "steampowoereid.com", + "dicord.space", + "www.creditscpfree.website", + "steamcomnumilty.com", + "streamcomnunitiy.ru", + "justcause.fun", + "counterstrik.xyz", + "sterncommunilty.ru.com", + "steamcomuunity.com", + "steamhelp.net", + "discordlist.repl.co", + "discord.com.tw", + "steampowed.com", + "discordapps.gift", + "steamcommunhity.com", + "stearncommrunity.com", + "dominospizza-nl.com", + "discord-nitro.tk", + "steamcommunnlty.com.ru", + "roblox.free.robux.page", + "discords.us", + "www.discord.pt", + "steamcomunitly.ru", + "steamcoommunuity.com", + "stearncommunlty.store", + "discord-premium.com", + "staemcammynlty.ru", + "discord4nitro.com", + "discordappporn.chat", + "streamcommunnitty.com", + "nitropussy.com", + "steamcmunity.com", + "steamocmmunity.me", + "steamncommunity.pp.ru", + "steancommuniti.site", + "discordlogin.com", + "stearncommunyti.ru", + "discord-promo.com", + "stearncomnunity.org", + "streamcomunlty.org.ru", + "rust-giveaways.xyz", + "tini.best", + "stearncommunity.click", + "sleamcommuniity.me", + "streemcommunhity.org.ru", + "streamcommmunity.com", + "steamcommunitytredeoffer.com", + "steamcomunillty.ru.com", + "streancommuniliy.ru.com", + "giveweay.com", + "streamcommulinty.com", + "freenltro.ru", + "imvu37.blogspot.com", + "steamcommunly.net.ru", + "steumcommunity.com", + "steamcommunetu.com", + "steancommunilty.com", + "claim.robuxat.com", + "discorcl-boost.ru", + "discordsearch.co", + "steamgames.net.ru", + "steemcomunity.pp.ru", + "stieamcommuinity.com", + "premium-discords.com", + "discord-spooky.ru", + "steamcommuniitu.site", + "steamcommunytitradeoffer.com", + "stheamcommnitiy.ru", + "csgo-storesteam.ru", + "giftsdiscord.fun", + "facepunch-llc.com", + "steam-storetrade.xyz", + "stemcomnmounity.com", + "discord-promo.xyz", + "www.discord-nitro.ru.com", + "stearncornmunity.net", + "dlscorldnitro.store", + "stearncornrnunity.ru.com", + "steamcomnunity.net", + "discordnitro9.repl.co", + "joewfpwg.ru", + "discorcd.site", + "discordnitro.com", + "steamcornmunify.ru.com", + "stearncommmnuity.xyz", + "staermnconnumti.com", + "discord-nitro.online", + "steamcommunirty.com", + "game-steam-csgo.ru", + "topw-gamez.xyz", + "stemcommunlty.ru.com", + "steam-cammuneti.com", + "order-78.com", + "sleamcoomunity.com", + "stearncornmunitiy.com", + "sleamcomunuty.ru", + "steamcannunlty.com", + "dlscord-alirdrop.site", + "discord-gifts.shop", + "comdiscord.com", + "discord.world", + "discord-nltro.info", + "dicsord-nitro.ru", + "steamwalletcodes.net", + "staamcommunity.com", + "steamcammunuty.com", + "app-discord.ru", + "discord-njtro.store", + "steamcomminuty-offer.ru.com", + "steamscommynitu.co", + "key-dr0b.com", + "gift-discord.shop", + "maggicdrop.xyz", + "steamcommunit.org.ru", + "streamcommuninllty.com", + "dzscord.js.org", + "encesports.xyz", + "viwwzagulw.xyz", + "steampowererd.com", + "steancomnnunity.com", + "discord.co.com", + "sleamcommuntiy.com", + "roll-gift.fun", + "discordsteams.com", + "robloxs.land", + "discrod-glfts.com", + "sleamcummunity.me", + "steannconnnunity.com", + "streamcommunit.ru.com", + "stearncommumitly.com", + "steacomnunity.ru.com", + "steamdomain.online", + "steampoweredpoetry.com", + "steampoweredcinema.com", + "discordgifts.ru.com", + "steamconnunitiy.com", + "steancommunety.com", + "streamconmunity.com", + "steacommnunity.com", + "boxgolg.club", + "discord-drops.ru", + "steampoweredcommunity.com", + "steamcommunty.net", + "steancommuhity.com", + "streamcomnnunity.xyz", + "steam-tradestore.xyz", + "pubgmobile737373.ml", + "steam-hype.com", + "stearncomrrunity.com", + "csgosteamgo.ru", + "steamcominuty.ru", + "streomcommunuty.com", + "stearncommninuty.com", + "steamcommynity.space", + "sleamcomnunity.xyz", + "discorcl-give.site", + "pubggf24.xyz", + "ssteamcommunity.ru.com", + "steemcommunnity.net", + "discords-moderator.com", + "steamc0mmunity.com", + "discordgift.app", + "rust-award.com", + "steancommunily.ru", + "discordxsteam.com", + "steancomrnunuty.ru", + "steamcommuntity.ru.com", + "staemcommunity.com.ru", + "discord-app.co", + "dicsord-give.com", + "steam-servicedeals1.xyz", + "streamcommunitly.net", + "steamcommuniety.com", + "stemcomnunity.ru.com", + "dlscordgift.com", + "stearncommnnity.co.uk", + "discord.cn.com", + "steamcomuunity.ru.com", + "tipteamgg.xyz", + "steamcommhnity.com", + "disocrd.org", + "dlscord.in", + "styamcommunity.com", + "realskins.xyz", + "discordnitro.fun", + "nitro-app.fun", + "steamcommunirty.ru.com", + "verification-discord.com", + "discord-stuff.com", + "steam-powered-games.com", + "strempowered.com", + "xess-nitro.com", + "steamcomnunity.site", + "steemcammunlly.com", + "steam-community1.xyz", + "epicgamesnitro.com", + "steanncommunitv.com", + "stemcoomnnunity.com", + "discord-event.com", + "steamcoomunity-nitro.site", + "staempawered.xyz", + "steancommunnuly.me", + "steamnltros.com", + "www.streamcommunity.ru.com", + "steamgivenitro.com", + "stieamcommunity.pp.ru", + "staemcommunty.com", + "steamcormmmunity.com", + "store-streampowered.me", + "staemcomnunity.fun", + "skins-navi.pp.ru", + "stteamcommunity.net", + "giftsdiscord.online", + "stimcommunlty.ru", + "steam-offer.com", + "steamcomminyti.ru", + "steampowered.org", + "steeamcommunyti.com", + "streawcommunity.xyz", + "robuxhelps.com", + "riptide-operation.xyz", + "steancomuunity.com", + "natus-open.net.ru", + "steam-power1.xyz", + "discord.si", + "sleamcommunity.org", + "streamcommuunnity.com", + "robfan.work", + "diszcord.com", + "staemcommuntiy.ru", + "steamcommunity.ca", + "magnavirolls.xyz", + "streampowereed.com", + "steamunlocked.pro", + "discord-air.xyz", + "fowephwo.ru", + "prajyoth-reddy-mothi.github.io", + "discord-app.xyz", + "stemcommuinty.ru", + "steamcommrnunity.com", + "natusspot.pp.ru", + "diskord.org.ru", + "discordapp.us", + "stearncornmrunity.ru.com", + "httpdlscordnitro.ru.com", + "redirectednet.xyz", + "freedrop0.xyz", + "disccrd.gifts", + "steammcommunity.com", + "stemcommunlty.com", + "csskins.space", + "into-nitro.com", + "glft-discord.com", + "discold.online", + "vbucksminer.ru", + "steamcomiynuytiy.net.ru", + "steamcomrunily.com", + "operation-riptide.ru.com", + "dirscord-gift.ru", + "cs-navigiveaway.ru", + "steamcommunitysource1.xyz", + "streaemcrommunlty.com.ru", + "discorcrd.gift", + "steamcoomunjty.com", + "discord-giftes.com", + "discord-free.com", + "stleamcomnunity.ru.com", + "sleamcomnnunitiy.ru", + "sreampowered.com", + "stearncommunite.com", + "discord-club.ru", + "swapskins.ga", + "s1cases.site", + "www.freerobloxgenerator.tk", + "der-csgo.ru", + "streamcomnuniity.com", + "disccord.ru.com", + "discord-halloween.me", + "steamcommunili.xyz", + "steancommrnity.com", + "discpordapp.com", + "myccgo.xyz", + "navi-freedrop.xyz", + "faceit-premium.com", + "dlscord.gg", + "hope-nitro.com", + "discord.promo", + "wyxy.ru", + "steawmcomnunnity.ru", + "steancommuntly.com", + "pubggf22.xyz", + "streamcormmunity.com", + "discord-app.net", + "pubgmobile365.com", + "csgo4cases.fun", + "riptide-cs.ru", + "steamcoomunnity.com", + "pubggift98.xyz", + "streamcommnnuity.com", + "steamcommunity.pl", + "freenitro.ru", + "steemcammunllty.com", + "rbux88go.com", + "steamcomnumnity.com", + "steamcomnunity.org.ru", + "steamcommunithy.com", + "discond-njtro.tech", + "stleamcommuniity.net", + "steamcomnnunlty.ru", + "myrollz.com", + "ste-trade.ru.com", + "discord-app.click", + "discrd.co", + "staemcomunity.com", + "bysellers.xyz", + "steamommunity.com", + "steamtradestore.xyz", + "steanncammunlte.ru", + "pubggf33.xyz", + "steamcommunrinty.ru.com", + "promo-discord.com", + "discordaop.com", + "cpp-discord.com", + "steamcommunety.com", + "steamcommumity.biz", + "discordapplication.xyz", + "steamcommunite.com", + "steamcommunitypubg.com", + "steamcomnnunilty.com", + "discord-airnitro.xyz", + "steamnitro.com", + "staemcoommunty.ru", + "rewardspremium-nitro.gq", + "steamcommulty.ru", + "keydropp.one", + "streamcommmumnity.ru.com", + "steamcomunity.com", + "stemcomnmuunity.com", + "sterncommynuty.ru", + "steampowered-offers.xyz", + "discordgiveaway.fun", + "prefix.net.ru", + "streamcommounity.com", + "steamcommuniuity.com", + "store.stempowerd.com", + "discordsex.live", + "diuscordapp.com", + "steamcommuninthy.com", + "steamcommynity.ru", + "drop.net.ru", + "stearncornmunitly.com", + "steamcsgo-play.ru", + "steamcommuhuity.com", + "steamcomonity.com", + "steancommuniity.fun", + "steamnconmunity.work", + "steam-nitro.ru", + "beast-cup.ru", + "dlscord-hypesquad.com", + "stearncomnunitu.ru", + "steamtradecommunity.fun", + "steancomrnunitiy.com", + "pubggf19.xyz", + "steamcornmnuity.com", + "steapowered.com", + "stemcommunilty.com", + "firtonesroll.ru.com", + "steamcomnmrunity.ru", + "steamservicedeals.xyz", + "gamzc-topz.xyz", + "steamcommuniy.com", + "natus-vincere.xyz", + "steamcommunitte.com", + "natus-win.org.ru", + "stearcommuity.com", + "profile-442572242.online", + "discrod.gift", + "guns-slot.tk", + "discordgiftss.com", + "discord-supports.com", + "streamcomunitty.net", + "stieamcommuunitey.us", + "operation-pass.ru.com", + "steamcommuniti.com.ru", + "discord.app", + "streamcommunimty.com", + "dominosllc.com", + "discordobs.com", + "streamconmunitly.ru", + "discord-nudes.club", + "discord.fit", + "robloxromania.com", + "stearmcommunity.ru.com", + "store-stempowered.com", + "steancommunitry.ru", + "streamcommunity.me", + "steamcomminnty.com", + "discorb.gifts", + "stearncornmunuty.ru", + "steamcommunity.link", + "steamepowered.com", + "steamcommynltu.com", + "steamcommunlty.company", + "nltro.site", + "bigs.monster", + "steamrcommunity.ru", + "jope-nitro.com", + "store-discord.com", + "steancomnurity.one", + "nitrochallange.com", + "robloxux.com", + "discordapp.best", + "viwwzaguls.xyz", + "steam-site.ru", + "staemcoomunity.ru", + "steamcommunityzdl.top", + "discord-promox.com", + "csgoworkshops.com", + "steamcommunuity.ru", + "discornd.com", + "steamsommunity.ru", + "steammcommunity.ru.com", + "steancommuunity.com", + "discord-a.com", + "steamcomunity-nitro-free.ru", + "steamcomrnunity.ru.com", + "steamconmnunity.co", + "discord-drop.info", + "airdrop-discord.online", + "diascord.com", + "streamcoommunity.com", + "dlscord.pro", + "ez-tasty.cyou", + "stemcummunity.com.ru", + "steampowrd.com", + "disordapp.gifts", + "discodapp.gift", + "dlscord.rocks", + "staemcommunityu.ru.com", + "robuxhelp.com", + "steam-sourcecommunity.xyz", + "steancommynyty.ru.com", + "steamcommuriity.com", + "steancomnumlty.com", + "dailymegadeal.xyz", + "steamcomrnyniti.ru", + "discord-glft.ru.com", + "steam-service.ru", + "steancommiuniliy.ru.com", + "event-discord.com", + "think-when.xyz", + "steamcommunitily.com", + "steamcommunity-tradeoffers.com", + "stemcommnunlty.ru", + "stemcomnmunity.com.ru", + "poste.xyz", + "steamcornmunity.net.ru", + "steamcomnunitty.com", + "discordshort.ga", + "streamconmmunity.ru.com", + "fnatic2.org.ru", + "big.pp.ru", + "discord-controls.com", + "discord-nitroapp.xyz", + "steamkey.ru", + "steamsconmunity.com", + "steamcommutyniy.com", + "freediscrodnitro.org", + "steamcoommunuty.com", + "steamcomminutty.ru", + "seamcommunity.com", + "discortnitostem.online", + "cteamcommunity.xyz", + "stermcommunilty.ru.com", + "staemcomrnunity.ru.com", + "discords-hypes.com", + "discoerdapp.com", + "comsteamcommunity.com", + "dicsordnitro.store", + "pubggift95.xyz", + "dmarkef.com", + "discord2fa.com", + "steampoiwered.com", + "stearncomnnunity.fun", + "steamconnunity.ru.com", + "steamcommunuti.ru", + "steamcommunety.net.ru", + "cs-exeword.xyz", + "navigg.ru", + "skins.org.ru", + "stemcomnmunity.ru.com", + "steamcommunity.mobi", + "fall500.ru", + "steampowered-trades.xyz", + "steanncomunitly.ru", + "steamhome-trades.xyz", + "discord-nitro.tech", + "steamaccounts.org", + "steamcommunetiy.ru", + "steancomunitiy.ru.com", + "stemcomnnmuunity.ru", + "stearncomnunitv.ru.com", + "streamcomnully.net.ru", + "discordd.gg", + "topz-games.xyz", + "steamcsgo-game.ru", + "loot-conveyor.com", + "staemcomcommunlty.ru.com", + "steemcomunity.org.ru", + "steamecommunity.ru.com", + "discord-nitro.pro", + "discord-mods.com", + "steamcommuwunity.com", + "steamcommunjti.com", + "steamcommunnuty.ru", + "discorcl-nitro.com", + "discordapp.gg", + "pubgmcheats.com", + "discord-netro.ru", + "staemcoomuntiy.ru", + "stealmcommunity.ru", + "cs-cool.net.ru", + "discorb.co", + "store-steam-csgo.ru", + "stheamcomunitly.ru", + "stearncomminuty.click", + "steamcommulltty.com", + "stemcommounilty.com", + "steacommunity.ru.com", + "keydoppler.one", + "csgogf06.xyz", + "sleamcoomuuntty.xyz", + "steamcommuniltiy.ru", + "steamcommumituy.com", + "discordfree.com", + "streamcommunly.com", + "discod.gift", + "cs-riptide.xyz", + "streamcommunit.com", + "streamcommunitv.net", + "steamcomunitty.ru.com", + "steeaamcomunity.xyz", + "steampowered.xyz", + "sleamcomminutiycom.ru.com", + "steamcommuilty.ru", + "drop.org.ru", + "csgo.ghservers.cl", + "dicord.gg", + "discorcl.site", + "discord.givaewey.com", + "discord-gifts.org", + "casesdrop.xyz", + "operation-broken.xyz", + "diucord.js.org", + "steamcornmnitu.ru.com", + "steamcommuininty.com", + "discord.homes", + "sleramconnummitti.org", + "staemccommunnity.net.ru", + "cs-moneyy.ru", + "discords.ru.com", + "discorcl-app.xyz", + "steamcommunity-user.me", + "steamcommulity.ru", + "steemcoommunty.ru", + "discord-give.ru.com", + "streancoommunity.xyz", + "dlscord-nitro.store", + "sleamcommmunitiy.ru", + "alexs1.ru", + "steanmcommunity.ru.com", + "steamcommunity.comlappl251490lrust.ru", + "steamcomunnity.site", + "steamcommunyte.com", + "magnaviroll.xyz", + "stearmcornnnunity.com", + "steamcornmunity.org", + "discord-support.com", + "stleamcommunitiy.com", + "steam-servicedeals.xyz", + "stemcumunnity.ru.com", + "discordaoo.com", + "dlscordnltro.ru", + "discord-moderation.com", + "steancomuniiity.com", + "eslgamingworldwide.net", + "ds-nitr.xyz", + "discolrd.com", + "stearncommunigy.com", + "stemcommunitly.com", + "skinup.monster", + "streamcomunily.org.ru", + "discord-event.info", + "discord-partners.com", + "discords-premium.com", + "stemcammuniety.ru", + "steamconmumnity.com", + "dlscord-nltro.ru", + "discod-hitro.xyz", + "steampoeerd.com", + "steamcammunty.com", + "getfreediscordnitro.ml", + "discord-app.ru.com", + "steamlcommunity.org.ru", + "stearncommiunity.com", + "stleamcornmmunity.ru.com", + "store-steampoweered.ru", + "steamcomninytiu.com", + "discordglft.ru", + "discordsatus.com", + "stearncomrninuty.xyz", + "csgo-dym.ru", + "steancoommunity.xyz", + "steam-powered.xyz", + "steamcommuneteiy.com", + "stearmcommuniity.com", + "dirolzz.xyz", + "streamcommunnuitty.com", + "streamconmmunity.com", + "steam.99box.com", + "discrod-nitro.fun", + "robuxhach.com", + "steamcommynituy.com", + "wowfnatic.ru", + "steanmcommzunity.ru", + "stealcommuniti.ru", + "discord-gift.ru", + "steancammunyti.com", + "diiscord.com", + "xpro.gift", + "steammcommuniity.ru", + "starmcommunity.net", + "discord-claim.com", + "stearmcommuunnity.ru", + "steamcommunely.ru", + "sleamcoommunily.com", + "discordtos.com", + "discorcdapp.com", + "streamcommunty.ru", + "sterncornmunity.ru", + "storesleampowecommunity.store", + "discrodnitro.org", + "lan-pro.link", + "discordgame.com", + "steamcomrnunity.su", + "steamservice-deals1.xyz", + "staemcornmunity.com", + "discord-alrdrop.com", + "disc.gifts", + "slemommunity.com", + "streamcommunnity.org", + "steamcomnunitiy.com", + "steamcommrunitly.com", + "esports-trade.net.ru", + "navi-giveaway.net", + "streamcommuniily.com", + "discrod-gift.com", + "ggdrop.pp.ru", + "sleamcommunily.net", + "steamcommuunity.net.ru", + "discord-nitro.it", + "steamcormunity.xyz", + "eslgamescommunity.com", + "steamcommynlty.ru", + "streamcornnunitly.com", + "steamcoommunlty.ru", + "steam-storetrade1.xyz", + "staemconmuilty.com", + "discordnitros.xyz", + "streamcommuntiy.com", + "steamcommunit.ru.com", + "steampoward.com", + "steamcomunnity.xyz", + "steancomunitly.ru", + "staerncoinunitiy.me", + "steamcommunitey.com", + "official-nitro.com", + "steampowerde.com", + "z93729n9.beget.tech", + "steamcommunity.us", + "discordapp.ws", + "steamcommulnty.ru", + "discord.giveawey.com", + "steamcommuinity.com", + "discords.ru", + "stearncommunuity.net.ru", + "discordtokens.shop", + "discord-drop.gift", + "discrdapp.com", + "gamekor.net.ru", + "streamcomulty.net.ru", + "steemcommunitey.com", + "discord.cloud", + "csgochinasteam.ru", + "steaamcomunity.com", + "dlscocrdapp.com", + "www-steamcommunlty.com", + "discord-gift.shop", + "discord-nitrodrop.xyz", + "streamcommunilly.com", + "stemcomunnity.ru.com", + "steamcomiunity.xyz", + "disscord.ru", + "steamcomunity.net.ru", + "idiscord.pro", + "staeamconmuninty.me", + "discorcll.com", + "steancoommunnity.com", + "stemcommunity.ru", + "steamhometrade.xyz", + "disordglft.com", + "stieamcomunity.com", + "discordmoderations.com", + "easycases.pw", + "dicsord-airdrop.com", + "dscord.xyz", + "steamcommuntity.com", + "nitrogive.com", + "steam-tradeshome.xyz", + "steamcommumitiy.com", + "steamcommynuti.ru", + "streamcommunily.ru.com", + "discordhalloween.com", + "steemcommmunity.com", + "steam-tradegame.xyz", + "discordadp.com", + "ea-drop.com", + "streammcornmunnity.com", + "discord-hallowen.ru.com", + "steanncomunitty.site", + "css500gggo.ru", + "discod.info", + "vkbonus.club", + "steamcommunly.com", + "steancommuinuty.ru", + "steamcomnunitly.com", + "stearncommuniry.com", + "pubggf05.xyz", + "jetcase.fun", + "discorrd.ru", + "discordbotist.com", + "steamcomnumily.com", + "steamcomrnunlty.com", + "discord-informations.com", + "discord.bargains", + "www.discordapps.tk", + "steamcummunity.ru.com", + "dircode.ru", + "dlscord.app", + "streamcommulnty.com", + "disscords.club", + "rocket-tradings.com", + "pubgofficielbcseller.online", + "discords-gifts.ru", + "riptide-take.ru", + "steamcommunitty.esplay.eu", + "steamcomuninruty.ru", + "stemcommunity.com.ru", + "sreamcomminity.ru", + "streamcommunillty.com", + "stearncommumlty.com", + "free-nitlross.ru", + "stieamcommuniity.ru", + "discordgifts.co.uk", + "stearncommunjty.com", + "www.freeinstagramfollowersonline.com", + "steamconmunitly.com", + "streamcommunily.icu", + "staemcomnunity.org", + "dlscord-steam.com", + "steamcommuunitty.ru.com", + "staemcommunlty.ru", + "pubggf20.xyz", + "nitrogeneral.ru", + "stopify.com", + "discord-airdrop.site", + "discrod-app.ru", + "gleam.su", + "discordmac.com", + "steam.codes", + "streamcommunity.pl", + "steamcommunylty.ru", + "steamcommunlty.cloud", + "streamcommunltiy.com", + "streamconnunity.site", + "stearncommynitu.ru.com", + "d1scord.xyz", + "discordnitro.info", + "smeacommunity.com.au", + "stemcommunitiy.com", + "steamcommunitygames.com", + "discord-offer.com", + "stearmcommunnity.ru.com", + "steancommumity.net", + "steamconmuniti.ru", + "steamcomuniltu.xyz", + "sleemcomnuniti.xyz", + "steamcammiuniltty.com", + "discordlive.xyz", + "steanmcomnumty.com", + "discordapp.support", + "steampoweredshow.com", + "discord-stats.org", + "steammcommunity-trade.xyz", + "steamconmunlly.com", + "steancommynity.ru.com", + "staeamcomunnityu.me", + "steamcommunify.com", + "discord-air.fun", + "steamcommunity.co.ua", + "gift-g2.online", + "steamcommunitii.xyz", + "steanmconnynuytiy.net.ru", + "stearmconmunity.ru", + "steamcommunllty.ru", + "withereum.com", + "stearnconmuuity.com", + "steam-nitros.ru", + "stearnconmuulty.ru", + "steancommunnity.co", + "discord.team", + "staemcommunily.com", + "streamcommunniity.com", + "discorclapp.fun", + "steam.mmosvc.com", + "order-40.com", + "nitro-discord.org", + "classic-nitro.com", + "streamecommunity.com", + "discord-gifts.me", + "natus-rolls.xyz", + "fnaticteam.org.ru", + "stheamcommunutly.ru", + "creditscpfree.website", + "discorcl.art", + "pubggf04.xyz", + "ssteamcommunity.com", + "navicase.org", + "clan-big.ru", + "steamconnunity.fun", + "stemcommouniity.com", + "stearncommutiny.online", + "straemcomunnitry.ru", + "staemconmunity.com", + "freeskins.online", + "stearncommunnitty.xyz", + "staemconmunilty.com", + "sleamcommuniti.xyz", + "steancommuniitty.com", + "discqorcl.com", + "dlscord.world", + "s1cses.site", + "steamcormunity.ru", + "csgo-run.info", + "sleamcomunity.me", + "steamcommunyti.info", + "steamcommunitu.icu", + "steam-communitysource.xyz", + "steamcommyinuty.ru", + "giftsdiscord.site", + "discord.gq", + "steamcomueniity.ru", + "pubggf37.xyz", + "pubgmobileskin2020.com", + "steamcomminutiiu.ru", + "navifreeskins.ru", + "streamcommunily.co", + "steancommuhity.ru", + "steammncommunty.ru.com", + "discord-gif.xyz", + "slemcommunity.com", + "steamcommynite.com", + "steemcommuniti.com", + "disocr.com", + "affix-cup.click", + "x33681t2.beget.tech", + "daddsda.xyz", + "steamgametrade.xyz", + "discordnitro.ru.com", + "dscord.gifts", + "pubggf21.xyz", + "streamcoommounity.com", + "stearncomminutiu.ru", + "claimgifts.shop", + "pubguccmobilefree.cf", + "streamcommunitv.me", + "steeamcommunnlty.ru", + "steam-account.ru", + "discord.ac", + "discordsapi.com", + "mydrop.monster", + "steamcommumnity.com", + "steanmcomnumntiy.com", + "diccrd.com", + "steamcomynlty.com", + "discrodsteam.online", + "riptidepass.ru", + "steamcormurnity.com", + "steamcoonmuntiy.ru", + "dlscord-gifts.com", + "navi-give.net.ru", + "steamcornminty.xyz", + "www.dominospizzanl.com", + "discordbots.app", + "lan-pro.xyz", + "steamncomnunlty.com.ru", + "disord.fun", + "freenitrol.ru", + "steanccommunity.ru", + "steam-csgo-store.ru", + "sleamcommunitey.com", + "steam-discord.com", + "discord-promo.site", + "discord-moderator.us", + "mdiscord.com", + "www.robfan.work", + "steomcommunity.com", + "steamcormmunity.ru.com", + "discord.download", + "staemcommmunity.online", + "streamcomunity.net", + "discord-partner.com", + "steamcommunityr.com.ru", + "dlcord.gift", + "streamcommmunify.ru.com", + "discord-nitroapp.ru", + "pubggf27.xyz", + "steamcommunilly.com", + "steamcomnumty.ru", + "steamcommunity-source1.xyz", + "discord.giveaweys.com", + "steanconmunity.ru", + "pubgtoken.io", + "best-cup.com", + "sleamcoommunlity.com", + "pubgfree77.com", + "discird.me", + "steam-communitytrade.xyz", + "steamcard.me", + "steamcommuniytu.com", + "www.luckycrush.ga", + "steaemcommunity.pp.ru", + "discorddevs.com", + "steamcomminuly.com", + "discird.gg", + "disxord.com", + "garstel.github.io", + "discord-develop.com", + "steamcomminity.ru", + "pubggf03.xyz", + "steamncommumity.ru", + "didiscord.com", + "steampowerwed.com", + "sleamcommunitty.xyz", + "steamcomrnity.xyz", + "steamcommuniity.com.ru", + "steancommunlty.com", + "stemcomunity.com", + "steamcommunityy.ru", + "weplay.ru.com", + "discord-promo.ru.com", + "mythicleagues.xyz", + "steamcommuiti.ru", + "steancommunity.click", + "dixcord.com", + "nitroosfree.ru", + "stearncommunilty.site", + "get-discord.fun", + "stearmcommunity.com", + "luxerkils.xyz", + "steamcommunityx.com", + "steeamcommunnity.ru", + "streanncommunity.space", + "discordcanary.com", + "pubg-asia.xyz", + "steampoweredexchange.xyz", + "sterncomnurity.one", + "steqmcommunity.com", + "disordapp.gift", + "steamcorrnunity.org", + "steamcombain.com", + "steamncommunity.ru", + "g2-game.ru", + "pubggf29.xyz", + "nicegg.ru", + "stheamcomunutly.ru", + "steanmcomnuity.com", + "steamstore.site", + "staemcommuntiy.com", + "discord.creditcard", + "steamccommuniity.com", + "steamcommunityzce.top", + "steampower.space", + "steancommunnlty.com", + "wallet-steam.ml", + "stemncornmunity.com", + "steamcommurnuity.com", + "ggdrops.ru.com", + "steamcomuuniity.com", + "gift-discord.ru", + "cs500go.com", + "stieamcomuniiti.ru", + "discordl.site", + "operation-riptide.xyz", + "steawmpowered.com", + "discurcd.com", + "cupgoo.xyz", + "steancomunnity.ru", + "stemcoommuniity.com", + "steamcommulnt.ru.com", + "discord-nitrogift.xyz", + "pubggift100.xyz", + "stewmpowered.com", + "steamcommunltv.buzz", + "nitro-gift.ru.com", + "steanmcomnuinmty.com", + "steamconnunirty.ru", + "dogewarrior-giveaway.info", + "skinsup.monster", + "stearncommuniityt.click", + "steamcomminuty.link", + "stemcumnmunity.com", + "gglootgood.xyz", + "discord-glft.com", + "streamcomnnunity.website", + "case-give.com", + "rblxcorp.work", + "new-steamcommunlty.xyz", + "stieamcommynituy.com", + "dkscord.com", + "steamcomminytu.link", + "steamcomrnunitu.ru.com", + "steumcornmunity.com", + "xesa-nitro.com", + "steamcommunility.com", + "discord-gift.top", + "robloxgiftcardz.com", + "airdrop-discord.ru", + "disordgift.codes", + "stampowered.com", + "steam-povered.xyz", + "discordalt4.repl.co", + "steemcommunlty.com", + "reslike.net", + "awirabigmoneyrolls.xyz", + "discordnitro.su", + "stiemcommunitty.ru", + "promo-discord.site", + "discord-login.cf", + "steam-community.net.ru", + "steamecommunity.net", + "sleampowereed.ru", + "steamcommunutty.com", + "steamcamunitu.com", + "discord-support.org", + "stearncommuniity.site", + "steamcommuntliy.ru", + "steamdomain.ru", + "steamcommunidy.com", + "sleamcommuniiy.ru", + "steomcommunity.ru", + "discorb.com", + "staemcommunity.info", + "discord-nltro.fun", + "steamconmunlty.com.ru", + "steamcomnmynitu.com", + "rl-bounce.com", + "discoerd.com", + "stearmcornmunitiy.com", + "csgo-steamgame.ru", + "key-dropo.com", + "discorclnitro.ru", + "discordappss.com", + "steamstorepowered.com", + "cs-esports.link", + "steamcommunitysource.xyz", + "discord.luxe", + "steanconnunity.com", + "free-nitro.ru", + "cs-boom.org.ru", + "stheamcommuniti.com", + "sleamcornrnunity.host", + "disdrop.com.br", + "steamcommuni.com", + "stearncommunety.com", + "navi-wins-skiins.org.ru", + "lootship.ga", + "streamcommlunity.ru.com", + "steancammunity.ru", + "cash.pp.ru", + "steamcornmunty.com", + "navicase-2020.org.ru", + "steancommuuniliy.ru.com", + "steamcommunlty.store", + "steamcomnunmity.com", + "discord-hypesquads.com", + "sleamcomnnuniity.ru", + "discortnitosteam.online", + "riptide-pass.org.ru", + "steamcommunieti.ru", + "sleamcommunitiy.com", + "steamcomminytiu.ru", + "steam-cs-good.ru", + "dlscordsteam.com", + "streamcommunitey.com", + "discord.es", + "steamcommuntli.ru", + "steamcummunity.com", + "steemconnunity.com", + "steemcommuniy.com", + "g2ezports.xyz", + "steamcoomynity.ru", + "bondikflas.xyz", + "rl-garage.space", + "rust-ltd.com", + "sleamcommuiliy.ru.com", + "streamcomunily.pp.ru", + "stjeamcomnunitiy.ru", + "steawpowered.com", + "dlscord-nitro.link", + "steamconnunity.de", + "stearncornminuty.ru", + "cashout.monster", + "discordapp.cloud", + "steemcommuntiy.ru.com", + "discord-nitroe.xyz", + "steamcomity.com", + "stemacommunlty.com", + "steam-free-nitro.ru", + "disordnitros.gifts", + "steamcommuniti.org", + "steamkommunity.net.ru", + "dicsordgift.com", + "discords.company", + "steemcommuniity.com", + "steamcommunitty.top", + "qcoldteam.life", + "steamconmnunity.com", + "steamcommunitya.com", + "steanconnunlty.com", + "stearnconmunity.net", + "steamcomrninuty.site", + "steamcommunytytradeofferphobos.ru", + "discord-app.co.uk", + "order-87.com", + "diswcord.com", + "realtorg.xyz", + "sleammcommunnity.ru", + "steamcommnutry.ru", + "sleamcomnnunily.website", + "counter-strlke.site", + "steamcomminiity.site", + "steancomuniity.com", + "dlscord-nitro.click", + "steeamcommuinitty.com", + "steamcommunetiyy.xyz", + "steamcommutinny.ru.com", + "steamcommunnitlly.ru", + "discourd.com", + "discord.com.pl", + "steamcommiunity.pp.ru", + "steamrommunily.com", + "dizscord.com", + "pubggf42.xyz", + "steancomnunity.ru", + "dlscordnitro.com", + "stearmcommuunity.ru.com", + "streamcomnunity.ru", + "diisscord.online", + "bloxpromo.com", + "disordsnitro.gifts", + "pubgmobile2019ucfreeeee.tk", + "steamcommuenity.com", + "steancommunitv.com", + "steamcamunlty.com", + "steurmcommunity.com", + "pubggf39.xyz", + "discort.com", + "stieamcommunity.org.ru", + "steamconnnnunity.net.ru", + "naviskins.xyz", + "diqscordapp.com", + "stearnmcomunity.com", + "steampowerco.com", + "steamcomnutiny.ru", + "discord-gifteh.xyz", + "robuxhelpers.com", + "discontro.ru", + "steamcommunityz.com", + "streamcomunitly.net.ru", + "cointradebtc.com", + "stemcoominuty-alirdrop.xyz", + "dicsord-gives.com", + "pubggf36.xyz", + "steamcommunittey.com", + "steamcommmunity.xyz", + "wwdiscord.com", + "discorclsteam.com", + "steamecommunlty.com.ru", + "discorcl-app.com", + "topvincere.org.ru", + "rust-drop.ru.com", + "discordre.store", + "stearmmcomunity.ru", + "discordist.com", + "pubggf18.xyz", + "steamcomunnuty.com", + "steamcommuunjty.com", + "steamcomunlitly.ru.com", + "csgo-game-steam.ru", + "stearncommunilty.ru", + "steamcommunity.in", + "steacommunity.net.ru", + "steamcummunityy.pp.ua", + "discord-control.com", + "stearncormmunity.ru", + "stearncomminytu.com", + "steamcommunltiy.com", + "cod3r0bux.pw", + "steamcomnumity.ru.com", + "steamcommiunniutty.net.ru", + "stermccommunitty.ru", + "discord-airdrop.com", + "styeampowered.com", + "facepunchltd.com", + "steamcommnunytl.com", + "toprobux.site", + "steamcommnunniiy.net.ru", + "steamcommunitie.net", + "stmeacomunnitty.ru", + "rl-purple.com", + "stleamcommunithy.com", + "steamdiscrod.ru", + "stemcomnunity.com", + "steamcommunityzcd.top", + "sleamconmunity.ru", + "discordbeta.com", + "redizzz.xyz", + "discordapp.top", + "steamcommunityi.ru", + "steawscommunity.net", + "navirolls.org.ru", + "steamcommunlilty.ru.com", + "steamcconmmuunity.co", + "steamcomunlty.ru.com", + "steamcommuunity.pp.ru", + "streamcommunjty.com", + "steamcoommunity.pp.ru", + "stemcommunitytrade.fun", + "cschecker.ru", + "streamcommunitiy.ru", + "discord-information.com", + "pubggf25.xyz", + "streamcommunnty.com", + "glob21.online", + "giftdiscord.info", + "streamcommunty.me", + "wanmeipt.ru", + "steamaccounts.net", + "steamaccount.xyz", + "steancomnunytu.ru.com", + "stemcomnmuunity.ru.com", + "discordiatech.co.uk", + "steam-communitygifts1.xyz", + "www.freenitrogenerator.tk", + "rollskins.monster", + "www.discord-steam.ru", + "steanmcommunily.ru", + "opencase.space", + "steamcommunitytradeofer.com", + "staemcommmunity.ru", + "drop-key.ru", + "discordgifts.site", + "get-nitro.fun", + "ach2x.net.ru", + "discord-sex.live", + "dlscord.shop", + "jet-crash.xyz", + "sreamcommunity.com", + "steamgiveaway.cc", + "steam-poweredexchange.xyz", + "steam-csgo-good.ru", + "streamcummunlty.com", + "from-puste.xyz", + "stemcoommounity.com", + "steamcommunity.live", + "streamncommnunity.com", + "navy-freecases.ru", + "steamcommunities.biz", + "loginrun.info", + "csgo-steam-good.ru", + "newdiscord.online", + "steampowered.us", + "steam-hometrades.xyz", + "sleamcommunlty.space", + "discorcl-nitro.site", + "steamcommuunitey.com", + "steamcommuninty.ru.com", + "streamcormmunlty.ru.com", + "discordp.com", + "drop.pp.ru", + "discordapp.click", + "steamdiscords.com", + "discorclapp.com", + "steamcomnmuituy.com", + "sleamcoommunity.com", + "sleamcommunily.org", + "discords-nitros.fun", + "discoard.com", + "steamcornrrnunity.com", + "steamdiscord.com", + "discord-invite-link.com", + "www.steacmommunity.com", + "discosd.com", + "steampowened.ru.com", + "antibot.cc", + "steurmconmunity.com", + "staemcoommuntiy.ru", + "cpbldi.com", + "disocrd.gg", + "steamconnmunlty.com", + "freediscord-nitro.cf", + "discord-nitro.live", + "steam-login1.xyz", + "discordnitrofree.com", + "steancommunitiy.ru", + "csgogf03.xyz", + "discord-verify-account.ml", + "discordqapp.com", + "streamconmunyti.com", + "d.iscord.xyz", + "steamcommunetyei.com", + "discrod-app.com", + "steamcommunity.best", + "gamerolls.net.ru", + "discordnitro-steam.ru", + "discrod.pw", + "steemcowwunity.xyz", + "discrord.com", + "stheamconnmunutly.ru", + "steamcommunute.com", + "steamcomrnunitu.ru", + "steamdlscord.com", + "stearncornmurnity.ru.com", + "discord.cc", + "please.net.ru", + "stearmcommunitry.cf", + "facedrop.one", + "hdiscord.com", + "steamcommnunity.com", + "steancommuniity.com", + "glets-nitro.com", + "magifrolbit.xyz", + "2021y.ru", + "steamcommunltuy.com", + "sitemap.onedrrive.com", + "id-374749.ru", + "dlscorcl.gift", + "team.the-shrubbery.co.uk", + "steancommmunity.com", + "steamccommunity.com", + "steamcommunety1i.com", + "steancomunitytradeffer.xyz", + "stearncommmunity.ru", + "steamcomunityo.com", + "keydrop.org.ru", + "discord404.com", + "steamcommuniety.ru", + "steampowerewd.com", + "csgorun.info", + "steanncommuniuity.com", + "streanncomunity.ru", + "streamcommunily.cc", + "game-steamcsgo.ru", + "discord-verifications.com", + "navi-russia.ru", + "discorddev.com", + "steancommnuity.com", + "stearncomminuty.ru", + "discordcharity.org", + "steamcommuitly.ru", + "discorapp.pw", + "whitelampa.xyz", + "stemcommuty.ru", + "steanmconynnuytiy.net.ru", + "steamcomuniity.ru.com", + "eslworldwideplay.com", + "steanncomunitiy.ru.com", + "fdiscord.com", + "stmencommunity.ru", + "streamcommununty.com", + "dicsord.pl", + "steeamcomunitty.com", + "dscord.me", + "ewqdsa.xyz", + "stheamcommunutiy.ru", + "steamcomnumity.com", + "steamcommunniity.com", + "steam-csgo-game.ru", + "steamcommunitytradeofter.com", + "pubggift101.xyz", + "streamcommunlte.ru", + "new.mychaelknight.com", + "steancomnuity.com", + "discordsapp.fun", + "stimcommunity.ru", + "widesdays.com", + "stemcomnmnunity.com", + "discod.tech", + "ww1.dicsordapp.com", + "stores-steampowered.com", + "steamecommunituiy.com", + "discord-report.com", + "discordnitros.gifts", + "g2a.ru.com", + "streampoered.com", + "viwwzaguly.xyz", + "gamzgss-top.xyz", + "streamcommunity-user.me", + "magifcrolrlh.xyz", + "steam-cs.ru", + "streamcommuunnity.net", + "steanncommunity.com", + "streamcommunuity.net", + "streanncomminity.ru", + "streamcommuunity.com", + "good-csgo-steam.ru", + "steamcomumity.com", + "stemcommuniety.com", + "streamcomnunyti.xyz", + "discord-claim.ru", + "stearncomrmunity.com", + "rustg1fts.ru", + "discord-claim.ru.com", + "staemcummunlty.com", + "steamguard.ir", + "steamcommuniutiiy.com", + "steam.communyty.worldhosts.ru", + "steemcommunty.net.ru", + "discord-app.club", + "staemporewed.xyz" + ], + "iplogger": [ + "diskerd.gift", + "gitdhub.com", + "iplogger.org", + "2no.co", + "iplogger.com", + "iplogger.ru", + "yip.su", + "iplogger.co", + "iplogger.info", + "ipgrabber.ru", + "ipgraber.ru", + "iplis.ru", + "02ip.ru", + "ezstat.ru", + "ps3cfw.com", + "ythingy.com", + "blasze.tk", + "fuekos.com", + "myiptest.com", + "iplogger.org", + "2no.co", + "iplogger.com", + "iplogger.ru", + "yip.su", + "iplogger.co", + "iplogger.info", + "ipgrabber.ru", + "ipgraber.ru", + "iplis.ru", + "02ip.ru", + "ezstat.ru", + "ps3cfw.com", + "ythingy.com", + "blasze.tk", + "fuekos.com", + "myiptest.com", + "dlscord.org", + "lovebird.guru", + "trulove.guru", + "dateing.club", + "shrekis.life", + "headshot.monster", + "gamihg-at-my.best", + "progaming.monster", + "yourmy.monster", + "imageshare.best", + "screenshot.best", + "gamingfun.me", + "catsnthings.fun", + "joinmy.site", + "fortnitechat.site", + "fortnight.space", + "freegiftcards.co", + "grabify.link", + "partpicker.shop", + "websafe.online", + "sportshub.bar", + "herald.sbs", + "locations.quest" + ], + "ngrok": ["ngrok.io"] +} diff --git a/util/Data/ipgrabber-updated.json b/util/Data/ipgrabber-updated.json @@ -1,24 +1,24 @@ -{ - "ipgrabber": [ - "iplogger.org", - "2no.co", - "iplogger.com", - "iplogger.ru", - "yip.su", - "iplogger.co", - "iplogger.info", - "ipgrabber.ru", - "ipgraber.ru", - "iplis.ru", - "02ip.ru", - "ezstat.ru" - ], - - "other": [ - "www.ps3cfw.com/cool", - "www.ythingy.com", - "blasze.tk", - "www.fuekos.com", - "www.myiptest.com" - ] -} +{ + "ipgrabber": [ + "iplogger.org", + "2no.co", + "iplogger.com", + "iplogger.ru", + "yip.su", + "iplogger.co", + "iplogger.info", + "ipgrabber.ru", + "ipgraber.ru", + "iplis.ru", + "02ip.ru", + "ezstat.ru" + ], + + "other": [ + "www.ps3cfw.com/cool", + "www.ythingy.com", + "blasze.tk", + "www.fuekos.com", + "www.myiptest.com" + ] +} diff --git a/util/Data/statsIndex.json b/util/Data/statsIndex.json @@ -1,48 +1,48 @@ -{ - "attachmentTypes": [ - "Optics", - "Underbarrel", - "Rear Grip", - "Laser", - "Muzzle", - "Barrel", - "Stock", - "Ammunition", - "Perk", - "Trigger Action", - "Guard", - "Bolt", - "Bowstring", - "Limb", - "Smoothbore" - ], - "weaponTypes": [ - "AR", - "Sniper", - "LMG", - "SMG", - "Shotgun", - "Marksman", - "Pistol" - ], - "firingModes": [ - "Full Auto", - "Semi Auto", - "Burst", - "Break Action", - "Pump Action", - "Lever Action", - "Bolt Action" - ], - "penetrationLevels": [ - "Zero", - "Low", - "Medium", - "High" - ], - "reloadTypes": [ - "Magazine", - "Single", - "Belt" - ] +{ + "attachmentTypes": [ + "Optics", + "Underbarrel", + "Rear Grip", + "Laser", + "Muzzle", + "Barrel", + "Stock", + "Ammunition", + "Perk", + "Trigger Action", + "Guard", + "Bolt", + "Bowstring", + "Limb", + "Smoothbore" + ], + "weaponTypes": [ + "AR", + "Sniper", + "LMG", + "SMG", + "Shotgun", + "Marksman", + "Pistol" + ], + "firingModes": [ + "Full Auto", + "Semi Auto", + "Burst", + "Break Action", + "Pump Action", + "Lever Action", + "Bolt Action" + ], + "penetrationLevels": [ + "Zero", + "Low", + "Medium", + "High" + ], + "reloadTypes": [ + "Magazine", + "Single", + "Belt" + ] } \ No newline at end of file diff --git a/util/Data/statsNames.json b/util/Data/statsNames.json @@ -1,24 +1,24 @@ -{ - "firingMode": "Firing Mode", - "rof": "Rate of fire", - "penetrationLevel": "Penetration Level", - "adsTime": "ADS Time", - "adsZoom": "ADS Zoom%", - "bht": "Breath Hold Time", - "bsa": "Bullet Spread Accuracy", - "bulletVelocity": "Bullet Velocity", - "bulletsPerShot": "Bullets Per Shot", - "burstRpmDelay": "Burst Delay", - "hipfireSpread": "Hipfire Spread", - "magazineSize": "Magazine Size", - "reserve": "Magazine Reserve", - "reloadTime": "Reload Time", - "reloadCancel": "Reload Cancel", - "ReloadTimeEmpty": "Empty Reload Time", - "reloadCancelEmpty": "Empty Reload Cancel", - "stf": "Sprint to fire", - "raiseTime": "Raise Time", - "dropTime": "Drop Time", - "sprinting": "Sprinting Speed", - "walking": "Movement Speed" -} +{ + "firingMode": "Firing Mode", + "rof": "Rate of fire", + "penetrationLevel": "Penetration Level", + "adsTime": "ADS Time", + "adsZoom": "ADS Zoom%", + "bht": "Breath Hold Time", + "bsa": "Bullet Spread Accuracy", + "bulletVelocity": "Bullet Velocity", + "bulletsPerShot": "Bullets Per Shot", + "burstRpmDelay": "Burst Delay", + "hipfireSpread": "Hipfire Spread", + "magazineSize": "Magazine Size", + "reserve": "Magazine Reserve", + "reloadTime": "Reload Time", + "reloadCancel": "Reload Cancel", + "ReloadTimeEmpty": "Empty Reload Time", + "reloadCancelEmpty": "Empty Reload Cancel", + "stf": "Sprint to fire", + "raiseTime": "Raise Time", + "dropTime": "Drop Time", + "sprinting": "Sprinting Speed", + "walking": "Movement Speed" +} diff --git a/util/assets/images/apex/apex-legends-logo-white.svg b/util/assets/images/apex/apex-legends-logo-white.svg @@ -1,72 +1,72 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - width="1030.303" - height="1000" - viewBox="0 0 1030.303 1000" - version="1.1" - id="svg9" - sodipodi:docname="apex-legends-logo-white.svg" - inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:dc="http://purl.org/dc/elements/1.1/"> - <sodipodi:namedview - id="namedview11" - pagecolor="#505050" - bordercolor="#eeeeee" - borderopacity="1" - inkscape:pageshadow="0" - inkscape:pageopacity="0" - inkscape:pagecheckerboard="0" - showgrid="false" - fit-margin-top="0" - fit-margin-left="0" - fit-margin-right="0" - fit-margin-bottom="0" - inkscape:zoom="0.59916667" - inkscape:cx="514.88178" - inkscape:cy="499.86092" - inkscape:window-width="1920" - inkscape:window-height="1001" - inkscape:window-x="-9" - inkscape:window-y="-9" - inkscape:window-maximized="1" - inkscape:current-layer="svg9" /> - <title - id="title2">Apex Legends Symbol</title> - <defs - id="defs4" /> - <g - id="Page-1" - stroke="none" - stroke-width="1" - fill="none" - fill-rule="evenodd" - transform="translate(-285,-100)" - style="fill:#ffffff"> - <g - id="apex-legends-symbol" - transform="translate(285,100)" - fill="#130c0d" - fill-rule="nonzero" - style="fill:#ffffff"> - <polygon - id="Triangle-Copy" - points="878.78788,1000 589.76792,803.07099 757.45184,803.07099 515.15152,378.78788 273.6243,803.07099 439.49936,803.07099 151.51515,1000 0,878.78788 515.15152,0 1030.303,878.78788 " - style="fill:#ffffff" /> - </g> - </g> - <metadata - id="metadata13"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:title>Apex Legends Symbol</dc:title> - </cc:Work> - </rdf:RDF> - </metadata> -</svg> +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + width="1030.303" + height="1000" + viewBox="0 0 1030.303 1000" + version="1.1" + id="svg9" + sodipodi:docname="apex-legends-logo-white.svg" + inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> + <sodipodi:namedview + id="namedview11" + pagecolor="#505050" + bordercolor="#eeeeee" + borderopacity="1" + inkscape:pageshadow="0" + inkscape:pageopacity="0" + inkscape:pagecheckerboard="0" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:zoom="0.59916667" + inkscape:cx="514.88178" + inkscape:cy="499.86092" + inkscape:window-width="1920" + inkscape:window-height="1001" + inkscape:window-x="-9" + inkscape:window-y="-9" + inkscape:window-maximized="1" + inkscape:current-layer="svg9" /> + <title + id="title2">Apex Legends Symbol</title> + <defs + id="defs4" /> + <g + id="Page-1" + stroke="none" + stroke-width="1" + fill="none" + fill-rule="evenodd" + transform="translate(-285,-100)" + style="fill:#ffffff"> + <g + id="apex-legends-symbol" + transform="translate(285,100)" + fill="#130c0d" + fill-rule="nonzero" + style="fill:#ffffff"> + <polygon + id="Triangle-Copy" + points="878.78788,1000 589.76792,803.07099 757.45184,803.07099 515.15152,378.78788 273.6243,803.07099 439.49936,803.07099 151.51515,1000 0,878.78788 515.15152,0 1030.303,878.78788 " + style="fill:#ffffff" /> + </g> + </g> + <metadata + id="metadata13"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:title>Apex Legends Symbol</dc:title> + </cc:Work> + </rdf:RDF> + </metadata> +</svg> diff --git a/util/assets/images/nyx_black.svg b/util/assets/images/nyx_black.svg @@ -1,20 +1,20 @@ -<?xml version="1.0" standalone="no"?> -<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" - "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> -<svg version="1.0" xmlns="http://www.w3.org/2000/svg" - width="1000.000000pt" height="1034.000000pt" viewBox="0 0 1000.000000 1034.000000" - preserveAspectRatio="xMidYMid meet"> - -<g transform="translate(0.000000,1034.000000) scale(0.100000,-0.100000)" -fill="#000000" stroke="none"> -<path d="M590 5165 l0 -5170 680 680 680 680 0 3810 0 3810 -680 680 -680 680 -0 -5170z"/> -<path d="M8857 9692 l-637 -637 0 -3890 0 -3890 640 -640 640 -640 0 5168 c0 -2842 -1 5167 -3 5167 -1 0 -289 -287 -640 -638z"/> -<path d="M6353 7388 l-1313 -1313 -1270 1270 -1270 1270 0 -905 0 -905 817 --817 818 -818 -818 -818 -817 -817 0 -810 0 -810 2585 2585 2585 2585 -2 808 --3 807 -1312 -1312z"/> -<path d="M5742 4467 l-452 -452 1190 -1190 1190 -1190 0 905 0 905 -738 738 --737 737 -453 -453z"/> -</g> -</svg> +<?xml version="1.0" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" + "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> +<svg version="1.0" xmlns="http://www.w3.org/2000/svg" + width="1000.000000pt" height="1034.000000pt" viewBox="0 0 1000.000000 1034.000000" + preserveAspectRatio="xMidYMid meet"> + +<g transform="translate(0.000000,1034.000000) scale(0.100000,-0.100000)" +fill="#000000" stroke="none"> +<path d="M590 5165 l0 -5170 680 680 680 680 0 3810 0 3810 -680 680 -680 680 +0 -5170z"/> +<path d="M8857 9692 l-637 -637 0 -3890 0 -3890 640 -640 640 -640 0 5168 c0 +2842 -1 5167 -3 5167 -1 0 -289 -287 -640 -638z"/> +<path d="M6353 7388 l-1313 -1313 -1270 1270 -1270 1270 0 -905 0 -905 817 +-817 818 -818 -818 -818 -817 -817 0 -810 0 -810 2585 2585 2585 2585 -2 808 +-3 807 -1312 -1312z"/> +<path d="M5742 4467 l-452 -452 1190 -1190 1190 -1190 0 905 0 905 -738 738 +-737 737 -453 -453z"/> +</g> +</svg> diff --git a/util/dist/handler.js b/util/dist/handler.js @@ -1,34 +1,34 @@ -const fs = require("fs"); -const cmds = []; -const ownercmds = []; -module.exports = async client => { - fs.readdirSync("./events").forEach(file => { - require(`${process.cwd()}/events/${file}`); - }); - fs.readdirSync("./command").forEach(directory => { - if (directory !== "Owner") { - const commands = fs.readdirSync(`./command/${directory}/`); - commands.map(value => { - const file = require(`${process.cwd()}/command/${directory}/${value}`); - if (file.name) { - const properties = { directory, ...file }; - client.slashCommands.set(file.name, properties); - } - if (["MESSAGE", "USER"].includes(file.type)) delete file.description; - if (file.UserPerms) file.defaultPermission = false; - cmds.push(file); - }); - } - }); - fs.readdirSync("./command/Owner").forEach(f => { - const file = require(`${process.cwd()}/command/Owner/${f}`); - client.hide.set(file.name, file); - if (["MESSAGE", "USER"].includes(file.type)) delete file.description; - if (file.UserPerms) file.defaultPermission = false; - ownercmds.push(file); - }); - client.on("ready", async () => { - await client.guilds.cache.get("840225563193114624").commands.set(ownercmds); - await client.application.commands.set(cmds); - }); -}; +const fs = require("fs"); +const cmds = []; +const ownercmds = []; +module.exports = async client => { + fs.readdirSync("./events").forEach(file => { + require(`${process.cwd()}/events/${file}`); + }); + fs.readdirSync("./command").forEach(directory => { + if (directory !== "Owner") { + const commands = fs.readdirSync(`./command/${directory}/`); + commands.map(value => { + const file = require(`${process.cwd()}/command/${directory}/${value}`); + if (file.name) { + const properties = { directory, ...file }; + client.slashCommands.set(file.name, properties); + } + if (["MESSAGE", "USER"].includes(file.type)) delete file.description; + if (file.UserPerms) file.defaultPermission = false; + cmds.push(file); + }); + } + }); + fs.readdirSync("./command/Owner").forEach(f => { + const file = require(`${process.cwd()}/command/Owner/${f}`); + client.hide.set(file.name, file); + if (["MESSAGE", "USER"].includes(file.type)) delete file.description; + if (file.UserPerms) file.defaultPermission = false; + ownercmds.push(file); + }); + client.on("ready", async () => { + await client.guilds.cache.get("840225563193114624").commands.set(ownercmds); + await client.application.commands.set(cmds); + }); +}; diff --git a/util/functions/common.js b/util/functions/common.js @@ -1,834 +1,834 @@ -const data = require("../Data/data.json"); -const QuickChart = require("quickchart-js"); -const nmDt = require("../Data/aliases.json"); -const weaponActualName = nmDt.weaponActualName; -const weaponAlliasName = nmDt.weaponAlliasName; -Object.defineProperty(String.prototype, "Simplify", { - // Function to remove all characters except 0-9 and a-z - // Eg "AK-47" -> "ak47" - value: function Simplify() { - return this.toLowerCase().replace(/[^0-9a-z]/g, ""); - }, - writable: true, - configurable: true, -}); - -Object.defineProperty(Number.prototype, "IsPositive", { - // Function to check the number is positive or not - value: function IsPositive() { - if (this > 0) return true; - else return false; - }, - writable: true, - configurable: true, -}); - -Object.defineProperty(Number.prototype, "IsNegative", { - // Function to check the number is negative or not - value: function IsNegative() { - if (this < 0) return true; - else return false; - }, - writable: true, - configurable: true, -}); - -Object.defineProperty(Number.prototype, "ToBool", { - // Function to check the number is one or not - value: function ToBool() { - if (this == 1) return true; - else return false; - }, - writable: true, - configurable: true, -}); - -Object.defineProperty(Number.prototype, "PlusHL", { - value: function PlusHL() { - if (this.toString()[0] == "-") { - return parseFloat(this.toFixed(2)).toString(); - } - return `+${parseFloat(this.toFixed(2)).toString()}`; - }, - writable: true, - configurable: true, -}); - -/* Function to fix the input statement */ -function inpFixer(inpmsg) { - const parts = PartSpliter(inpmsg); - // parts will be an array - //eg: ["fennec", "akimbo, mono"] - nmDt.attachmentAlliasName[0].map((x, i) => - // x is the content of each index, i is the number of each index - x.map(y => { - if (parts[0].startsWith(y + " ") || parts[0].endsWith(" " + y)) { - inpmsg = - parts[0].replace(y + " ", "").replace(" " + y, "") + - (parts[1] ? ", " : " + ") + - nmDt.attachmentActualName[0][i]; - } - }) - ); - // so it fking only fix akimbo and stopping power wtf - return inpmsg; -} -// Function to split weapon name and the attachments from the input statement -function PartSpliter(inpmsg) { - if (inpmsg.includes(" + ")) { - // If the input statement has multiple attachments joined by "+", split them and output them as an array of strings [0] is the weapon name, [1] is the attachments - // Eg: "M4A1 + Silencer + Flashlight" -> ["M4A1", "Silencer + Flashlight"] - const out = inpmsg - .split(" + ") - .map(x => x.split("+")) - .flat(); - return [out.shift(), out.join(", ")]; - } - // If there is only one attachment, output it as an array of strings [0] is the weapon name, [1] is the attachment - // Eg: "M4A1 with Flashlight" -> ["M4A1", "Flashlight"] - return inpmsg.split(" with "); -} - -function hasAttachments(inpmsg) { - inpmsg = inpFixer(inpmsg); - // If the input statement has multiple attachments joined by "+" or "with", split them and output them as an array of strings [0] is the weapon name, [1] is the attachments - if ( - inpmsg.split(" with ").filter(x => x.Simplify()).length > 1 || - inpmsg.split(" + ").filter(x => x.Simplify()).length > 1 - ) { - return true; - } - return false; -} - -function isolator(inpmsg) { - return PartSpliter(inpFixer(inpmsg)); -} -// identifying the weapon -function weaponIdentifier(inpmsg) { - const inpWeaponName = isolator(inpmsg)[0]; - // ["ak", "mono"] -> inpWeaponName: "ak" - // if weapon name is too short, return the error - if (inpWeaponName.length < 2) { - return inpmsg.trim().length - ? `The name ${inpmsg.trim()} is too short.` - : "There isn't any weapon name."; - } - let probableWeapons = []; - // Loop through all the weapons to find the probable weapons - // Eg: "ak" - for (let i = 0; i < data.cguns.length; i++) { - if (inpWeaponName.Simplify() == data.cguns[i].gunname.Simplify()) { - // if the simplified name of the weapon is the same as the weapon name in the database, return the only one stats object - return JSON.parse(JSON.stringify(data.cguns[i])); - } else if ( - data.cguns[i].gunname.Simplify().includes(inpWeaponName.Simplify()) - ) { - // If the weapon name is included in the actual name of the weapon - // push the weapon to the probableWeapons array - probableWeapons.push(i); - } - } - // if there is only one probable weapon, mean the gun has already been identified - if (probableWeapons.length == 1) { - // if there is only one probable weapon, return the only one stats object - return JSON.parse(JSON.stringify(data.cguns[probableWeapons[0]])); - } - // continue loop when there is no identified weapons or there are more than one identfied weaponds - // detecting aliases - // getting total number of weapons that had added aliases - for (let i = 0; i < weaponAlliasName.length; i++) { - // getting the number of aliases of each weapon - for (let j = 0; j < weaponAlliasName[i].length; j++) { - // weaponAliases[i][j] is the each alias of each weapon - // finding if simplified alias is same as input weapon name - if (weaponAlliasName[i][j].Simplify() == inpWeaponName.Simplify()) { - // if simplified alias is same as input weapon name - // eg "mow" == "mow", run the loop - for (let i2 = 0; i2 < data.cguns.length; i2++) { - if (weaponActualName[i] == data.cguns[i2].gunname) { - // use the actual name of the weapon to find the weapon - return JSON.parse(JSON.stringify(data.cguns[i2])); - } - } - } - } - } - // removing duplicates in the array - probableWeapons = [...new Set(probableWeapons)]; - // if there is only one probable weapon, return the only one stats object - if (probableWeapons.length == 1) - return JSON.parse(JSON.stringify(data.cguns[probableWeapons[0]])); - else if (probableWeapons.length > 1) { - // reply with the question of probable weapons - return `Did you mean ${probableWeapons - .map(x => data.cguns[x].gunname) - .reduce((out, x, i) => - [out, x].join(i === probableWeapons.length - 1 ? "` or `" : "`, `") - )} - ?`; - } else return `Couldn't identify the weapon: "${inpWeaponName}"`; -} -// identifying attachments and return array or error -function attachmentsIdentifier(inpmsg, gun) { - if (!hasAttachments(inpmsg)) return []; - // no need for isolator because using slash commands, we get individual attachment - let inputAttachmentsNames = isolator(inpmsg)[1] - .split(/ & |, |,| and /) - .filter(x => x); - - const tooSmall = inputAttachmentsNames.filter(x => x.length < 3); - // filter all elements thats shorter than 2 characters - inputAttachmentsNames = inputAttachmentsNames.filter(x => !(x.length < 3)); - let errorMsgs = "", - errors = [], - unidentifined = []; - - if (inputAttachmentsNames.length == 0) - errorMsgs += "\nAttachments are missing!\n"; - // if (inputAttachmentsNames.length >= 10) return "Cocaineeeeee"; ????????? - - // Can directly use args[] to return, no need for isolator, partExtractor, inpFixer - const splitAttachmentsDataName = [], - outAttachments = []; - - for (let i = 0; i < gun.aments.length; i++) { - // Eg: "Stippled Grip Tape" -> ["Stippled", "Grip", "Tape"] - splitAttachmentsDataName.push([ - ...new Set( - gun.aments[i].name - .split(" ") - .filter(x => x) - .map(x => x.trim()) - ), - ]); - - // splitAttachmentsDataName[i] = ["Stippled", "Grip", "Tape"] - for (let j = 0; j < splitAttachmentsDataName[i].length; j++) { - // simplify the attachments name - // Eg: ["Stippled", "Grip", "Tape"] -> ["stippled", "grip", "tape"] - splitAttachmentsDataName[i][j] = - splitAttachmentsDataName[i][j].Simplify(); - } - } - // inputAttachmentsNames = [["stippled", "grip", "tape"] - for (let i = 0; i < inputAttachmentsNames.length; i++) { - let probables = []; - // loop through all the input attachments and split them into words - var splitInputAttachmentsName = inputAttachmentsNames[i] - .split(" ") - .filter(x => x); - - function finder() { - //splitInputAttachmentsName = [["stippled", "grip", "tape"], ["545", "ammo"], ["owc","lazer", "tactical"]] - for (let j = 0; j < splitAttachmentsDataName.length; j++) { - for (let i2 = 0; i2 < splitAttachmentsDataName[j].length; i2++) { - for (let i3 = 0; i3 < splitInputAttachmentsName.length; i3++) { - // if simplified input attachment name is included in the real attachments name - if ( - splitAttachmentsDataName[j][i2].includes( - splitInputAttachmentsName[i3].Simplify() - ) - ) { - // if probables list doesn't include the attachment, push - let probablePushed = false; - for (let i4 = 0; i4 < probables.length; i4++) { - // push another attachment that also probable to the probables list to the same array that identified last loop - // Eg: probables = [ [32]] // as user input mag and first loop it identfified extended mag - // then as it got more possible, it will push large extended mag to the same array -> [ [32,33] ] - if (!probables[i4].includes(j)) { - probables[i4].push(j); - // make it true so that it doesn't push again in the next condition - probablePushed = true; - break; - } - } - // push if the attachment isn't been identified yet - if (!probablePushed) probables.push([j]); - } - } - } - } - } - finder(); - // finding magazines attachments - if ( - (inputAttachmentsNames[i].includes(" rounds mag") || - inputAttachmentsNames[i].includes(" round mag") || - inputAttachmentsNames[i].includes(" round") || - inputAttachmentsNames[i].includes(" rounds")) && - inputAttachmentsNames[i].startsWith( - inputAttachmentsNames[i].replace(/\D/g, "") - ) - ) { - var tmp1 = parseInt(inputAttachmentsNames[i]); - // calculating the sum of number of rounds and see if it matches the input number of rounds - const tmp2 = gun.aments.filter( - x => - x.type === 8 && x.effects[27] + x.effects[28] + gun.stats[17] === tmp1 - ); - // push if the magazine is found - if (tmp2.length === 1) { - outAttachments.push(tmp2[0]); - continue; - } - } - // if probables is empty or there is more than one identified attachment - if ( - probables.length === 0 || - probables[probables.length - 1].length !== 1 || - probables.length < splitInputAttachmentsName.length - ) { - // empty probables as can't indentify the attachment - probables = []; - // the splitInputAttachmentsName isn't simplified pls rmb - splitInputAttachmentsName.map((x, i5) => { - // finding aliases - nmDt.attachmentAlliasName[1].map((y, i6) => { - y.map(z => { - if (z.Simplify().includes(x.Simplify())) { - splitInputAttachmentsName[i5] = nmDt.attachmentActualName[1][i6]; - } - }); - }); - }); - // simple iteration to make the array again - splitInputAttachmentsName = splitInputAttachmentsName - .join(" ") - .split(" ") - .filter(x => x); - // find one more time as we do aliases already - finder(); - if ( - probables.length === 0 || - probables[probables.length - 1].length !== 1 || - probables.length < splitInputAttachmentsName.length - ) { - probables = []; - splitInputAttachmentsName = inputAttachmentsNames[i] - .split(" ") - .filter(x => x); - finder(); - } - } - if (probables.length === 0) { - // push to unidentifined list as can't be identified after serveral times - unidentifined.push(inputAttachmentsNames[i]); - continue; - } - // curr is the most probable attachment - var curr = probables[probables.length - 1]; - const temp1 = probables[probables.length - 1].filter( - x => gun.aments[x].name.Simplify() == inputAttachmentsNames[i].Simplify() - ); - // see if the length of the array is the same or not - // Eg: splitAttachmentsDataName[x] = ["stippled", "grip", "tape"] and splitInputAttachmentsName = ["stippled", "grip", "tape"] - // then it it equal - const temp2 = probables[probables.length - 1].filter( - x => - splitAttachmentsDataName[x].length == splitInputAttachmentsName.length - ); - - // if found probable, push it - if (temp1.length === 1 && temp2.length !== 1) { - probables.push([temp1]); - } else if (temp1.length !== 1 && temp2.length === 1) { - probables.push([temp2]); - } else if ( - temp1.length === 1 && - temp2.length === 1 && - temp1[0] == temp2[0] - ) { - probables.push([temp1]); - } - if ( - probables[probables.length - 1].length != 1 || - probables.length < splitInputAttachmentsName.length - ) { - // ask the user if he means xxx = which attachment - errors.push( - "`" + - curr - .map(x => gun.aments[x].name) - .reduce((out, x, i) => - [out, x].join(i === curr.length - 1 ? "` or `" : "`, `") - ) + - '` by `"' + - inputAttachmentsNames[i] + - '"`' - ); - } - // push the attachment to the output list - outAttachments.push(gun.aments[probables[probables.length - 1][0]]); - } - - const outAttachmentsTypes = outAttachments.map(x => x.type - 1), - t1 = outAttachments - .map(x => x.effects[35]) - .reduce((t, x) => t + x, 0) - .toString() - .padStart(11, "0") - .toString() - .split("") - .map((x, i) => - parseInt(x) !== 0 && outAttachmentsTypes.includes(i) ? parseInt(i) : -1 - ) - .filter(x => x !== -1); - - errorMsgs += t1.length - ? "Can't equip `" + - t1 - .map(x => data.attachmentTypes[x]) - .reduce((out, x, i, a) => - [out, x].join(i === a.length - 1 ? "` or `" : "`, `") - ) + - "` with " + - outAttachments - .filter(x => x.effects[35]) - .map(x => x.name) - .reduce((out, x, i, a) => - [out, x].join(i === a.length - 1 ? " and " : ", ") - ) - : ""; - errorMsgs += errors.length ? `\nDid you mean ${errors.join(";\n")}?\n` : ""; - errorMsgs += unidentifined.length - ? `\nCouldn't identify the attachment(${ - unidentifined.length === 1 ? "" : "s" - }): \`"${unidentifined.join('"`, `"')}"\`\n` - : ""; - errorMsgs += - outAttachments.length > 5 ? "\nCan't equip more than 5 attachments!\n" : ""; - errorMsgs += outAttachments.filter((x, i, a) => a.indexOf(x) !== i).length - ? "\nMultiple of same attachments found!\n" - : ""; - errorMsgs += outAttachments - .map(x => x.type) - .filter((x, i, a) => a.indexOf(x) !== i).length - ? "\nMultiple of attachments the same type found!\n" - : ""; - errorMsgs += tooSmall.length - ? "\nThe name" + - (tooSmall.length === 1 ? "" : "s") + - ': `"' + - tooSmall.reduce((out, x, i) => - [out, x].join(i === curr.length - 1 ? '"` and `"' : '"`, `"') - ) + - '"` ' + - (tooSmall.length === 1 ? "is" : "are") + - " too short\n" - : ""; - return errorMsgs ? errorMsgs.trim() : outAttachments; -} -// console.log(attachmentsIdentifier("chopper with heavy handle, red sight, granulated", data.cguns[38].aments)); makeError(); -// console.log(attachmentsIdentifier("ak + 5mw lazer", data.cguns[0].aments)); makeError(); -// console.log(attachmentsIdentifier("117 + 40 round mag", data.cguns[0].aments, data.cguns[0].stats)); makeError(); -// console.log(attachmentsIdentifier("117 + rtc muzzle brake, rubberized griptape, tac lazer sight, 40 round mag, no stock", data.cguns[1].aments)); makeError(); -// console.log(attachmentsIdentifier("47 + stipplied grip tape", data.cguns[0])); -// makeError(); -function damageHandler( - currDmgs, - currRngs, - damageMulti, - hp, - tbs, - tbb, - bib, - pellets -) { - currDmgs = [...currDmgs]; - currRngs = [...currRngs]; - - currRngs = currRngs.filter(x => x < 100).map(x => Math.round(x)); - currDmgs.length = currRngs.length + 1; - currDmgs = currDmgs.map(x => Math.round(x * damageMulti)); - let currSTKs = currDmgs.map(x => stk(x)), - currTTKs = currDmgs.map(x => ttk(x)), - currPDmg = null, - n = Math.max(...currTTKs.map(x => x.toString().length)); - n = n < 3 ? 3 : n; - function worker1(inp) { - return inp.map(x => x.toString().padStart(n)).join(" -- ") + "\n"; - } - function worker2(inp) { - return ( - "".padStart(n + 1) + - inp.map(x => x.toString().padStart(2)).join("".padStart(n + 2)) + - "\n" - ); - } - function stk(dmg) { - let out; - if (!pellets) out = Math.ceil(hp / dmg); - else out = Math.ceil(hp / (dmg * pellets)); - return out == Infinity ? "โˆž" : out; - } - function ttk(dmg) { - const stkVal = stk(dmg); - if (stkVal == "โˆž") return stkVal; - if (!bib) return Math.round((stkVal - 1) * tbs); - - let out = 0; - if (dmg > 0) { - if (stkVal % bib == 0) { - for (var i = 0; i < Math.floor(stkVal / bib) - 1; i++) { - out += tbs * (bib - 1) + tbb; - } - out = out + tbs * (bib - 1); - } else if (stkVal % bib != 0) { - for (var i = 0; i <= Math.floor(stkVal / bib) - 1; i++) { - out += tbs * (bib - 1) + tbb; - } - for (var i = 0; i < (stkVal % bib) - 1; i++) { - out += tbs; - } - } - out = Math.round(out); - if (out == Infinity) { - return "โˆž"; - } - } else { - out = "No"; - } - return out; - } - if (pellets) { - currPDmg = currDmgs.map(x => x + "ร—" + pellets); - n = Math.max(...currPDmg.map(x => x.toString().length)); - } - return ( - "```swift\n" + - "Damage : " + - worker1(currPDmg || currDmgs) + - (pellets ? "Total : " + worker1(currDmgs.map(x => x * pellets)) : "") + - "STK : " + - worker1(currSTKs) + - "TTK : " + - worker1(currTTKs) + - "Range : " + - (currRngs.length ? worker2(currRngs) : worker1(["โˆž"])) + - "```" - ); -} -// console.log(damageHandler([30, 25, 20], [10, 20], 1, 100, 60000 / 720, 0, 0)); makeError(); -// console.log(damageHandler([ 33, 23 ], [ 39 ], 1, 100, 109.0909090909091, 0, 0 )); makeError(); - -function recoilHandler( - xRecoil, - yRecoil, - xMultiplier, - yMultiplier, - bulletCount -) { - if (xRecoil.length != yRecoil.length) return "err"; - - const recoilLength = xRecoil.length; - if (recoilLength == 0) return "none"; - - const recoilPattern = [ - { - x: 0, - y: 0, - }, - ]; - let recoilObj; - for (let i = 0; i < bulletCount; i++) { - const xContinuationVal = - xRecoil[recoilLength - 1] - xRecoil[recoilLength - 2]; - const yContinuationVal = - yRecoil[recoilLength - 1] - yRecoil[recoilLength - 2]; - if (i < recoilLength) { - recoilObj = { - x: xRecoil[i] * (1 + xMultiplier / 100), - y: yRecoil[i] * (1 + yMultiplier / 100), - }; - } else { - recoilObj = { - x: - (recoilPattern[recoilPattern.length - 1].x + xContinuationVal) * - xMultiplier, - y: - (recoilPattern[recoilPattern.length - 1].y + yContinuationVal) * - yMultiplier, - }; - } - recoilPattern.push(recoilObj); - } - const chart = new QuickChart(); - chart - .setConfig({ - type: "scatter", - data: { - datasets: [ - { - data: recoilPattern, - showLine: true, - fill: false, - pointRadius: 3, - backgroundColor: "rgba(056,205,255,1.00)", // "#38CDFF" fully transparent - borderColor: "rgba(056,205,255,0.75)", // "#38CDFF" 75% transparent - }, - ], - }, - options: { - plugins: { - backgroundImageUrl: "https://i.imgur.com/jFAFaWF.png", - }, - legend: { - display: false, - }, - scales: { - yAxes: [ - { - ticks: { - display: false, - min: 0, - max: 5050, - }, - }, - ], - xAxes: [ - { - ticks: { - display: false, - min: -4495, - max: 4495, - }, - }, - ], - }, - }, - }) - .setWidth(1780) - .setHeight(1000); - - return chart; -} - -function updateStatswithEffects(inpEffects, inpStats) { - const l = inpStats[18] / inpStats[17]; - const outStats = [...inpStats]; - - var inpStatsarr = [1, 2, 5, 11, 14, 15, 20, 21, 22, 26, 27, 31]; - var inpEfecsarr = [17, 18, 16, 19, 1, 10, 14, 14, 14, 6, 7, 42]; // Efecs is short for Effects - for (let i = 0; i < inpEffects.length; i++) { - if (inpEffects[inpEfecsarr[i]] != 0) { - outStats[inpStatsarr[i]] *= (inpEffects[inpEfecsarr[i]] + 100) / 100; - } - } - var inpStatsarr = [3, 4, 16, 28, 29, 30]; - var inpEfecsarr = [20, 38, 0, 39, 40, 41]; - for (let i = 0; i < inpEffects.length; i++) { - if (inpEffects[inpEfecsarr[i]] != 0) { - outStats[inpStatsarr[i]] = inpEffects[inpEfecsarr[i]]; - } - } - var inpStatsarr = [0, 17, 25]; - var inpEfecsarr = [29, 27, 9]; - for (let i = 0; i < inpEffects.length; i++) { - if (inpEffects[inpEfecsarr[i]] != 0) { - outStats[inpStatsarr[i]] += inpEffects[inpEfecsarr[i]]; - } - } - - if (inpEffects[4] != 0) { - outStats[10] = 11 - (11 - inpStats[10]) * (1 + inpEffects[4] / 100); // - } - if (inpEffects[43] != 0 && inpStats[8] != -1) { - outStats[8] *= (inpEffects[43] + 100) / 100; - } - if (inpEffects[16] != 0) { - outStats[7] *= inpEffects[16] / -100 + 1; - } - outStats[18] = inpStats[17] * l; - return outStats; -} - -function attachmentHandler(currEffects, currStats) { - const pos = [], - neg = [], - atr = []; - if (currEffects[0] > currStats[16]) { - pos.push( - currEffects[0] + - "% zoom (+" + - (currEffects[0] - currStats[16]) + - "% zoom)" - ); - } else if (currEffects[0] != 0 && currEffects[0] != currStats[16]) { - neg.push( - currEffects[0] + - "% zoom (-" + - (currStats[16] - currEffects[0]) + - "% zoom)" - ); - } - if (currEffects[0] != 0 && currStats[16] <= 110) { - atr.push("Easier to Aim"); - } - negGood1(1, "ADS time"); - negGood1(2, "Vertical Recoil"); - negGood1(3, "Horizontal Recoil"); - negGood1(4, "Bullet Spread"); - negGood1(5, "Moving Bullet Spread"); - posGood1(6, "Mobility"); - posGood1(7, "ADS Mobility"); - negGood1(8, "Recoil when Crouched or Prone"); - posGood1(9, "Sprint Mobility"); - negGood1(10, "Sprint to Fire Time"); - negGood1(11, "Flinch"); - negGood1(12, "Hipfire Spread"); - posGood1(13, "Damage Range"); - negGood1(14, "Reload Time"); - posGood1(15, "Headshot Damage"); - posGood1(16, "Rate of Fire"); - posGood1(17, "Detonation Range"); - posGood1(18, "Explosion Radius"); - negGood1(19, "Idle Sway"); - if (currEffects[20] > currStats[3]) { - pos.push( - currEffects[20].ToString().Replace(".", " ~ ") + " Explosion Damage" - ); - } else if (currEffects[20] != 0 && currEffects[20] != currStats[3]) { - neg.push( - currEffects[20].ToString().Replace(".", " ~ ") + " Explosion Damage" - ); - } - atrPush3(21, "Visible Laser when not ADS-ed"); - atrPush3(22, "Visible Laser when ADS-ed"); - atrPush3(23, "Visible Laser"); - atrPush3(24, "Silenced Gunfire"); - atrPush3(25, "Hidden Muzzle Flash"); - posGood2(27, "Rounds/Mag"); - posGood2(28, "Rounds/Tube"); - posGood2(29, "Pellets per Shot"); - posGood2(30, "Damage Over Time"); - atrPush3(32, "Reworked ADS"); - atrPush3(33, "Faster Melee QTE"); - if (currEffects[35]) { - atr.push( - "Can Not use " + - currEffects[35] - .toString() - .padStart(11, "0") - .toString() - .split("") - .map((x, i) => (parseInt(x) !== 0 ? data.attachmentTypes[i] : 0)) - .filter(x => x) - ); - } - atrPush3(36, "Can't ADS"); - if (currEffects[37] != 0) { - atr.push("New Lethality Profile"); - } - if (currEffects[38] != 0 && currEffects[38] < currStats[4]) { - pos.push("Turns to " + data.firingModes[currEffects[38] - 1]); - } else if (currEffects[38] != 0 && currEffects[38] != currStats[4]) { - neg.push("Turns to " + data.firingModes[currEffects[38] - 1]); - } - posGood2(39, "Tick Damage"); - posGood2(40, "Ticks"); - negGood2(41, "ms Tick Interval"); - posGood2(42, "Breath Holding Time"); - posGood1(43, "Bullet Speed"); - if (currEffects[44] == 1) { - atr.push("Higher Penetraion Damage"); - } else if (currEffects[44] == -1) { - atr.push("Lower Penetraion Damage"); - } - posGood2(45, `Round ${currEffects[45] - 1 ? "s" : ""} in Reserve`); - - function posGood1(i, ext) { - if (currEffects[i].IsPositive()) { - pos.push(currEffects[i].PlusHL() + "% " + ext); - } else if (currEffects[i].IsNegative()) { - neg.push(currEffects[i].PlusHL() + "% " + ext); - } - } - - function negGood1(i, ext) { - if (currEffects[i].IsNegative()) { - pos.push(currEffects[i].PlusHL() + "% " + ext); - } else if (currEffects[i].IsPositive()) { - neg.push(currEffects[i].PlusHL() + "% " + ext); - } - } - - function posGood2(i, ext) { - if (currEffects[i].IsPositive()) { - pos.push(currEffects[i].PlusHL() + " " + ext); - } else if (currEffects[i].IsNegative()) { - neg.push(currEffects[i].PlusHL() + " " + ext); - } - } - - function negGood2(i, ext) { - if (currEffects[i].IsNegative()) { - pos.push(currEffects[i].PlusHL() + " " + ext); - } else if (currEffects[i].IsPositive()) { - neg.push(currEffects[i].PlusHL() + " " + ext); - } - } - - function atrPush3(i, ext) { - if (currEffects[i].ToBool()) { - atr.push(ext); - } - } - // Return the attributes when there is and use algorithms to join them - return [ - pos.length - ? { - name: "**Positives:**", - value: `\`\`\`ini\n[${pos.join("]\n[")}]\n\`\`\``, - inline: true, - } - : 0, - neg.length - ? { - name: "**Negatives:**", - value: `\`\`\`css\n[${neg.join("]\n[")}]\n\`\`\``, - inline: true, - } - : 0, - atr.length - ? { - name: "**Attributes:**", - value: `\`\`\`fix\n[${atr.join("]\n[")}]\n\`\`\``, - } - : 0, - ].filter(x => x); -} - -function interpretioner(inpAttachments) { - return inpAttachments.length - ? " with " + inpAttachments.map(x => x.name).join(", ") - : ""; -} - -function totaler(inpAttachments) { - const totalEffects = inpAttachments[0].effects; - for (let j = 1; j < inpAttachments.length; j++) { - for (let i2 = 0; i2 < totalEffects.length; i2++) { - totalEffects[i2] += inpAttachments[j].effects[i2]; - } - } - return totalEffects; -} - -function makeError() { - undefined.split("L"); -} - -module.exports = { - weaponIdentifier, - attachmentsIdentifier, - recoilHandler, - attachmentHandler, - updateStatswithEffects, - makeError, - interpretioner, - damageHandler, - isolator, - totaler, - hasAttachments, -}; +const data = require("../Data/data.json"); +const QuickChart = require("quickchart-js"); +const nmDt = require("../Data/aliases.json"); +const weaponActualName = nmDt.weaponActualName; +const weaponAlliasName = nmDt.weaponAlliasName; +Object.defineProperty(String.prototype, "Simplify", { + // Function to remove all characters except 0-9 and a-z + // Eg "AK-47" -> "ak47" + value: function Simplify() { + return this.toLowerCase().replace(/[^0-9a-z]/g, ""); + }, + writable: true, + configurable: true, +}); + +Object.defineProperty(Number.prototype, "IsPositive", { + // Function to check the number is positive or not + value: function IsPositive() { + if (this > 0) return true; + else return false; + }, + writable: true, + configurable: true, +}); + +Object.defineProperty(Number.prototype, "IsNegative", { + // Function to check the number is negative or not + value: function IsNegative() { + if (this < 0) return true; + else return false; + }, + writable: true, + configurable: true, +}); + +Object.defineProperty(Number.prototype, "ToBool", { + // Function to check the number is one or not + value: function ToBool() { + if (this == 1) return true; + else return false; + }, + writable: true, + configurable: true, +}); + +Object.defineProperty(Number.prototype, "PlusHL", { + value: function PlusHL() { + if (this.toString()[0] == "-") { + return parseFloat(this.toFixed(2)).toString(); + } + return `+${parseFloat(this.toFixed(2)).toString()}`; + }, + writable: true, + configurable: true, +}); + +/* Function to fix the input statement */ +function inpFixer(inpmsg) { + const parts = PartSpliter(inpmsg); + // parts will be an array + //eg: ["fennec", "akimbo, mono"] + nmDt.attachmentAlliasName[0].map((x, i) => + // x is the content of each index, i is the number of each index + x.map(y => { + if (parts[0].startsWith(y + " ") || parts[0].endsWith(" " + y)) { + inpmsg = + parts[0].replace(y + " ", "").replace(" " + y, "") + + (parts[1] ? ", " : " + ") + + nmDt.attachmentActualName[0][i]; + } + }) + ); + // so it fking only fix akimbo and stopping power wtf + return inpmsg; +} +// Function to split weapon name and the attachments from the input statement +function PartSpliter(inpmsg) { + if (inpmsg.includes(" + ")) { + // If the input statement has multiple attachments joined by "+", split them and output them as an array of strings [0] is the weapon name, [1] is the attachments + // Eg: "M4A1 + Silencer + Flashlight" -> ["M4A1", "Silencer + Flashlight"] + const out = inpmsg + .split(" + ") + .map(x => x.split("+")) + .flat(); + return [out.shift(), out.join(", ")]; + } + // If there is only one attachment, output it as an array of strings [0] is the weapon name, [1] is the attachment + // Eg: "M4A1 with Flashlight" -> ["M4A1", "Flashlight"] + return inpmsg.split(" with "); +} + +function hasAttachments(inpmsg) { + inpmsg = inpFixer(inpmsg); + // If the input statement has multiple attachments joined by "+" or "with", split them and output them as an array of strings [0] is the weapon name, [1] is the attachments + if ( + inpmsg.split(" with ").filter(x => x.Simplify()).length > 1 || + inpmsg.split(" + ").filter(x => x.Simplify()).length > 1 + ) { + return true; + } + return false; +} + +function isolator(inpmsg) { + return PartSpliter(inpFixer(inpmsg)); +} +// identifying the weapon +function weaponIdentifier(inpmsg) { + const inpWeaponName = isolator(inpmsg)[0]; + // ["ak", "mono"] -> inpWeaponName: "ak" + // if weapon name is too short, return the error + if (inpWeaponName.length < 2) { + return inpmsg.trim().length + ? `The name ${inpmsg.trim()} is too short.` + : "There isn't any weapon name."; + } + let probableWeapons = []; + // Loop through all the weapons to find the probable weapons + // Eg: "ak" + for (let i = 0; i < data.cguns.length; i++) { + if (inpWeaponName.Simplify() == data.cguns[i].gunname.Simplify()) { + // if the simplified name of the weapon is the same as the weapon name in the database, return the only one stats object + return JSON.parse(JSON.stringify(data.cguns[i])); + } else if ( + data.cguns[i].gunname.Simplify().includes(inpWeaponName.Simplify()) + ) { + // If the weapon name is included in the actual name of the weapon + // push the weapon to the probableWeapons array + probableWeapons.push(i); + } + } + // if there is only one probable weapon, mean the gun has already been identified + if (probableWeapons.length == 1) { + // if there is only one probable weapon, return the only one stats object + return JSON.parse(JSON.stringify(data.cguns[probableWeapons[0]])); + } + // continue loop when there is no identified weapons or there are more than one identfied weaponds + // detecting aliases + // getting total number of weapons that had added aliases + for (let i = 0; i < weaponAlliasName.length; i++) { + // getting the number of aliases of each weapon + for (let j = 0; j < weaponAlliasName[i].length; j++) { + // weaponAliases[i][j] is the each alias of each weapon + // finding if simplified alias is same as input weapon name + if (weaponAlliasName[i][j].Simplify() == inpWeaponName.Simplify()) { + // if simplified alias is same as input weapon name + // eg "mow" == "mow", run the loop + for (let i2 = 0; i2 < data.cguns.length; i2++) { + if (weaponActualName[i] == data.cguns[i2].gunname) { + // use the actual name of the weapon to find the weapon + return JSON.parse(JSON.stringify(data.cguns[i2])); + } + } + } + } + } + // removing duplicates in the array + probableWeapons = [...new Set(probableWeapons)]; + // if there is only one probable weapon, return the only one stats object + if (probableWeapons.length == 1) + return JSON.parse(JSON.stringify(data.cguns[probableWeapons[0]])); + else if (probableWeapons.length > 1) { + // reply with the question of probable weapons + return `Did you mean ${probableWeapons + .map(x => data.cguns[x].gunname) + .reduce((out, x, i) => + [out, x].join(i === probableWeapons.length - 1 ? "` or `" : "`, `") + )} + ?`; + } else return `Couldn't identify the weapon: "${inpWeaponName}"`; +} +// identifying attachments and return array or error +function attachmentsIdentifier(inpmsg, gun) { + if (!hasAttachments(inpmsg)) return []; + // no need for isolator because using slash commands, we get individual attachment + let inputAttachmentsNames = isolator(inpmsg)[1] + .split(/ & |, |,| and /) + .filter(x => x); + + const tooSmall = inputAttachmentsNames.filter(x => x.length < 3); + // filter all elements thats shorter than 2 characters + inputAttachmentsNames = inputAttachmentsNames.filter(x => !(x.length < 3)); + let errorMsgs = "", + errors = [], + unidentifined = []; + + if (inputAttachmentsNames.length == 0) + errorMsgs += "\nAttachments are missing!\n"; + // if (inputAttachmentsNames.length >= 10) return "Cocaineeeeee"; ????????? + + // Can directly use args[] to return, no need for isolator, partExtractor, inpFixer + const splitAttachmentsDataName = [], + outAttachments = []; + + for (let i = 0; i < gun.aments.length; i++) { + // Eg: "Stippled Grip Tape" -> ["Stippled", "Grip", "Tape"] + splitAttachmentsDataName.push([ + ...new Set( + gun.aments[i].name + .split(" ") + .filter(x => x) + .map(x => x.trim()) + ), + ]); + + // splitAttachmentsDataName[i] = ["Stippled", "Grip", "Tape"] + for (let j = 0; j < splitAttachmentsDataName[i].length; j++) { + // simplify the attachments name + // Eg: ["Stippled", "Grip", "Tape"] -> ["stippled", "grip", "tape"] + splitAttachmentsDataName[i][j] = + splitAttachmentsDataName[i][j].Simplify(); + } + } + // inputAttachmentsNames = [["stippled", "grip", "tape"] + for (let i = 0; i < inputAttachmentsNames.length; i++) { + let probables = []; + // loop through all the input attachments and split them into words + var splitInputAttachmentsName = inputAttachmentsNames[i] + .split(" ") + .filter(x => x); + + function finder() { + //splitInputAttachmentsName = [["stippled", "grip", "tape"], ["545", "ammo"], ["owc","lazer", "tactical"]] + for (let j = 0; j < splitAttachmentsDataName.length; j++) { + for (let i2 = 0; i2 < splitAttachmentsDataName[j].length; i2++) { + for (let i3 = 0; i3 < splitInputAttachmentsName.length; i3++) { + // if simplified input attachment name is included in the real attachments name + if ( + splitAttachmentsDataName[j][i2].includes( + splitInputAttachmentsName[i3].Simplify() + ) + ) { + // if probables list doesn't include the attachment, push + let probablePushed = false; + for (let i4 = 0; i4 < probables.length; i4++) { + // push another attachment that also probable to the probables list to the same array that identified last loop + // Eg: probables = [ [32]] // as user input mag and first loop it identfified extended mag + // then as it got more possible, it will push large extended mag to the same array -> [ [32,33] ] + if (!probables[i4].includes(j)) { + probables[i4].push(j); + // make it true so that it doesn't push again in the next condition + probablePushed = true; + break; + } + } + // push if the attachment isn't been identified yet + if (!probablePushed) probables.push([j]); + } + } + } + } + } + finder(); + // finding magazines attachments + if ( + (inputAttachmentsNames[i].includes(" rounds mag") || + inputAttachmentsNames[i].includes(" round mag") || + inputAttachmentsNames[i].includes(" round") || + inputAttachmentsNames[i].includes(" rounds")) && + inputAttachmentsNames[i].startsWith( + inputAttachmentsNames[i].replace(/\D/g, "") + ) + ) { + var tmp1 = parseInt(inputAttachmentsNames[i]); + // calculating the sum of number of rounds and see if it matches the input number of rounds + const tmp2 = gun.aments.filter( + x => + x.type === 8 && x.effects[27] + x.effects[28] + gun.stats[17] === tmp1 + ); + // push if the magazine is found + if (tmp2.length === 1) { + outAttachments.push(tmp2[0]); + continue; + } + } + // if probables is empty or there is more than one identified attachment + if ( + probables.length === 0 || + probables[probables.length - 1].length !== 1 || + probables.length < splitInputAttachmentsName.length + ) { + // empty probables as can't indentify the attachment + probables = []; + // the splitInputAttachmentsName isn't simplified pls rmb + splitInputAttachmentsName.map((x, i5) => { + // finding aliases + nmDt.attachmentAlliasName[1].map((y, i6) => { + y.map(z => { + if (z.Simplify().includes(x.Simplify())) { + splitInputAttachmentsName[i5] = nmDt.attachmentActualName[1][i6]; + } + }); + }); + }); + // simple iteration to make the array again + splitInputAttachmentsName = splitInputAttachmentsName + .join(" ") + .split(" ") + .filter(x => x); + // find one more time as we do aliases already + finder(); + if ( + probables.length === 0 || + probables[probables.length - 1].length !== 1 || + probables.length < splitInputAttachmentsName.length + ) { + probables = []; + splitInputAttachmentsName = inputAttachmentsNames[i] + .split(" ") + .filter(x => x); + finder(); + } + } + if (probables.length === 0) { + // push to unidentifined list as can't be identified after serveral times + unidentifined.push(inputAttachmentsNames[i]); + continue; + } + // curr is the most probable attachment + var curr = probables[probables.length - 1]; + const temp1 = probables[probables.length - 1].filter( + x => gun.aments[x].name.Simplify() == inputAttachmentsNames[i].Simplify() + ); + // see if the length of the array is the same or not + // Eg: splitAttachmentsDataName[x] = ["stippled", "grip", "tape"] and splitInputAttachmentsName = ["stippled", "grip", "tape"] + // then it it equal + const temp2 = probables[probables.length - 1].filter( + x => + splitAttachmentsDataName[x].length == splitInputAttachmentsName.length + ); + + // if found probable, push it + if (temp1.length === 1 && temp2.length !== 1) { + probables.push([temp1]); + } else if (temp1.length !== 1 && temp2.length === 1) { + probables.push([temp2]); + } else if ( + temp1.length === 1 && + temp2.length === 1 && + temp1[0] == temp2[0] + ) { + probables.push([temp1]); + } + if ( + probables[probables.length - 1].length != 1 || + probables.length < splitInputAttachmentsName.length + ) { + // ask the user if he means xxx = which attachment + errors.push( + "`" + + curr + .map(x => gun.aments[x].name) + .reduce((out, x, i) => + [out, x].join(i === curr.length - 1 ? "` or `" : "`, `") + ) + + '` by `"' + + inputAttachmentsNames[i] + + '"`' + ); + } + // push the attachment to the output list + outAttachments.push(gun.aments[probables[probables.length - 1][0]]); + } + + const outAttachmentsTypes = outAttachments.map(x => x.type - 1), + t1 = outAttachments + .map(x => x.effects[35]) + .reduce((t, x) => t + x, 0) + .toString() + .padStart(11, "0") + .toString() + .split("") + .map((x, i) => + parseInt(x) !== 0 && outAttachmentsTypes.includes(i) ? parseInt(i) : -1 + ) + .filter(x => x !== -1); + + errorMsgs += t1.length + ? "Can't equip `" + + t1 + .map(x => data.attachmentTypes[x]) + .reduce((out, x, i, a) => + [out, x].join(i === a.length - 1 ? "` or `" : "`, `") + ) + + "` with " + + outAttachments + .filter(x => x.effects[35]) + .map(x => x.name) + .reduce((out, x, i, a) => + [out, x].join(i === a.length - 1 ? " and " : ", ") + ) + : ""; + errorMsgs += errors.length ? `\nDid you mean ${errors.join(";\n")}?\n` : ""; + errorMsgs += unidentifined.length + ? `\nCouldn't identify the attachment(${ + unidentifined.length === 1 ? "" : "s" + }): \`"${unidentifined.join('"`, `"')}"\`\n` + : ""; + errorMsgs += + outAttachments.length > 5 ? "\nCan't equip more than 5 attachments!\n" : ""; + errorMsgs += outAttachments.filter((x, i, a) => a.indexOf(x) !== i).length + ? "\nMultiple of same attachments found!\n" + : ""; + errorMsgs += outAttachments + .map(x => x.type) + .filter((x, i, a) => a.indexOf(x) !== i).length + ? "\nMultiple of attachments the same type found!\n" + : ""; + errorMsgs += tooSmall.length + ? "\nThe name" + + (tooSmall.length === 1 ? "" : "s") + + ': `"' + + tooSmall.reduce((out, x, i) => + [out, x].join(i === curr.length - 1 ? '"` and `"' : '"`, `"') + ) + + '"` ' + + (tooSmall.length === 1 ? "is" : "are") + + " too short\n" + : ""; + return errorMsgs ? errorMsgs.trim() : outAttachments; +} +// console.log(attachmentsIdentifier("chopper with heavy handle, red sight, granulated", data.cguns[38].aments)); makeError(); +// console.log(attachmentsIdentifier("ak + 5mw lazer", data.cguns[0].aments)); makeError(); +// console.log(attachmentsIdentifier("117 + 40 round mag", data.cguns[0].aments, data.cguns[0].stats)); makeError(); +// console.log(attachmentsIdentifier("117 + rtc muzzle brake, rubberized griptape, tac lazer sight, 40 round mag, no stock", data.cguns[1].aments)); makeError(); +// console.log(attachmentsIdentifier("47 + stipplied grip tape", data.cguns[0])); +// makeError(); +function damageHandler( + currDmgs, + currRngs, + damageMulti, + hp, + tbs, + tbb, + bib, + pellets +) { + currDmgs = [...currDmgs]; + currRngs = [...currRngs]; + + currRngs = currRngs.filter(x => x < 100).map(x => Math.round(x)); + currDmgs.length = currRngs.length + 1; + currDmgs = currDmgs.map(x => Math.round(x * damageMulti)); + let currSTKs = currDmgs.map(x => stk(x)), + currTTKs = currDmgs.map(x => ttk(x)), + currPDmg = null, + n = Math.max(...currTTKs.map(x => x.toString().length)); + n = n < 3 ? 3 : n; + function worker1(inp) { + return inp.map(x => x.toString().padStart(n)).join(" -- ") + "\n"; + } + function worker2(inp) { + return ( + "".padStart(n + 1) + + inp.map(x => x.toString().padStart(2)).join("".padStart(n + 2)) + + "\n" + ); + } + function stk(dmg) { + let out; + if (!pellets) out = Math.ceil(hp / dmg); + else out = Math.ceil(hp / (dmg * pellets)); + return out == Infinity ? "โˆž" : out; + } + function ttk(dmg) { + const stkVal = stk(dmg); + if (stkVal == "โˆž") return stkVal; + if (!bib) return Math.round((stkVal - 1) * tbs); + + let out = 0; + if (dmg > 0) { + if (stkVal % bib == 0) { + for (var i = 0; i < Math.floor(stkVal / bib) - 1; i++) { + out += tbs * (bib - 1) + tbb; + } + out = out + tbs * (bib - 1); + } else if (stkVal % bib != 0) { + for (var i = 0; i <= Math.floor(stkVal / bib) - 1; i++) { + out += tbs * (bib - 1) + tbb; + } + for (var i = 0; i < (stkVal % bib) - 1; i++) { + out += tbs; + } + } + out = Math.round(out); + if (out == Infinity) { + return "โˆž"; + } + } else { + out = "No"; + } + return out; + } + if (pellets) { + currPDmg = currDmgs.map(x => x + "ร—" + pellets); + n = Math.max(...currPDmg.map(x => x.toString().length)); + } + return ( + "```swift\n" + + "Damage : " + + worker1(currPDmg || currDmgs) + + (pellets ? "Total : " + worker1(currDmgs.map(x => x * pellets)) : "") + + "STK : " + + worker1(currSTKs) + + "TTK : " + + worker1(currTTKs) + + "Range : " + + (currRngs.length ? worker2(currRngs) : worker1(["โˆž"])) + + "```" + ); +} +// console.log(damageHandler([30, 25, 20], [10, 20], 1, 100, 60000 / 720, 0, 0)); makeError(); +// console.log(damageHandler([ 33, 23 ], [ 39 ], 1, 100, 109.0909090909091, 0, 0 )); makeError(); + +function recoilHandler( + xRecoil, + yRecoil, + xMultiplier, + yMultiplier, + bulletCount +) { + if (xRecoil.length != yRecoil.length) return "err"; + + const recoilLength = xRecoil.length; + if (recoilLength == 0) return "none"; + + const recoilPattern = [ + { + x: 0, + y: 0, + }, + ]; + let recoilObj; + for (let i = 0; i < bulletCount; i++) { + const xContinuationVal = + xRecoil[recoilLength - 1] - xRecoil[recoilLength - 2]; + const yContinuationVal = + yRecoil[recoilLength - 1] - yRecoil[recoilLength - 2]; + if (i < recoilLength) { + recoilObj = { + x: xRecoil[i] * (1 + xMultiplier / 100), + y: yRecoil[i] * (1 + yMultiplier / 100), + }; + } else { + recoilObj = { + x: + (recoilPattern[recoilPattern.length - 1].x + xContinuationVal) * + xMultiplier, + y: + (recoilPattern[recoilPattern.length - 1].y + yContinuationVal) * + yMultiplier, + }; + } + recoilPattern.push(recoilObj); + } + const chart = new QuickChart(); + chart + .setConfig({ + type: "scatter", + data: { + datasets: [ + { + data: recoilPattern, + showLine: true, + fill: false, + pointRadius: 3, + backgroundColor: "rgba(056,205,255,1.00)", // "#38CDFF" fully transparent + borderColor: "rgba(056,205,255,0.75)", // "#38CDFF" 75% transparent + }, + ], + }, + options: { + plugins: { + backgroundImageUrl: "https://i.imgur.com/jFAFaWF.png", + }, + legend: { + display: false, + }, + scales: { + yAxes: [ + { + ticks: { + display: false, + min: 0, + max: 5050, + }, + }, + ], + xAxes: [ + { + ticks: { + display: false, + min: -4495, + max: 4495, + }, + }, + ], + }, + }, + }) + .setWidth(1780) + .setHeight(1000); + + return chart; +} + +function updateStatswithEffects(inpEffects, inpStats) { + const l = inpStats[18] / inpStats[17]; + const outStats = [...inpStats]; + + var inpStatsarr = [1, 2, 5, 11, 14, 15, 20, 21, 22, 26, 27, 31]; + var inpEfecsarr = [17, 18, 16, 19, 1, 10, 14, 14, 14, 6, 7, 42]; // Efecs is short for Effects + for (let i = 0; i < inpEffects.length; i++) { + if (inpEffects[inpEfecsarr[i]] != 0) { + outStats[inpStatsarr[i]] *= (inpEffects[inpEfecsarr[i]] + 100) / 100; + } + } + var inpStatsarr = [3, 4, 16, 28, 29, 30]; + var inpEfecsarr = [20, 38, 0, 39, 40, 41]; + for (let i = 0; i < inpEffects.length; i++) { + if (inpEffects[inpEfecsarr[i]] != 0) { + outStats[inpStatsarr[i]] = inpEffects[inpEfecsarr[i]]; + } + } + var inpStatsarr = [0, 17, 25]; + var inpEfecsarr = [29, 27, 9]; + for (let i = 0; i < inpEffects.length; i++) { + if (inpEffects[inpEfecsarr[i]] != 0) { + outStats[inpStatsarr[i]] += inpEffects[inpEfecsarr[i]]; + } + } + + if (inpEffects[4] != 0) { + outStats[10] = 11 - (11 - inpStats[10]) * (1 + inpEffects[4] / 100); // + } + if (inpEffects[43] != 0 && inpStats[8] != -1) { + outStats[8] *= (inpEffects[43] + 100) / 100; + } + if (inpEffects[16] != 0) { + outStats[7] *= inpEffects[16] / -100 + 1; + } + outStats[18] = inpStats[17] * l; + return outStats; +} + +function attachmentHandler(currEffects, currStats) { + const pos = [], + neg = [], + atr = []; + if (currEffects[0] > currStats[16]) { + pos.push( + currEffects[0] + + "% zoom (+" + + (currEffects[0] - currStats[16]) + + "% zoom)" + ); + } else if (currEffects[0] != 0 && currEffects[0] != currStats[16]) { + neg.push( + currEffects[0] + + "% zoom (-" + + (currStats[16] - currEffects[0]) + + "% zoom)" + ); + } + if (currEffects[0] != 0 && currStats[16] <= 110) { + atr.push("Easier to Aim"); + } + negGood1(1, "ADS time"); + negGood1(2, "Vertical Recoil"); + negGood1(3, "Horizontal Recoil"); + negGood1(4, "Bullet Spread"); + negGood1(5, "Moving Bullet Spread"); + posGood1(6, "Mobility"); + posGood1(7, "ADS Mobility"); + negGood1(8, "Recoil when Crouched or Prone"); + posGood1(9, "Sprint Mobility"); + negGood1(10, "Sprint to Fire Time"); + negGood1(11, "Flinch"); + negGood1(12, "Hipfire Spread"); + posGood1(13, "Damage Range"); + negGood1(14, "Reload Time"); + posGood1(15, "Headshot Damage"); + posGood1(16, "Rate of Fire"); + posGood1(17, "Detonation Range"); + posGood1(18, "Explosion Radius"); + negGood1(19, "Idle Sway"); + if (currEffects[20] > currStats[3]) { + pos.push( + currEffects[20].ToString().Replace(".", " ~ ") + " Explosion Damage" + ); + } else if (currEffects[20] != 0 && currEffects[20] != currStats[3]) { + neg.push( + currEffects[20].ToString().Replace(".", " ~ ") + " Explosion Damage" + ); + } + atrPush3(21, "Visible Laser when not ADS-ed"); + atrPush3(22, "Visible Laser when ADS-ed"); + atrPush3(23, "Visible Laser"); + atrPush3(24, "Silenced Gunfire"); + atrPush3(25, "Hidden Muzzle Flash"); + posGood2(27, "Rounds/Mag"); + posGood2(28, "Rounds/Tube"); + posGood2(29, "Pellets per Shot"); + posGood2(30, "Damage Over Time"); + atrPush3(32, "Reworked ADS"); + atrPush3(33, "Faster Melee QTE"); + if (currEffects[35]) { + atr.push( + "Can Not use " + + currEffects[35] + .toString() + .padStart(11, "0") + .toString() + .split("") + .map((x, i) => (parseInt(x) !== 0 ? data.attachmentTypes[i] : 0)) + .filter(x => x) + ); + } + atrPush3(36, "Can't ADS"); + if (currEffects[37] != 0) { + atr.push("New Lethality Profile"); + } + if (currEffects[38] != 0 && currEffects[38] < currStats[4]) { + pos.push("Turns to " + data.firingModes[currEffects[38] - 1]); + } else if (currEffects[38] != 0 && currEffects[38] != currStats[4]) { + neg.push("Turns to " + data.firingModes[currEffects[38] - 1]); + } + posGood2(39, "Tick Damage"); + posGood2(40, "Ticks"); + negGood2(41, "ms Tick Interval"); + posGood2(42, "Breath Holding Time"); + posGood1(43, "Bullet Speed"); + if (currEffects[44] == 1) { + atr.push("Higher Penetraion Damage"); + } else if (currEffects[44] == -1) { + atr.push("Lower Penetraion Damage"); + } + posGood2(45, `Round ${currEffects[45] - 1 ? "s" : ""} in Reserve`); + + function posGood1(i, ext) { + if (currEffects[i].IsPositive()) { + pos.push(currEffects[i].PlusHL() + "% " + ext); + } else if (currEffects[i].IsNegative()) { + neg.push(currEffects[i].PlusHL() + "% " + ext); + } + } + + function negGood1(i, ext) { + if (currEffects[i].IsNegative()) { + pos.push(currEffects[i].PlusHL() + "% " + ext); + } else if (currEffects[i].IsPositive()) { + neg.push(currEffects[i].PlusHL() + "% " + ext); + } + } + + function posGood2(i, ext) { + if (currEffects[i].IsPositive()) { + pos.push(currEffects[i].PlusHL() + " " + ext); + } else if (currEffects[i].IsNegative()) { + neg.push(currEffects[i].PlusHL() + " " + ext); + } + } + + function negGood2(i, ext) { + if (currEffects[i].IsNegative()) { + pos.push(currEffects[i].PlusHL() + " " + ext); + } else if (currEffects[i].IsPositive()) { + neg.push(currEffects[i].PlusHL() + " " + ext); + } + } + + function atrPush3(i, ext) { + if (currEffects[i].ToBool()) { + atr.push(ext); + } + } + // Return the attributes when there is and use algorithms to join them + return [ + pos.length + ? { + name: "**Positives:**", + value: `\`\`\`ini\n[${pos.join("]\n[")}]\n\`\`\``, + inline: true, + } + : 0, + neg.length + ? { + name: "**Negatives:**", + value: `\`\`\`css\n[${neg.join("]\n[")}]\n\`\`\``, + inline: true, + } + : 0, + atr.length + ? { + name: "**Attributes:**", + value: `\`\`\`fix\n[${atr.join("]\n[")}]\n\`\`\``, + } + : 0, + ].filter(x => x); +} + +function interpretioner(inpAttachments) { + return inpAttachments.length + ? " with " + inpAttachments.map(x => x.name).join(", ") + : ""; +} + +function totaler(inpAttachments) { + const totalEffects = inpAttachments[0].effects; + for (let j = 1; j < inpAttachments.length; j++) { + for (let i2 = 0; i2 < totalEffects.length; i2++) { + totalEffects[i2] += inpAttachments[j].effects[i2]; + } + } + return totalEffects; +} + +function makeError() { + undefined.split("L"); +} + +module.exports = { + weaponIdentifier, + attachmentsIdentifier, + recoilHandler, + attachmentHandler, + updateStatswithEffects, + makeError, + interpretioner, + damageHandler, + isolator, + totaler, + hasAttachments, +}; diff --git a/util/functions/function.js b/util/functions/function.js @@ -1,835 +1,835 @@ -const { - EmbedBuilder, - ActionRowBuilder, - ButtonBuilder, - ButtonStyle, -} = require("discord.js"); -/** - * Returns a random element from an array - * @returns {any} - */ -Array.prototype.random = function () { - return this[~~(Math.random() * this.length)]; -}; - -function rndint(max, min) { - return Math.floor(Math.random() * (max - (min ? min : 0))) + (min ? min : 0); -} - -const months = [ - "January", - "February", - "March", - "April", - "May", - "June", - "July", - "August", - "September", - "October", - "November", - "December", -]; - -function parseDate(date) { - let dow = date.getDate().toString(); - return `${date.toLocaleDateString("en-US", { - weekday: "long", - })}, ${months[date.getMonth()]} ${ - dow.endsWith("1") - ? `${dow}st` - : dow.endsWith("2") - ? `${dow}nd` - : dow.endsWith("3") - ? `${dow}rd` - : `${dow}th` - } ${date.getFullYear()}, ${date.toLocaleTimeString()}`; -} - -function parseShortDate(date) { - let dow = date.getDate().toString(); - return `${months[date.getMonth()]} ${ - dow.endsWith("1") - ? `${dow}st` - : dow.endsWith("2") - ? `${dow}nd` - : dow.endsWith("3") - ? `${dow}rd` - : `${dow}th` - } ${date.getFullYear()}`; -} -function timer(timestamp) { - const timeLeft = timestamp; - const days = Math.floor(timeLeft / 86400000); - const hours = Math.floor(timeLeft / 3600000) - days * 24; - const minutes = Math.floor(timeLeft / 60000) - days * 1440 - hours * 60; - const seconds = - Math.floor(timeLeft / 1000) - days * 86400 - hours * 3600 - minutes * 60; - const mseconds = timeLeft / 1000 - days * 86400 - hours * 3600 - minutes * 60; - let string = ""; - if (days) string = string + `${days} ${days == 1 ? "day " : "days "}`; - if (hours) string = string + `${hours} ${hours == 1 ? "hour " : "hours "}`; - if (minutes) { - string = string + `${minutes} ${minutes == 1 ? "minute " : "minutes "}`; - } - if (seconds) { - string = string + `${seconds} ${seconds == 1 ? "second " : "seconds "}`; - } - if (!string.length) string = `${mseconds.toFixed(1)} second`; - return string; -} -function sleep(ms) { - new Promise(resolve => setTimeout(resolve, ms)); -} -function toHHMMSS(str) { - const sec_num = parseInt(str, 10); - let hours = Math.floor(sec_num / 3600); - let minutes = Math.floor((sec_num - hours * 3600) / 60); - let seconds = sec_num - hours * 3600 - minutes * 60; - if (hours < 10) { - hours = "0" + hours; - } - if (minutes < 10) { - minutes = "0" + minutes; - } - if (seconds < 10) { - seconds = "0" + seconds; - } - return hours + ":" + minutes + ":" + seconds; -} -function fixPermissions(arr = Array) { - const permissions = { - ADMINISTRATOR: "Administrator", - VIEW_AUDIT_LOG: "View Audit Log", - VIEW_GUILD_INSIGHTS: "View Server Insights", - MANAGE_GUILD: "Manage Server", - MANAGE_ROLES: "Manage Roles", - MANAGE_CHANNELS: "Manage Channels", - KICK_MEMBERS: "Kick Members", - BAN_MEMBERS: "Ban Members", - CREATE_INSTANT_INVITE: "Create Invite", - CHANGE_NICKNAME: "Change Nickname", - MANAGE_NICKNAMES: "Manage Nicknames", - MANAGE_EMOJIS_AND_STICKERS: "Manage Emojis and Stickers", - MANAGE_WEBHOOKS: "Manage Webhooks", - VIEW_CHANNEL: "Read Text Channels & See Voice Channels", - SEND_MESSAGES: "Send Messages", - SEND_TTS_MESSAGES: "Send TTS Messages", - MANAGE_MESSAGES: "Manage Messages", - EMBED_LINKS: "Embed Links", - ATTACH_FILES: "Attach Files", - READ_MESSAGE_HISTORY: "Read Message History", - MENTION_EVERYONE: "Mention @everyone, @here, and All Roles", - USE_EXTERNAL_EMOJIS: "Use External Emojis", - ADD_REACTIONS: "Add Reactions", - CONNECT: "Connect", - SPEAK: "Speak", - STREAM: "Video", - MUTE_MEMBERS: "Mute Members", - DEAFEN_MEMBERS: "Deafen Members", - MOVE_MEMBERS: "Move Members", - USE_VAD: "Use Voice Activity", - PRIORITY_SPEAKER: "Priority Speaker", - REQUEST_TO_SPEAK: "Request to Speak", - MANAGE_THREADS: "Manage Threads", - USE_PUBLIC_THREADS: "Use Public Threads", - USE_PRIVATE_THREADS: "Use Private Threads", - USE_EXTERNAL_STICKERS: "Use External Stickers", - USE_APPLICATION_COMMANDS: "Use Application Commands", - }; - const final = []; - for (const perm in permissions) { - if (arr.includes(perm)) final.push(`โœ”๏ธ ${permissions[perm]}`); - else final.push(`โŒ ${permissions[perm]}`); - } - return `${`\`\`\`diff\n${final.join("\n")}\`\`\``}`; -} -function formatPerms(perm) { - return perm - .toLowerCase() - .replace(/(^|"|_)(\S)/g, s => s.toUpperCase()) - .replace(/_/g, " ") - .replace(/Guild/g, "Server") - .replace(/Use Vad/g, "Use Voice Acitvity"); -} -function trimArray(arr = []) { - if (arr.length > 10) { - const length = arr.length - 10; - arr = arr.slice(0, 10); - arr.push(`\n${length} more...`); - } - return arr.join(" **|** "); -} -function checkDays(date) { - const now = new Date(); - const diff = now.getTime() - date.getTime(); - const days = Math.floor(diff / 86400000); - return days + (days == 1 ? " day" : " days") + " ago"; -} -function format(str) { - return str.charAt(0).toUpperCase() + str.slice(1).toLowerCase(); -} -function fixFeatures(arr = []) { - const all = { - ANIMATED_ICON: "Animated Icon", - BANNER: "Banner", - COMMERCE: "Commerce", - COMMUNITY: "Community", - DISCOVERABLE: "Discoverable", - FEATURABLE: "Featurable", - INVITE_SPLASH: "Invite Splash", - MEMBER_VERIFICATION_GATE_ENABLED: "Member Verification Gate Enabled", - NEWS: "News", - PARTNERED: "Partnered", - PREVIEW_ENABLED: "Preview Enabled", - VANITY_URL: "Vanity URL", - VERIFIED: "Verified", - VIP_REGIONS: "VIP Region", - WELCOME_SCREEN_ENABLED: "Welcome Screen Enabled", - TICKETED_EVENTS_ENABLED: "Ticketed Events Enabled", - MONETIZATION_ENABLED: "Monetization Enabled", - MORE_STICKERS: "More Stickers", - THREE_DAY_THREAD_ARCHIVE: "Three Day Thread Archive", - SEVEN_DAY_THREAD_ARCHIVE: "Seven Day Thread Archive", - PRIVATE_THREADS: "Private Threads,", - }; - const final = []; - for (const feature in all) { - if (arr.includes(feature)) final.push(`โœ… ${all[feature]}`); - } - return `${final.join("\n")}`; -} -function cooldown(dbtime, defaults, msg) { - const expiration_time = dbtime + defaults; - const time_left = expiration_time - Date.now(); - const slow = [ - "Keep it slow...", - "Calm down", - "Stop it. Get some help.", - "Too fast", - "Slow down little bit", - ]; - const slowed = slow[Math.floor(Math.random() * slow.length)]; - return msg.followUp({ - embeds: [ - new EmbedBuilder() - .setColor("Random") - .setTimestamp() - .setTitle(slowed) - .setDescription( - `Wait **${timer( - time_left - )}** to use the command again!\nThe default cooldown is **${timer( - defaults - )}**` - ), - ], - }); -} -const s = 1000; -const m = s * 60; -const h = m * 60; -const d = h * 24; -const mn = d * 30; -const w = d * 7; -const y = d * 365.25; - -/** - * @param {String|Number} val - * @param {Object} [options] - * @throws {Error} throw an error if val is not a non-empty string or a number - * @return {String|Number} - */ - -function ms(val, options) { - options = options || {}; - const type = typeof val; - if (type === "string" && val.length > 0) { - return parse(val); - } else if (type === "number" && isFinite(val)) { - return options.long ? fmtLong(val) : fmtShort(val); - } - throw new Error( - "val is not a non-empty string or a valid number. val=" + - JSON.stringify(val) - ); -} - -/** - * @param {String} str - * @return {Number} - */ - -function parse(str) { - str = String(str); - if (str.length > 100) { - return; - } - const match = - /^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|months?|mths|mn|years?|yrs?|y)?$/i.exec( - str - ); - if (!match) { - return; - } - const n = parseFloat(match[1]); - const type = (match[2] || "ms").toLowerCase(); - switch (type) { - case "years": - case "year": - case "yrs": - case "yr": - case "y": - return n * y; - case "month": - case "months": - case "mth": - case "mths": - return n * mn; - case "weeks": - case "week": - case "w": - return n * w; - case "days": - case "day": - case "d": - return n * d; - case "hours": - case "hour": - case "hrs": - case "hr": - case "h": - return n * h; - case "minutes": - case "minute": - case "mins": - case "min": - case "m": - return n * m; - case "seconds": - case "second": - case "secs": - case "sec": - case "s": - return n * s; - case "milliseconds": - case "millisecond": - case "msecs": - case "msec": - case "ms": - return n; - default: - return undefined; - } -} - -/** - * Short format for `ms`. - * - * @param {Number} ms - * @return {String} - * @api private - */ - -function fmtShort(ms) { - const msAbs = Math.abs(ms); - if (msAbs >= mn) { - return Math.round(ms / mn) + "mo"; - } - if (msAbs >= w) { - return Math.round(ms / w) + "w"; - } - if (msAbs >= d) { - return Math.round(ms / d) + "d"; - } - if (msAbs >= h) { - return Math.round(ms / h) + "h"; - } - if (msAbs >= m) { - return Math.round(ms / m) + "m"; - } - if (msAbs >= s) { - return Math.round(ms / s) + "s"; - } - return ms + "ms"; -} - -/** - * @param {Number} ms - * @return {String} - */ - -function fmtLong(ms) { - const msAbs = Math.abs(ms); - if (msAbs >= mn) { - return plural(ms, msAbs, mn, "month"); - } - if (msAbs >= w) { - return plural(ms, msAbs, w, "week"); - } - if (msAbs >= d) { - return plural(ms, msAbs, d, "day"); - } - if (msAbs >= h) { - return plural(ms, msAbs, h, "hour"); - } - if (msAbs >= m) { - return plural(ms, msAbs, m, "minute"); - } - if (msAbs >= s) { - return plural(ms, msAbs, s, "second"); - } - return ms + " ms"; -} -function plural(ms, msAbs, nz, name) { - const isPlural = msAbs >= nz * 1.5; - return Math.round(ms / nz) + " " + name + (isPlural ? "s" : ""); -} -async function confirmation(message, author, validReactions, time = 60000) { - try { - for (const reaction of validReactions) await message.react(reaction); - const filter = (reaction, user) => - validReactions.includes(reaction.emoji.name) && user.id === author.id; - - return message - .awaitReactions({ filter, max: 1, time: time }) - .then(collected => collected.first() && collected.first().emoji.name); - } catch (_) {} -} -function selectRandom(array = []) { - return array[Math.floor(Math.random() * array.length)]; -} -function getAllTextFromEmbed(embed) { - let text = ""; - function getTime(now) { - const date = new Date(now); - const escape = value => `0${value}`.slice(-2); - const ampm = date.getHours() >= 12 ? "PM" : "AM"; - - return `${date.getMonth()}/${date.getDate()}/${date.getFullYear()} at ${escape( - date.getHours() - )}:${escape(date.getMinutes())}:${escape(date.getSeconds())}${ampm}`; - } - - if (embed.title) { - text += `**${embed.title - .replace(/(https?:\/\/)?discord\.gg\/(\w+)/g, "Invite") - .replace(/\[(.*)\]\((.*)\)/g, "Hyper link")}**`; - } - if (embed.description) { - text += `\n${embed.description - .replace(/(https?:\/\/)?discord\.gg\/(\w+)/g, "Invite") - .replace(/\[(.*)\]\((.*)\)/g, "Hyper link")}`; - } - if (embed.fields) { - text += "\n"; - for (const field of embed.fields) { - text += `\n**${field.name - .replace(/(https?:\/\/)?discord\.gg\/(\w+)/g, "Invite") - .replace(/\[(.*)\]\((.*)\)/g, "Hyper link")}**\n ${field.value - .replace(/(https?:\/\/)?discord\.gg\/(\w+)/g, "Invite") - .replace(/\[(.*)\]\((.*)\)/g, "Hyper link")}`; - } - } - if (embed.footer) { - let field = `\n\n**${embed.footer.text - .replace(/(https?:\/\/)?discord\.gg\/(\w+)/g, "Invite") - .replace(/\[(.*)\]\((.*)\)/g, "Hyper link")}`; - - if (embed.timestamp) { - const time = - embed.timestamp instanceof Date - ? getTime(embed.timestamp.getTime()) - : embed.timestamp; - field += `at ${time}`; - } - - text += `${field}**`; - } - - return text; -} -function clean(text) { - if (typeof text === "string") { - return text - .replace(/`/g, "`" + String.fromCharCode(8203)) - .replace(/@/g, "@" + String.fromCharCode(8203)); - } else { - return text; - } -} -function tips(interaction, client) { - const all = [ - "You can report bugs by using `/report` and send a suggestion by `/suggest` !", - "If a gun isn't there, please be paitent and wait for the us to get the stats", - "We all recruiting for Javascript bot developers (Total: 4) Please DM the bot for more info", - ]; - const ran = Math.floor(Math.random() * 50) + 2; - const rTip = all[Math.floor(Math.random() * all.length)]; - if (ran <= 11) { - interaction.channel.send({ - embeds: [ - new EmbedBuilder() - .setTitle("Tips") - .setColor(client.color) - .setDescription(`**๐Ÿ’ก Did you know**\n${rTip}`) - .setFooter({ - text: `Made by ${client.author}`, - iconURL: client.user.displayAvatarURL({ dynamic: true }), - }) - .setTimestamp() - .setURL(client.web), - ], - }); - } -} -function inviteLink(client_id) { - return `https://discord.com/oauth2/authorize?client_id=${client_id}&permissions=1512097384560&scope=bot%20applications.commands`; -} -function buttons(client) { - const invite = new ButtonBuilder() - .setLabel("Invite the bot!") - .setStyle(ButtonStyle.Link) - .setEmoji("896527406100283462") - .setURL(inviteLink(client.user.id)); - const support = new ButtonBuilder() - .setLabel("Support Server") - .setStyle(ButtonStyle.Link) - .setEmoji("867093614403256350") - .setURL(client.invite); - const website = new ButtonBuilder() - .setLabel("Website") - .setStyle(ButtonStyle.Link) - .setEmoji("๐Ÿ–ฅ") - .setURL(client.web); - const youtube = new ButtonBuilder() - .setLabel("YouTube") - .setStyle(ButtonStyle.Link) - .setEmoji("841186450497339412") - .setURL("https://www.youtube.com/@night0721"); - const kofi = new ButtonBuilder() - .setLabel("Ko-fi") - .setStyle(ButtonStyle.Link) - .setEmoji("900590344364757013") - .setURL("https://ko-fi.com/cathteam"); - const row = new ActionRowBuilder().addComponents( - invite, - support, - website, - youtube, - kofi - ); - return [row]; -} -const colorize = (...args) => ({ - black: `\x1b[30m${args.join(" ")}`, - red: `\x1b[31m${args.join(" ")}`, - green: `\x1b[32m${args.join(" ")}`, - yellow: `\x1b[33m${args.join(" ")}`, - blue: `\x1b[34m${args.join(" ")}`, - magenta: `\x1b[35m${args.join(" ")}`, - cyan: `\x1b[36m${args.join(" ")}`, - white: `\x1b[37m${args.join(" ")}`, - bgBlack: `\x1b[40m${args.join(" ")}\x1b[0m`, - bgRed: `\x1b[41m${args.join(" ")}\x1b[0m`, - bgGreen: `\x1b[42m${args.join(" ")}\x1b[0m`, - bgYellow: `\x1b[43m${args.join(" ")}\x1b[0m`, - bgBlue: `\x1b[44m${args.join(" ")}\x1b[0m`, - bgMagenta: `\x1b[45m${args.join(" ")}\x1b[0m`, - bgCyan: `\x1b[46m${args.join(" ")}\x1b[0m`, - bgWhite: `\x1b[47m${args.join(" ")}\x1b[0m`, -}); -const leven = (te, t) => { - if (!te.length) return t.length; - if (!t.length) return te.length; - const arr = []; - for (let i = 0; i <= t.length; i++) { - arr[i] = [i]; - for (let j = 1; j <= te.length; j++) { - arr[i][j] = - i === 0 - ? j - : Math.min( - arr[i - 1][j] + 1, - arr[i][j - 1] + 1, - arr[i - 1][j - 1] + (te[j - 1] === t[i - 1] ? 0 : 1) - ); - } - } - return arr[t.length][te.length]; -}; -function chunk(arr, size) { - Array.from({ length: Math.ceil(arr.length / size) }, (v, i) => { - arr.slice(i * size, i * size + size); - return arr; - }); -} -function progressBar(value, maxValue, size) { - const percentage = value / maxValue; - const progress = Math.round(size * percentage); - const emptyProgress = size - progress; - const progressText = "โ–‡".repeat(progress); - const emptyProgressText = "โ€”".repeat(emptyProgress); - const percentageText = Math.round(percentage * 100) + "%"; - - const Bar = progressText + emptyProgressText; - return { Bar, percentageText }; -} -function prettyMs(milliseconds, options = {}) { - const pluralize = (word, count) => (count === 1 ? word : `${word}s`); - const SECOND_ROUNDING_EPSILON = 0.0000001; - if (!Number.isFinite(milliseconds)) { - throw new TypeError("Expected a finite number"); - } - - if (options.colonNotation) { - options.compact = false; - options.formatSubMilliseconds = false; - options.separateMilliseconds = false; - options.verbose = false; - } - - if (options.compact) { - options.secondsDecimalDigits = 0; - options.millisecondsDecimalDigits = 0; - } - - const result = []; - - const floorDecimals = (value, decimalDigits) => { - const flooredInterimValue = Math.floor( - value * 10 ** decimalDigits + SECOND_ROUNDING_EPSILON - ); - const flooredValue = Math.round(flooredInterimValue) / 10 ** decimalDigits; - return flooredValue.toFixed(decimalDigits); - }; - - const add = (value, long, short, valueString) => { - if ( - (result.length === 0 || !options.colonNotation) && - value === 0 && - !(options.colonNotation && short === "m") - ) { - return; - } - - valueString = (valueString || value || "0").toString(); - let prefix; - let suffix; - if (options.colonNotation) { - prefix = result.length > 0 ? ":" : ""; - suffix = ""; - const wholeDigits = valueString.includes(".") - ? valueString.split(".")[0].length - : valueString.length; - const minLength = result.length > 0 ? 2 : 1; - valueString = - "0".repeat(Math.max(0, minLength - wholeDigits)) + valueString; - } else { - prefix = ""; - suffix = options.verbose ? " " + pluralize(long, value) : short; - } - - result.push(prefix + valueString + suffix); - }; - - const parsed = parseMilliseconds(milliseconds); - - add(Math.trunc(parsed.days / 365), "year", "y"); - add(parsed.days % 365, "day", "d"); - add(parsed.hours, "hour", "h"); - add(parsed.minutes, "minute", "m"); - - if ( - options.separateMilliseconds || - options.formatSubMilliseconds || - (!options.colonNotation && milliseconds < 1000) - ) { - add(parsed.seconds, "second", "s"); - if (options.formatSubMilliseconds) { - add(parsed.milliseconds, "millisecond", "ms"); - add(parsed.microseconds, "microsecond", "ยตs"); - add(parsed.nanoseconds, "nanosecond", "ns"); - } else { - const millisecondsAndBelow = - parsed.milliseconds + - parsed.microseconds / 1000 + - parsed.nanoseconds / 1e6; - - const millisecondsDecimalDigits = - typeof options.millisecondsDecimalDigits === "number" - ? options.millisecondsDecimalDigits - : 0; - - const roundedMiliseconds = - millisecondsAndBelow >= 1 - ? Math.round(millisecondsAndBelow) - : Math.ceil(millisecondsAndBelow); - - const millisecondsString = millisecondsDecimalDigits - ? millisecondsAndBelow.toFixed(millisecondsDecimalDigits) - : roundedMiliseconds; - - add( - Number.parseFloat(millisecondsString, 10), - "millisecond", - "ms", - millisecondsString - ); - } - } else { - const seconds = (milliseconds / 1000) % 60; - const secondsDecimalDigits = - typeof options.secondsDecimalDigits === "number" - ? options.secondsDecimalDigits - : 1; - const secondsFixed = floorDecimals(seconds, secondsDecimalDigits); - const secondsString = options.keepDecimalsOnWholeSeconds - ? secondsFixed - : secondsFixed.replace(/\.0+$/, ""); - add(Number.parseFloat(secondsString, 10), "second", "s", secondsString); - } - - if (result.length === 0) { - return "0" + (options.verbose ? " milliseconds" : "ms"); - } - - if (options.compact) { - return result[0]; - } - - if (typeof options.unitCount === "number") { - const separator = options.colonNotation ? "" : " "; - return result.slice(0, Math.max(options.unitCount, 1)).join(separator); - } - - return options.colonNotation ? result.join("") : result.join(" "); -} -function parseMilliseconds(milliseconds) { - if (typeof milliseconds !== "number") { - throw new TypeError("Expected a number"); - } - - return { - days: Math.trunc(milliseconds / 86400000), - hours: Math.trunc(milliseconds / 3600000) % 24, - minutes: Math.trunc(milliseconds / 60000) % 60, - seconds: Math.trunc(milliseconds / 1000) % 60, - milliseconds: Math.trunc(milliseconds) % 1000, - microseconds: Math.trunc(milliseconds * 1000) % 1000, - nanoseconds: Math.trunc(milliseconds * 1e6) % 1000, - }; -} -const default_opts = { - hoursPerDay: 24, - daysPerWeek: 7, - weeksPerMonth: 4, - monthsPerYear: 12, - daysPerYear: 365.25, -}; -const UNIT_MAP = { - ms: ["ms", "milli", "millisecond", "milliseconds"], - s: ["s", "sec", "secs", "second", "seconds"], - m: ["m", "min", "mins", "minute", "minutes"], - h: ["h", "hr", "hrs", "hour", "hours"], - d: ["d", "day", "days"], - w: ["w", "week", "weeks"], - mth: ["mon", "mth", "mths", "month", "months"], - y: ["y", "yr", "yrs", "year", "years"], -}; - -/** - * Parse a timestring - * - * @param {string} string - * @param {string} returnUnit - * @param {Object} opts - * @returns {number} - */ - -function parseTimestring(string, returnUnit, opts) { - opts = Object.assign({}, default_opts, opts || {}); - - let totalSeconds = 0; - const unitValues = getUnitValues(opts); - const groups = string - .toLowerCase() - .replace(/[^.\w+-]+/g, "") - .match(/[-+]?[0-9.]+[a-z]+/g); - - if (groups === null) { - throw new Error(`The string [${string}] could not be parsed by timestring`); - } - - groups.forEach(group => { - const value = group.match(/[0-9.]+/g)[0]; - const unit = group.match(/[a-z]+/g)[0]; - - totalSeconds += getSeconds(value, unit, unitValues); - }); - - if (returnUnit) { - return convert(totalSeconds, returnUnit, unitValues); - } - - return totalSeconds; -} -function getUnitValues(opts) { - const unitValues = { - ms: 0.001, - s: 1, - m: 60, - h: 3600, - }; - - unitValues.d = opts.hoursPerDay * unitValues.h; - unitValues.w = opts.daysPerWeek * unitValues.d; - unitValues.mth = (opts.daysPerYear / opts.monthsPerYear) * unitValues.d; - unitValues.y = opts.daysPerYear * unitValues.d; - - return unitValues; -} -function getUnitKey(unit) { - for (const key of Object.keys(UNIT_MAP)) { - if (UNIT_MAP[key].indexOf(unit) > -1) { - return key; - } - } - throw new Error(`The unit [${unit}] is not supported by timestring`); -} -function getSeconds(value, unit, unitValues) { - return value * unitValues[getUnitKey(unit)]; -} -function convert(value, unit, unitValues) { - return value / unitValues[getUnitKey(unit)]; -} - -module.exports = { - rndint, - parseDate, - parseShortDate, - timer, - sleep, - toHHMMSS, - fixPermissions, - trimArray, - formatPerms, - checkDays, - format, - fixFeatures, - cooldown, - ms, - confirmation, - selectRandom, - getAllTextFromEmbed, - clean, - tips, - inviteLink, - buttons, - colorize, - leven, - chunk, - progressBar, - parseTimestring, - prettyMs, -}; +const { + EmbedBuilder, + ActionRowBuilder, + ButtonBuilder, + ButtonStyle, +} = require("discord.js"); +/** + * Returns a random element from an array + * @returns {any} + */ +Array.prototype.random = function () { + return this[~~(Math.random() * this.length)]; +}; + +function rndint(max, min) { + return Math.floor(Math.random() * (max - (min ? min : 0))) + (min ? min : 0); +} + +const months = [ + "January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December", +]; + +function parseDate(date) { + let dow = date.getDate().toString(); + return `${date.toLocaleDateString("en-US", { + weekday: "long", + })}, ${months[date.getMonth()]} ${ + dow.endsWith("1") + ? `${dow}st` + : dow.endsWith("2") + ? `${dow}nd` + : dow.endsWith("3") + ? `${dow}rd` + : `${dow}th` + } ${date.getFullYear()}, ${date.toLocaleTimeString()}`; +} + +function parseShortDate(date) { + let dow = date.getDate().toString(); + return `${months[date.getMonth()]} ${ + dow.endsWith("1") + ? `${dow}st` + : dow.endsWith("2") + ? `${dow}nd` + : dow.endsWith("3") + ? `${dow}rd` + : `${dow}th` + } ${date.getFullYear()}`; +} +function timer(timestamp) { + const timeLeft = timestamp; + const days = Math.floor(timeLeft / 86400000); + const hours = Math.floor(timeLeft / 3600000) - days * 24; + const minutes = Math.floor(timeLeft / 60000) - days * 1440 - hours * 60; + const seconds = + Math.floor(timeLeft / 1000) - days * 86400 - hours * 3600 - minutes * 60; + const mseconds = timeLeft / 1000 - days * 86400 - hours * 3600 - minutes * 60; + let string = ""; + if (days) string = string + `${days} ${days == 1 ? "day " : "days "}`; + if (hours) string = string + `${hours} ${hours == 1 ? "hour " : "hours "}`; + if (minutes) { + string = string + `${minutes} ${minutes == 1 ? "minute " : "minutes "}`; + } + if (seconds) { + string = string + `${seconds} ${seconds == 1 ? "second " : "seconds "}`; + } + if (!string.length) string = `${mseconds.toFixed(1)} second`; + return string; +} +function sleep(ms) { + new Promise(resolve => setTimeout(resolve, ms)); +} +function toHHMMSS(str) { + const sec_num = parseInt(str, 10); + let hours = Math.floor(sec_num / 3600); + let minutes = Math.floor((sec_num - hours * 3600) / 60); + let seconds = sec_num - hours * 3600 - minutes * 60; + if (hours < 10) { + hours = "0" + hours; + } + if (minutes < 10) { + minutes = "0" + minutes; + } + if (seconds < 10) { + seconds = "0" + seconds; + } + return hours + ":" + minutes + ":" + seconds; +} +function fixPermissions(arr = Array) { + const permissions = { + ADMINISTRATOR: "Administrator", + VIEW_AUDIT_LOG: "View Audit Log", + VIEW_GUILD_INSIGHTS: "View Server Insights", + MANAGE_GUILD: "Manage Server", + MANAGE_ROLES: "Manage Roles", + MANAGE_CHANNELS: "Manage Channels", + KICK_MEMBERS: "Kick Members", + BAN_MEMBERS: "Ban Members", + CREATE_INSTANT_INVITE: "Create Invite", + CHANGE_NICKNAME: "Change Nickname", + MANAGE_NICKNAMES: "Manage Nicknames", + MANAGE_EMOJIS_AND_STICKERS: "Manage Emojis and Stickers", + MANAGE_WEBHOOKS: "Manage Webhooks", + VIEW_CHANNEL: "Read Text Channels & See Voice Channels", + SEND_MESSAGES: "Send Messages", + SEND_TTS_MESSAGES: "Send TTS Messages", + MANAGE_MESSAGES: "Manage Messages", + EMBED_LINKS: "Embed Links", + ATTACH_FILES: "Attach Files", + READ_MESSAGE_HISTORY: "Read Message History", + MENTION_EVERYONE: "Mention @everyone, @here, and All Roles", + USE_EXTERNAL_EMOJIS: "Use External Emojis", + ADD_REACTIONS: "Add Reactions", + CONNECT: "Connect", + SPEAK: "Speak", + STREAM: "Video", + MUTE_MEMBERS: "Mute Members", + DEAFEN_MEMBERS: "Deafen Members", + MOVE_MEMBERS: "Move Members", + USE_VAD: "Use Voice Activity", + PRIORITY_SPEAKER: "Priority Speaker", + REQUEST_TO_SPEAK: "Request to Speak", + MANAGE_THREADS: "Manage Threads", + USE_PUBLIC_THREADS: "Use Public Threads", + USE_PRIVATE_THREADS: "Use Private Threads", + USE_EXTERNAL_STICKERS: "Use External Stickers", + USE_APPLICATION_COMMANDS: "Use Application Commands", + }; + const final = []; + for (const perm in permissions) { + if (arr.includes(perm)) final.push(`โœ”๏ธ ${permissions[perm]}`); + else final.push(`โŒ ${permissions[perm]}`); + } + return `${`\`\`\`diff\n${final.join("\n")}\`\`\``}`; +} +function formatPerms(perm) { + return perm + .toLowerCase() + .replace(/(^|"|_)(\S)/g, s => s.toUpperCase()) + .replace(/_/g, " ") + .replace(/Guild/g, "Server") + .replace(/Use Vad/g, "Use Voice Acitvity"); +} +function trimArray(arr = []) { + if (arr.length > 10) { + const length = arr.length - 10; + arr = arr.slice(0, 10); + arr.push(`\n${length} more...`); + } + return arr.join(" **|** "); +} +function checkDays(date) { + const now = new Date(); + const diff = now.getTime() - date.getTime(); + const days = Math.floor(diff / 86400000); + return days + (days == 1 ? " day" : " days") + " ago"; +} +function format(str) { + return str.charAt(0).toUpperCase() + str.slice(1).toLowerCase(); +} +function fixFeatures(arr = []) { + const all = { + ANIMATED_ICON: "Animated Icon", + BANNER: "Banner", + COMMERCE: "Commerce", + COMMUNITY: "Community", + DISCOVERABLE: "Discoverable", + FEATURABLE: "Featurable", + INVITE_SPLASH: "Invite Splash", + MEMBER_VERIFICATION_GATE_ENABLED: "Member Verification Gate Enabled", + NEWS: "News", + PARTNERED: "Partnered", + PREVIEW_ENABLED: "Preview Enabled", + VANITY_URL: "Vanity URL", + VERIFIED: "Verified", + VIP_REGIONS: "VIP Region", + WELCOME_SCREEN_ENABLED: "Welcome Screen Enabled", + TICKETED_EVENTS_ENABLED: "Ticketed Events Enabled", + MONETIZATION_ENABLED: "Monetization Enabled", + MORE_STICKERS: "More Stickers", + THREE_DAY_THREAD_ARCHIVE: "Three Day Thread Archive", + SEVEN_DAY_THREAD_ARCHIVE: "Seven Day Thread Archive", + PRIVATE_THREADS: "Private Threads,", + }; + const final = []; + for (const feature in all) { + if (arr.includes(feature)) final.push(`โœ… ${all[feature]}`); + } + return `${final.join("\n")}`; +} +function cooldown(dbtime, defaults, msg) { + const expiration_time = dbtime + defaults; + const time_left = expiration_time - Date.now(); + const slow = [ + "Keep it slow...", + "Calm down", + "Stop it. Get some help.", + "Too fast", + "Slow down little bit", + ]; + const slowed = slow[Math.floor(Math.random() * slow.length)]; + return msg.followUp({ + embeds: [ + new EmbedBuilder() + .setColor("Random") + .setTimestamp() + .setTitle(slowed) + .setDescription( + `Wait **${timer( + time_left + )}** to use the command again!\nThe default cooldown is **${timer( + defaults + )}**` + ), + ], + }); +} +const s = 1000; +const m = s * 60; +const h = m * 60; +const d = h * 24; +const mn = d * 30; +const w = d * 7; +const y = d * 365.25; + +/** + * @param {String|Number} val + * @param {Object} [options] + * @throws {Error} throw an error if val is not a non-empty string or a number + * @return {String|Number} + */ + +function ms(val, options) { + options = options || {}; + const type = typeof val; + if (type === "string" && val.length > 0) { + return parse(val); + } else if (type === "number" && isFinite(val)) { + return options.long ? fmtLong(val) : fmtShort(val); + } + throw new Error( + "val is not a non-empty string or a valid number. val=" + + JSON.stringify(val) + ); +} + +/** + * @param {String} str + * @return {Number} + */ + +function parse(str) { + str = String(str); + if (str.length > 100) { + return; + } + const match = + /^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|months?|mths|mn|years?|yrs?|y)?$/i.exec( + str + ); + if (!match) { + return; + } + const n = parseFloat(match[1]); + const type = (match[2] || "ms").toLowerCase(); + switch (type) { + case "years": + case "year": + case "yrs": + case "yr": + case "y": + return n * y; + case "month": + case "months": + case "mth": + case "mths": + return n * mn; + case "weeks": + case "week": + case "w": + return n * w; + case "days": + case "day": + case "d": + return n * d; + case "hours": + case "hour": + case "hrs": + case "hr": + case "h": + return n * h; + case "minutes": + case "minute": + case "mins": + case "min": + case "m": + return n * m; + case "seconds": + case "second": + case "secs": + case "sec": + case "s": + return n * s; + case "milliseconds": + case "millisecond": + case "msecs": + case "msec": + case "ms": + return n; + default: + return undefined; + } +} + +/** + * Short format for `ms`. + * + * @param {Number} ms + * @return {String} + * @api private + */ + +function fmtShort(ms) { + const msAbs = Math.abs(ms); + if (msAbs >= mn) { + return Math.round(ms / mn) + "mo"; + } + if (msAbs >= w) { + return Math.round(ms / w) + "w"; + } + if (msAbs >= d) { + return Math.round(ms / d) + "d"; + } + if (msAbs >= h) { + return Math.round(ms / h) + "h"; + } + if (msAbs >= m) { + return Math.round(ms / m) + "m"; + } + if (msAbs >= s) { + return Math.round(ms / s) + "s"; + } + return ms + "ms"; +} + +/** + * @param {Number} ms + * @return {String} + */ + +function fmtLong(ms) { + const msAbs = Math.abs(ms); + if (msAbs >= mn) { + return plural(ms, msAbs, mn, "month"); + } + if (msAbs >= w) { + return plural(ms, msAbs, w, "week"); + } + if (msAbs >= d) { + return plural(ms, msAbs, d, "day"); + } + if (msAbs >= h) { + return plural(ms, msAbs, h, "hour"); + } + if (msAbs >= m) { + return plural(ms, msAbs, m, "minute"); + } + if (msAbs >= s) { + return plural(ms, msAbs, s, "second"); + } + return ms + " ms"; +} +function plural(ms, msAbs, nz, name) { + const isPlural = msAbs >= nz * 1.5; + return Math.round(ms / nz) + " " + name + (isPlural ? "s" : ""); +} +async function confirmation(message, author, validReactions, time = 60000) { + try { + for (const reaction of validReactions) await message.react(reaction); + const filter = (reaction, user) => + validReactions.includes(reaction.emoji.name) && user.id === author.id; + + return message + .awaitReactions({ filter, max: 1, time: time }) + .then(collected => collected.first() && collected.first().emoji.name); + } catch (_) {} +} +function selectRandom(array = []) { + return array[Math.floor(Math.random() * array.length)]; +} +function getAllTextFromEmbed(embed) { + let text = ""; + function getTime(now) { + const date = new Date(now); + const escape = value => `0${value}`.slice(-2); + const ampm = date.getHours() >= 12 ? "PM" : "AM"; + + return `${date.getMonth()}/${date.getDate()}/${date.getFullYear()} at ${escape( + date.getHours() + )}:${escape(date.getMinutes())}:${escape(date.getSeconds())}${ampm}`; + } + + if (embed.title) { + text += `**${embed.title + .replace(/(https?:\/\/)?discord\.gg\/(\w+)/g, "Invite") + .replace(/\[(.*)\]\((.*)\)/g, "Hyper link")}**`; + } + if (embed.description) { + text += `\n${embed.description + .replace(/(https?:\/\/)?discord\.gg\/(\w+)/g, "Invite") + .replace(/\[(.*)\]\((.*)\)/g, "Hyper link")}`; + } + if (embed.fields) { + text += "\n"; + for (const field of embed.fields) { + text += `\n**${field.name + .replace(/(https?:\/\/)?discord\.gg\/(\w+)/g, "Invite") + .replace(/\[(.*)\]\((.*)\)/g, "Hyper link")}**\n ${field.value + .replace(/(https?:\/\/)?discord\.gg\/(\w+)/g, "Invite") + .replace(/\[(.*)\]\((.*)\)/g, "Hyper link")}`; + } + } + if (embed.footer) { + let field = `\n\n**${embed.footer.text + .replace(/(https?:\/\/)?discord\.gg\/(\w+)/g, "Invite") + .replace(/\[(.*)\]\((.*)\)/g, "Hyper link")}`; + + if (embed.timestamp) { + const time = + embed.timestamp instanceof Date + ? getTime(embed.timestamp.getTime()) + : embed.timestamp; + field += `at ${time}`; + } + + text += `${field}**`; + } + + return text; +} +function clean(text) { + if (typeof text === "string") { + return text + .replace(/`/g, "`" + String.fromCharCode(8203)) + .replace(/@/g, "@" + String.fromCharCode(8203)); + } else { + return text; + } +} +function tips(interaction, client) { + const all = [ + "You can report bugs by using `/report` and send a suggestion by `/suggest` !", + "If a gun isn't there, please be paitent and wait for the us to get the stats", + "We all recruiting for Javascript bot developers (Total: 4) Please DM the bot for more info", + ]; + const ran = Math.floor(Math.random() * 50) + 2; + const rTip = all[Math.floor(Math.random() * all.length)]; + if (ran <= 11) { + interaction.channel.send({ + embeds: [ + new EmbedBuilder() + .setTitle("Tips") + .setColor(client.color) + .setDescription(`**๐Ÿ’ก Did you know**\n${rTip}`) + .setFooter({ + text: `Made by ${client.author}`, + iconURL: client.user.displayAvatarURL({ dynamic: true }), + }) + .setTimestamp() + .setURL(client.web), + ], + }); + } +} +function inviteLink(client_id) { + return `https://discord.com/oauth2/authorize?client_id=${client_id}&permissions=1512097384560&scope=bot%20applications.commands`; +} +function buttons(client) { + const invite = new ButtonBuilder() + .setLabel("Invite the bot!") + .setStyle(ButtonStyle.Link) + .setEmoji("896527406100283462") + .setURL(inviteLink(client.user.id)); + const support = new ButtonBuilder() + .setLabel("Support Server") + .setStyle(ButtonStyle.Link) + .setEmoji("867093614403256350") + .setURL(client.invite); + const website = new ButtonBuilder() + .setLabel("Website") + .setStyle(ButtonStyle.Link) + .setEmoji("๐Ÿ–ฅ") + .setURL(client.web); + const youtube = new ButtonBuilder() + .setLabel("YouTube") + .setStyle(ButtonStyle.Link) + .setEmoji("841186450497339412") + .setURL("https://www.youtube.com/@night0721"); + const kofi = new ButtonBuilder() + .setLabel("Ko-fi") + .setStyle(ButtonStyle.Link) + .setEmoji("900590344364757013") + .setURL("https://ko-fi.com/cathteam"); + const row = new ActionRowBuilder().addComponents( + invite, + support, + website, + youtube, + kofi + ); + return [row]; +} +const colorize = (...args) => ({ + black: `\x1b[30m${args.join(" ")}`, + red: `\x1b[31m${args.join(" ")}`, + green: `\x1b[32m${args.join(" ")}`, + yellow: `\x1b[33m${args.join(" ")}`, + blue: `\x1b[34m${args.join(" ")}`, + magenta: `\x1b[35m${args.join(" ")}`, + cyan: `\x1b[36m${args.join(" ")}`, + white: `\x1b[37m${args.join(" ")}`, + bgBlack: `\x1b[40m${args.join(" ")}\x1b[0m`, + bgRed: `\x1b[41m${args.join(" ")}\x1b[0m`, + bgGreen: `\x1b[42m${args.join(" ")}\x1b[0m`, + bgYellow: `\x1b[43m${args.join(" ")}\x1b[0m`, + bgBlue: `\x1b[44m${args.join(" ")}\x1b[0m`, + bgMagenta: `\x1b[45m${args.join(" ")}\x1b[0m`, + bgCyan: `\x1b[46m${args.join(" ")}\x1b[0m`, + bgWhite: `\x1b[47m${args.join(" ")}\x1b[0m`, +}); +const leven = (te, t) => { + if (!te.length) return t.length; + if (!t.length) return te.length; + const arr = []; + for (let i = 0; i <= t.length; i++) { + arr[i] = [i]; + for (let j = 1; j <= te.length; j++) { + arr[i][j] = + i === 0 + ? j + : Math.min( + arr[i - 1][j] + 1, + arr[i][j - 1] + 1, + arr[i - 1][j - 1] + (te[j - 1] === t[i - 1] ? 0 : 1) + ); + } + } + return arr[t.length][te.length]; +}; +function chunk(arr, size) { + Array.from({ length: Math.ceil(arr.length / size) }, (v, i) => { + arr.slice(i * size, i * size + size); + return arr; + }); +} +function progressBar(value, maxValue, size) { + const percentage = value / maxValue; + const progress = Math.round(size * percentage); + const emptyProgress = size - progress; + const progressText = "โ–‡".repeat(progress); + const emptyProgressText = "โ€”".repeat(emptyProgress); + const percentageText = Math.round(percentage * 100) + "%"; + + const Bar = progressText + emptyProgressText; + return { Bar, percentageText }; +} +function prettyMs(milliseconds, options = {}) { + const pluralize = (word, count) => (count === 1 ? word : `${word}s`); + const SECOND_ROUNDING_EPSILON = 0.0000001; + if (!Number.isFinite(milliseconds)) { + throw new TypeError("Expected a finite number"); + } + + if (options.colonNotation) { + options.compact = false; + options.formatSubMilliseconds = false; + options.separateMilliseconds = false; + options.verbose = false; + } + + if (options.compact) { + options.secondsDecimalDigits = 0; + options.millisecondsDecimalDigits = 0; + } + + const result = []; + + const floorDecimals = (value, decimalDigits) => { + const flooredInterimValue = Math.floor( + value * 10 ** decimalDigits + SECOND_ROUNDING_EPSILON + ); + const flooredValue = Math.round(flooredInterimValue) / 10 ** decimalDigits; + return flooredValue.toFixed(decimalDigits); + }; + + const add = (value, long, short, valueString) => { + if ( + (result.length === 0 || !options.colonNotation) && + value === 0 && + !(options.colonNotation && short === "m") + ) { + return; + } + + valueString = (valueString || value || "0").toString(); + let prefix; + let suffix; + if (options.colonNotation) { + prefix = result.length > 0 ? ":" : ""; + suffix = ""; + const wholeDigits = valueString.includes(".") + ? valueString.split(".")[0].length + : valueString.length; + const minLength = result.length > 0 ? 2 : 1; + valueString = + "0".repeat(Math.max(0, minLength - wholeDigits)) + valueString; + } else { + prefix = ""; + suffix = options.verbose ? " " + pluralize(long, value) : short; + } + + result.push(prefix + valueString + suffix); + }; + + const parsed = parseMilliseconds(milliseconds); + + add(Math.trunc(parsed.days / 365), "year", "y"); + add(parsed.days % 365, "day", "d"); + add(parsed.hours, "hour", "h"); + add(parsed.minutes, "minute", "m"); + + if ( + options.separateMilliseconds || + options.formatSubMilliseconds || + (!options.colonNotation && milliseconds < 1000) + ) { + add(parsed.seconds, "second", "s"); + if (options.formatSubMilliseconds) { + add(parsed.milliseconds, "millisecond", "ms"); + add(parsed.microseconds, "microsecond", "ยตs"); + add(parsed.nanoseconds, "nanosecond", "ns"); + } else { + const millisecondsAndBelow = + parsed.milliseconds + + parsed.microseconds / 1000 + + parsed.nanoseconds / 1e6; + + const millisecondsDecimalDigits = + typeof options.millisecondsDecimalDigits === "number" + ? options.millisecondsDecimalDigits + : 0; + + const roundedMiliseconds = + millisecondsAndBelow >= 1 + ? Math.round(millisecondsAndBelow) + : Math.ceil(millisecondsAndBelow); + + const millisecondsString = millisecondsDecimalDigits + ? millisecondsAndBelow.toFixed(millisecondsDecimalDigits) + : roundedMiliseconds; + + add( + Number.parseFloat(millisecondsString, 10), + "millisecond", + "ms", + millisecondsString + ); + } + } else { + const seconds = (milliseconds / 1000) % 60; + const secondsDecimalDigits = + typeof options.secondsDecimalDigits === "number" + ? options.secondsDecimalDigits + : 1; + const secondsFixed = floorDecimals(seconds, secondsDecimalDigits); + const secondsString = options.keepDecimalsOnWholeSeconds + ? secondsFixed + : secondsFixed.replace(/\.0+$/, ""); + add(Number.parseFloat(secondsString, 10), "second", "s", secondsString); + } + + if (result.length === 0) { + return "0" + (options.verbose ? " milliseconds" : "ms"); + } + + if (options.compact) { + return result[0]; + } + + if (typeof options.unitCount === "number") { + const separator = options.colonNotation ? "" : " "; + return result.slice(0, Math.max(options.unitCount, 1)).join(separator); + } + + return options.colonNotation ? result.join("") : result.join(" "); +} +function parseMilliseconds(milliseconds) { + if (typeof milliseconds !== "number") { + throw new TypeError("Expected a number"); + } + + return { + days: Math.trunc(milliseconds / 86400000), + hours: Math.trunc(milliseconds / 3600000) % 24, + minutes: Math.trunc(milliseconds / 60000) % 60, + seconds: Math.trunc(milliseconds / 1000) % 60, + milliseconds: Math.trunc(milliseconds) % 1000, + microseconds: Math.trunc(milliseconds * 1000) % 1000, + nanoseconds: Math.trunc(milliseconds * 1e6) % 1000, + }; +} +const default_opts = { + hoursPerDay: 24, + daysPerWeek: 7, + weeksPerMonth: 4, + monthsPerYear: 12, + daysPerYear: 365.25, +}; +const UNIT_MAP = { + ms: ["ms", "milli", "millisecond", "milliseconds"], + s: ["s", "sec", "secs", "second", "seconds"], + m: ["m", "min", "mins", "minute", "minutes"], + h: ["h", "hr", "hrs", "hour", "hours"], + d: ["d", "day", "days"], + w: ["w", "week", "weeks"], + mth: ["mon", "mth", "mths", "month", "months"], + y: ["y", "yr", "yrs", "year", "years"], +}; + +/** + * Parse a timestring + * + * @param {string} string + * @param {string} returnUnit + * @param {Object} opts + * @returns {number} + */ + +function parseTimestring(string, returnUnit, opts) { + opts = Object.assign({}, default_opts, opts || {}); + + let totalSeconds = 0; + const unitValues = getUnitValues(opts); + const groups = string + .toLowerCase() + .replace(/[^.\w+-]+/g, "") + .match(/[-+]?[0-9.]+[a-z]+/g); + + if (groups === null) { + throw new Error(`The string [${string}] could not be parsed by timestring`); + } + + groups.forEach(group => { + const value = group.match(/[0-9.]+/g)[0]; + const unit = group.match(/[a-z]+/g)[0]; + + totalSeconds += getSeconds(value, unit, unitValues); + }); + + if (returnUnit) { + return convert(totalSeconds, returnUnit, unitValues); + } + + return totalSeconds; +} +function getUnitValues(opts) { + const unitValues = { + ms: 0.001, + s: 1, + m: 60, + h: 3600, + }; + + unitValues.d = opts.hoursPerDay * unitValues.h; + unitValues.w = opts.daysPerWeek * unitValues.d; + unitValues.mth = (opts.daysPerYear / opts.monthsPerYear) * unitValues.d; + unitValues.y = opts.daysPerYear * unitValues.d; + + return unitValues; +} +function getUnitKey(unit) { + for (const key of Object.keys(UNIT_MAP)) { + if (UNIT_MAP[key].indexOf(unit) > -1) { + return key; + } + } + throw new Error(`The unit [${unit}] is not supported by timestring`); +} +function getSeconds(value, unit, unitValues) { + return value * unitValues[getUnitKey(unit)]; +} +function convert(value, unit, unitValues) { + return value / unitValues[getUnitKey(unit)]; +} + +module.exports = { + rndint, + parseDate, + parseShortDate, + timer, + sleep, + toHHMMSS, + fixPermissions, + trimArray, + formatPerms, + checkDays, + format, + fixFeatures, + cooldown, + ms, + confirmation, + selectRandom, + getAllTextFromEmbed, + clean, + tips, + inviteLink, + buttons, + colorize, + leven, + chunk, + progressBar, + parseTimestring, + prettyMs, +}; diff --git a/util/functions/mongoose.js b/util/functions/mongoose.js @@ -1,324 +1,324 @@ -const mongoose = require("mongoose"); -const { GooseCache } = require("goosecache"); -const cachegoose = new GooseCache(mongoose, { - engine: "memory", -}); -mongoose.set("useFindAndModify", false); -const u = require("../../models/users"); -const g = require("../../models/guilds"); -module.exports = { - /** - * @param {String} URI - Mongo Connection URI - */ - async connect(URI) { - if (!URI) throw new Error("Please provide a Mongoose URI"); - return mongoose.connect(URI, { - useNewUrlParser: true, - useUnifiedTopology: true, - }); - }, - /** - * @param {String} ID - Guild ID - */ - async getGuild(ID) { - if (!ID) throw new Error("Guild ID?"); - const guild = await g.findOne({ Guild: ID }).lean().cache(120); - if (!guild) { - const gg = new g({ Guild: ID }); - const { Guild, Prefix, Premium, Category, Commands, Tips } = gg; - await gg.save().catch(error => console.log(error)); - return { - Guild, - Prefix, - Premium, - Category, - Commands, - Tips, - }; - } else { - const Guild = guild.Guild; - const Prefix = guild.Prefix; - const Premium = guild.Premium; - const Category = guild.Category; - const Commands = guild.Commands; - const Tips = guild.Tips; - return { - Guild, - Prefix, - Premium, - Category, - Commands, - Tips, - }; - } - }, - /** - * @param {String} ID - User ID - */ - async getUser(ID) { - if (!ID) throw new Error("User ID?"); - const user = await u.findOne({ User: ID }).lean().cache(120); - if (!user) { - const ss = new u({ User: ID }); - const { - User, - Tier, - Premium, - Blacklist, - Blacklist_Reason, - PremiumServers, - } = ss; - await ss.save().catch(error => console.log(error)); - return { - User, - Tier, - Premium, - Blacklist, - Blacklist_Reason, - PremiumServers, - }; - } else { - const User = user.User; - const Tier = user.Tier; - const Premium = user.Premium; - const Blacklist = user.Blacklist; - const Blacklist_Reason = user.Blacklist_Reason; - const PremiumServers = user.PremiumServers; - return { - User, - Tier, - Premium, - Blacklist, - Blacklist_Reason, - PremiumServers, - }; - } - }, - /** - * @param {String} ID - ID of the User - * @param {String} Toggle - Blacklist Toggle(true/false) - * @param {String} Reason - Blacklist Reason - */ - async BK(ID, Toggle, Reason) { - if (!ID) throw new Error("User ID?"); - // if (!Toggle) throw new Error("Blacklist Toggle?"); - if (!Reason) throw new Error("Blacklist Feason?"); - const user = await u.findOne({ User: ID }); - if (!user) { - const sus = new u({ User: ID }); - if (Toggle == true) { - user.Blacklist = true; - user.Blacklist_Reason = Reason; - } else { - user.Blacklist = false; - user.Blacklist_Reason = null; - } - await sus.save().catch(error => console.log(error)); - cachegoose.clearCache(); - return { Reason }; - } else { - if (Toggle == true) { - user.Blacklist = true; - user.Blacklist_Reason = Reason; - } else { - user.Blacklist = false; - user.Blacklist_Reason = null; - } - await user.save().catch(error => console.log(error)); - cachegoose.clearCache(); - return { Reason }; - } - }, - /** - * @param {String} ID - ID of the User - * @param {Boolean} Toggle - Premium Toggle(true/false) - * @param {Number} Tier - Tier - */ - async Premium(ID, Toggle, Tier) { - if (!ID) throw new Error("User ID?"); - if (!Toggle) throw new Error("Premium Toggle?"); - if (!Tier) throw new Error("Premium Feason?"); - const user = await u.findOne({ User: ID }); - if (!user) { - const sus = new u({ User: ID }); - if (Toggle == "true") { - user.Premium = true; - user.Tier = Tier; - } else { - user.Premium = false; - user.Tier = 0; - } - await sus.save().catch(error => console.log(error)); - cachegoose.clearCache(); - return { Tier }; - } else { - if (Toggle == "true") { - user.Premium = true; - user.Tier = Tier; - } else { - user.Premium = false; - user.Tier = 0; - } - await user.save().catch(error => console.log(error)); - cachegoose.clearCache(); - return { Tier }; - } - }, - /** - * @param {String} ID - */ - async CreateGuild(ID) { - await new g({ Guild: ID }); - return; - }, - /** - * @param {String} ID - */ - async CreateBot(ID) { - await new m({ Guild: ID }); - return; - }, - /** - * @param {String} ID - Guild ID - */ - async DelGuild(ID) { - await g.deleteMany({ Guild: ID }); - return; - }, - /** - * @param {String} ID - Guild ID - * @param {String} Toggle - premium Toggle - */ - async setPremium(ID, Toggle) { - if (!ID) throw new Error("Please Provide a Guild ID"); - if (!Toggle) throw new Error("Please Provide a Toggle!"); - const guild = await g.findOne({ Guild: ID }); - if (!guild) { - const newU = new g({ Guild: ID }); - if (Toggle == "true") { - guild.Premium = true; - } else { - guild.Premium = false; - } - await newU.save().catch(error => console.log(error)); - return; - } else if (Toggle == "true") { - guild.Premium = true; - } else { - guild.Premium = false; - } - await guild.save().catch(error => console.log(error)); - cachegoose.clearCache(); - return; - }, - /** - * @param {String} User - User ID - * @param {String} ID - Guild ID - * @param {String} Method - Method - */ - async pushGuild(User, ID, method) { - if (!method) return new Error("Method?"); - u.findOne({ User: User }, async (err, data) => { - if (err) throw err; - if (!data) return new Error("User not found"); - if (method === "push") { - await data.PremiumServers.push(ID); - await data.save().catch(error => console.log(error)); - data.save(); - } - if (method === "splice") { - const index = data.PremiumServers.indexOf(ID); - data.PremiumServers.splice(index, 1); - data.save(); - } - cachegoose.clearCache(); - return { User }; - }); - }, - /** - * @param {String} ID - Guild ID - * @param {String} Type - Type - * @param {String} Name - Name - */ - async disable(ID, Type, Name) { - if (!Name) throw new Error("Name?"); - if (!Type) throw new Error("Type?"); - if (!ID) throw new Error("Guild ID?"); - if (Type === "category") { - const db = await g.findOne({ Guild: ID }); - if (!db) { - const newdoc = await new g({ Guild: ID }); - await newdoc.save().catch(error => console.log(error)); - } - await db.Category.push(Name); - await db.save().catch(e => console.log(e)); - } - if (Type === "command") { - const db = await g.findOne({ Guild: ID }); - if (!db) { - const newdoc = await new g({ Guild: ID }); - await newdoc.save().catch(error => console.log(error)); - } - await db.Commands.push(Name); - await db.save().catch(e => console.log(e)); - } - cachegoose.clearCache(); - return { Name }; - }, - /** - * @param {String} ID - Guild ID - * @param {String} Type - Type - * @param {String} Name - Name - */ - async enable(ID, Type, Name) { - if (!ID) throw new Error("Guild ID?"); - if (!Name) throw new Error("Name?"); - if (!Type) throw new Error("Type?"); - if (Type === "category") { - const db = await g.findOne({ Guild: ID }); - if (!db) { - return false; - } - const index = db.Category.indexOf(Name.toLowerCase()); - await db.Category.splice(index, 1); - await db.save().catch(e => console.log(e)); - } - if (Type === "command") { - const db = await g.findOne({ Guild: ID }); - if (!db) { - return false; - } - const index = db.Commands.indexOf(Name); - await db.Commands.splice(index, 1); - await db.save().catch(e => console.log(e)); - } - cachegoose.clearCache(); - return true; - }, - /** - * @param {String} ID - Guild ID - * @param {String} Toggle - Level Toggle - */ - async setTips(ID, Toggle) { - if (!ID) throw new Error("Please Provide a Guild ID"); - if (!Toggle) throw new Error("Please Provide a Toggle!"); - const guild = await g.findOne({ Guild: ID }); - if (!guild) { - const newU = new g({ Guild: ID }); - if (Toggle == "true") { - guild.Tips = true; - } else { - guild.Tips = false; - } - await newU.save().catch(error => console.log(error)); - return; - } else if (Toggle == "true") { - guild.Tips = true; - } else { - guild.Tips = false; - } - await guild.save().catch(error => console.log(error)); - cachegoose.clearCache(); - return; - }, -}; +const mongoose = require("mongoose"); +const { GooseCache } = require("goosecache"); +const cachegoose = new GooseCache(mongoose, { + engine: "memory", +}); +mongoose.set("useFindAndModify", false); +const u = require("../../models/users"); +const g = require("../../models/guilds"); +module.exports = { + /** + * @param {String} URI - Mongo Connection URI + */ + async connect(URI) { + if (!URI) throw new Error("Please provide a Mongoose URI"); + return mongoose.connect(URI, { + useNewUrlParser: true, + useUnifiedTopology: true, + }); + }, + /** + * @param {String} ID - Guild ID + */ + async getGuild(ID) { + if (!ID) throw new Error("Guild ID?"); + const guild = await g.findOne({ Guild: ID }).lean().cache(120); + if (!guild) { + const gg = new g({ Guild: ID }); + const { Guild, Prefix, Premium, Category, Commands, Tips } = gg; + await gg.save().catch(error => console.log(error)); + return { + Guild, + Prefix, + Premium, + Category, + Commands, + Tips, + }; + } else { + const Guild = guild.Guild; + const Prefix = guild.Prefix; + const Premium = guild.Premium; + const Category = guild.Category; + const Commands = guild.Commands; + const Tips = guild.Tips; + return { + Guild, + Prefix, + Premium, + Category, + Commands, + Tips, + }; + } + }, + /** + * @param {String} ID - User ID + */ + async getUser(ID) { + if (!ID) throw new Error("User ID?"); + const user = await u.findOne({ User: ID }).lean().cache(120); + if (!user) { + const ss = new u({ User: ID }); + const { + User, + Tier, + Premium, + Blacklist, + Blacklist_Reason, + PremiumServers, + } = ss; + await ss.save().catch(error => console.log(error)); + return { + User, + Tier, + Premium, + Blacklist, + Blacklist_Reason, + PremiumServers, + }; + } else { + const User = user.User; + const Tier = user.Tier; + const Premium = user.Premium; + const Blacklist = user.Blacklist; + const Blacklist_Reason = user.Blacklist_Reason; + const PremiumServers = user.PremiumServers; + return { + User, + Tier, + Premium, + Blacklist, + Blacklist_Reason, + PremiumServers, + }; + } + }, + /** + * @param {String} ID - ID of the User + * @param {String} Toggle - Blacklist Toggle(true/false) + * @param {String} Reason - Blacklist Reason + */ + async BK(ID, Toggle, Reason) { + if (!ID) throw new Error("User ID?"); + // if (!Toggle) throw new Error("Blacklist Toggle?"); + if (!Reason) throw new Error("Blacklist Feason?"); + const user = await u.findOne({ User: ID }); + if (!user) { + const sus = new u({ User: ID }); + if (Toggle == true) { + user.Blacklist = true; + user.Blacklist_Reason = Reason; + } else { + user.Blacklist = false; + user.Blacklist_Reason = null; + } + await sus.save().catch(error => console.log(error)); + cachegoose.clearCache(); + return { Reason }; + } else { + if (Toggle == true) { + user.Blacklist = true; + user.Blacklist_Reason = Reason; + } else { + user.Blacklist = false; + user.Blacklist_Reason = null; + } + await user.save().catch(error => console.log(error)); + cachegoose.clearCache(); + return { Reason }; + } + }, + /** + * @param {String} ID - ID of the User + * @param {Boolean} Toggle - Premium Toggle(true/false) + * @param {Number} Tier - Tier + */ + async Premium(ID, Toggle, Tier) { + if (!ID) throw new Error("User ID?"); + if (!Toggle) throw new Error("Premium Toggle?"); + if (!Tier) throw new Error("Premium Feason?"); + const user = await u.findOne({ User: ID }); + if (!user) { + const sus = new u({ User: ID }); + if (Toggle == "true") { + user.Premium = true; + user.Tier = Tier; + } else { + user.Premium = false; + user.Tier = 0; + } + await sus.save().catch(error => console.log(error)); + cachegoose.clearCache(); + return { Tier }; + } else { + if (Toggle == "true") { + user.Premium = true; + user.Tier = Tier; + } else { + user.Premium = false; + user.Tier = 0; + } + await user.save().catch(error => console.log(error)); + cachegoose.clearCache(); + return { Tier }; + } + }, + /** + * @param {String} ID + */ + async CreateGuild(ID) { + await new g({ Guild: ID }); + return; + }, + /** + * @param {String} ID + */ + async CreateBot(ID) { + await new m({ Guild: ID }); + return; + }, + /** + * @param {String} ID - Guild ID + */ + async DelGuild(ID) { + await g.deleteMany({ Guild: ID }); + return; + }, + /** + * @param {String} ID - Guild ID + * @param {String} Toggle - premium Toggle + */ + async setPremium(ID, Toggle) { + if (!ID) throw new Error("Please Provide a Guild ID"); + if (!Toggle) throw new Error("Please Provide a Toggle!"); + const guild = await g.findOne({ Guild: ID }); + if (!guild) { + const newU = new g({ Guild: ID }); + if (Toggle == "true") { + guild.Premium = true; + } else { + guild.Premium = false; + } + await newU.save().catch(error => console.log(error)); + return; + } else if (Toggle == "true") { + guild.Premium = true; + } else { + guild.Premium = false; + } + await guild.save().catch(error => console.log(error)); + cachegoose.clearCache(); + return; + }, + /** + * @param {String} User - User ID + * @param {String} ID - Guild ID + * @param {String} Method - Method + */ + async pushGuild(User, ID, method) { + if (!method) return new Error("Method?"); + u.findOne({ User: User }, async (err, data) => { + if (err) throw err; + if (!data) return new Error("User not found"); + if (method === "push") { + await data.PremiumServers.push(ID); + await data.save().catch(error => console.log(error)); + data.save(); + } + if (method === "splice") { + const index = data.PremiumServers.indexOf(ID); + data.PremiumServers.splice(index, 1); + data.save(); + } + cachegoose.clearCache(); + return { User }; + }); + }, + /** + * @param {String} ID - Guild ID + * @param {String} Type - Type + * @param {String} Name - Name + */ + async disable(ID, Type, Name) { + if (!Name) throw new Error("Name?"); + if (!Type) throw new Error("Type?"); + if (!ID) throw new Error("Guild ID?"); + if (Type === "category") { + const db = await g.findOne({ Guild: ID }); + if (!db) { + const newdoc = await new g({ Guild: ID }); + await newdoc.save().catch(error => console.log(error)); + } + await db.Category.push(Name); + await db.save().catch(e => console.log(e)); + } + if (Type === "command") { + const db = await g.findOne({ Guild: ID }); + if (!db) { + const newdoc = await new g({ Guild: ID }); + await newdoc.save().catch(error => console.log(error)); + } + await db.Commands.push(Name); + await db.save().catch(e => console.log(e)); + } + cachegoose.clearCache(); + return { Name }; + }, + /** + * @param {String} ID - Guild ID + * @param {String} Type - Type + * @param {String} Name - Name + */ + async enable(ID, Type, Name) { + if (!ID) throw new Error("Guild ID?"); + if (!Name) throw new Error("Name?"); + if (!Type) throw new Error("Type?"); + if (Type === "category") { + const db = await g.findOne({ Guild: ID }); + if (!db) { + return false; + } + const index = db.Category.indexOf(Name.toLowerCase()); + await db.Category.splice(index, 1); + await db.save().catch(e => console.log(e)); + } + if (Type === "command") { + const db = await g.findOne({ Guild: ID }); + if (!db) { + return false; + } + const index = db.Commands.indexOf(Name); + await db.Commands.splice(index, 1); + await db.save().catch(e => console.log(e)); + } + cachegoose.clearCache(); + return true; + }, + /** + * @param {String} ID - Guild ID + * @param {String} Toggle - Level Toggle + */ + async setTips(ID, Toggle) { + if (!ID) throw new Error("Please Provide a Guild ID"); + if (!Toggle) throw new Error("Please Provide a Toggle!"); + const guild = await g.findOne({ Guild: ID }); + if (!guild) { + const newU = new g({ Guild: ID }); + if (Toggle == "true") { + guild.Tips = true; + } else { + guild.Tips = false; + } + await newU.save().catch(error => console.log(error)); + return; + } else if (Toggle == "true") { + guild.Tips = true; + } else { + guild.Tips = false; + } + await guild.save().catch(error => console.log(error)); + cachegoose.clearCache(); + return; + }, +};