Advertisement
emsin

config

Feb 17th, 2017
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 49.10 KB | None | 0 0
  1. {
  2.   "ConsoleConfig": {
  3.     "TranslationLanguageCode": "ja-JP",
  4.     "StartupWelcomeDelay": false,
  5.     "AmountOfPokemonToDisplayOnStart": 2,
  6.     "DetailedCountsBeforeRecycling": true
  7.   },
  8.   "UpdateConfig": {
  9.     "SchemaVersion": 13,
  10.     "CheckForUpdates": true,
  11.     "AutoUpdate": true
  12.   },
  13.   "WebsocketsConfig": {
  14.     "UseWebsocket": true,
  15.     "WebSocketPort": 14351
  16.   },
  17.   "LocationConfig": {
  18.     "DisableHumanWalking": false,
  19.     "StartFromLastPosition": false,
  20.     "DefaultLatitude": 35.670894194943621,
  21.     "DefaultLongitude": 139.76497650146484,
  22.     "WalkingSpeedInKilometerPerHour": 5.16,
  23.     "UseWalkingSpeedVariant": true,
  24.     "WalkingSpeedVariant": 2.2,
  25.     "ShowVariantWalking": false,
  26.     "RandomlyPauseAtStops": true,
  27.     "MaxSpawnLocationOffset": 10,
  28.     "MaxTravelDistanceInMeters": 2000
  29.   },
  30.   "TelegramConfig": {
  31.     "UseTelegramAPI": false,
  32.     "TelegramAPIKey": "",
  33.     "TelegramPassword": ""
  34.   },
  35.   "GPXConfig": {
  36.     "UseGpxPathing": false,
  37.     "GpxFile": "GPXPath.GPX"
  38.   },
  39.   "SnipeConfig": {
  40.     "UseSnipeLocationServer": false,
  41.     "SnipeLocationServer": "localhost",
  42.     "SnipeLocationServerPort": 16969,
  43.     "GetSniperInfoFromPokezz": false,
  44.     "GetOnlyVerifiedSniperInfoFromPokezz": false,
  45.     "GetSniperInfoFromPokeSnipers": false,
  46.     "GetSniperInfoFromPokeWatchers": false,
  47.     "GetSniperInfoFromSkiplagged": false,
  48.     "MinPokeballsToSnipe": 20,
  49.     "MinPokeballsWhileSnipe": 0,
  50.     "MinDelayBetweenSnipes": 10000,
  51.     "SnipingScanOffset": 0.003,
  52.     "SnipeAtPokestops": false,
  53.     "SnipeIgnoreUnknownIv": false,
  54.     "UseTransferIvForSnipe": false,
  55.     "SnipePokemonNotInPokedex": true,
  56.     "UseSnipeLimit": false,
  57.     "SnipeRestSeconds": 180,
  58.     "SnipeCountLimit": 20,
  59.     "ActivateMSniper": true,
  60.     "MinIVForAutoSnipe": 101,
  61.     "AutosnipeVerifiedOnly": false,
  62.     "DefaultAutoSnipeCandy": 0,
  63.     "SnipePauseOnOutOfBallTime": 5,
  64.     "AutoSnipeMaxDistance": 0.0,
  65.     "AutoSnipeBatchSize": 10
  66.   },
  67.   "HumanWalkSnipeConfig": {
  68.     "Enable": false,
  69.     "DisplayPokemonList": true,
  70.     "MaxDistance": 300.0,
  71.     "MaxEstimateTime": 180.0,
  72.     "CatchEmAllMinBalls": 50,
  73.     "TryCatchEmAll": true,
  74.     "CatchPokemonWhileWalking": true,
  75.     "SpinWhileWalking": true,
  76.     "AlwaysWalkback": false,
  77.     "SnipingScanOffset": 0.002,
  78.     "WalkbackDistanceLimit": 100.0,
  79.     "IncludeDefaultLocation": true,
  80.     "UseSnipePokemonList": true,
  81.     "MaxSpeedUpSpeed": 60.0,
  82.     "AllowSpeedUp": true,
  83.     "DelayTimeAtDestination": 10000,
  84.     "UsePokeRadar": false,
  85.     "UseSkiplagged": false,
  86.     "UsePokecrew": false,
  87.     "UsePokesnipers": false,
  88.     "UsePokeZZ": false,
  89.     "UsePokeWatcher": false,
  90.     "UseFastPokemap": false,
  91.     "UsePogoLocationFeeder": false,
  92.     "AllowTransferWhileWalking": false
  93.   },
  94.   "DataSharingConfig": {
  95.     "EnableSyncData": true,
  96.     "AutoSnipe": true,
  97.     "DataServiceIdentification": "",
  98.     "SnipeDataAccessKey": "",
  99.     "EnableFailoverDataServers": true,
  100.     "FailoverDataServers": "ws://s1.mypogosnipers.com/socket.io/?EIO=3&transport=websocket;ws://s2.mypogosnipers.com/socket.io/?EIO=3&transport=websocket",
  101.     "DataRecieverURL": "ws://necrosocket.herokuapp.com/socket.io/?EIO=3&transport=websocket"
  102.   },
  103.   "PokeStopConfig": {
  104.     "UsePokeStopLimit": true,
  105.     "PokeStopLimit": 1500,
  106.     "PokeStopLimitMinutes": 1200
  107.   },
  108.   "GymConfig": {
  109.     "NotUsedSkills": [
  110.       {
  111.         "Key": "snorlax",
  112.         "Value": "hyperBeam"
  113.       },
  114.       {
  115.         "Key": "dragonite",
  116.         "Value": "hyperBeam"
  117.       },
  118.       {
  119.         "Key": "lapras",
  120.         "Value": "blizzard"
  121.       }
  122.     ],
  123.     "Enable": false,
  124.     "PrioritizeGymOverPokestop": false,
  125.     "MaxDistance": 2000.0,
  126.     "DefaultTeam": "Red",
  127.     "MaxCPToDeploy": 1500,
  128.     "MaxLevelToDeploy": 20,
  129.     "VisitTimeout": 600,
  130.     "UseRandomPokemon": false,
  131.     "NumberOfTopPokemonToBeExcluded": 20,
  132.     "CollectCoinAfterDeployed": 1,
  133.     "EnableAttackGym": false,
  134.     "MaxGymLevelToAttack": 10,
  135.     "MaxDefendersToAttack": 10,
  136.     "HealDefendersBeforeApplyToGym": true,
  137.     "DontAttackAfterCoinsLimitReached": true,
  138.     "EnableGymTraining": true,
  139.     "TrainGymWhenMissingMaxPoints": 1000,
  140.     "MaxGymLvlToTrain": 4,
  141.     "TrainAlreadyDefendedGym": true,
  142.     "MinCpToUseInAttack": 1000,
  143.     "ButNotLessThanDefenderPercent": 0.75,
  144.     "UsePokemonToAttackOnlyByCp": true,
  145.     "ExcludeForGyms": [
  146.       "kangaskhan",
  147.       "tauros",
  148.       "mrMime",
  149.       "farfetchd"
  150.     ],
  151.     "DontUseDodge": false,
  152.     "MinRevivePotions": 5,
  153.     "PrioritizeGymWithFreeSlot": true
  154.   },
  155.   "PokemonConfig": {
  156.     "CatchPokemon": true,
  157.     "DelayBetweenPokemonCatch": 1000,
  158.     "UseCatchLimit": true,
  159.     "CatchPokemonLimit": 700,
  160.     "CatchPokemonLimitMinutes": 1200,
  161.     "UseIncenseConstantly": false,
  162.     "UseEggIncubators": true,
  163.     "UseLimitedEggIncubators": true,
  164.     "UseLuckyEggConstantly": false,
  165.     "UseLuckyEggsMinPokemonAmount": 30,
  166.     "UseLuckyEggsWhileEvolving": true,
  167.     "UseBerriesMinCp": 1000,
  168.     "UseBerriesMinIv": 90.0,
  169.     "UseBerriesBelowCatchProbability": 0.2,
  170.     "UseBerriesOperator": "or",
  171.     "MaxBerriesToUsePerPokemon": 1,
  172.     "TransferWeakPokemon": false,
  173.     "TransferDuplicatePokemon": true,
  174.     "TransferDuplicatePokemonOnCapture": false,
  175.     "RenamePokemon": false,
  176.     "RenameOnlyAboveIv": false,
  177.     "RenameTemplate": "{IV}%{Name}_LV{Level}_LV{Level}",
  178.     "FavoriteMinIvPercentage": 99.0,
  179.     "AutoFavoritePokemon": false,
  180.     "MaxPokeballsPerPokemon": 20,
  181.     "UseGreatBallAboveCp": 1000,
  182.     "UseUltraBallAboveCp": 1250,
  183.     "UseMasterBallAboveCp": 1500,
  184.     "UseGreatBallAboveIv": 85.0,
  185.     "UseUltraBallAboveIv": 95.0,
  186.     "UseGreatBallBelowCatchProbability": 0.2,
  187.     "UseUltraBallBelowCatchProbability": 0.1,
  188.     "UseMasterBallBelowCatchProbability": 0.05,
  189.     "AutomaticallyLevelUpPokemon": false,
  190.     "OnlyUpgradeFavorites": true,
  191.     "UseLevelUpList": true,
  192.     "AmountOfTimesToUpgradeLoop": 5,
  193.     "GetMinStarDustForLevelUp": 5000,
  194.     "LevelUpByCPorIv": "iv",
  195.     "UpgradePokemonCpMinimum": 1000.0,
  196.     "UpgradePokemonIvMinimum": 95.0,
  197.     "UpgradePokemonMinimumStatsOperator": "and",
  198.     "EvolveAboveIvValue": 95.0,
  199.     "EvolveAllPokemonAboveIv": false,
  200.     "EvolveAllPokemonWithEnoughCandy": false,
  201.     "EvolveKeptPokemonsAtStorageUsagePercentage": 100.0,
  202.     "EvolveKeptPokemonIfBagHasOverThisManyPokemon": 250,
  203.     "KeepPokemonsThatCanEvolve": false,
  204.     "KeepMinCp": 0,
  205.     "KeepMinIvPercentage": 90.0,
  206.     "KeepMinLvl": 20,
  207.     "KeepMinOperator": "or",
  208.     "UseKeepMinLvl": false,
  209.     "PrioritizeIvOverCp": true,
  210.     "KeepMinDuplicatePokemon": 1,
  211.     "UsePokemonToNotCatchFilter": false,
  212.     "UsePokemonSniperFilterOnly": false,
  213.     "DumpPokemonStats": false,
  214.     "DelayBetweenPokemonUpgrade": 1000,
  215.     "OutOfBallCatchBlockTime": 5,
  216.     "PokeballToKeepForSnipe": 50,
  217.     "UseBulkTransferPokemon": true,
  218.     "BulkTransferStogareBuffer": 10,
  219.     "BulkTransferSize": 100,
  220.     "UseBallOperator": "or",
  221.     "FavoriteMinCp": 0.0,
  222.     "DefaultBuddyPokemon": ""
  223.   },
  224.   "RecycleConfig": {
  225.     "VerboseRecycling": true,
  226.     "RecycleInventoryAtUsagePercentage": 90.0,
  227.     "RandomizeRecycle": false,
  228.     "RandomRecycleValue": 5,
  229.     "TotalAmountOfPokeballsToKeep": 150,
  230.     "TotalAmountOfPotionsToKeep": 50,
  231.     "TotalAmountOfRevivesToKeep": 50,
  232.     "TotalAmountOfBerriesToKeep": 50,
  233.     "UseRecyclePercentsInsteadOfTotals": true,
  234.     "PercentOfInventoryPokeballsToKeep": 60,
  235.     "PercentOfInventoryPotionsToKeep": 10,
  236.     "PercentOfInventoryRevivesToKeep": 10,
  237.     "PercentOfInventoryBerriesToKeep": 10
  238.   },
  239.   "CustomCatchConfig": {
  240.     "EnableHumanizedThrows": true,
  241.     "EnableMissedThrows": true,
  242.     "ThrowMissPercentage": 5,
  243.     "NiceThrowChance": 5,
  244.     "GreatThrowChance": 15,
  245.     "ExcellentThrowChance": 80,
  246.     "CurveThrowChance": 90,
  247.     "ForceGreatThrowOverIv": 90.0,
  248.     "ForceExcellentThrowOverIv": 95.0,
  249.     "ForceGreatThrowOverCp": 1000,
  250.     "ForceExcellentThrowOverCp": 1500,
  251.     "UseTransferFilterToCatch": false
  252.   },
  253.   "PlayerConfig": {
  254.     "DelayBetweenPlayerActions": 1000,
  255.     "EvolveActionDelay": 1000,
  256.     "TransferActionDelay": 1000,
  257.     "RecycleActionDelay": 1000,
  258.     "RenamePokemonActionDelay": 1000,
  259.     "UseNearActionRandom": true,
  260.     "RandomizeSettingsByPercent": 5,
  261.     "AutoFinishTutorial": false
  262.   },
  263.   "SoftBanConfig": {
  264.     "FastSoftBanBypass": false,
  265.     "ByPassSpinCount": 1
  266.   },
  267.   "GoogleWalkConfig": {
  268.     "UseGoogleWalk": false,
  269.     "DefaultStepLength": 1.3,
  270.     "GoogleHeuristic": "walking",
  271.     "GoogleAPIKey": null,
  272.     "Cache": true,
  273.     "GoogleElevationAPIKey": null
  274.   },
  275.   "YoursWalkConfig": {
  276.     "UseYoursWalk": false,
  277.     "YoursWalkHeuristic": "bicycle"
  278.   },
  279.   "MapzenWalkConfig": {
  280.     "UseMapzenWalk": false,
  281.     "MapzenTurnByTurnApiKey": "valhalla-C5K7ZG7",
  282.     "MapzenWalkHeuristic": "bicycle",
  283.     "MapzenElevationApiKey": "elevation-QZ68qtN"
  284.   },
  285.   "ItemRecycleFilter": [
  286.     {
  287.       "Key": "itemUnknown",
  288.       "Value": 0
  289.     },
  290.     {
  291.       "Key": "itemLuckyEgg",
  292.       "Value": 200
  293.     },
  294.     {
  295.       "Key": "itemIncenseOrdinary",
  296.       "Value": 100
  297.     },
  298.     {
  299.       "Key": "itemIncenseSpicy",
  300.       "Value": 100
  301.     },
  302.     {
  303.       "Key": "itemIncenseCool",
  304.       "Value": 100
  305.     },
  306.     {
  307.       "Key": "itemIncenseFloral",
  308.       "Value": 100
  309.     },
  310.     {
  311.       "Key": "itemTroyDisk",
  312.       "Value": 100
  313.     },
  314.     {
  315.       "Key": "itemXAttack",
  316.       "Value": 100
  317.     },
  318.     {
  319.       "Key": "itemXDefense",
  320.       "Value": 100
  321.     },
  322.     {
  323.       "Key": "itemXMiracle",
  324.       "Value": 100
  325.     },
  326.     {
  327.       "Key": "itemSpecialCamera",
  328.       "Value": 100
  329.     },
  330.     {
  331.       "Key": "itemIncubatorBasicUnlimited",
  332.       "Value": 100
  333.     },
  334.     {
  335.       "Key": "itemIncubatorBasic",
  336.       "Value": 100
  337.     },
  338.     {
  339.       "Key": "itemPokemonStorageUpgrade",
  340.       "Value": 100
  341.     },
  342.     {
  343.       "Key": "itemItemStorageUpgrade",
  344.       "Value": 100
  345.     }
  346.   ],
  347.   "PokemonsNotToTransfer": [
  348.     "pichu",
  349.     "cleffa",
  350.     "igglybuff",
  351.     "togepi",
  352.     "togetic",
  353.     "smoochum",
  354.     "elekid",
  355.     "magby",
  356.     "articuno",
  357.     "zapdos",
  358.     "moltres",
  359.     "mewtwo",
  360.     "mew"
  361.   ],
  362.   "PokemonsToEvolve": [],
  363.   "PokemonsToLevelUp": [
  364.     "lapras",
  365.     "snorlax",
  366.     "dragonite"
  367.   ],
  368.   "PokemonsToIgnore": [
  369.     "rattata",
  370.     "nidoranFemale",
  371.     "nidoranMale",
  372.     "oddish",
  373.     "poliwag",
  374.     "bellsprout",
  375.     "geodude",
  376.     "gastly",
  377.     "metapod",
  378.     "kakuna",
  379.     "pidgeotto",
  380.     "spearow",
  381.     "ekans",
  382.     "sandshrew",
  383.     "clefairy",
  384.     "vulpix",
  385.     "jigglypuff",
  386.     "zubat",
  387.     "paras",
  388.     "venonat",
  389.     "diglett",
  390.     "meowth",
  391.     "psyduck",
  392.     "mankey",
  393.     "tentacool",
  394.     "ponyta",
  395.     "slowpoke",
  396.     "magnemite",
  397.     "doduo",
  398.     "seel",
  399.     "shellder",
  400.     "drowzee",
  401.     "krabby",
  402.     "voltorb",
  403.     "marowak",
  404.     "koffing",
  405.     "horsea",
  406.     "goldeen",
  407.     "staryu",
  408.     "omanyte",
  409.     "kabuto",
  410.     "nidorina",
  411.     "nidorino",
  412.     "gloom",
  413.     "poliwhirl",
  414.     "weepinbell",
  415.     "haunter",
  416.     "butterfree",
  417.     "beedrill",
  418.     "pidgeot",
  419.     "raticate",
  420.     "fearow",
  421.     "arbok",
  422.     "sandslash",
  423.     "nidoqueen",
  424.     "nidoking",
  425.     "clefable",
  426.     "ninetales",
  427.     "wigglytuff",
  428.     "golbat",
  429.     "vileplume",
  430.     "parasect",
  431.     "venomoth",
  432.     "dugtrio",
  433.     "persian",
  434.     "golduck",
  435.     "primeape",
  436.     "poliwrath",
  437.     "victreebel",
  438.     "tentacruel",
  439.     "rapidash",
  440.     "slowbro",
  441.     "magneton",
  442.     "dodrio",
  443.     "dewgong",
  444.     "cloyster",
  445.     "gengar",
  446.     "onix",
  447.     "hypno",
  448.     "kingler",
  449.     "electrode",
  450.     "cubone",
  451.     "hitmonlee",
  452.     "hitmonchan",
  453.     "lickitung",
  454.     "weezing",
  455.     "tangela",
  456.     "seadra",
  457.     "seaking",
  458.     "starmie",
  459.     "jynx",
  460.     "electabuzz",
  461.     "magmar",
  462.     "pinsir",
  463.     "omastar",
  464.     "kabutops"
  465.   ],
  466.   "CaptchaConfig": {
  467.     "AllowManualCaptchaResolve": true,
  468.     "ManualCaptchaTimeout": 120,
  469.     "PlaySoundOnCaptcha": true,
  470.     "DisplayOnTop": true,
  471.     "Enable2Captcha": false,
  472.     "EnableAntiCaptcha": false,
  473.     "AntiCaptchaAPIKey": "201.33.206.229",
  474.     "ProxyHost": "",
  475.     "ProxyPort": 3128,
  476.     "EnableCaptchaSolutions": false,
  477.     "CaptchaSolutionAPIKey": "",
  478.     "CaptchaSolutionsSecretKey": "",
  479.     "AutoCaptchaTimeout": 120,
  480.     "AutoCaptchaRetries": 3,
  481.     "TwoCaptchaAPIKey": ""
  482.   },
  483.   "PokemonsTransferFilter": {
  484.     "Chikorita": {
  485.       "KeepMinCp": 0,
  486.       "KeepMinIvPercentage": 90.0,
  487.       "KeepMinLvl": 0,
  488.       "UseKeepMinLvl": true,
  489.       "KeepMinOperator": "or",
  490.       "KeepMinDuplicatePokemon": 0,
  491.       "Moves": [
  492.         [],
  493.         []
  494.       ],
  495.       "DeprecatedMoves": null,
  496.       "MovesOperator": "and",
  497.       "CatchOnlyPokemonMeetTransferCriteria": false
  498.     }
  499.   },
  500.   "PokemonToSnipe": {
  501.     "Locations": [
  502.       {
  503.         "Latitude": -33.860063648003653,
  504.         "Longitude": 151.20049953460693
  505.       }
  506.     ],
  507.     "Pokemon": [
  508.       "bulbasaur",
  509.       "ivysaur",
  510.       "venusaur",
  511.       "charmander",
  512.       "charmeleon",
  513.       "charizard",
  514.       "squirtle",
  515.       "wartortle",
  516.       "blastoise",
  517.       "pikachu",
  518.       "raichu",
  519.       "abra",
  520.       "kadabra",
  521.       "alakazam",
  522.       "farfetchd",
  523.       "grimer",
  524.       "muk",
  525.       "exeggcute",
  526.       "exeggutor",
  527.       "rhyhorn",
  528.       "rhydon",
  529.       "chansey",
  530.       "kangaskhan",
  531.       "mrMime",
  532.       "scyther",
  533.       "tauros",
  534.       "magikarp",
  535.       "gyarados",
  536.       "lapras",
  537.       "ditto",
  538.       "eevee",
  539.       "vaporeon",
  540.       "jolteon",
  541.       "flareon",
  542.       "porygon",
  543.       "aerodactyl",
  544.       "snorlax",
  545.       "dratini",
  546.       "dragonair",
  547.       "dragonite"
  548.     ]
  549.   },
  550.   "PokemonToUseMasterball": [
  551.     "articuno",
  552.     "zapdos",
  553.     "moltres",
  554.     "mew",
  555.     "mewtwo"
  556.   ],
  557.   "HumanWalkSnipeFilters": {},
  558.   "PokemonUpgradeFilters": {},
  559.   "MultipleBotConfig": {
  560.     "RuntimeSwitch": 55,
  561.     "OnLimitPauseTimes": 15,
  562.     "OnRarePokemon": true,
  563.     "MinIVToSwitch": 99.0,
  564.     "EXPSwitch": 500000,
  565.     "PokestopSwitch": 500,
  566.     "PokemonSwitch": 200,
  567.     "PokemonPerHourSwitch": 100,
  568.     "StartFromDefaultLocation": true,
  569.     "PokestopSoftbanCount": 5,
  570.     "DisplayList": true,
  571.     "SelectAccountOnStartUp": false,
  572.     "CatchFleeCount": 5,
  573.     "SwitchOnCatchLimit": true,
  574.     "SwitchOnPokestopLimit": true
  575.   },
  576.   "NotificationConfig": {
  577.     "EnablePushBulletNotification": false,
  578.     "EnableEmailNotification": false,
  579.     "PushBulletApiKey": "",
  580.     "GmailUsername": "",
  581.     "GmailPassword": "",
  582.     "Recipients": ""
  583.   },
  584.   "SnipePokemonFilter": {
  585.     "Chikorita": {
  586.       "SnipeIV": 100,
  587.       "Moves": [],
  588.       "Operator": "or",
  589.       "VerifiedOnly": false,
  590.       "Priority": 5,
  591.       "AutoSnipeCandy": 2000,
  592.       "Level": 0,
  593.       "AllowMultiAccountSnipe": false
  594.     },
  595.     "Bayleef": {
  596.       "SnipeIV": 100,
  597.       "Moves": [],
  598.       "Operator": "or",
  599.       "VerifiedOnly": false,
  600.       "Priority": 5,
  601.       "AutoSnipeCandy": 2000,
  602.       "Level": 0,
  603.       "AllowMultiAccountSnipe": false
  604.     },
  605.     "Meganium": {
  606.       "SnipeIV": 100,
  607.       "Moves": [],
  608.       "Operator": "or",
  609.       "VerifiedOnly": false,
  610.       "Priority": 5,
  611.       "AutoSnipeCandy": 2000,
  612.       "Level": 0,
  613.       "AllowMultiAccountSnipe": false
  614.     },
  615.     "Cyndaquil": {
  616.       "SnipeIV": 100,
  617.       "Moves": [],
  618.       "Operator": "or",
  619.       "VerifiedOnly": false,
  620.       "Priority": 5,
  621.       "AutoSnipeCandy": 2000,
  622.       "Level": 0,
  623.       "AllowMultiAccountSnipe": false
  624.     },
  625.     "Quilava": {
  626.       "SnipeIV": 100,
  627.       "Moves": [],
  628.       "Operator": "or",
  629.       "VerifiedOnly": false,
  630.       "Priority": 5,
  631.       "AutoSnipeCandy": 2000,
  632.       "Level": 0,
  633.       "AllowMultiAccountSnipe": false
  634.     },
  635.     "Typhlosion": {
  636.       "SnipeIV": 100,
  637.       "Moves": [],
  638.       "Operator": "or",
  639.       "VerifiedOnly": false,
  640.       "Priority": 5,
  641.       "AutoSnipeCandy": 2000,
  642.       "Level": 0,
  643.       "AllowMultiAccountSnipe": false
  644.     },
  645.     "Totodile": {
  646.       "SnipeIV": 100,
  647.       "Moves": [],
  648.       "Operator": "or",
  649.       "VerifiedOnly": false,
  650.       "Priority": 5,
  651.       "AutoSnipeCandy": 2000,
  652.       "Level": 0,
  653.       "AllowMultiAccountSnipe": false
  654.     },
  655.     "Croconaw": {
  656.       "SnipeIV": 100,
  657.       "Moves": [],
  658.       "Operator": "or",
  659.       "VerifiedOnly": false,
  660.       "Priority": 5,
  661.       "AutoSnipeCandy": 2000,
  662.       "Level": 0,
  663.       "AllowMultiAccountSnipe": false
  664.     },
  665.     "Feraligatr": {
  666.       "SnipeIV": 100,
  667.       "Moves": [],
  668.       "Operator": "or",
  669.       "VerifiedOnly": false,
  670.       "Priority": 5,
  671.       "AutoSnipeCandy": 2000,
  672.       "Level": 0,
  673.       "AllowMultiAccountSnipe": false
  674.     },
  675.     "Sentret": {
  676.       "SnipeIV": 100,
  677.       "Moves": [],
  678.       "Operator": "or",
  679.       "VerifiedOnly": false,
  680.       "Priority": 5,
  681.       "AutoSnipeCandy": 2000,
  682.       "Level": 0,
  683.       "AllowMultiAccountSnipe": false
  684.     },
  685.     "Furret": {
  686.       "SnipeIV": 100,
  687.       "Moves": [],
  688.       "Operator": "or",
  689.       "VerifiedOnly": false,
  690.       "Priority": 5,
  691.       "AutoSnipeCandy": 2000,
  692.       "Level": 0,
  693.       "AllowMultiAccountSnipe": false
  694.     },
  695.     "Hoothoot": {
  696.       "SnipeIV": 100,
  697.       "Moves": [],
  698.       "Operator": "or",
  699.       "VerifiedOnly": false,
  700.       "Priority": 5,
  701.       "AutoSnipeCandy": 2000,
  702.       "Level": 0,
  703.       "AllowMultiAccountSnipe": false
  704.     },
  705.     "Noctowl": {
  706.       "SnipeIV": 100,
  707.       "Moves": [],
  708.       "Operator": "or",
  709.       "VerifiedOnly": false,
  710.       "Priority": 5,
  711.       "AutoSnipeCandy": 2000,
  712.       "Level": 0,
  713.       "AllowMultiAccountSnipe": false
  714.     },
  715.     "Ledyba": {
  716.       "SnipeIV": 100,
  717.       "Moves": [],
  718.       "Operator": "or",
  719.       "VerifiedOnly": false,
  720.       "Priority": 5,
  721.       "AutoSnipeCandy": 2000,
  722.       "Level": 0,
  723.       "AllowMultiAccountSnipe": false
  724.     },
  725.     "Ledian": {
  726.       "SnipeIV": 100,
  727.       "Moves": [],
  728.       "Operator": "or",
  729.       "VerifiedOnly": false,
  730.       "Priority": 5,
  731.       "AutoSnipeCandy": 2000,
  732.       "Level": 0,
  733.       "AllowMultiAccountSnipe": false
  734.     },
  735.     "Spinarak": {
  736.       "SnipeIV": 100,
  737.       "Moves": [],
  738.       "Operator": "or",
  739.       "VerifiedOnly": false,
  740.       "Priority": 5,
  741.       "AutoSnipeCandy": 2000,
  742.       "Level": 0,
  743.       "AllowMultiAccountSnipe": false
  744.     },
  745.     "Ariados": {
  746.       "SnipeIV": 100,
  747.       "Moves": [],
  748.       "Operator": "or",
  749.       "VerifiedOnly": false,
  750.       "Priority": 5,
  751.       "AutoSnipeCandy": 2000,
  752.       "Level": 0,
  753.       "AllowMultiAccountSnipe": false
  754.     },
  755.     "Crobat": {
  756.       "SnipeIV": 100,
  757.       "Moves": [],
  758.       "Operator": "or",
  759.       "VerifiedOnly": false,
  760.       "Priority": 5,
  761.       "AutoSnipeCandy": 2000,
  762.       "Level": 0,
  763.       "AllowMultiAccountSnipe": false
  764.     },
  765.     "Chinchou": {
  766.       "SnipeIV": 100,
  767.       "Moves": [],
  768.       "Operator": "or",
  769.       "VerifiedOnly": false,
  770.       "Priority": 5,
  771.       "AutoSnipeCandy": 2000,
  772.       "Level": 0,
  773.       "AllowMultiAccountSnipe": false
  774.     },
  775.     "Lanturn": {
  776.       "SnipeIV": 100,
  777.       "Moves": [],
  778.       "Operator": "or",
  779.       "VerifiedOnly": false,
  780.       "Priority": 5,
  781.       "AutoSnipeCandy": 2000,
  782.       "Level": 0,
  783.       "AllowMultiAccountSnipe": false
  784.     },
  785.     "Pichu": {
  786.       "SnipeIV": 100,
  787.       "Moves": [],
  788.       "Operator": "or",
  789.       "VerifiedOnly": false,
  790.       "Priority": 5,
  791.       "AutoSnipeCandy": 2000,
  792.       "Level": 0,
  793.       "AllowMultiAccountSnipe": false
  794.     },
  795.     "Cleffa": {
  796.       "SnipeIV": 100,
  797.       "Moves": [],
  798.       "Operator": "or",
  799.       "VerifiedOnly": false,
  800.       "Priority": 5,
  801.       "AutoSnipeCandy": 2000,
  802.       "Level": 0,
  803.       "AllowMultiAccountSnipe": false
  804.     },
  805.     "Igglybuff": {
  806.       "SnipeIV": 100,
  807.       "Moves": [],
  808.       "Operator": "or",
  809.       "VerifiedOnly": false,
  810.       "Priority": 5,
  811.       "AutoSnipeCandy": 2000,
  812.       "Level": 0,
  813.       "AllowMultiAccountSnipe": false
  814.     },
  815.     "Togepi": {
  816.       "SnipeIV": 100,
  817.       "Moves": [],
  818.       "Operator": "or",
  819.       "VerifiedOnly": false,
  820.       "Priority": 5,
  821.       "AutoSnipeCandy": 2000,
  822.       "Level": 0,
  823.       "AllowMultiAccountSnipe": false
  824.     },
  825.     "Togetic": {
  826.       "SnipeIV": 100,
  827.       "Moves": [],
  828.       "Operator": "or",
  829.       "VerifiedOnly": false,
  830.       "Priority": 5,
  831.       "AutoSnipeCandy": 2000,
  832.       "Level": 0,
  833.       "AllowMultiAccountSnipe": false
  834.     },
  835.     "Natu": {
  836.       "SnipeIV": 100,
  837.       "Moves": [],
  838.       "Operator": "or",
  839.       "VerifiedOnly": false,
  840.       "Priority": 5,
  841.       "AutoSnipeCandy": 2000,
  842.       "Level": 0,
  843.       "AllowMultiAccountSnipe": false
  844.     },
  845.     "Xatu": {
  846.       "SnipeIV": 100,
  847.       "Moves": [],
  848.       "Operator": "or",
  849.       "VerifiedOnly": false,
  850.       "Priority": 5,
  851.       "AutoSnipeCandy": 2000,
  852.       "Level": 0,
  853.       "AllowMultiAccountSnipe": false
  854.     },
  855.     "Mareep": {
  856.       "SnipeIV": 100,
  857.       "Moves": [],
  858.       "Operator": "or",
  859.       "VerifiedOnly": false,
  860.       "Priority": 5,
  861.       "AutoSnipeCandy": 2000,
  862.       "Level": 0,
  863.       "AllowMultiAccountSnipe": false
  864.     },
  865.     "Flaaffy": {
  866.       "SnipeIV": 100,
  867.       "Moves": [],
  868.       "Operator": "or",
  869.       "VerifiedOnly": false,
  870.       "Priority": 5,
  871.       "AutoSnipeCandy": 2000,
  872.       "Level": 0,
  873.       "AllowMultiAccountSnipe": false
  874.     },
  875.     "Ampharos": {
  876.       "SnipeIV": 100,
  877.       "Moves": [],
  878.       "Operator": "or",
  879.       "VerifiedOnly": false,
  880.       "Priority": 5,
  881.       "AutoSnipeCandy": 2000,
  882.       "Level": 0,
  883.       "AllowMultiAccountSnipe": false
  884.     },
  885.     "Bellossom": {
  886.       "SnipeIV": 100,
  887.       "Moves": [],
  888.       "Operator": "or",
  889.       "VerifiedOnly": false,
  890.       "Priority": 5,
  891.       "AutoSnipeCandy": 2000,
  892.       "Level": 0,
  893.       "AllowMultiAccountSnipe": false
  894.     },
  895.     "Marill": {
  896.       "SnipeIV": 100,
  897.       "Moves": [],
  898.       "Operator": "or",
  899.       "VerifiedOnly": false,
  900.       "Priority": 5,
  901.       "AutoSnipeCandy": 2000,
  902.       "Level": 0,
  903.       "AllowMultiAccountSnipe": false
  904.     },
  905.     "Azumarill": {
  906.       "SnipeIV": 100,
  907.       "Moves": [],
  908.       "Operator": "or",
  909.       "VerifiedOnly": false,
  910.       "Priority": 5,
  911.       "AutoSnipeCandy": 2000,
  912.       "Level": 0,
  913.       "AllowMultiAccountSnipe": false
  914.     },
  915.     "Sudowoodo": {
  916.       "SnipeIV": 100,
  917.       "Moves": [],
  918.       "Operator": "or",
  919.       "VerifiedOnly": false,
  920.       "Priority": 5,
  921.       "AutoSnipeCandy": 2000,
  922.       "Level": 0,
  923.       "AllowMultiAccountSnipe": false
  924.     },
  925.     "Politoed": {
  926.       "SnipeIV": 100,
  927.       "Moves": [],
  928.       "Operator": "or",
  929.       "VerifiedOnly": false,
  930.       "Priority": 5,
  931.       "AutoSnipeCandy": 2000,
  932.       "Level": 0,
  933.       "AllowMultiAccountSnipe": false
  934.     },
  935.     "Hoppip": {
  936.       "SnipeIV": 100,
  937.       "Moves": [],
  938.       "Operator": "or",
  939.       "VerifiedOnly": false,
  940.       "Priority": 5,
  941.       "AutoSnipeCandy": 2000,
  942.       "Level": 0,
  943.       "AllowMultiAccountSnipe": false
  944.     },
  945.     "Skiploom": {
  946.       "SnipeIV": 100,
  947.       "Moves": [],
  948.       "Operator": "or",
  949.       "VerifiedOnly": false,
  950.       "Priority": 5,
  951.       "AutoSnipeCandy": 2000,
  952.       "Level": 0,
  953.       "AllowMultiAccountSnipe": false
  954.     },
  955.     "Jumpluff": {
  956.       "SnipeIV": 100,
  957.       "Moves": [],
  958.       "Operator": "or",
  959.       "VerifiedOnly": false,
  960.       "Priority": 5,
  961.       "AutoSnipeCandy": 2000,
  962.       "Level": 0,
  963.       "AllowMultiAccountSnipe": false
  964.     },
  965.     "Aipom": {
  966.       "SnipeIV": 100,
  967.       "Moves": [],
  968.       "Operator": "or",
  969.       "VerifiedOnly": false,
  970.       "Priority": 5,
  971.       "AutoSnipeCandy": 2000,
  972.       "Level": 0,
  973.       "AllowMultiAccountSnipe": false
  974.     },
  975.     "Sunkern": {
  976.       "SnipeIV": 100,
  977.       "Moves": [],
  978.       "Operator": "or",
  979.       "VerifiedOnly": false,
  980.       "Priority": 5,
  981.       "AutoSnipeCandy": 2000,
  982.       "Level": 0,
  983.       "AllowMultiAccountSnipe": false
  984.     },
  985.     "Sunflora": {
  986.       "SnipeIV": 100,
  987.       "Moves": [],
  988.       "Operator": "or",
  989.       "VerifiedOnly": false,
  990.       "Priority": 5,
  991.       "AutoSnipeCandy": 2000,
  992.       "Level": 0,
  993.       "AllowMultiAccountSnipe": false
  994.     },
  995.     "Yanma": {
  996.       "SnipeIV": 100,
  997.       "Moves": [],
  998.       "Operator": "or",
  999.       "VerifiedOnly": false,
  1000.       "Priority": 5,
  1001.       "AutoSnipeCandy": 2000,
  1002.       "Level": 0,
  1003.       "AllowMultiAccountSnipe": false
  1004.     },
  1005.     "Wooper": {
  1006.       "SnipeIV": 100,
  1007.       "Moves": [],
  1008.       "Operator": "or",
  1009.       "VerifiedOnly": false,
  1010.       "Priority": 5,
  1011.       "AutoSnipeCandy": 2000,
  1012.       "Level": 0,
  1013.       "AllowMultiAccountSnipe": false
  1014.     },
  1015.     "Quagsire": {
  1016.       "SnipeIV": 100,
  1017.       "Moves": [],
  1018.       "Operator": "or",
  1019.       "VerifiedOnly": false,
  1020.       "Priority": 5,
  1021.       "AutoSnipeCandy": 2000,
  1022.       "Level": 0,
  1023.       "AllowMultiAccountSnipe": false
  1024.     },
  1025.     "Espeon": {
  1026.       "SnipeIV": 100,
  1027.       "Moves": [],
  1028.       "Operator": "or",
  1029.       "VerifiedOnly": false,
  1030.       "Priority": 5,
  1031.       "AutoSnipeCandy": 2000,
  1032.       "Level": 0,
  1033.       "AllowMultiAccountSnipe": false
  1034.     },
  1035.     "Umbreon": {
  1036.       "SnipeIV": 100,
  1037.       "Moves": [],
  1038.       "Operator": "or",
  1039.       "VerifiedOnly": false,
  1040.       "Priority": 5,
  1041.       "AutoSnipeCandy": 2000,
  1042.       "Level": 0,
  1043.       "AllowMultiAccountSnipe": false
  1044.     },
  1045.     "Murkrow": {
  1046.       "SnipeIV": 100,
  1047.       "Moves": [],
  1048.       "Operator": "or",
  1049.       "VerifiedOnly": false,
  1050.       "Priority": 5,
  1051.       "AutoSnipeCandy": 2000,
  1052.       "Level": 0,
  1053.       "AllowMultiAccountSnipe": false
  1054.     },
  1055.     "Slowking": {
  1056.       "SnipeIV": 100,
  1057.       "Moves": [],
  1058.       "Operator": "or",
  1059.       "VerifiedOnly": false,
  1060.       "Priority": 5,
  1061.       "AutoSnipeCandy": 2000,
  1062.       "Level": 0,
  1063.       "AllowMultiAccountSnipe": false
  1064.     },
  1065.     "Misdreavus": {
  1066.       "SnipeIV": 100,
  1067.       "Moves": [],
  1068.       "Operator": "or",
  1069.       "VerifiedOnly": false,
  1070.       "Priority": 5,
  1071.       "AutoSnipeCandy": 2000,
  1072.       "Level": 0,
  1073.       "AllowMultiAccountSnipe": false
  1074.     },
  1075.     "Unown": {
  1076.       "SnipeIV": 100,
  1077.       "Moves": [],
  1078.       "Operator": "or",
  1079.       "VerifiedOnly": false,
  1080.       "Priority": 5,
  1081.       "AutoSnipeCandy": 2000,
  1082.       "Level": 0,
  1083.       "AllowMultiAccountSnipe": false
  1084.     },
  1085.     "Wobbuffet": {
  1086.       "SnipeIV": 100,
  1087.       "Moves": [],
  1088.       "Operator": "or",
  1089.       "VerifiedOnly": false,
  1090.       "Priority": 5,
  1091.       "AutoSnipeCandy": 2000,
  1092.       "Level": 0,
  1093.       "AllowMultiAccountSnipe": false
  1094.     },
  1095.     "Girafarig": {
  1096.       "SnipeIV": 100,
  1097.       "Moves": [],
  1098.       "Operator": "or",
  1099.       "VerifiedOnly": false,
  1100.       "Priority": 5,
  1101.       "AutoSnipeCandy": 2000,
  1102.       "Level": 0,
  1103.       "AllowMultiAccountSnipe": false
  1104.     },
  1105.     "Pineco": {
  1106.       "SnipeIV": 100,
  1107.       "Moves": [],
  1108.       "Operator": "or",
  1109.       "VerifiedOnly": false,
  1110.       "Priority": 5,
  1111.       "AutoSnipeCandy": 2000,
  1112.       "Level": 0,
  1113.       "AllowMultiAccountSnipe": false
  1114.     },
  1115.     "Forretress": {
  1116.       "SnipeIV": 100,
  1117.       "Moves": [],
  1118.       "Operator": "or",
  1119.       "VerifiedOnly": false,
  1120.       "Priority": 5,
  1121.       "AutoSnipeCandy": 2000,
  1122.       "Level": 0,
  1123.       "AllowMultiAccountSnipe": false
  1124.     },
  1125.     "Dunsparce": {
  1126.       "SnipeIV": 100,
  1127.       "Moves": [],
  1128.       "Operator": "or",
  1129.       "VerifiedOnly": false,
  1130.       "Priority": 5,
  1131.       "AutoSnipeCandy": 2000,
  1132.       "Level": 0,
  1133.       "AllowMultiAccountSnipe": false
  1134.     },
  1135.     "Gligar": {
  1136.       "SnipeIV": 100,
  1137.       "Moves": [],
  1138.       "Operator": "or",
  1139.       "VerifiedOnly": false,
  1140.       "Priority": 5,
  1141.       "AutoSnipeCandy": 2000,
  1142.       "Level": 0,
  1143.       "AllowMultiAccountSnipe": false
  1144.     },
  1145.     "Steelix": {
  1146.       "SnipeIV": 100,
  1147.       "Moves": [],
  1148.       "Operator": "or",
  1149.       "VerifiedOnly": false,
  1150.       "Priority": 5,
  1151.       "AutoSnipeCandy": 2000,
  1152.       "Level": 0,
  1153.       "AllowMultiAccountSnipe": false
  1154.     },
  1155.     "Snubbull": {
  1156.       "SnipeIV": 100,
  1157.       "Moves": [],
  1158.       "Operator": "or",
  1159.       "VerifiedOnly": false,
  1160.       "Priority": 5,
  1161.       "AutoSnipeCandy": 2000,
  1162.       "Level": 0,
  1163.       "AllowMultiAccountSnipe": false
  1164.     },
  1165.     "Granbull": {
  1166.       "SnipeIV": 100,
  1167.       "Moves": [],
  1168.       "Operator": "or",
  1169.       "VerifiedOnly": false,
  1170.       "Priority": 5,
  1171.       "AutoSnipeCandy": 2000,
  1172.       "Level": 0,
  1173.       "AllowMultiAccountSnipe": false
  1174.     },
  1175.     "Qwilfish": {
  1176.       "SnipeIV": 100,
  1177.       "Moves": [],
  1178.       "Operator": "or",
  1179.       "VerifiedOnly": false,
  1180.       "Priority": 5,
  1181.       "AutoSnipeCandy": 2000,
  1182.       "Level": 0,
  1183.       "AllowMultiAccountSnipe": false
  1184.     },
  1185.     "Scizor": {
  1186.       "SnipeIV": 100,
  1187.       "Moves": [],
  1188.       "Operator": "or",
  1189.       "VerifiedOnly": false,
  1190.       "Priority": 5,
  1191.       "AutoSnipeCandy": 2000,
  1192.       "Level": 0,
  1193.       "AllowMultiAccountSnipe": false
  1194.     },
  1195.     "Shuckle": {
  1196.       "SnipeIV": 100,
  1197.       "Moves": [],
  1198.       "Operator": "or",
  1199.       "VerifiedOnly": false,
  1200.       "Priority": 5,
  1201.       "AutoSnipeCandy": 2000,
  1202.       "Level": 0,
  1203.       "AllowMultiAccountSnipe": false
  1204.     },
  1205.     "Heracross": {
  1206.       "SnipeIV": 100,
  1207.       "Moves": [],
  1208.       "Operator": "or",
  1209.       "VerifiedOnly": false,
  1210.       "Priority": 5,
  1211.       "AutoSnipeCandy": 2000,
  1212.       "Level": 0,
  1213.       "AllowMultiAccountSnipe": false
  1214.     },
  1215.     "Sneasel": {
  1216.       "SnipeIV": 100,
  1217.       "Moves": [],
  1218.       "Operator": "or",
  1219.       "VerifiedOnly": false,
  1220.       "Priority": 5,
  1221.       "AutoSnipeCandy": 2000,
  1222.       "Level": 0,
  1223.       "AllowMultiAccountSnipe": false
  1224.     },
  1225.     "Teddiursa": {
  1226.       "SnipeIV": 100,
  1227.       "Moves": [],
  1228.       "Operator": "or",
  1229.       "VerifiedOnly": false,
  1230.       "Priority": 5,
  1231.       "AutoSnipeCandy": 2000,
  1232.       "Level": 0,
  1233.       "AllowMultiAccountSnipe": false
  1234.     },
  1235.     "Ursaring": {
  1236.       "SnipeIV": 100,
  1237.       "Moves": [],
  1238.       "Operator": "or",
  1239.       "VerifiedOnly": false,
  1240.       "Priority": 5,
  1241.       "AutoSnipeCandy": 2000,
  1242.       "Level": 0,
  1243.       "AllowMultiAccountSnipe": false
  1244.     },
  1245.     "Slugma": {
  1246.       "SnipeIV": 100,
  1247.       "Moves": [],
  1248.       "Operator": "or",
  1249.       "VerifiedOnly": false,
  1250.       "Priority": 5,
  1251.       "AutoSnipeCandy": 2000,
  1252.       "Level": 0,
  1253.       "AllowMultiAccountSnipe": false
  1254.     },
  1255.     "Magcargo": {
  1256.       "SnipeIV": 100,
  1257.       "Moves": [],
  1258.       "Operator": "or",
  1259.       "VerifiedOnly": false,
  1260.       "Priority": 5,
  1261.       "AutoSnipeCandy": 2000,
  1262.       "Level": 0,
  1263.       "AllowMultiAccountSnipe": false
  1264.     },
  1265.     "Swinub": {
  1266.       "SnipeIV": 100,
  1267.       "Moves": [],
  1268.       "Operator": "or",
  1269.       "VerifiedOnly": false,
  1270.       "Priority": 5,
  1271.       "AutoSnipeCandy": 2000,
  1272.       "Level": 0,
  1273.       "AllowMultiAccountSnipe": false
  1274.     },
  1275.     "Piloswine": {
  1276.       "SnipeIV": 100,
  1277.       "Moves": [],
  1278.       "Operator": "or",
  1279.       "VerifiedOnly": false,
  1280.       "Priority": 5,
  1281.       "AutoSnipeCandy": 2000,
  1282.       "Level": 0,
  1283.       "AllowMultiAccountSnipe": false
  1284.     },
  1285.     "Corsola": {
  1286.       "SnipeIV": 100,
  1287.       "Moves": [],
  1288.       "Operator": "or",
  1289.       "VerifiedOnly": false,
  1290.       "Priority": 5,
  1291.       "AutoSnipeCandy": 2000,
  1292.       "Level": 0,
  1293.       "AllowMultiAccountSnipe": false
  1294.     },
  1295.     "Remoraid": {
  1296.       "SnipeIV": 100,
  1297.       "Moves": [],
  1298.       "Operator": "or",
  1299.       "VerifiedOnly": false,
  1300.       "Priority": 5,
  1301.       "AutoSnipeCandy": 2000,
  1302.       "Level": 0,
  1303.       "AllowMultiAccountSnipe": false
  1304.     },
  1305.     "Octillery": {
  1306.       "SnipeIV": 100,
  1307.       "Moves": [],
  1308.       "Operator": "or",
  1309.       "VerifiedOnly": false,
  1310.       "Priority": 5,
  1311.       "AutoSnipeCandy": 2000,
  1312.       "Level": 0,
  1313.       "AllowMultiAccountSnipe": false
  1314.     },
  1315.     "Delibird": {
  1316.       "SnipeIV": 100,
  1317.       "Moves": [],
  1318.       "Operator": "or",
  1319.       "VerifiedOnly": false,
  1320.       "Priority": 5,
  1321.       "AutoSnipeCandy": 2000,
  1322.       "Level": 0,
  1323.       "AllowMultiAccountSnipe": false
  1324.     },
  1325.     "Mantine": {
  1326.       "SnipeIV": 100,
  1327.       "Moves": [],
  1328.       "Operator": "or",
  1329.       "VerifiedOnly": false,
  1330.       "Priority": 5,
  1331.       "AutoSnipeCandy": 2000,
  1332.       "Level": 0,
  1333.       "AllowMultiAccountSnipe": false
  1334.     },
  1335.     "Skarmory": {
  1336.       "SnipeIV": 100,
  1337.       "Moves": [],
  1338.       "Operator": "or",
  1339.       "VerifiedOnly": false,
  1340.       "Priority": 5,
  1341.       "AutoSnipeCandy": 2000,
  1342.       "Level": 0,
  1343.       "AllowMultiAccountSnipe": false
  1344.     },
  1345.     "Houndour": {
  1346.       "SnipeIV": 100,
  1347.       "Moves": [],
  1348.       "Operator": "or",
  1349.       "VerifiedOnly": false,
  1350.       "Priority": 5,
  1351.       "AutoSnipeCandy": 2000,
  1352.       "Level": 0,
  1353.       "AllowMultiAccountSnipe": false
  1354.     },
  1355.     "Houndoom": {
  1356.       "SnipeIV": 100,
  1357.       "Moves": [],
  1358.       "Operator": "or",
  1359.       "VerifiedOnly": false,
  1360.       "Priority": 5,
  1361.       "AutoSnipeCandy": 2000,
  1362.       "Level": 0,
  1363.       "AllowMultiAccountSnipe": false
  1364.     },
  1365.     "Kingdra": {
  1366.       "SnipeIV": 100,
  1367.       "Moves": [],
  1368.       "Operator": "or",
  1369.       "VerifiedOnly": false,
  1370.       "Priority": 5,
  1371.       "AutoSnipeCandy": 2000,
  1372.       "Level": 0,
  1373.       "AllowMultiAccountSnipe": false
  1374.     },
  1375.     "Phanpy": {
  1376.       "SnipeIV": 100,
  1377.       "Moves": [],
  1378.       "Operator": "or",
  1379.       "VerifiedOnly": false,
  1380.       "Priority": 5,
  1381.       "AutoSnipeCandy": 2000,
  1382.       "Level": 0,
  1383.       "AllowMultiAccountSnipe": false
  1384.     },
  1385.     "Donphan": {
  1386.       "SnipeIV": 100,
  1387.       "Moves": [],
  1388.       "Operator": "or",
  1389.       "VerifiedOnly": false,
  1390.       "Priority": 5,
  1391.       "AutoSnipeCandy": 2000,
  1392.       "Level": 0,
  1393.       "AllowMultiAccountSnipe": false
  1394.     },
  1395.     "Porygon2": {
  1396.       "SnipeIV": 100,
  1397.       "Moves": [],
  1398.       "Operator": "or",
  1399.       "VerifiedOnly": false,
  1400.       "Priority": 5,
  1401.       "AutoSnipeCandy": 2000,
  1402.       "Level": 0,
  1403.       "AllowMultiAccountSnipe": false
  1404.     },
  1405.     "Stantler": {
  1406.       "SnipeIV": 100,
  1407.       "Moves": [],
  1408.       "Operator": "or",
  1409.       "VerifiedOnly": false,
  1410.       "Priority": 5,
  1411.       "AutoSnipeCandy": 2000,
  1412.       "Level": 0,
  1413.       "AllowMultiAccountSnipe": false
  1414.     },
  1415.     "Smeargle": {
  1416.       "SnipeIV": 100,
  1417.       "Moves": [],
  1418.       "Operator": "or",
  1419.       "VerifiedOnly": false,
  1420.       "Priority": 5,
  1421.       "AutoSnipeCandy": 2000,
  1422.       "Level": 0,
  1423.       "AllowMultiAccountSnipe": false
  1424.     },
  1425.     "Tyrogue": {
  1426.       "SnipeIV": 100,
  1427.       "Moves": [],
  1428.       "Operator": "or",
  1429.       "VerifiedOnly": false,
  1430.       "Priority": 5,
  1431.       "AutoSnipeCandy": 2000,
  1432.       "Level": 0,
  1433.       "AllowMultiAccountSnipe": false
  1434.     },
  1435.     "Hitmontop": {
  1436.       "SnipeIV": 100,
  1437.       "Moves": [],
  1438.       "Operator": "or",
  1439.       "VerifiedOnly": false,
  1440.       "Priority": 5,
  1441.       "AutoSnipeCandy": 2000,
  1442.       "Level": 0,
  1443.       "AllowMultiAccountSnipe": false
  1444.     },
  1445.     "Smoochum": {
  1446.       "SnipeIV": 100,
  1447.       "Moves": [],
  1448.       "Operator": "or",
  1449.       "VerifiedOnly": false,
  1450.       "Priority": 5,
  1451.       "AutoSnipeCandy": 2000,
  1452.       "Level": 0,
  1453.       "AllowMultiAccountSnipe": false
  1454.     },
  1455.     "Elekid": {
  1456.       "SnipeIV": 100,
  1457.       "Moves": [],
  1458.       "Operator": "or",
  1459.       "VerifiedOnly": false,
  1460.       "Priority": 5,
  1461.       "AutoSnipeCandy": 2000,
  1462.       "Level": 0,
  1463.       "AllowMultiAccountSnipe": false
  1464.     },
  1465.     "Magby": {
  1466.       "SnipeIV": 100,
  1467.       "Moves": [],
  1468.       "Operator": "or",
  1469.       "VerifiedOnly": false,
  1470.       "Priority": 5,
  1471.       "AutoSnipeCandy": 2000,
  1472.       "Level": 0,
  1473.       "AllowMultiAccountSnipe": false
  1474.     },
  1475.     "Miltank": {
  1476.       "SnipeIV": 100,
  1477.       "Moves": [],
  1478.       "Operator": "or",
  1479.       "VerifiedOnly": false,
  1480.       "Priority": 5,
  1481.       "AutoSnipeCandy": 2000,
  1482.       "Level": 0,
  1483.       "AllowMultiAccountSnipe": false
  1484.     },
  1485.     "Blissey": {
  1486.       "SnipeIV": 100,
  1487.       "Moves": [],
  1488.       "Operator": "or",
  1489.       "VerifiedOnly": false,
  1490.       "Priority": 5,
  1491.       "AutoSnipeCandy": 2000,
  1492.       "Level": 0,
  1493.       "AllowMultiAccountSnipe": false
  1494.     },
  1495.     "Raikou": {
  1496.       "SnipeIV": 100,
  1497.       "Moves": [],
  1498.       "Operator": "or",
  1499.       "VerifiedOnly": false,
  1500.       "Priority": 5,
  1501.       "AutoSnipeCandy": 2000,
  1502.       "Level": 0,
  1503.       "AllowMultiAccountSnipe": false
  1504.     },
  1505.     "Entei": {
  1506.       "SnipeIV": 100,
  1507.       "Moves": [],
  1508.       "Operator": "or",
  1509.       "VerifiedOnly": false,
  1510.       "Priority": 5,
  1511.       "AutoSnipeCandy": 2000,
  1512.       "Level": 0,
  1513.       "AllowMultiAccountSnipe": false
  1514.     },
  1515.     "Suicune": {
  1516.       "SnipeIV": 100,
  1517.       "Moves": [],
  1518.       "Operator": "or",
  1519.       "VerifiedOnly": false,
  1520.       "Priority": 5,
  1521.       "AutoSnipeCandy": 2000,
  1522.       "Level": 0,
  1523.       "AllowMultiAccountSnipe": false
  1524.     },
  1525.     "Larvitar": {
  1526.       "SnipeIV": 100,
  1527.       "Moves": [],
  1528.       "Operator": "or",
  1529.       "VerifiedOnly": false,
  1530.       "Priority": 5,
  1531.       "AutoSnipeCandy": 2000,
  1532.       "Level": 0,
  1533.       "AllowMultiAccountSnipe": false
  1534.     },
  1535.     "Pupitar": {
  1536.       "SnipeIV": 100,
  1537.       "Moves": [],
  1538.       "Operator": "or",
  1539.       "VerifiedOnly": false,
  1540.       "Priority": 5,
  1541.       "AutoSnipeCandy": 2000,
  1542.       "Level": 0,
  1543.       "AllowMultiAccountSnipe": false
  1544.     },
  1545.     "Tyranitar": {
  1546.       "SnipeIV": 100,
  1547.       "Moves": [],
  1548.       "Operator": "or",
  1549.       "VerifiedOnly": false,
  1550.       "Priority": 5,
  1551.       "AutoSnipeCandy": 2000,
  1552.       "Level": 0,
  1553.       "AllowMultiAccountSnipe": false
  1554.     },
  1555.     "Lugia": {
  1556.       "SnipeIV": 100,
  1557.       "Moves": [],
  1558.       "Operator": "or",
  1559.       "VerifiedOnly": false,
  1560.       "Priority": 5,
  1561.       "AutoSnipeCandy": 2000,
  1562.       "Level": 0,
  1563.       "AllowMultiAccountSnipe": false
  1564.     },
  1565.     "HoOh": {
  1566.       "SnipeIV": 100,
  1567.       "Moves": [],
  1568.       "Operator": "or",
  1569.       "VerifiedOnly": false,
  1570.       "Priority": 5,
  1571.       "AutoSnipeCandy": 2000,
  1572.       "Level": 0,
  1573.       "AllowMultiAccountSnipe": false
  1574.     },
  1575.     "Celebi": {
  1576.       "SnipeIV": 100,
  1577.       "Moves": [],
  1578.       "Operator": "or",
  1579.       "VerifiedOnly": false,
  1580.       "Priority": 5,
  1581.       "AutoSnipeCandy": 2000,
  1582.       "Level": 0,
  1583.       "AllowMultiAccountSnipe": false
  1584.     },
  1585.     "Bulbasaur": {
  1586.       "SnipeIV": 100,
  1587.       "Moves": [],
  1588.       "Operator": "or",
  1589.       "VerifiedOnly": true,
  1590.       "Priority": 5,
  1591.       "AutoSnipeCandy": 200,
  1592.       "Level": 0,
  1593.       "AllowMultiAccountSnipe": false
  1594.     },
  1595.     "Blissey": {
  1596.       "SnipeIV": 100,
  1597.       "Moves": [],
  1598.       "Operator": "or",
  1599.       "VerifiedOnly": false,
  1600.       "Priority": 5,
  1601.       "AutoSnipeCandy": 2000,
  1602.       "Level": 0,
  1603.       "AllowMultiAccountSnipe": false
  1604.     },
  1605.     "Larvitar": {
  1606.       "SnipeIV": 100,
  1607.       "Moves": [],
  1608.       "Operator": "or",
  1609.       "VerifiedOnly": false,
  1610.       "Priority": 5,
  1611.       "AutoSnipeCandy": 2000,
  1612.       "Level": 0,
  1613.       "AllowMultiAccountSnipe": true
  1614.     },
  1615.     "Pupitar": {
  1616.       "SnipeIV": 100,
  1617.       "Moves": [],
  1618.       "Operator": "or",
  1619.       "VerifiedOnly": false,
  1620.       "Priority": 5,
  1621.       "AutoSnipeCandy": 2000,
  1622.       "Level": 0,
  1623.       "AllowMultiAccountSnipe": true
  1624.     },
  1625.     "Tyranitar": {
  1626.       "SnipeIV": 100,
  1627.       "Moves": [],
  1628.       "Operator": "or",
  1629.       "VerifiedOnly": false,
  1630.       "Priority": 5,
  1631.       "AutoSnipeCandy": 2000,
  1632.       "Level": 0,
  1633.       "AllowMultiAccountSnipe": true
  1634.     },
  1635.     "Ivysaur": {
  1636.       "SnipeIV": 100,
  1637.       "Moves": [],
  1638.       "Operator": "or",
  1639.       "VerifiedOnly": true,
  1640.       "Priority": 5,
  1641.       "AutoSnipeCandy": 200,
  1642.       "Level": 0,
  1643.       "AllowMultiAccountSnipe": false
  1644.     },
  1645.     "Venusaur": {
  1646.       "SnipeIV": 100,
  1647.       "Moves": [],
  1648.       "Operator": "or",
  1649.       "VerifiedOnly": true,
  1650.       "Priority": 5,
  1651.       "AutoSnipeCandy": 200,
  1652.       "Level": 0,
  1653.       "AllowMultiAccountSnipe": false
  1654.     },
  1655.     "Charmander": {
  1656.       "SnipeIV": 100,
  1657.       "Moves": [],
  1658.       "Operator": "or",
  1659.       "VerifiedOnly": true,
  1660.       "Priority": 5,
  1661.       "AutoSnipeCandy": 200,
  1662.       "Level": 0,
  1663.       "AllowMultiAccountSnipe": false
  1664.     },
  1665.     "Charmeleon": {
  1666.       "SnipeIV": 100,
  1667.       "Moves": [],
  1668.       "Operator": "or",
  1669.       "VerifiedOnly": true,
  1670.       "Priority": 5,
  1671.       "AutoSnipeCandy": 200,
  1672.       "Level": 0,
  1673.       "AllowMultiAccountSnipe": false
  1674.     },
  1675.     "Charizard": {
  1676.       "SnipeIV": 100,
  1677.       "Moves": [],
  1678.       "Operator": "or",
  1679.       "VerifiedOnly": true,
  1680.       "Priority": 5,
  1681.       "AutoSnipeCandy": 200,
  1682.       "Level": 0,
  1683.       "AllowMultiAccountSnipe": false
  1684.     },
  1685.     "Squirtle": {
  1686.       "SnipeIV": 100,
  1687.       "Moves": [],
  1688.       "Operator": "or",
  1689.       "VerifiedOnly": true,
  1690.       "Priority": 5,
  1691.       "AutoSnipeCandy": 200,
  1692.       "Level": 0,
  1693.       "AllowMultiAccountSnipe": false
  1694.     },
  1695.     "Wartortle": {
  1696.       "SnipeIV": 100,
  1697.       "Moves": [],
  1698.       "Operator": "or",
  1699.       "VerifiedOnly": true,
  1700.       "Priority": 5,
  1701.       "AutoSnipeCandy": 200,
  1702.       "Level": 0,
  1703.       "AllowMultiAccountSnipe": false
  1704.     },
  1705.     "Blastoise": {
  1706.       "SnipeIV": 100,
  1707.       "Moves": [],
  1708.       "Operator": "or",
  1709.       "VerifiedOnly": true,
  1710.       "Priority": 5,
  1711.       "AutoSnipeCandy": 200,
  1712.       "Level": 0,
  1713.       "AllowMultiAccountSnipe": false
  1714.     },
  1715.     "Pikachu": {
  1716.       "SnipeIV": 100,
  1717.       "Moves": [],
  1718.       "Operator": "or",
  1719.       "VerifiedOnly": true,
  1720.       "Priority": 5,
  1721.       "AutoSnipeCandy": 200,
  1722.       "Level": 0,
  1723.       "AllowMultiAccountSnipe": false
  1724.     },
  1725.     "Raichu": {
  1726.       "SnipeIV": 100,
  1727.       "Moves": [],
  1728.       "Operator": "or",
  1729.       "VerifiedOnly": true,
  1730.       "Priority": 5,
  1731.       "AutoSnipeCandy": 200,
  1732.       "Level": 0,
  1733.       "AllowMultiAccountSnipe": false
  1734.     },
  1735.     "Abra": {
  1736.       "SnipeIV": 100,
  1737.       "Moves": [],
  1738.       "Operator": "or",
  1739.       "VerifiedOnly": true,
  1740.       "Priority": 5,
  1741.       "AutoSnipeCandy": 200,
  1742.       "Level": 0,
  1743.       "AllowMultiAccountSnipe": false
  1744.     },
  1745.     "Kadabra": {
  1746.       "SnipeIV": 100,
  1747.       "Moves": [],
  1748.       "Operator": "or",
  1749.       "VerifiedOnly": true,
  1750.       "Priority": 5,
  1751.       "AutoSnipeCandy": 200,
  1752.       "Level": 0,
  1753.       "AllowMultiAccountSnipe": false
  1754.     },
  1755.     "Alakazam": {
  1756.       "SnipeIV": 100,
  1757.       "Moves": [],
  1758.       "Operator": "or",
  1759.       "VerifiedOnly": true,
  1760.       "Priority": 5,
  1761.       "AutoSnipeCandy": 200,
  1762.       "Level": 0,
  1763.       "AllowMultiAccountSnipe": false
  1764.     },
  1765.     "Farfetchd": {
  1766.       "SnipeIV": 100,
  1767.       "Moves": [],
  1768.       "Operator": "or",
  1769.       "VerifiedOnly": true,
  1770.       "Priority": 5,
  1771.       "AutoSnipeCandy": 200,
  1772.       "Level": 0,
  1773.       "AllowMultiAccountSnipe": false
  1774.     },
  1775.     "Grimer": {
  1776.       "SnipeIV": 100,
  1777.       "Moves": [],
  1778.       "Operator": "or",
  1779.       "VerifiedOnly": true,
  1780.       "Priority": 5,
  1781.       "AutoSnipeCandy": 200,
  1782.       "Level": 0,
  1783.       "AllowMultiAccountSnipe": false
  1784.     },
  1785.     "Muk": {
  1786.       "SnipeIV": 100,
  1787.       "Moves": [],
  1788.       "Operator": "or",
  1789.       "VerifiedOnly": true,
  1790.       "Priority": 5,
  1791.       "AutoSnipeCandy": 200,
  1792.       "Level": 0,
  1793.       "AllowMultiAccountSnipe": false
  1794.     },
  1795.     "Exeggcute": {
  1796.       "SnipeIV": 100,
  1797.       "Moves": [],
  1798.       "Operator": "or",
  1799.       "VerifiedOnly": true,
  1800.       "Priority": 6,
  1801.       "AutoSnipeCandy": 200,
  1802.       "Level": 0,
  1803.       "AllowMultiAccountSnipe": false
  1804.     },
  1805.     "Exeggutor": {
  1806.       "SnipeIV": 100,
  1807.       "Moves": [],
  1808.       "Operator": "or",
  1809.       "VerifiedOnly": true,
  1810.       "Priority": 6,
  1811.       "AutoSnipeCandy": 200,
  1812.       "Level": 0,
  1813.       "AllowMultiAccountSnipe": false
  1814.     },
  1815.     "Rhyhorn": {
  1816.       "SnipeIV": 100,
  1817.       "Moves": [],
  1818.       "Operator": "or",
  1819.       "VerifiedOnly": true,
  1820.       "Priority": 3,
  1821.       "AutoSnipeCandy": 200,
  1822.       "Level": 0,
  1823.       "AllowMultiAccountSnipe": false
  1824.     },
  1825.     "Rhydon": {
  1826.       "SnipeIV": 100,
  1827.       "Moves": [],
  1828.       "Operator": "or",
  1829.       "VerifiedOnly": true,
  1830.       "Priority": 3,
  1831.       "AutoSnipeCandy": 200,
  1832.       "Level": 0,
  1833.       "AllowMultiAccountSnipe": false
  1834.     },
  1835.     "Chansey": {
  1836.       "SnipeIV": 100,
  1837.       "Moves": [],
  1838.       "Operator": "or",
  1839.       "VerifiedOnly": true,
  1840.       "Priority": 4,
  1841.       "AutoSnipeCandy": 500,
  1842.       "Level": 0,
  1843.       "AllowMultiAccountSnipe": false
  1844.     },
  1845.     "Kangaskhan": {
  1846.       "SnipeIV": 100,
  1847.       "Moves": [],
  1848.       "Operator": "or",
  1849.       "VerifiedOnly": true,
  1850.       "Priority": 5,
  1851.       "AutoSnipeCandy": 200,
  1852.       "Level": 0,
  1853.       "AllowMultiAccountSnipe": false
  1854.     },
  1855.     "MrMime": {
  1856.       "SnipeIV": 100,
  1857.       "Moves": [],
  1858.       "Operator": "or",
  1859.       "VerifiedOnly": true,
  1860.       "Priority": 5,
  1861.       "AutoSnipeCandy": 200,
  1862.       "Level": 0,
  1863.       "AllowMultiAccountSnipe": false
  1864.     },
  1865.     "Scyther": {
  1866.       "SnipeIV": 100,
  1867.       "Moves": [],
  1868.       "Operator": "or",
  1869.       "VerifiedOnly": true,
  1870.       "Priority": 5,
  1871.       "AutoSnipeCandy": 200,
  1872.       "Level": 0,
  1873.       "AllowMultiAccountSnipe": false
  1874.     },
  1875.     "Tauros": {
  1876.       "SnipeIV": 100,
  1877.       "Moves": [],
  1878.       "Operator": "or",
  1879.       "VerifiedOnly": true,
  1880.       "Priority": 5,
  1881.       "AutoSnipeCandy": 200,
  1882.       "Level": 0,
  1883.       "AllowMultiAccountSnipe": false
  1884.     },
  1885.     "Magikarp": {
  1886.       "SnipeIV": 100,
  1887.       "Moves": [],
  1888.       "Operator": "or",
  1889.       "VerifiedOnly": true,
  1890.       "Priority": 5,
  1891.       "AutoSnipeCandy": 2000,
  1892.       "Level": 0,
  1893.       "AllowMultiAccountSnipe": false
  1894.     },
  1895.     "Gyarados": {
  1896.       "SnipeIV": 100,
  1897.       "Moves": [],
  1898.       "Operator": "or",
  1899.       "VerifiedOnly": true,
  1900.       "Priority": 5,
  1901.       "AutoSnipeCandy": 200,
  1902.       "Level": 0,
  1903.       "AllowMultiAccountSnipe": false
  1904.     },
  1905.     "Lapras": {
  1906.       "SnipeIV": 90,
  1907.       "Moves": [],
  1908.       "Operator": "or",
  1909.       "VerifiedOnly": true,
  1910.       "Priority": 1,
  1911.       "AutoSnipeCandy": 200,
  1912.       "Level": 0,
  1913.       "AllowMultiAccountSnipe": true
  1914.     },
  1915.     "Ditto": {
  1916.       "SnipeIV": 100,
  1917.       "Moves": [],
  1918.       "Operator": "or",
  1919.       "VerifiedOnly": true,
  1920.       "Priority": 5,
  1921.       "AutoSnipeCandy": 200,
  1922.       "Level": 0,
  1923.       "AllowMultiAccountSnipe": false
  1924.     },
  1925.     "Eevee": {
  1926.       "SnipeIV": 100,
  1927.       "Moves": [],
  1928.       "Operator": "or",
  1929.       "VerifiedOnly": true,
  1930.       "Priority": 10,
  1931.       "AutoSnipeCandy": 200,
  1932.       "Level": 0,
  1933.       "AllowMultiAccountSnipe": false
  1934.     },
  1935.     "Aerodactyl": {
  1936.       "SnipeIV": 100,
  1937.       "Moves": [],
  1938.       "Operator": "or",
  1939.       "VerifiedOnly": true,
  1940.       "Priority": 5,
  1941.       "AutoSnipeCandy": 200,
  1942.       "Level": 0,
  1943.       "AllowMultiAccountSnipe": false
  1944.     },
  1945.     "Snorlax": {
  1946.       "SnipeIV": 90,
  1947.       "Moves": [],
  1948.       "Operator": "or",
  1949.       "VerifiedOnly": true,
  1950.       "Priority": 2,
  1951.       "AutoSnipeCandy": 200,
  1952.       "Level": 0,
  1953.       "AllowMultiAccountSnipe": true
  1954.     },
  1955.     "Dratini": {
  1956.       "SnipeIV": 100,
  1957.       "Moves": [],
  1958.       "Operator": "or",
  1959.       "VerifiedOnly": true,
  1960.       "Priority": 5,
  1961.       "AutoSnipeCandy": 2000,
  1962.       "Level": 0,
  1963.       "AllowMultiAccountSnipe": true
  1964.     },
  1965.     "Dragonair": {
  1966.       "SnipeIV": 100,
  1967.       "Moves": [],
  1968.       "Operator": "or",
  1969.       "VerifiedOnly": true,
  1970.       "Priority": 5,
  1971.       "AutoSnipeCandy": 200,
  1972.       "Level": 0,
  1973.       "AllowMultiAccountSnipe": true
  1974.     },
  1975.     "Dragonite": {
  1976.       "SnipeIV": 100,
  1977.       "Moves": [],
  1978.       "Operator": "or",
  1979.       "VerifiedOnly": true,
  1980.       "Priority": 1,
  1981.       "AutoSnipeCandy": 200,
  1982.       "Level": 0,
  1983.       "AllowMultiAccountSnipe": true
  1984.     }
  1985.   },
  1986.   "EvolvePokemonFilter": {
  1987.     "Caterpie": {
  1988.       "EnableEvolve": true,
  1989.       "MinIV": 0,
  1990.       "MinLV": 0,
  1991.       "MinCP": 0,
  1992.       "Moves": [],
  1993.       "Operator": "or"
  1994.     },
  1995.     "Weedle": {
  1996.       "EnableEvolve": true,
  1997.       "MinIV": 0,
  1998.       "MinLV": 0,
  1999.       "MinCP": 0,
  2000.       "Moves": [],
  2001.       "Operator": "or"
  2002.     },
  2003.     "Pidgey": {
  2004.       "EnableEvolve": true,
  2005.       "MinIV": 0,
  2006.       "MinLV": 0,
  2007.       "MinCP": 0,
  2008.       "Moves": [],
  2009.       "Operator": "or"
  2010.     },
  2011.     "Rattata": {
  2012.       "EnableEvolve": true,
  2013.       "MinIV": 0,
  2014.       "MinLV": 0,
  2015.       "MinCP": 0,
  2016.       "Moves": [],
  2017.       "Operator": "or"
  2018.     }
  2019.   },
  2020.   "CatchPokemonFilter": {
  2021.     "Lapras": {
  2022.       "MinIV": 0,
  2023.       "MinLV": 0,
  2024.       "MinCP": 0,
  2025.       "Moves": [],
  2026.       "Operator": "or"
  2027.     },
  2028.     "Dratini": {
  2029.       "MinIV": 0,
  2030.       "MinLV": 0,
  2031.       "MinCP": 0,
  2032.       "Moves": [],
  2033.       "Operator": "or"
  2034.     },
  2035.     "Dragonite": {
  2036.       "MinIV": 0,
  2037.       "MinLV": 0,
  2038.       "MinCP": 0,
  2039.       "Moves": [],
  2040.       "Operator": "or"
  2041.     },
  2042.     "Snorlax": {
  2043.       "MinIV": 0,
  2044.       "MinLV": 0,
  2045.       "MinCP": 0,
  2046.       "Moves": [],
  2047.       "Operator": "or"
  2048.     },
  2049.     "Zubat": {
  2050.       "MinIV": 0,
  2051.       "MinLV": 0,
  2052.       "MinCP": 0,
  2053.       "Moves": [],
  2054.       "Operator": "and"
  2055.     }
  2056.   },
  2057.   "BotSwitchPokemonFilters": {
  2058.     "Dragonite": {
  2059.       "IV": 100,
  2060.       "RemainTimes": 90,
  2061.       "Operator": "and",
  2062.       "LV": 20,
  2063.       "Moves": []
  2064.     },
  2065.     "Lapras": {
  2066.       "IV": 90,
  2067.       "RemainTimes": 90,
  2068.       "Operator": "and",
  2069.       "LV": 25,
  2070.       "Moves": []
  2071.     },
  2072.     "Arcanine": {
  2073.       "IV": 100,
  2074.       "RemainTimes": 99,
  2075.       "Operator": "or",
  2076.       "LV": 20,
  2077.       "Moves": []
  2078.     },
  2079.     "Blastoise": {
  2080.       "IV": 100,
  2081.       "RemainTimes": 99,
  2082.       "Operator": "and",
  2083.       "LV": 30,
  2084.       "Moves": []
  2085.     },
  2086.     "Charizard": {
  2087.       "IV": 99,
  2088.       "RemainTimes": 99,
  2089.       "Operator": "and",
  2090.       "LV": 30,
  2091.       "Moves": []
  2092.     },
  2093.     "Venusaur": {
  2094.       "IV": 99,
  2095.       "RemainTimes": 99,
  2096.       "Operator": "and",
  2097.       "LV": 30,
  2098.       "Moves": []
  2099.     },
  2100.     "Dragonair": {
  2101.       "IV": 100,
  2102.       "RemainTimes": 99,
  2103.       "Operator": "and",
  2104.       "LV": 20,
  2105.       "Moves": []
  2106.     },
  2107.     "Dratini": {
  2108.       "IV": 100,
  2109.       "RemainTimes": 99,
  2110.       "Operator": "and",
  2111.       "LV": 20,
  2112.       "Moves": []
  2113.     },
  2114.     "Snorlax": {
  2115.       "IV": 100,
  2116.       "RemainTimes": 90,
  2117.       "Operator": "or",
  2118.       "LV": 10,
  2119.       "Moves": []
  2120.     }
  2121.   },
  2122.   "UIConfig": {
  2123.     "SnipeItemListDisplayTime": 150
  2124.   }
  2125. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement