Advertisement
emsin

config-100iv-v2

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