Advertisement
emsin

config-100iv-new

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