Guest User

config.json

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