Advertisement
emsin

config-100iv-v3

Apr 22nd, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 29.49 KB | None | 0 0
  1. {
  2.   "ConsoleConfig": {
  3.     "TranslationLanguageCode": "ja-JP",
  4.     "StartupWelcomeDelay": false,
  5.     "AmountOfPokemonToDisplayOnStart": 0,
  6.     "DetailedCountsBeforeRecycling": true
  7.   },
  8.   "UpdateConfig": {
  9.     "SchemaVersion": 24,
  10.     "CheckForUpdates": true,
  11.     "AutoUpdate": false
  12.   },
  13.   "WebsocketsConfig": {
  14.     "UseWebsocket": true,
  15.     "WebSocketPort": 13661
  16.   },
  17.   "LocationConfig": {
  18.     "DisableHumanWalking": false,
  19.     "StartFromLastPosition": true,
  20.     "DefaultLatitude": 35.671138239498887,
  21.     "DefaultLongitude": 139.7651481628418,
  22.     "WalkingSpeedInKilometerPerHour": 20.16,
  23.     "UseWalkingSpeedVariant": true,
  24.     "WalkingSpeedVariant": 15.16,
  25.     "ShowVariantWalking": false,
  26.     "RandomlyPauseAtStops": true,
  27.     "MaxSpawnLocationOffset": 100,
  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": false,
  52.     "SnipeRestSeconds": 600,
  53.     "SnipeCountLimit": 5,
  54.     "ActivateMSniper": true,
  55.     "MinIVForAutoSnipe": 101,
  56.     "MinLevelForAutoSnipe": 0,
  57.     "AutosnipeVerifiedOnly": false,
  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": 700,
  102.     "PokeStopLimitMinutes": 1350
  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": 1000,
  259.     "UseCatchLimit": true,
  260.     "CatchPokemonLimit": 500,
  261.     "CatchPokemonLimitMinutes": 1350,
  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": true,
  272.     "RenameOnlyAboveIv": false,
  273.     "RenameTemplate": "{IV}%{name}",
  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": 100.0,
  303.     "KeepMinLvl": 25,
  304.     "KeepMinOperator": "and",
  305.     "UseKeepMinLvl": true,
  306.     "PrioritizeIvOverCp": true,
  307.     "KeepMinDuplicatePokemon": 0,
  308.     "KeepMaxDuplicatePokemon": 1000,
  309.     "UsePokemonToNotCatchFilter": false,
  310.     "UsePokemonToCatchLocallyListOnly": true,
  311.     "DumpPokemonStats": false,
  312.     "DelayBetweenPokemonUpgrade": 1000,
  313.     "OutOfBallCatchBlockTime": 5,
  314.     "PokeballToKeepForSnipe": 30,
  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": 24,
  343.     "PercentOfInventoryPotionsToKeep": 31,
  344.     "PercentOfInventoryRevivesToKeep": 30,
  345.     "PercentOfInventoryBerriesToKeep": 3
  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": 1000,
  363.     "EvolveActionDelay": 1000,
  364.     "TransferActionDelay": 1000,
  365.     "RecycleActionDelay": 1000,
  366.     "RenamePokemonActionDelay": 1000,
  367.     "UseNearActionRandom": true,
  368.     "RandomizeSettingsByPercent": 5,
  369.     "AutoFinishTutorial": true,
  370.     "SkipFirstTimeTutorial": true,
  371.     "SkipCollectingLevelUpRewards": true
  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": null,
  392.     "MapzenWalkHeuristic": "auto",
  393.     "MapzenElevationApiKey": null
  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.     "mew",
  480.     "cleffa",
  481.     "igglybuff",
  482.     "togepi",
  483.     "togetic",
  484.     "smoochum",
  485.     "elekid",
  486.     "magby",
  487.     "articuno",
  488.     "zapdos",
  489.     "moltres",
  490.     "mewtwo",
  491.     "dragonair"
  492.   ],
  493.   "PokemonToCatchLocally": {
  494.     "Pokemon": [
  495.       "caterpie",
  496.       "weedle",
  497.       "pidgey",
  498.       "bulbasaur",
  499.       "charmander",
  500.       "squirtle",
  501.       "abra",
  502.       "machop",
  503.       "eevee",
  504.       "dratini",
  505.       "pikachu",
  506.       "growlithe",
  507.       "grimer",
  508.       "exeggcute",
  509.       "rhyhorn",
  510.       "ivysaur",
  511.       "charmeleon",
  512.       "wartortle",
  513.       "kadabra",
  514.       "gastly",
  515.       "machoke",
  516.       "graveler",
  517.       "dragonair",
  518.       "magikarp",
  519.       "venusaur",
  520.       "charizard",
  521.       "blastoise",
  522.       "raichu",
  523.       "arcanine",
  524.       "alakazam",
  525.       "machamp",
  526.       "golem",
  527.       "farfetchd",
  528.       "muk",
  529.       "onix",
  530.       "exeggutor",
  531.       "rhydon",
  532.       "chansey",
  533.       "kangaskhan",
  534.       "mrMime",
  535.       "scyther",
  536.       "tauros",
  537.       "gyarados",
  538.       "lapras",
  539.       "ditto",
  540.       "vaporeon",
  541.       "jolteon",
  542.       "flareon",
  543.       "porygon",
  544.       "aerodactyl",
  545.       "snorlax",
  546.       "articuno",
  547.       "zapdos",
  548.       "moltres",
  549.       "dragonite",
  550.       "mewtwo",
  551.       "mew",
  552.       "chikorita",
  553.       "bayleef",
  554.       "meganium",
  555.       "cyndaquil",
  556.       "quilava",
  557.       "typhlosion",
  558.       "totodile",
  559.       "croconaw",
  560.       "feraligatr",
  561.       "unown",
  562.       "blissey",
  563.       "larvitar",
  564.       "pupitar",
  565.       "tyranitar"
  566.     ]
  567.   },
  568.   "PokemonsToLevelUp": [
  569.     "lapras",
  570.     "snorlax",
  571.     "dragonite"
  572.   ],
  573.   "PokemonsToIgnore": [],
  574.   "CaptchaConfig": {
  575.     "AllowManualCaptchaResolve": true,
  576.     "ManualCaptchaTimeout": 120,
  577.     "PlaySoundOnCaptcha": true,
  578.     "DisplayOnTop": true,
  579.     "Enable2Captcha": true,
  580.     "EnableAntiCaptcha": false,
  581.     "AntiCaptchaAPIKey": "",
  582.     "ProxyHost": "",
  583.     "ProxyPort": 3128,
  584.     "EnableCaptchaSolutions": false,
  585.     "CaptchaSolutionAPIKey": "",
  586.     "CaptchaSolutionsSecretKey": "",
  587.     "AutoCaptchaTimeout": 120,
  588.     "AutoCaptchaRetries": 3,
  589.     "TwoCaptchaAPIKey": "57824ec8ac6766a382a30389b94ec0c9"
  590.   },
  591.   "PokemonsTransferFilter": {
  592.     "Abra": {
  593.       "KeepMinCp": 1,
  594.       "KeepMinIvPercentage": 0.0,
  595.       "KeepMinLvl": 25,
  596.       "UseKeepMinLvl": true,
  597.       "KeepMinOperator": "and",
  598.       "KeepMinDuplicatePokemon": 2,
  599.       "KeepMaxDuplicatePokemon": 1000,
  600.       "Moves": [],
  601.       "DeprecatedMoves": null,
  602.       "MovesOperator": "and",
  603.       "CatchOnlyPokemonMeetTransferCriteria": false,
  604.       "AffectToPokemons": [
  605.         "kadabra",
  606.         "alakazam",
  607.         "gastly",
  608.         "rhyhorn",
  609.         "rhydon",
  610.         "magikarp",
  611.         "gyarados",
  612.         "eevee",
  613.         "teddiursa"
  614.       ]
  615.     },
  616.     "Chansey": {
  617.       "KeepMinCp": 1,
  618.       "KeepMinIvPercentage": 0.0,
  619.       "KeepMinLvl": 20,
  620.       "UseKeepMinLvl": true,
  621.       "KeepMinOperator": "and",
  622.       "KeepMinDuplicatePokemon": 5,
  623.       "KeepMaxDuplicatePokemon": 1000,
  624.       "Moves": [],
  625.       "DeprecatedMoves": null,
  626.       "MovesOperator": "and",
  627.       "CatchOnlyPokemonMeetTransferCriteria": false,
  628.       "AffectToPokemons": [
  629.         "blissey"
  630.       ]
  631.     },
  632.     "Lapras": {
  633.       "KeepMinCp": 1859,
  634.       "KeepMinIvPercentage": 95.0,
  635.       "KeepMinLvl": 20,
  636.       "UseKeepMinLvl": true,
  637.       "KeepMinOperator": "or",
  638.       "KeepMinDuplicatePokemon": 5,
  639.       "KeepMaxDuplicatePokemon": 1000,
  640.       "Moves": [],
  641.       "DeprecatedMoves": null,
  642.       "MovesOperator": "and",
  643.       "CatchOnlyPokemonMeetTransferCriteria": false,
  644.       "AffectToPokemons": null
  645.     },
  646.     "Snorlax": {
  647.       "KeepMinCp": 2396,
  648.       "KeepMinIvPercentage": 95.0,
  649.       "KeepMinLvl": 20,
  650.       "UseKeepMinLvl": true,
  651.       "KeepMinOperator": "or",
  652.       "KeepMinDuplicatePokemon": 5,
  653.       "KeepMaxDuplicatePokemon": 1000,
  654.       "Moves": [],
  655.       "DeprecatedMoves": null,
  656.       "MovesOperator": "and",
  657.       "CatchOnlyPokemonMeetTransferCriteria": false,
  658.       "AffectToPokemons": null
  659.     },
  660.     "Dratini": {
  661.       "KeepMinCp": 1,
  662.       "KeepMinIvPercentage": 0.0,
  663.       "KeepMinLvl": 25,
  664.       "UseKeepMinLvl": true,
  665.       "KeepMinOperator": "and",
  666.       "KeepMinDuplicatePokemon": 5,
  667.       "KeepMaxDuplicatePokemon": 1000,
  668.       "Moves": [],
  669.       "DeprecatedMoves": null,
  670.       "MovesOperator": "and",
  671.       "CatchOnlyPokemonMeetTransferCriteria": false,
  672.       "AffectToPokemons": [
  673.         "dragonair",
  674.         "dragonite"
  675.       ]
  676.     },
  677.     "Larvitar": {
  678.       "KeepMinCp": 1,
  679.       "KeepMinIvPercentage": 0.0,
  680.       "KeepMinLvl": 25,
  681.       "UseKeepMinLvl": true,
  682.       "KeepMinOperator": "and",
  683.       "KeepMinDuplicatePokemon": 5,
  684.       "KeepMaxDuplicatePokemon": 1000,
  685.       "Moves": [],
  686.       "DeprecatedMoves": null,
  687.       "MovesOperator": "and",
  688.       "CatchOnlyPokemonMeetTransferCriteria": false,
  689.       "AffectToPokemons": [
  690.         "pupitar",
  691.         "tyranitar"
  692.       ]
  693.     },
  694.     "Pichu": {
  695.       "KeepMinCp": 1,
  696.       "KeepMinIvPercentage": 90.0,
  697.       "KeepMinLvl": 20,
  698.       "UseKeepMinLvl": true,
  699.       "KeepMinOperator": "and",
  700.       "KeepMinDuplicatePokemon": 1,
  701.       "KeepMaxDuplicatePokemon": 1000,
  702.       "Moves": [],
  703.       "DeprecatedMoves": [],
  704.       "MovesOperator": "and",
  705.       "CatchOnlyPokemonMeetTransferCriteria": false,
  706.       "AffectToPokemons": [
  707.         "cleffa",
  708.         "igglybuff",
  709.         "togepi",
  710.         "togetic",
  711.         "smoochum",
  712.         "elekid",
  713.         "magby"
  714.       ]
  715.     },
  716.     "Mew": {
  717.       "KeepMinCp": 0,
  718.       "KeepMinIvPercentage": 0.0,
  719.       "KeepMinLvl": 6,
  720.       "UseKeepMinLvl": false,
  721.       "KeepMinOperator": "or",
  722.       "KeepMinDuplicatePokemon": 0,
  723.       "KeepMaxDuplicatePokemon": 1000,
  724.       "Moves": [],
  725.       "DeprecatedMoves": [],
  726.       "MovesOperator": "and",
  727.       "CatchOnlyPokemonMeetTransferCriteria": false,
  728.       "AffectToPokemons": [
  729.         "mewtwo",
  730.         "articuno",
  731.         "zapdos",
  732.         "moltres",
  733.         "raikou",
  734.         "entei",
  735.         "suicune",
  736.         "lugia",
  737.         "hoOh",
  738.         "celebi"
  739.       ]
  740.     },
  741.     "Pidgey": {
  742.       "KeepMinCp": 5000,
  743.       "KeepMinIvPercentage": 100.0,
  744.       "KeepMinLvl": 6,
  745.       "UseKeepMinLvl": false,
  746.       "KeepMinOperator": "and",
  747.       "KeepMinDuplicatePokemon": 0,
  748.       "KeepMaxDuplicatePokemon": 1000,
  749.       "Moves": [],
  750.       "DeprecatedMoves": [],
  751.       "MovesOperator": "and",
  752.       "CatchOnlyPokemonMeetTransferCriteria": false,
  753.       "AffectToPokemons": [
  754.         "pidgeotto",
  755.         "pidgeot"
  756.       ]
  757.     }
  758.   },
  759.   "ItemUseFilters": {
  760.     "ItemNanabBerry": {
  761.       "UseItemMinIV": 50,
  762.       "UseItemMinLevel": 20,
  763.       "UseItemMinCP": 500,
  764.       "Operator": "and",
  765.       "CatchProbability": 0.3,
  766.       "Pokemons": [
  767.         "abra",
  768.         "dragonite",
  769.         "venusaur",
  770.         "blastoise",
  771.         "charizard"
  772.       ],
  773.       "MaxItemsUsePerPokemon": 20,
  774.       "UseIfExceedBagRecycleFilter": true
  775.     },
  776.     "ItemRazzBerry": {
  777.       "UseItemMinIV": 90,
  778.       "UseItemMinLevel": 0,
  779.       "UseItemMinCP": 1500,
  780.       "Operator": "and",
  781.       "CatchProbability": 0.3,
  782.       "Pokemons": [],
  783.       "MaxItemsUsePerPokemon": 20,
  784.       "UseIfExceedBagRecycleFilter": true
  785.     },
  786.     "ItemPinapBerry": {
  787.       "UseItemMinIV": 0,
  788.       "UseItemMinLevel": 0,
  789.       "UseItemMinCP": 0,
  790.       "Operator": "or",
  791.       "CatchProbability": 1.0,
  792.       "Pokemons": [
  793.         "caterpie",
  794.         "weedle",
  795.         "pidgey",
  796.         "pidgeot",
  797.         "rattata",
  798.         "lapras",
  799.         "snorlax",
  800.         "chansey",
  801.         "dratini",
  802.         "blissey",
  803.         "larvitar",
  804.         "pupitar",
  805.         "tyranitar",
  806.         "magikarp"
  807.       ],
  808.       "MaxItemsUsePerPokemon": 10,
  809.       "UseIfExceedBagRecycleFilter": true
  810.     }
  811.   },
  812.   "PokemonToUseMasterball": [
  813.     "articuno",
  814.     "zapdos",
  815.     "moltres",
  816.     "mew",
  817.     "mewtwo"
  818.   ],
  819.   "HumanWalkSnipeFilters": {},
  820.   "PokemonUpgradeFilters": {},
  821.   "MultipleBotConfig": {
  822.     "RuntimeSwitch": 55,
  823.     "RuntimeSwitchRandomTime": 10,
  824.     "OnLimitPauseTimes": 15,
  825.     "OnRarePokemon": true,
  826.     "MinIVToSwitch": 99.0,
  827.     "EXPSwitch": 500000,
  828.     "PokestopSwitch": 500,
  829.     "PokemonSwitch": 200,
  830.     "PokemonPerHourSwitch": 100,
  831.     "StartFromDefaultLocation": true,
  832.     "PokestopSoftbanCount": 5,
  833.     "DisplayList": true,
  834.     "SelectAccountOnStartUp": false,
  835.     "CatchFleeCount": 5,
  836.     "SwitchOnCatchLimit": true,
  837.     "SwitchOnPokestopLimit": true
  838.   },
  839.   "NotificationConfig": {
  840.     "EnablePushBulletNotification": false,
  841.     "EnableEmailNotification": false,
  842.     "PushBulletApiKey": "",
  843.     "GmailUsername": "",
  844.     "GmailPassword": "",
  845.     "Recipients": ""
  846.   },
  847.   "SnipePokemonFilter": {
  848.     "Porygon2": {
  849.       "SnipeIV": 100,
  850.       "Moves": [],
  851.       "Operator": "or",
  852.       "VerifiedOnly": false,
  853.       "Priority": 5,
  854.       "AutoSnipeCandy": 300,
  855.       "Level": 0,
  856.       "AllowMultiAccountSnipe": true,
  857.       "AffectToPokemons": [
  858.         "bulbasaur",
  859.         "ivysaur",
  860.         "venusaur",
  861.         "charmander",
  862.         "charmeleon",
  863.         "charizard",
  864.         "squirtle",
  865.         "wartortle",
  866.         "blastoise",
  867.         "pikachu",
  868.         "raichu",
  869.         "machop",
  870.         "machoke",
  871.         "machamp",
  872.         "rhyhorn",
  873.         "rhydon",
  874.         "scyther",
  875.         "porygon",
  876.         "onix",
  877.         "horsea",
  878.         "chikorita",
  879.         "bayleef",
  880.         "meganium",
  881.         "cyndaquil",
  882.         "quilava",
  883.         "typhlosion",
  884.         "teddiursa",
  885.         "totodile",
  886.         "croconaw",
  887.         "feraligatr",
  888.         "phanpy",
  889.         "donphan",
  890.         "mareep",
  891.         "flaaffy",
  892.         "ampharos",
  893.         "houndour",
  894.         "houndoom"
  895.       ]
  896.     },
  897.     "Politoed": {
  898.       "SnipeIV": 100,
  899.       "Moves": [],
  900.       "Operator": "or",
  901.       "VerifiedOnly": false,
  902.       "Priority": 1,
  903.       "AutoSnipeCandy": 100,
  904.       "Level": 0,
  905.       "AllowMultiAccountSnipe": true,
  906.       "AffectToPokemons": null
  907.     },
  908.     "Chansey": {
  909.       "SnipeIV": 90,
  910.       "Moves": [],
  911.       "Operator": "or",
  912.       "VerifiedOnly": false,
  913.       "Priority": 1,
  914.       "AutoSnipeCandy": 500,
  915.       "Level": 0,
  916.       "AllowMultiAccountSnipe": true,
  917.       "AffectToPokemons": null
  918.     },
  919.     "Magikarp": {
  920.       "SnipeIV": 100,
  921.       "Moves": [],
  922.       "Operator": "or",
  923.       "VerifiedOnly": false,
  924.       "Priority": 10,
  925.       "AutoSnipeCandy": 0,
  926.       "Level": 30,
  927.       "AllowMultiAccountSnipe": true,
  928.       "AffectToPokemons": null
  929.     },
  930.     "Gyarados": {
  931.       "SnipeIV": 100,
  932.       "Moves": [],
  933.       "Operator": "or",
  934.       "VerifiedOnly": false,
  935.       "Priority": 5,
  936.       "AutoSnipeCandy": 200,
  937.       "Level": 0,
  938.       "AllowMultiAccountSnipe": true,
  939.       "AffectToPokemons": null
  940.     },
  941.     "Lapras": {
  942.       "SnipeIV": 90,
  943.       "Moves": [],
  944.       "Operator": "or",
  945.       "VerifiedOnly": false,
  946.       "Priority": 1,
  947.       "AutoSnipeCandy": 200,
  948.       "Level": 0,
  949.       "AllowMultiAccountSnipe": true,
  950.       "AffectToPokemons": null
  951.     },
  952.     "Eevee": {
  953.       "SnipeIV": 100,
  954.       "Moves": [],
  955.       "Operator": "or",
  956.       "VerifiedOnly": false,
  957.       "Priority": 5,
  958.       "AutoSnipeCandy": 200,
  959.       "Level": 0,
  960.       "AllowMultiAccountSnipe": true,
  961.       "AffectToPokemons": null
  962.     },
  963.     "Snorlax": {
  964.       "SnipeIV": 95,
  965.       "Moves": [],
  966.       "Operator": "or",
  967.       "VerifiedOnly": false,
  968.       "Priority": 1,
  969.       "AutoSnipeCandy": 200,
  970.       "Level": 0,
  971.       "AllowMultiAccountSnipe": true,
  972.       "AffectToPokemons": null
  973.     },
  974.     "Dratini": {
  975.       "SnipeIV": 100,
  976.       "Moves": [],
  977.       "Operator": "or",
  978.       "VerifiedOnly": false,
  979.       "Priority": 1,
  980.       "AutoSnipeCandy": 1500,
  981.       "Level": 0,
  982.       "AllowMultiAccountSnipe": true,
  983.       "AffectToPokemons": null
  984.     },
  985.     "Dragonair": {
  986.       "SnipeIV": 100,
  987.       "Moves": [],
  988.       "Operator": "or",
  989.       "VerifiedOnly": false,
  990.       "Priority": 1,
  991.       "AutoSnipeCandy": 100,
  992.       "Level": 0,
  993.       "AllowMultiAccountSnipe": true,
  994.       "AffectToPokemons": [
  995.         "dragonite"
  996.       ]
  997.     },
  998.     "Heracross": {
  999.       "SnipeIV": 100,
  1000.       "Moves": [],
  1001.       "Operator": "or",
  1002.       "VerifiedOnly": false,
  1003.       "Priority": 5,
  1004.       "AutoSnipeCandy": 100,
  1005.       "Level": 0,
  1006.       "AllowMultiAccountSnipe": true,
  1007.       "AffectToPokemons": null
  1008.     },
  1009.     "Unown": {
  1010.       "SnipeIV": 100,
  1011.       "Moves": [],
  1012.       "Operator": "or",
  1013.       "VerifiedOnly": false,
  1014.       "Priority": 5,
  1015.       "AutoSnipeCandy": 200,
  1016.       "Level": 0,
  1017.       "AllowMultiAccountSnipe": false,
  1018.       "AffectToPokemons": null
  1019.     },
  1020.     "Blissey": {
  1021.       "SnipeIV": 100,
  1022.       "Moves": [],
  1023.       "Operator": "or",
  1024.       "VerifiedOnly": false,
  1025.       "Priority": 5,
  1026.       "AutoSnipeCandy": 100,
  1027.       "Level": 0,
  1028.       "AllowMultiAccountSnipe": true,
  1029.       "AffectToPokemons": null
  1030.     },
  1031.     "Larvitar": {
  1032.       "SnipeIV": 95,
  1033.       "Moves": [],
  1034.       "Operator": "or",
  1035.       "VerifiedOnly": false,
  1036.       "Priority": 1,
  1037.       "AutoSnipeCandy": 1500,
  1038.       "Level": 0,
  1039.       "AllowMultiAccountSnipe": true,
  1040.       "AffectToPokemons": null
  1041.     },
  1042.     "Pupitar": {
  1043.       "SnipeIV": 90,
  1044.       "Moves": [],
  1045.       "Operator": "or",
  1046.       "VerifiedOnly": false,
  1047.       "Priority": 1,
  1048.       "AutoSnipeCandy": 200,
  1049.       "Level": 0,
  1050.       "AllowMultiAccountSnipe": true,
  1051.       "AffectToPokemons": [
  1052.         "tyranitar"
  1053.       ]
  1054.     }
  1055.   },
  1056.   "PokemonEvolveFilter": {
  1057.     "Pidgey": {
  1058.       "MinIV": 0.0,
  1059.       "MinLV": 0.0,
  1060.       "MinCP": 0.0,
  1061.       "Moves": [],
  1062.       "Operator": "or",
  1063.       "EvolveTo": "",
  1064.       "AffectToPokemons": [
  1065.         "caterpie",
  1066.         "weedle",
  1067.         "rattata"
  1068.       ],
  1069.       "FavoritedOnly": false,
  1070.       "MinCandiesBeforeEvolve": 0
  1071.     },
  1072.     "Cyndaquil": {
  1073.       "MinIV": 100.0,
  1074.       "MinLV": 30.0,
  1075.       "MinCP": 0.0,
  1076.       "Moves": [],
  1077.       "Operator": "and",
  1078.       "EvolveTo": "",
  1079.       "AffectToPokemons": [
  1080.         "quilava",
  1081.         "totodile",
  1082.         "croconaw",
  1083.         "mareep"
  1084.       ],
  1085.       "FavoritedOnly": false,
  1086.       "MinCandiesBeforeEvolve": 0
  1087.     },
  1088.     "Chansey": {
  1089.       "MinIV": 0.0,
  1090.       "MinLV": 25.0,
  1091.       "MinCP": 0.0,
  1092.       "Moves": [],
  1093.       "Operator": "and",
  1094.       "EvolveTo": "",
  1095.       "AffectToPokemons": null,
  1096.       "FavoritedOnly": false,
  1097.       "MinCandiesBeforeEvolve": 0
  1098.     },
  1099.     "Dratini": {
  1100.       "MinIV": 0.0,
  1101.       "MinLV": 30.0,
  1102.       "MinCP": 0.0,
  1103.       "Moves": [],
  1104.       "Operator": "and",
  1105.       "EvolveTo": "",
  1106.       "AffectToPokemons": [
  1107.         "dragonair",
  1108.         "larvitar",
  1109.         "pupitar"
  1110.       ],
  1111.       "FavoritedOnly": false,
  1112.       "MinCandiesBeforeEvolve": 0
  1113.     }
  1114.   },
  1115.   "CatchPokemonFilter": {
  1116.     "Lapras": {
  1117.       "MinIV": 0,
  1118.       "MinLV": 0,
  1119.       "MinCP": 0,
  1120.       "Moves": [],
  1121.       "Operator": "or"
  1122.     },
  1123.     "Dratini": {
  1124.       "MinIV": 0,
  1125.       "MinLV": 0,
  1126.       "MinCP": 0,
  1127.       "Moves": [],
  1128.       "Operator": "or"
  1129.     },
  1130.     "Dragonite": {
  1131.       "MinIV": 0,
  1132.       "MinLV": 0,
  1133.       "MinCP": 0,
  1134.       "Moves": [],
  1135.       "Operator": "or"
  1136.     },
  1137.     "Snorlax": {
  1138.       "MinIV": 0,
  1139.       "MinLV": 0,
  1140.       "MinCP": 0,
  1141.       "Moves": [],
  1142.       "Operator": "or"
  1143.     },
  1144.     "Zubat": {
  1145.       "MinIV": 0,
  1146.       "MinLV": 0,
  1147.       "MinCP": 0,
  1148.       "Moves": [],
  1149.       "Operator": "and"
  1150.     }
  1151.   },
  1152.   "BotSwitchPokemonFilters": {
  1153.     "Dragonite": {
  1154.       "IV": 100,
  1155.       "RemainTimes": 90,
  1156.       "Operator": "and",
  1157.       "AffectToPokemons": null,
  1158.       "LV": 20,
  1159.       "Moves": []
  1160.     },
  1161.     "Lapras": {
  1162.       "IV": 90,
  1163.       "RemainTimes": 90,
  1164.       "Operator": "and",
  1165.       "AffectToPokemons": null,
  1166.       "LV": 25,
  1167.       "Moves": []
  1168.     },
  1169.     "Arcanine": {
  1170.       "IV": 100,
  1171.       "RemainTimes": 99,
  1172.       "Operator": "or",
  1173.       "AffectToPokemons": null,
  1174.       "LV": 20,
  1175.       "Moves": []
  1176.     },
  1177.     "Blastoise": {
  1178.       "IV": 100,
  1179.       "RemainTimes": 99,
  1180.       "Operator": "and",
  1181.       "AffectToPokemons": null,
  1182.       "LV": 30,
  1183.       "Moves": []
  1184.     },
  1185.     "Charizard": {
  1186.       "IV": 100,
  1187.       "RemainTimes": 99,
  1188.       "Operator": "and",
  1189.       "AffectToPokemons": null,
  1190.       "LV": 30,
  1191.       "Moves": []
  1192.     },
  1193.     "Venusaur": {
  1194.       "IV": 100,
  1195.       "RemainTimes": 99,
  1196.       "Operator": "and",
  1197.       "AffectToPokemons": null,
  1198.       "LV": 30,
  1199.       "Moves": []
  1200.     },
  1201.     "Dragonair": {
  1202.       "IV": 100,
  1203.       "RemainTimes": 99,
  1204.       "Operator": "and",
  1205.       "AffectToPokemons": null,
  1206.       "LV": 20,
  1207.       "Moves": []
  1208.     },
  1209.     "Dratini": {
  1210.       "IV": 100,
  1211.       "RemainTimes": 99,
  1212.       "Operator": "and",
  1213.       "AffectToPokemons": null,
  1214.       "LV": 20,
  1215.       "Moves": []
  1216.     },
  1217.     "Snorlax": {
  1218.       "IV": 100,
  1219.       "RemainTimes": 90,
  1220.       "Operator": "or",
  1221.       "AffectToPokemons": null,
  1222.       "LV": 10,
  1223.       "Moves": []
  1224.     }
  1225.   },
  1226.   "UIConfig": {
  1227.     "SnipeItemListDisplayTime": 150,
  1228.     "SnipeListRefreshInterval": 5
  1229.   },
  1230.   "HumanlikeDelays": {
  1231.     "UseHumanlikeDelays": false,
  1232.     "CatchSuccessDelay": 13000,
  1233.     "CatchErrorDelay": 1000,
  1234.     "CatchEscapeDelay": 3500,
  1235.     "CatchFleeDelay": 2000,
  1236.     "CatchMissedDelay": 1000,
  1237.     "BeforeCatchDelay": 1500
  1238.   }
  1239. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement