Advertisement
Guest User

config.json

a guest
Jul 31st, 2016
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 12.85 KB | None | 0 0
  1. {
  2.   "AmountOfPokemonToDisplayOnStart": 5,
  3.   "AutomaticallyLevelUpPokemon": false,
  4.   "AutoUpdate": false,
  5.   "DefaultAltitude": 10.0,
  6.   "DefaultLatitude": 35.664663,
  7.   "DefaultLongitude": 139.755029,
  8.   "Teleport": true,
  9.   "DelayBetweenPlayerActions": 0,
  10.   "DelayBetweenPokemonCatch": 0,
  11.   "DelayCatchNearbyPokemon": 0,
  12.   "DelayPositionCheckState": 0,
  13.   "DelayCatchIncensePokemon": 0,
  14.   "DelayCatchLurePokemon": 0,
  15.   "DelayCatchPokemon": 0,
  16.   "DelayDisplayPokemon": 10,
  17.   "DelayUseLuckyEgg": 1000,
  18.   "DelaySoftbanRetry": 0,
  19.   "DelayPokestop": 0,
  20.   "DelayRecyleItem": 0,
  21.   "DelaySnipePokemon": 1000,
  22.   "DelayTransferPokemon": 0,
  23.   "DumpPokemonStats": true,
  24.   "EvolveAboveIvValue": 95.0,
  25.   "EvolveAllPokemonAboveIv": false,
  26.   "EvolveAllPokemonWithEnoughCandy": true,
  27.   "GpxFile": "GPXPath.GPX",
  28.   "ItemRecycleFilter": [
  29.     {
  30.       "Key": "itemUnknown",
  31.       "Value": 0
  32.     },
  33.     {
  34.       "Key": "itemLuckyEgg",
  35.       "Value": 200
  36.     },
  37.     {
  38.       "Key": "itemIncenseOrdinary",
  39.       "Value": 100
  40.     },
  41.     {
  42.       "Key": "itemIncenseSpicy",
  43.       "Value": 100
  44.     },
  45.     {
  46.       "Key": "itemIncenseCool",
  47.       "Value": 100
  48.     },
  49.     {
  50.       "Key": "itemIncenseFloral",
  51.       "Value": 100
  52.     },
  53.     {
  54.       "Key": "itemTroyDisk",
  55.       "Value": 100
  56.     },
  57.     {
  58.       "Key": "itemXAttack",
  59.       "Value": 100
  60.     },
  61.     {
  62.       "Key": "itemXDefense",
  63.       "Value": 100
  64.     },
  65.     {
  66.       "Key": "itemXMiracle",
  67.       "Value": 100
  68.     },
  69.     {
  70.       "Key": "itemRazzBerry",
  71.       "Value": 50
  72.     },
  73.     {
  74.       "Key": "itemBlukBerry",
  75.       "Value": 10
  76.     },
  77.     {
  78.       "Key": "itemNanabBerry",
  79.       "Value": 10
  80.     },
  81.     {
  82.       "Key": "itemWeparBerry",
  83.       "Value": 30
  84.     },
  85.     {
  86.       "Key": "itemPinapBerry",
  87.       "Value": 30
  88.     },
  89.     {
  90.       "Key": "itemSpecialCamera",
  91.       "Value": 100
  92.     },
  93.     {
  94.       "Key": "itemIncubatorBasicUnlimited",
  95.       "Value": 100
  96.     },
  97.     {
  98.       "Key": "itemIncubatorBasic",
  99.       "Value": 100
  100.     },
  101.     {
  102.       "Key": "itemPokemonStorageUpgrade",
  103.       "Value": 100
  104.     },
  105.     {
  106.       "Key": "itemItemStorageUpgrade",
  107.       "Value": 100
  108.     }
  109.   ],
  110.   "KeepMinCp": 2000,
  111.   "KeepMinDuplicatePokemon": 1,
  112.   "KeepMinIvPercentage": 98.0,
  113.   "KeepPokemonsThatCanEvolve": false,
  114.   "LevelUpByCPorIv": "iv",
  115.   "MaxPokeballsPerPokemon": 7,
  116.   "MaxSpawnLocationOffset": 10,
  117.   "MaxTravelDistanceInMeters": 10000,
  118.   "MinDelayBetweenSnipes": 60000,
  119.   "MinPokeballsToSnipe": 20,
  120.   "MinPokeballsWhileSnipe": 0,
  121.   "PokemonsNotToTransfer": [
  122.     "charizard",
  123.     "snorlax",
  124.     "lapras",
  125.     "blastoise",
  126.     "chansey",
  127.     "ditto",
  128.     "articuno",
  129.     "zapdos",
  130.     "moltres",
  131.     "mewtwo",
  132.     "mew"
  133.   ],
  134.   "PokemonsToEvolve": [
  135.     "bulbasaur",
  136.     "ivysaur",
  137.     "ekans",
  138.     "charmander",
  139.     "charmeleon",
  140.     "squirtle",
  141.     "wartortle",
  142.     "caterpie",
  143.     "metapod",
  144.     "weedle",
  145.     "kakuna",
  146.     "pidgey",
  147.     "pidgeotto",
  148.     "rattata",
  149.     "spearow",
  150.     "pikachu",
  151.     "sandshrew",
  152.     "nidoranFemale",
  153.     "nidorina",
  154.     "nidoranMale",
  155.     "nidorino",
  156.     "clefairy",
  157.     "vulpix",
  158.     "jigglypuff",
  159.     "zubat",
  160.     "oddish",
  161.     "gloom",
  162.     "paras",
  163.     "venonat",
  164.     "diglett",
  165.     "meowth",
  166.     "psyduck",
  167.     "mankey",
  168.     "growlithe",
  169.     "poliwag",
  170.     "poliwhirl",
  171.     "abra",
  172.     "kadabra",
  173.     "machop",
  174.     "machoke",
  175.     "bellsprout",
  176.     "weepinbell",
  177.     "tentacool",
  178.     "geodude",
  179.     "graveler",
  180.     "ponyta",
  181.     "slowpoke",
  182.     "magnemite",
  183.     "doduo",
  184.     "seel",
  185.     "grimer",
  186.     "shellder",
  187.     "gastly",
  188.     "haunter",
  189.     "drowzee",
  190.     "krabby",
  191.     "voltorb",
  192.     "exeggcute",
  193.     "cubone",
  194.     "koffing",
  195.     "rhyhorn",
  196.     "horsea",
  197.     "goldeen",
  198.     "staryu",
  199.     "magikarp",
  200.     "eevee",
  201.     "omanyte",
  202.     "kabuto",
  203.     "dratini",
  204.     "dragonair"
  205.   ],
  206.   "PokemonsToIgnore": [],
  207.   "PokemonsTransferFilter": {
  208.     "Charmander": {
  209.       "KeepMinCp": 690,
  210.       "KeepMinIvPercentage": 85.0,
  211.       "KeepMinDuplicatePokemon": 2
  212.     },
  213.     "Venusaur": {
  214.       "KeepMinCp": 2300,
  215.       "KeepMinIvPercentage": 90.0,
  216.       "KeepMinDuplicatePokemon": 1
  217.     },
  218.     "Caterpie": {
  219.       "KeepMinCp": 390,
  220.       "KeepMinIvPercentage": 85.0,
  221.       "KeepMinDuplicatePokemon": 2
  222.     },
  223.     "Metapod": {
  224.       "KeepMinCp": 400,
  225.       "KeepMinIvPercentage": 85.0,
  226.       "KeepMinDuplicatePokemon": 1
  227.     },
  228.     "Butterfree": {
  229.       "KeepMinCp": 1450,
  230.       "KeepMinIvPercentage": 95.0,
  231.       "KeepMinDuplicatePokemon": 0
  232.     },
  233.     "Weedle": {
  234.       "KeepMinCp": 390,
  235.       "KeepMinIvPercentage": 85.0,
  236.       "KeepMinDuplicatePokemon": 2
  237.     },
  238.     "Kakuna": {
  239.       "KeepMinCp": 450,
  240.       "KeepMinIvPercentage": 95.0,
  241.       "KeepMinDuplicatePokemon": 1
  242.     },
  243.     "Beedrill": {
  244.       "KeepMinCp": 1430,
  245.       "KeepMinIvPercentage": 85.0,
  246.       "KeepMinDuplicatePokemon": 0
  247.     },
  248.     "Pidgey": {
  249.       "KeepMinCp": 650,
  250.       "KeepMinIvPercentage": 85.0,
  251.       "KeepMinDuplicatePokemon": 2
  252.     },
  253.     "Pidgeotto": {
  254.       "KeepMinCp": 1100,
  255.       "KeepMinIvPercentage": 90.0,
  256.       "KeepMinDuplicatePokemon": 1
  257.     },
  258.     "Rattata": {
  259.       "KeepMinCp": 550,
  260.       "KeepMinIvPercentage": 85.0,
  261.       "KeepMinDuplicatePokemon": 2
  262.     },
  263.     "Spearow": {
  264.       "KeepMinCp": 650,
  265.       "KeepMinIvPercentage": 85.0,
  266.       "KeepMinDuplicatePokemon": 2
  267.     },
  268.     "Fearow": {
  269.       "KeepMinCp": 1700,
  270.       "KeepMinIvPercentage": 95.0,
  271.       "KeepMinDuplicatePokemon": 1
  272.     },
  273.     "Pikachu": {
  274.       "KeepMinCp": 850,
  275.       "KeepMinIvPercentage": 85.0,
  276.       "KeepMinDuplicatePokemon": 2
  277.     },
  278.     "Nidoqueen": {
  279.       "KeepMinCp": 2000,
  280.       "KeepMinIvPercentage": 85.0,
  281.       "KeepMinDuplicatePokemon": 1
  282.     },
  283.     "Nidoking": {
  284.       "KeepMinCp": 2000,
  285.       "KeepMinIvPercentage": 85.0,
  286.       "KeepMinDuplicatePokemon": 1
  287.     },
  288.     "Vileplume": {
  289.       "KeepMinCp": 2300,
  290.       "KeepMinIvPercentage": 85.0,
  291.       "KeepMinDuplicatePokemon": 1
  292.     },
  293.     "Ninetales": {
  294.       "KeepMinCp": 2000,
  295.       "KeepMinIvPercentage": 85.0,
  296.       "KeepMinDuplicatePokemon": 1
  297.     },
  298.     "Clefable": {
  299.       "KeepMinCp": 2200,
  300.       "KeepMinIvPercentage": 85.0,
  301.       "KeepMinDuplicatePokemon": 1
  302.     },
  303.     "Golbat": {
  304.       "KeepMinCp": 1900,
  305.       "KeepMinIvPercentage": 85.0,
  306.       "KeepMinDuplicatePokemon": 0
  307.     },
  308.     "Parasect": {
  309.       "KeepMinCp": 1700,
  310.       "KeepMinIvPercentage": 85.0,
  311.       "KeepMinDuplicatePokemon": 0
  312.     },
  313.     "Dugtrio": {
  314.       "KeepMinCp": 1050,
  315.       "KeepMinIvPercentage": 85.0,
  316.       "KeepMinDuplicatePokemon": 0
  317.     },
  318.     "Persian": {
  319.       "KeepMinCp": 1500,
  320.       "KeepMinIvPercentage": 85.0,
  321.       "KeepMinDuplicatePokemon": 0
  322.     },
  323.     "Golduck": {
  324.       "KeepMinCp": 2200,
  325.       "KeepMinIvPercentage": 90.0,
  326.       "KeepMinDuplicatePokemon": 1
  327.     },
  328.     "Arcanine": {
  329.       "KeepMinCp": 2500,
  330.       "KeepMinIvPercentage": 85.0,
  331.       "KeepMinDuplicatePokemon": 2
  332.     },
  333.     "Poliwrath": {
  334.       "KeepMinCp": 2200,
  335.       "KeepMinIvPercentage": 85.0,
  336.       "KeepMinDuplicatePokemon": 2
  337.     },
  338.     "Tentacruel": {
  339.       "KeepMinCp": 2100,
  340.       "KeepMinIvPercentage": 90.0,
  341.       "KeepMinDuplicatePokemon": 0
  342.     },
  343.     "Dodrio": {
  344.       "KeepMinCp": 1700,
  345.       "KeepMinIvPercentage": 85.0,
  346.       "KeepMinDuplicatePokemon": 0
  347.     },
  348.     "Cloyster": {
  349.       "KeepMinCp": 1900,
  350.       "KeepMinIvPercentage": 85.0,
  351.       "KeepMinDuplicatePokemon": 1
  352.     },
  353.     "Onix": {
  354.       "KeepMinCp": 800,
  355.       "KeepMinIvPercentage": 95.0,
  356.       "KeepMinDuplicatePokemon": 1
  357.     },
  358.     "Hypno": {
  359.       "KeepMinCp": 1900,
  360.       "KeepMinIvPercentage": 85.0,
  361.       "KeepMinDuplicatePokemon": 2
  362.     },
  363.     "Kingler": {
  364.       "KeepMinCp": 1700,
  365.       "KeepMinIvPercentage": 95.0,
  366.       "KeepMinDuplicatePokemon": 0
  367.     },
  368.     "Electrode": {
  369.       "KeepMinCp": 1550,
  370.       "KeepMinIvPercentage": 95.0,
  371.       "KeepMinDuplicatePokemon": 0
  372.     },
  373.     "Exeggutor": {
  374.       "KeepMinCp": 2200,
  375.       "KeepMinIvPercentage": 95.0,
  376.       "KeepMinDuplicatePokemon": 3
  377.     },
  378.     "Weezing": {
  379.       "KeepMinCp": 2000,
  380.       "KeepMinIvPercentage": 85.0,
  381.       "KeepMinDuplicatePokemon": 1
  382.     },
  383.     "Rhydon": {
  384.       "KeepMinCp": 2100,
  385.       "KeepMinIvPercentage": 85.0,
  386.       "KeepMinDuplicatePokemon": 2
  387.     },
  388.     "Chansey": {
  389.       "KeepMinCp": 670,
  390.       "KeepMinIvPercentage": 95.0,
  391.       "KeepMinDuplicatePokemon": 0
  392.     },
  393.     "Seadra": {
  394.       "KeepMinCp": 1650,
  395.       "KeepMinIvPercentage": 95.0,
  396.       "KeepMinDuplicatePokemon": 0
  397.     },
  398.     "Seaking": {
  399.       "KeepMinCp": 1950,
  400.       "KeepMinIvPercentage": 95.0,
  401.       "KeepMinDuplicatePokemon": 0
  402.     },
  403.     "Starmie": {
  404.       "KeepMinCp": 2000,
  405.       "KeepMinIvPercentage": 95.0,
  406.       "KeepMinDuplicatePokemon": 0
  407.     },
  408.     "Scyther": {
  409.       "KeepMinCp": 2100,
  410.       "KeepMinIvPercentage": 95.0,
  411.       "KeepMinDuplicatePokemon": 0
  412.     },
  413.     "Jynx": {
  414.       "KeepMinCp": 1550,
  415.       "KeepMinIvPercentage": 95.0,
  416.       "KeepMinDuplicatePokemon": 0
  417.     },
  418.     "Electabuzz": {
  419.       "KeepMinCp": 1950,
  420.       "KeepMinIvPercentage": 95.0,
  421.       "KeepMinDuplicatePokemon": 0
  422.     },
  423.     "Magmar": {
  424.       "KeepMinCp": 2100,
  425.       "KeepMinIvPercentage": 95.0,
  426.       "KeepMinDuplicatePokemon": 0
  427.     },
  428.     "Pinsir": {
  429.       "KeepMinCp": 2100,
  430.       "KeepMinIvPercentage": 99.0,
  431.       "KeepMinDuplicatePokemon": 0
  432.     },
  433.     "Magikarp": {
  434.       "KeepMinCp": 200,
  435.       "KeepMinIvPercentage": 95.0,
  436.       "KeepMinDuplicatePokemon": 2
  437.     },
  438.     "Gyarados": {
  439.       "KeepMinCp": 2100,
  440.       "KeepMinIvPercentage": 90.0,
  441.       "KeepMinDuplicatePokemon": 2
  442.     },
  443.     "Vaporeon": {
  444.       "KeepMinCp": 1900,
  445.       "KeepMinIvPercentage": 95.0,
  446.       "KeepMinDuplicatePokemon": 3
  447.     },
  448.     "Flareon": {
  449.       "KeepMinCp": 1800,
  450.       "KeepMinIvPercentage": 95.0,
  451.       "KeepMinDuplicatePokemon": 3
  452.     },
  453.     "Omastar": {
  454.       "KeepMinCp": 2100,
  455.       "KeepMinIvPercentage": 95.0,
  456.       "KeepMinDuplicatePokemon": 0
  457.     },
  458.     "Kabutops": {
  459.       "KeepMinCp": 2000,
  460.       "KeepMinIvPercentage": 95.0,
  461.       "KeepMinDuplicatePokemon": 0
  462.     },
  463.     "Dratini": {
  464.       "KeepMinCp": 850,
  465.       "KeepMinIvPercentage": 95.0,
  466.       "KeepMinDuplicatePokemon": 2
  467.     },
  468.     "Dragonair": {
  469.       "KeepMinCp": 1650,
  470.       "KeepMinIvPercentage": 95.0,
  471.       "KeepMinDuplicatePokemon": 2
  472.     }
  473.   },
  474.   "PokemonToSnipe": {
  475.     "Locations": [
  476.       {
  477.         "Latitude": 38.556807486461118,
  478.         "Longitude": -121.2383794784546
  479.       },
  480.       {
  481.         "Latitude": -33.859019,
  482.         "Longitude": 151.213098
  483.       },
  484.       {
  485.         "Latitude": 47.5014969,
  486.         "Longitude": -122.0959568
  487.       },
  488.       {
  489.         "Latitude": 51.5025343,
  490.         "Longitude": -0.2055027
  491.       }
  492.     ],
  493.     "Pokemon": [
  494.       "venusaur",
  495.       "charizard",
  496.       "blastoise",
  497.       "beedrill",
  498.       "raichu",
  499.       "sandslash",
  500.       "nidoking",
  501.       "nidoqueen",
  502.       "clefable",
  503.       "ninetales",
  504.       "golbat",
  505.       "vileplume",
  506.       "golduck",
  507.       "primeape",
  508.       "arcanine",
  509.       "poliwrath",
  510.       "alakazam",
  511.       "machamp",
  512.       "golem",
  513.       "rapidash",
  514.       "slowbro",
  515.       "farfetchd",
  516.       "muk",
  517.       "cloyster",
  518.       "gengar",
  519.       "exeggutor",
  520.       "marowak",
  521.       "hitmonchan",
  522.       "lickitung",
  523.       "rhydon",
  524.       "chansey",
  525.       "kangaskhan",
  526.       "starmie",
  527.       "mrMime",
  528.       "scyther",
  529.       "magmar",
  530.       "electabuzz",
  531.       "magmar",
  532.       "jynx",
  533.       "gyarados",
  534.       "lapras",
  535.       "ditto",
  536.       "vaporeon",
  537.       "jolteon",
  538.       "flareon",
  539.       "porygon",
  540.       "kabutops",
  541.       "aerodactyl",
  542.       "snorlax",
  543.       "articuno",
  544.       "zapdos",
  545.       "moltres",
  546.       "dragonite",
  547.       "mewtwo",
  548.       "mew"
  549.     ]
  550.   },
  551.   "PokemonToUseMasterball": [
  552.     "articuno",
  553.     "zapdos",
  554.     "moltres",
  555.     "mew",
  556.     "mewtwo"
  557.   ],
  558.   "PrioritizeIvOverCp": false,
  559.   "RenameOnlyAboveIv": false,
  560.   "RenamePokemon": true,
  561.   "RenameTemplate": "{0}_{1}",
  562.   "SnipeAtPokestops": false,
  563.   "SnipeIgnoreUnknownIv": false,
  564.   "SnipeLocationServer": "localhost",
  565.   "SnipeLocationServerPort": 16969,
  566.   "StartupWelcomeDelay": false,
  567.   "TotalAmountOfPokebalsToKeep": 200,
  568.   "TotalAmountOfPotionsToKeep": 80,
  569.   "TotalAmountOfRevivesToKeep": 30,
  570.   "TransferConfigAndAuthOnUpdate": true,
  571.   "TransferDuplicatePokemon": true,
  572.   "TranslationLanguageCode": "en",
  573.   "UpgradePokemonCpMinimum": 1000.0,
  574.   "UpgradePokemonIvMinimum": 95.0,
  575.   "UseEggIncubators": true,
  576.   "UseGpxPathing": false,
  577.   "UseGreatBallAboveCp": 1000,
  578.   "UseLuckyEggsMinPokemonAmount": 100,
  579.   "UseLuckyEggsWhileEvolving": false,
  580.   "UseMasterBallAboveCp": 1500,
  581.   "UsePokemonToNotCatchFilter": false,
  582.   "UseSnipeLocationServer": false,
  583.   "UseTransferIvForSnipe": false,
  584.   "UseUltraBallAboveCp": 1000,
  585.   "WalkingSpeedInKilometerPerHour": 15.0,
  586.   "WebSocketPort": 14251
  587. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement