Advertisement
hanibal_chew

0.8.5 Config Defined

Aug 10th, 2016
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 28.03 KB | None | 0 0
  1. /* This is a simple guide with explanations taken from the NecroBot Wiki page.
  2. For those of you who are visual learners..
  3. Config was created at the time of NecroBot 0.8.5
  4. ~Main NecroBot Wiki~ https://github.com/NECROBOTIO/NecroBot/wiki
  5. ~NecroBot Discord~   https://discord.gg/VNJjyxE
  6. ~PogoLocationFeeder~ https://github.com/5andr0/PogoLocationFeeder/releases/tag/v0.1.6
  7. If you are still having an issue after you have read the wiki, head over to the Necro discord channel #support.
  8. This Config.json was Created by NecroBot
  9. Edited by : Hanibal Chew
  10. */
  11.  
  12. {
  13.   "TranslationLanguageCode": "en",  /* Translation code for Necrobot. Supported values can be found in the config/translations folder. */
  14.   "AutoUpdate": true,           /* NecroBot will detect if it needs to update if set to True */
  15.   "TransferConfigAndAuthOnUpdate": true /* upon updating it will attempt to transfer your config & auth to the new version. */  
  16.   "UseWebsocket": false,                /* Do Not Modify this */
  17.   "WebSocketPort": 14251,               /* Port used by NecroBot for potential GUI implementations. Should not be modified. */
  18.   "StartupWelcomeDelay": false,         /* if this is set to 'True', it will ask for you to verify the coordinates before proceeding. Setting it to 'false' will skip this prompt.*/
  19.   "UseTelegramAPI": false,              /* If you want to setup Telegram follow this guide, https://github.com/NECROBOTIO/NecroBot/wiki/Telegram */
  20.   "TelegramAPIKey": null,               /* Same as above.*/
  21.   "AmountOfPokemonToDisplayOnStart": 10 /* how many Pokemon in your Inventory will be displayed at startup */
  22.   "DetailedCountsBeforeRecycling": true /* Will Display List of Inventory before Recycling */
  23.   "MaxBerriesToUsePerPokemon": 3,       /* The Max amount of razzberries to use per Pokemon catch attempt */
  24.   "CatchPokemon": true,                 /* True will catch Pokemon as normal while walking around, False will Only goto PokeStops and Snipe if you have Sniping turned on. */
  25.   "AutomaticallyLevelUpPokemon": false, /* When AutomaticallyLevelUpPokemon is set to True, a randomly selected Pokemon will be leveled up one step based on the SCHEDULED INTERVAL.*/
  26.   "OnlyUpgradeFavorites": true,     /* True will only Auto LvL up your Pokemon that have been marked Favorite. Only If AutomaticallyLevelUpPokemon is set to true. */
  27.   "UseLevelUpList": true,           /* If set to True choose what Pokemon you want to Level up automatically by adding them to this list below ""PokemonsToLevelUp"".*/
  28.   "AmountOfTimesToUpgradeLoop": 5,      /* How many times do you want to Power up each Pokemon that meets the requirements below. */                  
  29.   "GetMinStarDustForLevelUp": 5000,     /* The amount of Stardust you must have to start "AutomaticallyLevelUpPokemon". */
  30.   "LevelUpByCPorIv": "iv",              /* Priority for CP or IV when choosing what Pokemon to Level up. */
  31.   "UpgradePokemonCpMinimum": 1000.0,    /* Minimum Cp for AutomaticallyLevelUpPokemon. */
  32.   "UpgradePokemonIvMinimum": 95.0,      /* Minimum IV for AutomaticallyLevelUpPokemon. */
  33.   "UpgradePokemonMinimumStatsOperator": "and", /* "And" requires a Pokemon to meet CP and IV, "Or" the Pokemon could meet either IV or CP. */
  34.   "DisableHumanWalking": false,                /* False will simulate Human walking and follow paths, True will disable human walking and teleport you around. */
  35.   "DefaultLatitude": 40.785091,                /* Starting Latitude Location */
  36.   "DefaultLongitude": -73.968285,              /* Starting Longitude Location, Pick a good spot on google maps with a lot of Pokestops. */
  37.   "WalkingSpeedInKilometerPerHour": 15.0,      /* Walking Speed, Turning this UP will get you better exp/h but also a greater chance of soft-ban/perm ban. */
  38.   "MaxSpawnLocationOffset": 10,                /* When NecroBot boots, the default location will be offset based on this multiplier. Most users will not need to modify this.. */  
  39.   "FastSoftBanBypass": false,                  /* if set to true bot doesn't have any delays when bypassing the soft-ban Default is set to False.*/
  40.   "DelayBetweenPlayerActions": 5000,           /* Delay in milliseconds between transfers/recycles/evolutions/etc.*/
  41.   "DelayBetweenPokemonCatch": 2000,        /* Delay in milliseconds between attempts to catch a Pokemon. Turning this Down will get you better exp/h but also a greater chance of soft-ban/perm ban. */
  42.   "DumpPokemonStats": false,                   /* When set to 'true', NecroBot will output a .csv file of the list of player Information including Pokemon Stats, Cp,LvL,IV amount of Candy, Move-set and more, located in a Dumps directory.*/
  43.   "EvolveAboveIvValue": 95.0,                  /* Only when EvolveAllPokemonAboveIV is set to true Value used to determine what IV Pokemon should be automatically evolved at.*/   
  44.   "EvolveAllPokemonAboveIv": false,            /* When EvolveAllPokemonAboveIV is set to true, any Pokemon that is above the EvolveAboveIVValue value will be evolved if there are enough candies.*/
  45.   "EvolveAllPokemonWithEnoughCandy": true,     /* When set to true, any Pokemon listed in the PokemonsToEvolve list will be evolved every 5 Pokestops limited by the number of Pokemon and candies you have.*/
  46.   "EvolveKeptPokemonsAtStorageUsagePercentage": 20.0,  /* The setting 'EvolveKeptPokemonsAtStorageUsagePercentage' determines how much of the pokemon storage should be full before evolution starts.*/
  47.   "KeepPokemonsThatCanEvolve": false,          /* Set to True for Mass Evolving, it will check "UseLuckyEggsMinPokemonAmount" and start Evolving once at that amount, if False it will Evolve as soon as you have enough Candies and the Pokemon is in the "PokemontoEvolve" List*/
  48.   "KeepMinCp": 1250,                           /* Min CP value per Pokemon to keep, NOTE: Only used if TransferDuplicatePokemon is set to true. This is a global setting that applies to any Pokemon that has not been overridden by an entry in the PokemonsTransferFilter list.*/
  49.   "KeepMinIvPercentage": 90.0,                 /* Min IV value per Pokemon to Keep, NOTE: Only used if TransferDuplicatePokemon is set to true. This is a global setting that applies to any Pokemon that has not been overridden by an entry in the PokemonsTransferFilter list.*/
  50.   "KeepMinLvl": 6,                             /* It allows the user to keep pokemon leveled more than the KeepMinLvl value, and choose if he wants to use this feature by setting UseKeepMinLvl to false/true*/
  51.   "KeepMinOperator": "or",                     /* "OR" =,If a pokemon meets either CP,IV, or MinLVL it will keep it, "AND" = the Pokemon must meet ALL values set IV,CP,MinLVL.*/
  52.   "UseKeepMinLvl": false,                      /* Do you want to use the KeepMinLVL for deciding to keep Pokemon*/
  53.   "PrioritizeIvOverCp": false,                 /* When PrioritizeIVOverCP is set to true, the bot will prioritize by IV instead of CP when deciding which Pokemon to transfer out of a group of duplicate Pokemon. By default, the bot sorts by CP.*/
  54.   "KeepMinDuplicatePokemon": 1,                /* This value specifies how many duplicates of each Pokemon to keep when deciding what Pokemon to transfer.*/
  55.   "UseGpxPathing": false,                      /* When UseGPXPathing is set to true, the bot will walk to the first point in the GPX path defined by the value in GPXFile and traverse each point. By default the bot wanders around the radius defined in MaxTravelDistanceInMeters "".*/
  56.   "GpxFile": "GPXPath.GPX",                    /* GPX file must be in the same folder as the necrobot.exe */
  57.   "VerboseRecycling": true,                    /* True will Display the items it is Recycling, False you will see Recycling quietly....*/
  58.   "RecycleInventoryAtUsagePercentage": 10.0,   /* Percentage of full Inventory before it will recycle specified items*/
  59.   "RandomizeRecycle": false,                   /* if set to true it will enable recycling of items at a more random time and number.*/
  60.   "RandomRecycleValue": 5,                     /* How random do you want to make recycling. Currently, this can recycle more items than desired, so don't set it too big.*/
  61.   "DelayBetweenRecycleActions": false,         /* For more Human like actions if set to true, when recycling items occurs a delay between actions will be added */
  62.   "UseEggIncubators": true,                    /* Automatically incubates eggs in order that they are listed in the inventory when the bot first runs.*/
  63.   "UseLuckyEggConstantly": false,              /* If set to true it will use a Lucky Egg anytime available */  
  64.   "UseLuckyEggsMinPokemonAmount": 30,          /* Value used when evolving to determine the number of evolutions needed to trigger a Lucky Egg use.*/
  65.   "UseLuckyEggsWhileEvolving": false,          /* When UseLuckyEggsWhileEvolving is set to true, NecroBot will hold-off on evolving Pokemon until there are enough evolutions to meet the value in useLuckyEggsMinPokemonAmount and then proceed to use a Lucky Egg before evolving them.*/
  66.   "UseIncenseConstantly": false,               /* if set true it will use an Incense anytime available */
  67.   "UseBerriesMinCp": 1000,                     /* if "MaxBerriesToUsePerPokemon" is set above 0 then this value will determine to use a razzberry on a min CP */
  68.   "UseBerriesMinIv": 90.0,                     /* if "MaxBerriesToUsePerPokemon" is set above 0 then this value will determine to use a razzberry on a min IV */
  69.   "UseBerriesBelowCatchProbability": 0.2,      /* if "MaxBerriesToUsePerPokemon" is set above 0 then this value will determine to use a razzberry on BelowCatchProbability */
  70.   "UseBerriesOperator": "or",                  /* "OR" =,If a pokemon meets either MinCP,MinIV, or BelowCatchProbability it will use a Razzberry, "AND" = the Pokemon must meet ALL values set MinIV,MinCP,BelowCatchProbability to use a razzberry.*/
  71.   "UseSnipeLocationServer": false,             /* Toggle to use a locally hosted location feeder service like "PogoLocationFeeder" that NecroBot can use to dynamically populate potential sniping locations.See the wiki Sniping Guide for more info.*/
  72.   "SnipeLocationServer": "localhost",          /* Do Not Modify*/
  73.   "SnipeLocationServerPort": 16969,            /* Do Not Modify*/
  74.   "GetSniperInfoFromPokezz": false,            /* Use the Pokezz server for sniping, Default set to false since server has been down, set back to True once servers are stable */
  75.   "GetOnlyVerifiedSniperInfoFromPokezz": true, /* Do not Modify unless above is set to False and you are not sniping with Pokezz*/
  76.   "GetSniperInfoFromPokeSnipers": true,        /* Use the Pokesnipers server for sniping Default set to true */
  77.   "GetSniperInfoFromPokeWatchers": false,      /* Use the PokeWatchers server for sniping, Default set to false since server has been down, set back to True once servers are stable */
  78.   "SnipeWithSkiplagged": false,                /* Use the Skiplagged server for Sniping, Default set to false since server has been down, set back to True once servers are stable */
  79.   "MinPokeballsToSnipe": 20,               /* When attempting to catch a verified Snipe, How many total Pokeballs you must have in your Inventory.*/                            
  80.   "MinPokeballsWhileSnipe": 0,                 /* When attempting to catch a verified Snipe, the minimum amount of Pokeballs you have in your Inventory*/
  81.   "MinDelayBetweenSnipes": 60000,              /* How long in Milliseconds to wait between looking to snipe a Pokemon. ""*/
  82.   "SnipingScanOffset": 0.005,                  /* When going to Snipe a Pokemon the location area radius that your character will look for the Pokemon snipe 0.003 = half a mile; maximum 0.06 is 10 miles*/
  83.   "SnipeAtPokestops": false,                   /* If true your character will look for Pokemon to Snipe after looting a Pokestop, MinDelayBetweenSnipes will determine how many Pokestops to Loot before sniping */
  84.   "SnipeIgnoreUnknownIv": false,               /* at the moment True does not function correctly. "Keep False" so even if the IV is unkown it will still attempt to Snipe. */
  85.   "UseTransferIvForSnipe": false,              /* When UseTransferIvForSnipe is set to true, Necrobot will use the the global KeepMinIvPercentage value and PokemonTransferFilter list to determine if it should attempt to snipe a Pokemon.*/
  86.   "SnipePokemonNotInPokedex": false,           /* known issue, Setting to true will Ignore Regional Pokemon that are not in your PokeDex*/
  87.   "RenamePokemon": false,                      /* When RenamePokemon is set to true, Pokemon are renamed based on the template defined in RenameTemplate.*/
  88.   "RenameOnlyAboveIv": true,                   /* When RenamePokemon and RenameAboveIv are set to true, any Pokemon above the value in KeepMinIvPercentage is renamed.*/
  89.   "RenameTemplate": "{1}_{0}",                 /* Format used by NecroBot to rename Pokemon. No need to modify.*/
  90.   "MaxPokeballsPerPokemon": 10,                /* Specifies the number of pokeballs to use per pokemon before giving up the encounter.*/
  91.   "MaxTravelDistanceInMeters": 5000,           /* In meters, how far the bot will travel in a radius from the original default location.*/
  92.   "TotalAmountOfPokeballsToKeep": 120,         /* Total amount of pokeball-type items to keep. Necrobot will try to intelligently prioritize higher pokeballs when farming Pokestops.*/
  93.   "TotalAmountOfPotionsToKeep": 80,            /* Total amount of potion-type items to keep. Necrobot will try to intelligently prioritize higher potions when farming Pokestops.*/
  94.   "TotalAmountOfRevivesToKeep": 60,            /* Total amount of revive-type items to keep. Necrobot will try to intelligently prioritize higher revives when farming Pokestops.*/
  95.   "TotalAmountOfBerriesToKeep": 50,            /* Total amount of Razzberries to keep*/
  96.   "UseGreatBallAboveCp": 1000,                 /* If a Pokemon is above this CP, use a Great ball.*/
  97.   "UseUltraBallAboveCp": 1250,                 /* If a Pokemon is above this CP, use an Ultra ball.*/
  98.   "UseMasterBallAboveCp": 1500,                /* If a Pokemon is above this CP, use a Master ball.*/
  99.   "UseGreatBallAboveIv": 85.0,                 /* If a Pokemon is above this IV, use a Great ball.*/
  100.   "UseUltraBallAboveIv": 95.0,                 /* If a Pokemon is above this IV, use a Ultra ball.*/
  101.   "UseGreatBallBelowCatchProbability": 0.2,    /* If a Pokemon is below this catch probabilty, use a Great ball.*/
  102.   "UseUltraBallBelowCatchProbability": 0.1,    /* If a Pokemon is below this catch probabilty,use a Ultra ball.*/
  103.   "UseMasterBallBelowCatchProbability": 0.05,  /* If a Pokemon is below this catch probabilty, use a Master ball.*/
  104.   "EnableHumanizedThrows": true,               /* Setting to true will mimic Human-like pokeball throws*/
  105.   "NiceThrowChance": 40,                       /* If EnableHumanizedThrows is set to true, the chance the bot will throw a Nice throw*/
  106.   "GreatThrowChance": 30,                      /* If EnableHumanizedThrows is set to true, the chance the bot will throw a Great throw*/
  107.   "ExcellentThrowChance": 10,                  /* If EnableHumanizedThrows is set to true, the chance the bot will throw a Excellent throw*/
  108.   "CurveThrowChance": 90,                      /* Percent necrobot will throw a curve Pokeball*/
  109.   "ForceGreatThrowOverIv": 90.0,               /* If "EnableHumanizedThrows" is set to true any Pokemon above this IV value will throw a Great.*/
  110.   "ForceExcellentThrowOverIv": 95.0,           /* If "EnableHumanizedThrows" is set to true any Pokemon above this IV value will throw a Excellent.*/
  111.   "ForceGreatThrowOverCp": 1000,               /* If "EnableHumanizedThrows" is set to true any Pokemon above this CP value will throw a Great.*/
  112.   "ForceExcellentThrowOverCp": 1500,           /* If "EnableHumanizedThrows" is set to true any Pokemon above this CP value will throw a Excellent.*/
  113.   "TransferWeakPokemon": false,                /* Transfers all pokemon below KeepMinCP/IV value*/
  114.   "TransferDuplicatePokemon": true,            /* Several Factors determine if duplicate Pokemon will be transfered When TransferDuplicatePokemon is set to true, any Pokemon that meets the below criteria is transferred: Total number of that Pokemon species in your inventory is greater than KeepMinDuplicatePokemon, Below the KeepMinIVPercentage value Below the KeepMinCP value, Is not listed in your PokemonsNotToTransfer list. Note that any of the first three criteria are global values and they CAN be overwritten by the Pokemon-specific settings in the PokemonsTransferFilter list.*/
  115.   "TransferDuplicatePokemonOnCapture": true,   /* If set to true and the Pokemon meets all duplicate requirements MinIV,MinCp etc it will be Transferred right after it is caught. */
  116.   "FavoriteMinIvPercentage": 95.0,             /* if AutoFavoritePokemon is set to true any Pokemon above IV value will be marked Favorite and cannot be transferred.*/
  117.   "AutoFavoritePokemon": false,                /* Automatically mark Pokemon Favorite defined above by IV value */
  118.   "UsePokemonToNotCatchFilter": false,         /* When UsePokemonToNotCatchFilter is set to true, any Pokemon listed in the PokemonsToIgnore list will be skipped when determining what Pokemon to catch.*/
  119.   "UsePokemonSniperFilterOnly": false,         /* Specific list of Pokemon to Only Snipe */
  120.   "ItemRecycleFilter": [                       /* List of max values mapped to each non-Pokeball, non-potion, and non-revive Pokemon Go item. During the recycling stage, any item that is over the max count is recycled to meet the value. This is to prevent full inventories. */
  121.     {                                                      
  122.       "Key": "itemUnknown",                                
  123.       "Value": 0
  124.     },
  125.     {
  126.       "Key": "itemLuckyEgg",
  127.       "Value": 200
  128.     },
  129.     {
  130.       "Key": "itemIncenseOrdinary",
  131.       "Value": 100
  132.     },
  133.     {
  134.       "Key": "itemIncenseSpicy",
  135.       "Value": 100
  136.     },
  137.     {
  138.       "Key": "itemIncenseCool",
  139.       "Value": 100
  140.     },
  141.     {
  142.       "Key": "itemIncenseFloral",
  143.       "Value": 100
  144.     },
  145.     {
  146.       "Key": "itemTroyDisk",
  147.       "Value": 100
  148.     },
  149.     {
  150.       "Key": "itemXAttack",
  151.       "Value": 100
  152.     },
  153.     {
  154.       "Key": "itemXDefense",
  155.       "Value": 100
  156.     },
  157.     {
  158.       "Key": "itemXMiracle",
  159.       "Value": 100
  160.     },
  161.     {
  162.       "Key": "itemSpecialCamera",
  163.       "Value": 100
  164.     },
  165.     {
  166.       "Key": "itemIncubatorBasicUnlimited",
  167.       "Value": 100
  168.     },
  169.     {
  170.       "Key": "itemIncubatorBasic",
  171.       "Value": 100
  172.     },
  173.     {
  174.       "Key": "itemPokemonStorageUpgrade",
  175.       "Value": 100
  176.     },
  177.     {
  178.       "Key": "itemItemStorageUpgrade",
  179.       "Value": 100
  180.     }
  181.   ],
  182.   "PokemonsNotToTransfer": [ /*Only used if "TransferDuplicatePokemon" is set to true Comma-seperated quote-wrapped list of Pokemon names that distinguish what Pokemon to keep regardless of their IV or CP so that they are not transferred. Pokemon in this list should never be transferred by NecroBot. */            
  183.     "venusaur",
  184.     "charizard",
  185.     "blastoise",
  186.     "clefable",
  187.     "muk",
  188.     "chansey",
  189.     "gyarados",
  190.     "ditto",
  191.     "snorlax",
  192.     "articuno",
  193.     "zapdos",
  194.     "moltres",
  195.     "dragonite",
  196.     "mewtwo",
  197.     "mew"
  198.   ],
  199.   "PokemonsToEvolve": [     /*Only used if "EvolveAllPokemonWithEnoughCandy" is set to true. Comma-seperated quote-wrapped list of Pokemon names that distinguish which Pokemon to automatically evolve if there are enough candies.*/
  200.     "caterpie",                                          
  201.     "weedle",                                            
  202.     "pidgey",                                            
  203.     "rattata"                                            
  204.   ],                                                    
  205.   "PokemonsToLevelUp": [    /*Only used if "UseLevelUpList" is set to true. Comma-seperated quote-wrapped list of Pokemon names that distinguish which Pokemon to automatically power up. */                            
  206.     "caterpie",                                          
  207.     "weedle",                                            
  208.     "pidgey",                                            
  209.     "rattata",                                          
  210.     "spearow",                                          
  211.     "zubat",                                            
  212.     "doduo"                                              
  213.   ],                                                    
  214.   "PokemonsToIgnore": [     /*Only used if "UsePokemonToNotCatchFilter" is set to true. Comma-seperated quote-wrapped list of Pokemon names that distinguish what Pokemon to ignore when searching to catch.*/
  215.     "caterpie",
  216.     "weedle",
  217.     "pidgey",
  218.     "rattata",
  219.     "spearow",
  220.     "zubat",
  221.     "doduo"
  222.   ],
  223.   "PokemonsTransferFilter": { /*Only used if "TransferDuplicatePokemon" is set to true This list of Pokemon names lets you set the KeepMinDuplicatePokemon, KeepMinIVPercentage, and KeepMinCP values specific to each Pokemon. This lets you override the default global values for those.*/
  224.     "Golduck": {
  225.       "KeepMinCp": 1800,
  226.       "KeepMinLvl": 6,
  227.       "UseKeepMinLvl": false,
  228.       "KeepMinIvPercentage": 95.0,
  229.       "KeepMinDuplicatePokemon": 1,
  230.       "Moves": [],
  231.       "KeepMinOperator": "or",
  232.       "MovesOperator": "or"
  233.     },
  234.     "Farfetchd": {
  235.       "KeepMinCp": 1250,
  236.       "KeepMinLvl": 6,
  237.       "UseKeepMinLvl": false,
  238.       "KeepMinIvPercentage": 80.0,
  239.       "KeepMinDuplicatePokemon": 1,
  240.       "Moves": [],
  241.       "KeepMinOperator": "or",
  242.       "MovesOperator": "or"
  243.     },
  244.     "Krabby": {
  245.       "KeepMinCp": 1250,
  246.       "KeepMinLvl": 6,
  247.       "UseKeepMinLvl": false,
  248.       "KeepMinIvPercentage": 95.0,
  249.       "KeepMinDuplicatePokemon": 1,
  250.       "Moves": [],
  251.       "KeepMinOperator": "or",
  252.       "MovesOperator": "or"
  253.     },
  254.     "Kangaskhan": {
  255.       "KeepMinCp": 1500,
  256.       "KeepMinLvl": 6,
  257.       "UseKeepMinLvl": false,
  258.       "KeepMinIvPercentage": 60.0,
  259.       "KeepMinDuplicatePokemon": 1,
  260.       "Moves": [],
  261.       "KeepMinOperator": "or",
  262.       "MovesOperator": "or"
  263.     },
  264.     "Horsea": {
  265.       "KeepMinCp": 1250,
  266.       "KeepMinLvl": 6,
  267.       "UseKeepMinLvl": false,
  268.       "KeepMinIvPercentage": 95.0,
  269.       "KeepMinDuplicatePokemon": 1,
  270.       "Moves": [],
  271.       "KeepMinOperator": "or",
  272.       "MovesOperator": "or"
  273.     },
  274.     "Staryu": {
  275.       "KeepMinCp": 1250,
  276.       "KeepMinLvl": 6,
  277.       "UseKeepMinLvl": false,
  278.       "KeepMinIvPercentage": 95.0,
  279.       "KeepMinDuplicatePokemon": 1,
  280.       "Moves": [],
  281.       "KeepMinOperator": "or",
  282.       "MovesOperator": "or"
  283.     },
  284.     "MrMime": {
  285.       "KeepMinCp": 1250,
  286.       "KeepMinLvl": 6,
  287.       "UseKeepMinLvl": false,
  288.       "KeepMinIvPercentage": 40.0,
  289.       "KeepMinDuplicatePokemon": 1,
  290.       "Moves": [],
  291.       "KeepMinOperator": "or",
  292.       "MovesOperator": "or"
  293.     },
  294.     "Scyther": {
  295.       "KeepMinCp": 1800,
  296.       "KeepMinLvl": 6,
  297.       "UseKeepMinLvl": false,
  298.       "KeepMinIvPercentage": 80.0,
  299.       "KeepMinDuplicatePokemon": 1,
  300.       "Moves": [],
  301.       "KeepMinOperator": "or",
  302.       "MovesOperator": "or"
  303.     },
  304.     "Jynx": {
  305.       "KeepMinCp": 1250,
  306.       "KeepMinLvl": 6,
  307.       "UseKeepMinLvl": false,
  308.       "KeepMinIvPercentage": 95.0,
  309.       "KeepMinDuplicatePokemon": 1,
  310.       "Moves": [],
  311.       "KeepMinOperator": "or",
  312.       "MovesOperator": "or"
  313.     },
  314.     "Electabuzz": {
  315.       "KeepMinCp": 1250,
  316.       "KeepMinLvl": 6,
  317.       "UseKeepMinLvl": false,
  318.       "KeepMinIvPercentage": 80.0,
  319.       "KeepMinDuplicatePokemon": 1,
  320.       "Moves": [],
  321.       "KeepMinOperator": "or",
  322.       "MovesOperator": "or"
  323.     },
  324.     "Magmar": {
  325.       "KeepMinCp": 1500,
  326.       "KeepMinLvl": 6,
  327.       "UseKeepMinLvl": false,
  328.       "KeepMinIvPercentage": 80.0,
  329.       "KeepMinDuplicatePokemon": 1,
  330.       "Moves": [],
  331.       "KeepMinOperator": "or",
  332.       "MovesOperator": "or"
  333.     },
  334.     "Pinsir": {
  335.       "KeepMinCp": 1800,
  336.       "KeepMinLvl": 6,
  337.       "UseKeepMinLvl": false,
  338.       "KeepMinIvPercentage": 95.0,
  339.       "KeepMinDuplicatePokemon": 1,
  340.       "Moves": [],
  341.       "KeepMinOperator": "or",
  342.       "MovesOperator": "or"
  343.     },
  344.     "Tauros": {
  345.       "KeepMinCp": 1250,
  346.       "KeepMinLvl": 6,
  347.       "UseKeepMinLvl": false,
  348.       "KeepMinIvPercentage": 90.0,
  349.       "KeepMinDuplicatePokemon": 1,
  350.       "Moves": [],
  351.       "KeepMinOperator": "or",
  352.       "MovesOperator": "or"
  353.     },
  354.     "Magikarp": {
  355.       "KeepMinCp": 200,
  356.       "KeepMinLvl": 6,
  357.       "UseKeepMinLvl": false,
  358.       "KeepMinIvPercentage": 95.0,
  359.       "KeepMinDuplicatePokemon": 1,
  360.       "Moves": [],
  361.       "KeepMinOperator": "or",
  362.       "MovesOperator": "or"
  363.     },
  364.     "Gyarados": {
  365.       "KeepMinCp": 1250,
  366.       "KeepMinLvl": 6,
  367.       "UseKeepMinLvl": false,
  368.       "KeepMinIvPercentage": 90.0,
  369.       "KeepMinDuplicatePokemon": 1,
  370.       "Moves": [],
  371.       "KeepMinOperator": "or",
  372.       "MovesOperator": "or"
  373.     },
  374.     "Lapras": {
  375.       "KeepMinCp": 1800,
  376.       "KeepMinLvl": 6,
  377.       "UseKeepMinLvl": false,
  378.       "KeepMinIvPercentage": 80.0,
  379.       "KeepMinDuplicatePokemon": 1,
  380.       "Moves": [],
  381.       "KeepMinOperator": "or",
  382.       "MovesOperator": "or"
  383.     },
  384.     "Eevee": {
  385.       "KeepMinCp": 1250,
  386.       "KeepMinLvl": 6,
  387.       "UseKeepMinLvl": false,
  388.       "KeepMinIvPercentage": 95.0,
  389.       "KeepMinDuplicatePokemon": 1,
  390.       "Moves": [],
  391.       "KeepMinOperator": "or",
  392.       "MovesOperator": "or"
  393.     },
  394.     "Vaporeon": {
  395.       "KeepMinCp": 1500,
  396.       "KeepMinLvl": 6,
  397.       "UseKeepMinLvl": false,
  398.       "KeepMinIvPercentage": 90.0,
  399.       "KeepMinDuplicatePokemon": 1,
  400.       "Moves": [],
  401.       "KeepMinOperator": "or",
  402.       "MovesOperator": "or"
  403.     },
  404.     "Jolteon": {
  405.       "KeepMinCp": 1500,
  406.       "KeepMinLvl": 6,
  407.       "UseKeepMinLvl": false,
  408.       "KeepMinIvPercentage": 90.0,
  409.       "KeepMinDuplicatePokemon": 1,
  410.       "Moves": [],
  411.       "KeepMinOperator": "or",
  412.       "MovesOperator": "or"
  413.     },
  414.     "Flareon": {
  415.       "KeepMinCp": 1500,
  416.       "KeepMinLvl": 6,
  417.       "UseKeepMinLvl": false,
  418.       "KeepMinIvPercentage": 90.0,
  419.       "KeepMinDuplicatePokemon": 1,
  420.       "Moves": [],
  421.       "KeepMinOperator": "or",
  422.       "MovesOperator": "or"
  423.     },
  424.     "Porygon": {
  425.       "KeepMinCp": 1250,
  426.       "KeepMinLvl": 6,
  427.       "UseKeepMinLvl": false,
  428.       "KeepMinIvPercentage": 60.0,
  429.       "KeepMinDuplicatePokemon": 1,
  430.       "Moves": [],
  431.       "KeepMinOperator": "or",
  432.       "MovesOperator": "or"
  433.     },
  434.     "Snorlax": {
  435.       "KeepMinCp": 2600,
  436.       "KeepMinLvl": 6,
  437.       "UseKeepMinLvl": false,
  438.       "KeepMinIvPercentage": 90.0,
  439.       "KeepMinDuplicatePokemon": 1,
  440.       "Moves": [],
  441.       "KeepMinOperator": "or",
  442.       "MovesOperator": "or"
  443.     },
  444.     "Dragonite": {
  445.       "KeepMinCp": 2600,
  446.       "KeepMinLvl": 6,
  447.       "UseKeepMinLvl": false,
  448.       "KeepMinIvPercentage": 90.0,
  449.       "KeepMinDuplicatePokemon": 1,
  450.       "Moves": [],
  451.       "KeepMinOperator": "or",
  452.       "MovesOperator": "or"
  453.     }
  454.   },
  455.   "PokemonToSnipe": {
  456.     "Locations": [
  457.       {
  458.         "Latitude": 38.556807486461118,
  459.         "Longitude": -121.2383794784546
  460.       },
  461.       {
  462.         "Latitude": -33.859019,
  463.         "Longitude": 151.213098
  464.       },
  465.       {
  466.         "Latitude": 47.5014969,
  467.         "Longitude": -122.0959568
  468.       },
  469.       {
  470.         "Latitude": 51.5025343,
  471.         "Longitude": -0.2055027
  472.       }
  473.     ],
  474.     "Pokemon": [
  475.       "venusaur",
  476.       "charizard",
  477.       "blastoise",
  478.       "beedrill",
  479.       "raichu",
  480.       "sandslash",
  481.       "nidoking",
  482.       "nidoqueen",
  483.       "clefable",
  484.       "ninetales",
  485.       "golbat",
  486.       "vileplume",
  487.       "golduck",
  488.       "primeape",
  489.       "arcanine",
  490.       "poliwrath",
  491.       "alakazam",
  492.       "machamp",
  493.       "golem",
  494.       "rapidash",
  495.       "slowbro",
  496.       "farfetchd",
  497.       "muk",
  498.       "cloyster",
  499.       "gengar",
  500.       "exeggutor",
  501.       "marowak",
  502.       "hitmonchan",
  503.       "lickitung",
  504.       "rhydon",
  505.       "chansey",
  506.       "kangaskhan",
  507.       "starmie",
  508.       "mrMime",
  509.       "scyther",
  510.       "magmar",
  511.       "electabuzz",
  512.       "jynx",
  513.       "gyarados",
  514.       "lapras",
  515.       "ditto",
  516.       "vaporeon",
  517.       "jolteon",
  518.       "flareon",
  519.       "porygon",
  520.       "kabutops",
  521.       "aerodactyl",
  522.       "snorlax",
  523.       "articuno",
  524.       "zapdos",
  525.       "moltres",
  526.       "dragonite",
  527.       "mewtwo",
  528.       "mew"
  529.     ]
  530.   },
  531.   "PokemonToUseMasterball": [
  532.     "articuno",
  533.     "zapdos",
  534.     "moltres",
  535.     "mew",
  536.     "mewtwo"
  537.   ]
  538. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement