Advertisement
emsin

config.json 1.0.0.96

Feb 10th, 2017
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 53.32 KB | None | 0 0
  1. {
  2.   "ConsoleConfig": { /* コンソール画面出力に関する設定 */
  3.     "TranslationLanguageCode": "ja", /* 言語設定 */
  4.     "StartupWelcomeDelay": false,
  5.     "AmountOfPokemonToDisplayOnStart": 2, /* 起動時に表示される最大CPや最大IVの表示数 */
  6.     "DetailedCountsBeforeRecycling": true
  7.   },
  8.   "UpdateConfig": {
  9.     "SchemaVersion": 6,
  10.     "CheckForUpdates": true, /* アップデートをチェックする */
  11.     "AutoUpdate": true /* 自動アップデートを有効にする */
  12.   },
  13.   "WebsocketsConfig": {
  14.     "UseWebsocket": true,
  15.     "WebSocketPort": 14251 /* GUIや設定画面が使用するポート番号の指定 */
  16.                            /* 複数同時起動する場合はこの番号が重複しているとエラーになります */
  17.   },
  18.   "LocationConfig": { /* ロケーションに関する設定 */
  19.     "DisableHumanWalking": false, /* trueにすると直線的に動きます */
  20.     "StartFromLastPosition": true, /* 起動時の位置 true=前回終了した場所から開始する */
  21.     "DefaultLatitude": 35.6965388, /* 緯度 */
  22.     "DefaultLongitude": 139.8048367, /* 経度 */
  23.     "WalkingSpeedInKilometerPerHour": 4.16, /* 歩行速度(Km/H)
  24.     "UseWalkingSpeedVariant": true, /* 歩行速度に変化をつける */
  25.     "WalkingSpeedVariant": 1.2, /* 変化する速度の範囲 */
  26.     "ShowVariantWalking": false, /* 速度変化を表示する */
  27.     "RandomlyPauseAtStops": true, /* ポケストップでランダムに止まる */
  28.     "MaxSpawnLocationOffset": 10, /* ポケモンを探す範囲 */
  29.     "MaxTravelDistanceInMeters": 1000 /* 探索範囲(m) */
  30.   },
  31.   "TelegramConfig": { /* Telegram機能 スマホで遠隔操作 */
  32.     "UseTelegramAPI": false,
  33.     "TelegramAPIKey": null,
  34.     "TelegramPassword": null
  35.   },
  36.   "GPXConfig": { /* 指定ルート巡回機能 */
  37.     "UseGpxPathing": false, /* GPXファイルを使う */
  38.     "GpxFile": "GPXPath.GPX" /* GPXファイル名 */
  39.   },
  40.   "SnipeConfig": { /* スナイプの設定 */
  41.     "UseSnipeLocationServer": false,  /* 使いません */
  42.     "SnipeLocationServer": "localhost", /* 使えません */
  43.     "SnipeLocationServerPort": 16969, /* 使えません */
  44.     "GetSniperInfoFromPokezz": false,  /* 使えません */
  45.     "GetOnlyVerifiedSniperInfoFromPokezz": true, /* 使えません */
  46.     "GetSniperInfoFromPokeSnipers": false, /* 使えません */
  47.     "GetSniperInfoFromPokeWatchers": false, /* 使えません */
  48.     "GetSniperInfoFromSkiplagged": false, /* 使えません */
  49.     "MinPokeballsToSnipe": 20, /* スナイプするときのボールの最低数 */
  50.     "MinPokeballsWhileSnipe": 0, /* スナイプでの捕獲中のボールの最定数 */
  51.     "MinDelayBetweenSnipes": 60000, /* 使えません */
  52.     "SnipingScanOffset": 0.005, /* 使えません */
  53.     "SnipeAtPokestops": false, /* 使えません */
  54.     "SnipeIgnoreUnknownIv": false, /* IV不明の情報はスナイプしない */
  55.     "UseTransferIvForSnipe": false, /* 転送条件をスナイプ条件に適用する */
  56.     "SnipePokemonNotInPokedex": false, /* 図鑑にないポケモンはスナイプする */
  57.     "UseSnipeLimit": true, /* スナイプ回数の上限設定 */
  58.     "SnipeRestSeconds": 600, /* 休ませる時間(秒) */
  59.     "SnipeCountLimit": 39, /* スナイプの上限 */
  60.     "ActivateMSniper": true, /* MSniper.exeを使うならtrue */
  61.     "MinIVForAutoSnipe": 100, /* 自動スナイプの最低IV */
  62.     "AutosnipeVerifiedOnly": false, /* 検証済みのスナイプ情報だけを使う */
  63.     "DefaultAutoSnipeCandy": 0, /* 自動スナイプするポケモンのアメの最低所持数 */
  64.     "SnipePauseOnOutOfBallTime": 5 /* ボールがなくなったときにスナイプを休憩する時間(分) */
  65.     "AutoSnipeMaxDistance": 0.0, /* 自動スナイプの最大距離(Km) */
  66.     "AutoSnipeBatchSize": 10 /* 自動スナイプの予約数? */
  67.   },
  68.   "HumanWalkSnipeConfig": { /* 歩行スナイプ(現バージョンでは使えません) */
  69.     "Enable": true, /* falseにしてください */
  70.     "DisplayPokemonList": true,
  71.     "MaxDistance": 1500.0,
  72.     "MaxEstimateTime": 900.0,
  73.     "CatchEmAllMinBalls": 50,
  74.     "TryCatchEmAll": true,
  75.     "CatchPokemonWhileWalking": true,
  76.     "SpinWhileWalking": true,
  77.     "AlwaysWalkback": false,
  78.     "SnipingScanOffset": 0.025,
  79.     "WalkbackDistanceLimit": 300.0,
  80.     "IncludeDefaultLocation": true,
  81.     "UseSnipePokemonList": true,
  82.     "MaxSpeedUpSpeed": 60.0,
  83.     "AllowSpeedUp": true,
  84.     "DelayTimeAtDestination": 10000,
  85.     "UsePokeRadar": true,
  86.     "UseSkiplagged": true,
  87.     "UsePokecrew": true,
  88.     "UsePokesnipers": true,
  89.     "UsePokeZZ": true,
  90.     "UsePokeWatcher": true,
  91.     "UseFastPokemap": true,
  92.     "UsePogoLocationFeeder": false,
  93.     "AllowTransferWhileWalking": false
  94.   },
  95.   "DataSharingConfig": { /* データの共有 自動スナイプのON/OFF */
  96.     "EnableSyncData": true, /* データ共有する true推奨 */
  97.     "AutoSnipe": false, /* 自動スナイプを使う 使うときはtrue */
  98.     "DataServiceIdentification": "", /* スナイプサイトに登録するGUIDの設定 */
  99.     "SnipeDataAccessKey": "", /* VIP用スナイプ鯖のアクセスキー */
  100.     "FailoverDataServers": "ws:///s1.mypogosnipers.com/socket.io",
  101.     "DataRecieverURL": "ws://necrosocket.herokuapp.com/socket.io" /* VIP用鯖もあります */
  102.   },
  103.   "PokeStopConfig": { /* ポケストップの上限設定 */
  104.     "UsePokeStopLimit": true, /* ポケストップ制限を使う */
  105.     "PokeStopLimit": 1500, /* ポケストップの上限 */
  106.     "PokeStopLimitMinutes": 1200 /* 上限に達してから休憩する時間(分) */
  107.   },
  108.   "GymConfig": { /* ジム機能 */
  109.     "NotUsedSkills": [ /* 使用しない技の設定(バグ技)変更しないでください */
  110.       {
  111.        "Key": "snorlax",
  112.        "Value": "hyperBeam"
  113.      },
  114.   ],
  115.     "Enable": false, /* ジム機能を使う */
  116.     "PrioritizeGymOverPokestop": true, /* ポケストップよりジムを優先して動く */
  117.     "MaxDistance": 500.0, /* ジムを探す最大距離 */
  118.     "DefaultTeam": "Yellow", /* チームに入っていないアカウントが選択するチームカラー */
  119.     "MaxCPToDeploy": 1800, /* 配置するポケモンの最大CP */
  120.     "MaxLevelToDeploy": 16, /* 配置するポケモンの最大LV */
  121.     "VisitTimeout": 60, /* バトルのタイムリミット */
  122.     "UseRandomPokemon": false, /* ポケモンをランダムに選ぶ(配置?バトル?) */
  123.     "NumberOfTopPokemonToBeExcluded": 10, /* 配置から除外するCP上位ポケモンの数 */
  124.     "CollectCoinAfterDeployed": 1, /* 回収するコインの数 */
  125.     "EnableAttackGym": true, /* ジム破壊を有効にする */
  126.     "MaxGymLevelToAttack": 1, /* 攻撃するするジムの最大レベル */
  127.     "MaxDefendersToAttack": 1, /* 攻撃する最大ディフェンダーの数? */
  128.     "HealDefendersBeforeApplyToGym": true, /* ジム戦の前に回復する */
  129.     "DontAttackAfterCoinsLimitReached": true, /* コインを回収した後は攻撃しない */
  130.     "EnableGymTraining": true, /* ジムトレーニングを有効にする */
  131.     "TrainGymWhenMissingMaxPoints": 1000, /* 何ポイントを失ったらトレーニングするか */
  132.     "MaxGymLvlToTrain": 5, /* トレーニングを行うジムの最大レベル */
  133.     "TrainAlreadyDefendedGym": true, /* 既に配置しているジムをトレーニングする */
  134.     "MinCpToUseInAttack": 1000, /* 攻撃に使用するポケモンの最低CP */
  135.     "ButNotLessThanDefenderPercent": 0.75, /* ディフェンダーに対してこの割合以下のポケモンは使用しない */
  136.     "UsePokemonToAttackOnlyByCp": true, /* CPで攻撃に使用するポケモンを選ぶ */
  137.     "ExcludeForGyms": [ /* 除外するポケモン */
  138.       "kangaskhan",
  139.       "tauros",
  140.       "mrMime",
  141.       "farfetchd"
  142.     ]
  143.   },
  144.   "PokemonConfig": {
  145.     "CatchPokemon": true, /* ポケモンを捕まえる(通常捕獲) */
  146.     "DelayBetweenPokemonCatch": 2000, /* 待機時間 ポケモン捕獲 */
  147.     "UseCatchLimit": true, /* ポケモンの捕獲制限をつかう */
  148.     "CatchPokemonLimit": 998, /* 上限 */
  149.     "CatchPokemonLimitMinutes": 1470, /* 上限を超えてから休ませる時間(分) */
  150.     "UseIncenseConstantly": false, /* おこうを常につかう */
  151.     "UseEggIncubators": true, /* 孵化装置を使う */
  152.     "UseLimitedEggIncubators": true, /* 有料の孵化装置を使う */
  153.     "UseLuckyEggConstantly": false, /* しあわせたまごを常につかう */
  154.     "UseLuckyEggsMinPokemonAmount": 30, /* しあわせたまごを使う最低進化数 */
  155.     "UseLuckyEggsWhileEvolving": false, /* 進化時にしあわせたまごを使う */
  156.     "UseBerriesMinCp": 1000, /* ずりの実を使う最低CP */
  157.     "UseBerriesMinIv": 90.0, /* ずりの実を使う最低IV */
  158.     "UseBerriesBelowCatchProbability": 0.2, /* すりの実を使う相手の捕獲成功率 */
  159.     "UseBerriesOperator": "or", /* ずりの実を使う条件 */
  160.     "MaxBerriesToUsePerPokemon": 30, /* 1体のポケモンに使うずりの実の最大数 */
  161.     "TransferWeakPokemon": false, /* 弱いポケモンを博士に送る */
  162.     "TransferDuplicatePokemon": true, /* 重複したポケモンを博士に送る */
  163.     "TransferDuplicatePokemonOnCapture": true, /* 捕獲後すぐに送る */
  164.     "RenamePokemon": false, /* ポケモンをリネームする */
  165.     "RenameOnlyAboveIv": false, /* Keep条件で指定したポケモンだけをリネームする */
  166.     "RenameTemplate": "{1}_{0}", /* リネームテンプレート {1}=IV {0}=ポケモン名 */
  167.     "FavoriteMinIvPercentage": 95.0, /* お気に入りに入れるポケモンの最低IV */
  168.     "AutoFavoritePokemon": false, /* 自動お気に入り登録を有効にする */
  169.     "MaxPokeballsPerPokemon": 6, /* 1体のポケモンに使うボールの最大数 */
  170.     "UseGreatBallAboveCp": 1000, /* スーパーボールを使う相手の最低CP */
  171.     "UseUltraBallAboveCp": 1250, /* ハイパーボール 〃  */
  172.     "UseMasterBallAboveCp": 1500, /* マスターボール 〃  */
  173.     "UseGreatBallAboveIv": 85.0, /* スーパーボールを使う相手の最大IV */
  174.     "UseUltraBallAboveIv": 95.0, /* ハイパーボール 〃  */
  175.     "UseGreatBallBelowCatchProbability": 0.2, /* スーパーボールを使う相手の捕獲成功率 */
  176.     "UseUltraBallBelowCatchProbability": 0.1, /* ハイパーボール 〃  */
  177.     "UseMasterBallBelowCatchProbability": 0.05, /* マスターボール 〃  */
  178.     "AutomaticallyLevelUpPokemon": false, /* ポケモンを自動強化する */
  179.     "OnlyUpgradeFavorites": true, /* お気に入りのポケモンだけを強化する */
  180.     "UseLevelUpList": true, /* レベルアップリストを使う>"PokemonsToLevelUp" */
  181.     "AmountOfTimesToUpgradeLoop": 5, /* 一度に強化する回数 */
  182.     "GetMinStarDustForLevelUp": 5000, /* 強化に必要なほしのすなの最低数 */
  183.     "LevelUpByCPorIv": "iv", /* レベルアップの基準をCPにするかIVにするか */
  184.     "UpgradePokemonCpMinimum": 1000.0, /* 強化するポケモンの最低CP */
  185.     "UpgradePokemonIvMinimum": 95.0, /* 強化するポケモンの最低IV */
  186.     "UpgradePokemonMinimumStatsOperator": "and", /* 強化の条件 and=両方 or=片方のみ */
  187.     "EvolveAboveIvValue": 95.0, /* 進化させるポケモンの最低IV */
  188.     "EvolveAllPokemonAboveIv": false, /* すべてのポケモンを進化させる "PokemonsToEvolve"で指定できます*/
  189.     "EvolveAllPokemonWithEnoughCandy": true, /* 十分なアメがあれば進化させる */
  190.     "EvolveKeptPokemonsAtStorageUsagePercentage": 90.0, /* 進化を開始するボックス使用率 */
  191.     "EvolveKeptPokemonIfBagHasOverThisManyPokemon": 120, /* 進化を開始する進化可能なポケモンの数 */
  192.     "KeepPokemonsThatCanEvolve": false, /* 進化可能なポケモンを溜める */
  193.     "KeepMinCp": 1250, /* キープする最低CP */
  194.     "KeepMinIvPercentage": 90.0, /* キープする最低IV */
  195.     "KeepMinLvl": 6, /* キープするレベル */
  196.     "KeepMinOperator": "or", /* キープの条件 */
  197.     "UseKeepMinLvl": false, /* キープ条件にレベルを使う */
  198.     "PrioritizeIvOverCp": true, /* CPよりIVを優先する */
  199.     "KeepMinDuplicatePokemon": 1, /* 最低重複数 */
  200.     "UsePokemonToNotCatchFilter": true, /* 捕獲しないポケモンのリストを使う="PokemonsToIgnore" */
  201.     "UsePokemonSniperFilterOnly": false, /* スナイプリストに登録されているポケモンだけを捕まえる="Pokemon" */
  202.     "DumpPokemonStats": false, /* 所持ポケモンの一覧をcsvに出力する */
  203.     "DelayBetweenPokemonUpgrade": 10000, /* 待機時間 強化 */
  204.     "OutOfBallCatchBlockTime": 5, /* ボールがなくなったときに捕獲をやめる時間(分) */
  205.     "PokeballToKeepForSnipe": 50, /* スナイプのために確保するボールの数 */
  206.     "UseBulkTransferPokemon": true, /* まとめて転送させる機能を使うか */
  207.     "BulkTransferStogareBuffer": 10, /* 何体まとめて送るか */
  208.     "BulkTransferSize": 100 /* 転送可能なポケモンが何体溜まったら転送を始めるか */
  209.     "UseBallOperator": "or", /* ボールオペレーターを使う? */
  210.     "FavoriteMinCp": 0.0, /* お気に入りに入れる最低CP */
  211.     "DefaultBuddyPokemon": null /* 相棒 "pidgey"にするとポッポを相棒にします */
  212.   },
  213.   "RecycleConfig": {
  214.     "VerboseRecycling": true, /* 整理したアイテムの詳細を表示する */
  215.     "RecycleInventoryAtUsagePercentage": 90.0, /* アイテム整理を始めるバッグ使用率 */
  216.     "RandomizeRecycle": false, /* ランダムリサイクル */
  217.     "RandomRecycleValue": 3, /* ランダムリサイクル値 */
  218.     "TotalAmountOfPokeballsToKeep": 120, /* ボールの最大所持数 */
  219.     "TotalAmountOfPotionsToKeep": 80, /* ポーション類の最大所持数 */
  220.     "TotalAmountOfRevivesToKeep": 60, /* 蘇生薬の最大所持数 */
  221.     "TotalAmountOfBerriesToKeep": 50, /* ずりのみの最大所持数 */
  222.     "UseRecyclePercentsInsteadOfTotals": false, /* 最大所持数設定の変わりにリサイクルパーセンテージを使う */
  223.     "PercentOfInventoryPokeballsToKeep": 35, /* バッグ内でボールが占める割合(%) */
  224.     "PercentOfInventoryPotionsToKeep": 35, /* ポーション類が占める割合 */
  225.     "PercentOfInventoryRevivesToKeep": 20, /* 蘇生薬が占める割合 */
  226.     "PercentOfInventoryBerriesToKeep": 10 /* ずりのみが占める割合 */
  227.   },
  228.   "CustomCatchConfig": { /* ボール投げに関する設定 */
  229.     "EnableHumanizedThrows": true, /* ヒューマナイズ設定を使う */
  230.     "EnableMissedThrows": true, /* ボール投げのミスを有効にする */
  231.     "ThrowMissPercentage": 25, /* ミスの割合 */
  232.     "NiceThrowChance": 40, /* ナイススローの割合 */
  233.     "GreatThrowChance": 30, /* グレイトスローの割合 */
  234.     "ExcellentThrowChance": 10, /* エクセレントスローの割合 */
  235.     "CurveThrowChance": 90, /* カーブスローの割合 */
  236.     "ForceGreatThrowOverIv": 90.0, /* 強制グレイトスローのIV */
  237.     "ForceExcellentThrowOverIv": 95.0, /* 強制エクセレントスローのIV */
  238.     "ForceGreatThrowOverCp": 1000, /* 強制グレイトスローのCP */
  239.     "ForceExcellentThrowOverCp": 1500, /* 強制エクセレントスローのCP */
  240.     "UseTransferFilterToCatch": true /* 捕獲するポケモンに転送フィルターを適用する */
  241.   },
  242.   "PlayerConfig": { /* 待機時間の設定(1/1000秒) */
  243.     "DelayBetweenPlayerActions": 4000, /* アクション */
  244.     "EvolveActionDelay": 20000, /* 進化 */
  245.     "TransferActionDelay": 5000, /* 転送 */
  246.     "RecycleActionDelay": 1000, /* リサイクル */
  247.     "RenamePokemonActionDelay": 2000, /* リネーム */
  248.     "UseNearActionRandom": true /* 少し変化をつける */
  249.   },
  250.   "SoftBanConfig": { /* ソフトバンの設定 現在使えません */
  251.     "FastSoftBanBypass": false,
  252.     "ByPassSpinCount": 1
  253.   },
  254.   "GoogleWalkConfig": { /* ナビゲーションの設定 */
  255.     "UseGoogleWalk": true,
  256.     "DefaultStepLength": 1.3,
  257.     "GoogleHeuristic": "walking",
  258.     "GoogleAPIKey": null,
  259.     "Cache": true,
  260.     "GoogleElevationAPIKey": null
  261.   },
  262.   "YoursWalkConfig": {
  263.     "UseYoursWalk": false,
  264.     "YoursWalkHeuristic": "bicycle"
  265.   },
  266.   "MapzenWalkConfig": {
  267.     "UseMapzenWalk": false,
  268.     "MapzenTurnByTurnApiKey": null,
  269.     "MapzenWalkHeuristic": "bicycle",
  270.     "MapzenElevationApiKey": null
  271.   },
  272.   "ItemRecycleFilter": [ /* 使いません */
  273.     {
  274.       "Key": "itemUnknown",
  275.       "Value": 0
  276.     },
  277.     {
  278.       "Key": "itemLuckyEgg",
  279.       "Value": 200
  280.     },
  281.     {
  282.       "Key": "itemIncenseOrdinary",
  283.       "Value": 100
  284.     },
  285.     {
  286.       "Key": "itemIncenseSpicy",
  287.       "Value": 100
  288.     },
  289.     {
  290.       "Key": "itemIncenseCool",
  291.       "Value": 100
  292.     },
  293.     {
  294.       "Key": "itemIncenseFloral",
  295.       "Value": 100
  296.     },
  297.     {
  298.       "Key": "itemTroyDisk",
  299.       "Value": 100
  300.     },
  301.     {
  302.       "Key": "itemXAttack",
  303.       "Value": 100
  304.     },
  305.     {
  306.       "Key": "itemXDefense",
  307.       "Value": 100
  308.     },
  309.     {
  310.       "Key": "itemXMiracle",
  311.       "Value": 100
  312.     },
  313.     {
  314.       "Key": "itemSpecialCamera",
  315.       "Value": 100
  316.     },
  317.     {
  318.       "Key": "itemIncubatorBasicUnlimited",
  319.       "Value": 100
  320.     },
  321.     {
  322.       "Key": "itemIncubatorBasic",
  323.       "Value": 100
  324.     },
  325.     {
  326.       "Key": "itemPokemonStorageUpgrade",
  327.       "Value": 100
  328.     },
  329.     {
  330.       "Key": "itemItemStorageUpgrade",
  331.       "Value": 100
  332.     },
  333.     {
  334.       "Key": "itemPokeBall",
  335.       "Value": 50
  336.     },
  337.     {
  338.       "Key": "itemRevive",
  339.       "Value": 10
  340.     },
  341.     {
  342.       "Key": "itemPotion",
  343.       "Value": 10
  344.     },
  345.     {
  346.       "Key": "itemHyperPotion",
  347.       "Value": 10
  348.     },
  349.     {
  350.       "Key": "itemPokeBall",
  351.       "Value": 100
  352.     }
  353.   ],
  354.   "PokemonsNotToTransfer": [ /* 転送しないポケモンのリスト */
  355.     "venusaur",
  356.     "charizard",
  357.     "blastoise",
  358.     "clefable",
  359.     "muk",
  360.     "chansey",
  361.     "gyarados",
  362.     "lapras",
  363.     "ditto",
  364.     "vaporeon",
  365.     "jolteon",
  366.     "flareon",
  367.     "snorlax",
  368.     "articuno",
  369.     "zapdos",
  370.     "moltres",
  371.     "dragonite",
  372.     "mewtwo",
  373.     "mew"
  374.   ],
  375.   "PokemonsToEvolve": [ /* 進化させるポケモンのリスト EvolePokemonFilterと重複させないように注意*/
  376.     "caterpie",
  377.     "weedle",
  378.     "pidgey",
  379.     "rattata"
  380.   ],
  381.   "PokemonsToLevelUp": [ /* レベルアップさせるポケモンのリスト */
  382.     "venusaur",
  383.     "charizard",
  384.     "blastoise",
  385.     "clefable",
  386.     "muk",
  387.     "chansey",
  388.     "gyarados",
  389.     "ditto",
  390.     "snorlax",
  391.     "articuno",
  392.     "zapdos",
  393.     "moltres",
  394.     "dragonite",
  395.     "mewtwo",
  396.     "mew"
  397.   ],
  398.   "PokemonsToIgnore": [ /* 捕まえないポケモンのリスト ※海外限定が欲しい人は消したほうがいいです*/
  399.     "tauros",
  400.     "kangaskhan",
  401.     "mrMime",
  402.     "farfetchd"
  403.   ],
  404.   "CaptchaConfig": { /* コイル解除の設定 自動解除を使う場合は2Captcha推奨(他のBOTで使用できるので)*/
  405.     "AllowManualCaptchaResolve": true, /* 手動コイル解除を有効にする */
  406.     "ManualCaptchaTimeout": 120, /* マニュアル解除のタイムアウト(秒) */
  407.     "PlaySoundOnCaptcha": true, /* コイル出現時に音を鳴らす */
  408.     "DisplayOnTop": true, /* 画面の最善面に表示 */
  409.     "Enable2Captcha": false, /* 2Captchaによる自動解除を有効にする */
  410.     "EnableAntiCaptcha": false, /* */
  411.     "AntiCaptchaAPIKey": "", /* */
  412.     "ProxyHost": "", /* */
  413.     "ProxyPort": 3128, /* */
  414.     "EnableCaptchaSolutions": false, /* */
  415.     "CaptchaSolutionAPIKey": "", /* */
  416.     "CaptchaSolutionsSecretKey": "", /* */
  417.     "AutoCaptchaTimeout": 120, /* 自動解除のタイムアウト(秒) */
  418.     "AutoCaptchaRetries": 3, /* 自動解除のリトライ回数 */
  419.     "TwoCaptchaAPIKey": ""  /* 2CaptchaのAPIキー */
  420.   },
  421.   "PokemonsTransferFilter": { /* 転送フィルタ */
  422.     "Golduck": { /* ポケモン名 */
  423.       "KeepMinCp": 1800, /* キープする最低CP */
  424.       "KeepMinIvPercentage": 95.0, /* キープする最低IV */
  425.       "KeepMinLvl": 6, /* キープする最低レベル */
  426.       "UseKeepMinLvl": false, /* レベル条件を使う */
  427.       "KeepMinOperator": "or", /* 条件 */
  428.       "KeepMinDuplicatePokemon": 1, /* 最大重複数 */
  429.       "Moves": [ /* 技セット 技1は技名Fast 例)water gun = waterGunFast */
  430.         [
  431.           "waterGunFast", /* 技1 */
  432.           "hydroPump" /* 技2 */
  433.         ]
  434.       ],
  435.       "DeprecatedMoves": null, /* 非推奨の技(使い方不明) */
  436.       "MovesOperator": "and", /* 技設定の条件 and=両方一致 */
  437.       "CatchOnlyPokemonMeetTransferCriteria": false /* 条件に合うものだけを捕まえる */
  438.     },
  439.     "Aerodactyl": {
  440.       "KeepMinCp": 1250,
  441.       "KeepMinIvPercentage": 80.0,
  442.       "KeepMinLvl": 6,
  443.       "UseKeepMinLvl": false,
  444.       "KeepMinOperator": "or",
  445.       "KeepMinDuplicatePokemon": 1,
  446.       "Moves": [
  447.         [
  448.           "biteFast",
  449.           "hyperBeam"
  450.         ]
  451.       ],
  452.       "DeprecatedMoves": null,
  453.       "MovesOperator": "and",
  454.       "CatchOnlyPokemonMeetTransferCriteria": false
  455.     },
  456.     "Venusaur": {
  457.       "KeepMinCp": 1800,
  458.       "KeepMinIvPercentage": 95.0,
  459.       "KeepMinLvl": 6,
  460.       "UseKeepMinLvl": false,
  461.       "KeepMinOperator": "or",
  462.       "KeepMinDuplicatePokemon": 1,
  463.       "Moves": [
  464.         [
  465.           "vineWhipFast",
  466.           "solarBeam"
  467.         ]
  468.       ],
  469.       "DeprecatedMoves": null,
  470.       "MovesOperator": "and",
  471.       "CatchOnlyPokemonMeetTransferCriteria": false
  472.     },
  473.     "Farfetchd": {
  474.       "KeepMinCp": 1250,
  475.       "KeepMinIvPercentage": 80.0,
  476.       "KeepMinLvl": 6,
  477.       "UseKeepMinLvl": false,
  478.       "KeepMinOperator": "or",
  479.       "KeepMinDuplicatePokemon": 1,
  480.       "Moves": [],
  481.       "DeprecatedMoves": null,
  482.       "MovesOperator": "or",
  483.       "CatchOnlyPokemonMeetTransferCriteria": false
  484.     },
  485.     "Krabby": {
  486.       "KeepMinCp": 1250,
  487.       "KeepMinIvPercentage": 95.0,
  488.       "KeepMinLvl": 6,
  489.       "UseKeepMinLvl": false,
  490.       "KeepMinOperator": "or",
  491.       "KeepMinDuplicatePokemon": 1,
  492.       "Moves": [],
  493.       "DeprecatedMoves": null,
  494.       "MovesOperator": "or",
  495.       "CatchOnlyPokemonMeetTransferCriteria": false
  496.     },
  497.     "Kangaskhan": {
  498.       "KeepMinCp": 1500,
  499.       "KeepMinIvPercentage": 60.0,
  500.       "KeepMinLvl": 6,
  501.       "UseKeepMinLvl": false,
  502.       "KeepMinOperator": "or",
  503.       "KeepMinDuplicatePokemon": 1,
  504.       "Moves": [],
  505.       "DeprecatedMoves": null,
  506.       "MovesOperator": "or",
  507.       "CatchOnlyPokemonMeetTransferCriteria": false
  508.     },
  509.     "Horsea": {
  510.       "KeepMinCp": 1250,
  511.       "KeepMinIvPercentage": 95.0,
  512.       "KeepMinLvl": 6,
  513.       "UseKeepMinLvl": false,
  514.       "KeepMinOperator": "or",
  515.       "KeepMinDuplicatePokemon": 1,
  516.       "Moves": [],
  517.       "DeprecatedMoves": null,
  518.       "MovesOperator": "or",
  519.       "CatchOnlyPokemonMeetTransferCriteria": false
  520.     },
  521.     "Staryu": {
  522.       "KeepMinCp": 1250,
  523.       "KeepMinIvPercentage": 95.0,
  524.       "KeepMinLvl": 6,
  525.       "UseKeepMinLvl": false,
  526.       "KeepMinOperator": "or",
  527.       "KeepMinDuplicatePokemon": 1,
  528.       "Moves": [],
  529.       "DeprecatedMoves": null,
  530.       "MovesOperator": "or",
  531.       "CatchOnlyPokemonMeetTransferCriteria": false
  532.     },
  533.     "MrMime": {
  534.       "KeepMinCp": 1250,
  535.       "KeepMinIvPercentage": 40.0,
  536.       "KeepMinLvl": 6,
  537.       "UseKeepMinLvl": false,
  538.       "KeepMinOperator": "or",
  539.       "KeepMinDuplicatePokemon": 1,
  540.       "Moves": [],
  541.       "DeprecatedMoves": null,
  542.       "MovesOperator": "or",
  543.       "CatchOnlyPokemonMeetTransferCriteria": false
  544.     },
  545.     "Scyther": {
  546.       "KeepMinCp": 1800,
  547.       "KeepMinIvPercentage": 80.0,
  548.       "KeepMinLvl": 6,
  549.       "UseKeepMinLvl": false,
  550.       "KeepMinOperator": "or",
  551.       "KeepMinDuplicatePokemon": 1,
  552.       "Moves": [],
  553.       "DeprecatedMoves": null,
  554.       "MovesOperator": "or",
  555.       "CatchOnlyPokemonMeetTransferCriteria": false
  556.     },
  557.     "Jynx": {
  558.       "KeepMinCp": 1250,
  559.       "KeepMinIvPercentage": 95.0,
  560.       "KeepMinLvl": 6,
  561.       "UseKeepMinLvl": false,
  562.       "KeepMinOperator": "or",
  563.       "KeepMinDuplicatePokemon": 1,
  564.       "Moves": [],
  565.       "DeprecatedMoves": null,
  566.       "MovesOperator": "or",
  567.       "CatchOnlyPokemonMeetTransferCriteria": false
  568.     },
  569.     "Charizard": {
  570.       "KeepMinCp": 1250,
  571.       "KeepMinIvPercentage": 80.0,
  572.       "KeepMinLvl": 6,
  573.       "UseKeepMinLvl": false,
  574.       "KeepMinOperator": "or",
  575.       "KeepMinDuplicatePokemon": 1,
  576.       "Moves": [
  577.         [
  578.           "wingAttackFast",
  579.           "fireBlast"
  580.         ]
  581.       ],
  582.       "DeprecatedMoves": null,
  583.       "MovesOperator": "and",
  584.       "CatchOnlyPokemonMeetTransferCriteria": false
  585.     },
  586.     "Electabuzz": {
  587.       "KeepMinCp": 1250,
  588.       "KeepMinIvPercentage": 80.0,
  589.       "KeepMinLvl": 6,
  590.       "UseKeepMinLvl": false,
  591.       "KeepMinOperator": "or",
  592.       "KeepMinDuplicatePokemon": 1,
  593.       "Moves": [
  594.         [
  595.           "thunderShockFast",
  596.           "thunder"
  597.         ]
  598.       ],
  599.       "DeprecatedMoves": null,
  600.       "MovesOperator": "and",
  601.       "CatchOnlyPokemonMeetTransferCriteria": false
  602.     },
  603.     "Magmar": {
  604.       "KeepMinCp": 1500,
  605.       "KeepMinIvPercentage": 80.0,
  606.       "KeepMinLvl": 6,
  607.       "UseKeepMinLvl": false,
  608.       "KeepMinOperator": "or",
  609.       "KeepMinDuplicatePokemon": 1,
  610.       "Moves": [],
  611.       "DeprecatedMoves": null,
  612.       "MovesOperator": "or",
  613.       "CatchOnlyPokemonMeetTransferCriteria": false
  614.     },
  615.     "Pinsir": {
  616.       "KeepMinCp": 1800,
  617.       "KeepMinIvPercentage": 95.0,
  618.       "KeepMinLvl": 6,
  619.       "UseKeepMinLvl": false,
  620.       "KeepMinOperator": "or",
  621.       "KeepMinDuplicatePokemon": 1,
  622.       "Moves": [
  623.         [
  624.           "rockSmashFast",
  625.           "xScissor"
  626.         ]
  627.       ],
  628.       "DeprecatedMoves": null,
  629.       "MovesOperator": "and",
  630.       "CatchOnlyPokemonMeetTransferCriteria": false
  631.     },
  632.     "Tauros": {
  633.       "KeepMinCp": 1250,
  634.       "KeepMinIvPercentage": 90.0,
  635.       "KeepMinLvl": 6,
  636.       "UseKeepMinLvl": false,
  637.       "KeepMinOperator": "or",
  638.       "KeepMinDuplicatePokemon": 1,
  639.       "Moves": [],
  640.       "DeprecatedMoves": null,
  641.       "MovesOperator": "or",
  642.       "CatchOnlyPokemonMeetTransferCriteria": false
  643.     },
  644.     "Magikarp": {
  645.       "KeepMinCp": 200,
  646.       "KeepMinIvPercentage": 95.0,
  647.       "KeepMinLvl": 6,
  648.       "UseKeepMinLvl": false,
  649.       "KeepMinOperator": "or",
  650.       "KeepMinDuplicatePokemon": 1,
  651.       "Moves": [],
  652.       "DeprecatedMoves": null,
  653.       "MovesOperator": "or",
  654.       "CatchOnlyPokemonMeetTransferCriteria": false
  655.     },
  656.     "Exeggutor": {
  657.       "KeepMinCp": 1800,
  658.       "KeepMinIvPercentage": 90.0,
  659.       "KeepMinLvl": 6,
  660.       "UseKeepMinLvl": false,
  661.       "KeepMinOperator": "or",
  662.       "KeepMinDuplicatePokemon": 1,
  663.       "Moves": [
  664.         [
  665.           "zenHeadbuttFast",
  666.           "solarBeam"
  667.         ]
  668.       ],
  669.       "DeprecatedMoves": null,
  670.       "MovesOperator": "and",
  671.       "CatchOnlyPokemonMeetTransferCriteria": false
  672.     },
  673.     "Gyarados": {
  674.       "KeepMinCp": 1250,
  675.       "KeepMinIvPercentage": 90.0,
  676.       "KeepMinLvl": 6,
  677.       "UseKeepMinLvl": false,
  678.       "KeepMinOperator": "or",
  679.       "KeepMinDuplicatePokemon": 1,
  680.       "Moves": [
  681.         [
  682.           "dragonBreath",
  683.           "hydroPump"
  684.         ]
  685.       ],
  686.       "DeprecatedMoves": null,
  687.       "MovesOperator": "and",
  688.       "CatchOnlyPokemonMeetTransferCriteria": false
  689.     },
  690.     "Lapras": {
  691.       "KeepMinCp": 1800,
  692.       "KeepMinIvPercentage": 80.0,
  693.       "KeepMinLvl": 6,
  694.       "UseKeepMinLvl": false,
  695.       "KeepMinOperator": "or",
  696.       "KeepMinDuplicatePokemon": 1,
  697.       "Moves": [
  698.         [
  699.           "frostBreathFast",
  700.           "blizzard"
  701.         ]
  702.       ],
  703.       "DeprecatedMoves": null,
  704.       "MovesOperator": "and",
  705.       "CatchOnlyPokemonMeetTransferCriteria": false
  706.     },
  707.     "Eevee": {
  708.       "KeepMinCp": 1250,
  709.       "KeepMinIvPercentage": 95.0,
  710.       "KeepMinLvl": 6,
  711.       "UseKeepMinLvl": false,
  712.       "KeepMinOperator": "or",
  713.       "KeepMinDuplicatePokemon": 1,
  714.       "Moves": [],
  715.       "DeprecatedMoves": null,
  716.       "MovesOperator": "or",
  717.       "CatchOnlyPokemonMeetTransferCriteria": false
  718.     },
  719.     "Vaporeon": {
  720.       "KeepMinCp": 1500,
  721.       "KeepMinIvPercentage": 90.0,
  722.       "KeepMinLvl": 6,
  723.       "UseKeepMinLvl": false,
  724.       "KeepMinOperator": "or",
  725.       "KeepMinDuplicatePokemon": 1,
  726.       "Moves": [
  727.         [
  728.           "waterGun",
  729.           "hydroPump"
  730.         ]
  731.       ],
  732.       "DeprecatedMoves": null,
  733.       "MovesOperator": "and",
  734.       "CatchOnlyPokemonMeetTransferCriteria": false
  735.     },
  736.     "Jolteon": {
  737.       "KeepMinCp": 1500,
  738.       "KeepMinIvPercentage": 90.0,
  739.       "KeepMinLvl": 6,
  740.       "UseKeepMinLvl": false,
  741.       "KeepMinOperator": "or",
  742.       "KeepMinDuplicatePokemon": 1,
  743.       "Moves": [],
  744.       "DeprecatedMoves": null,
  745.       "MovesOperator": "or",
  746.       "CatchOnlyPokemonMeetTransferCriteria": false
  747.     },
  748.     "Flareon": {
  749.       "KeepMinCp": 1500,
  750.       "KeepMinIvPercentage": 90.0,
  751.       "KeepMinLvl": 6,
  752.       "UseKeepMinLvl": false,
  753.       "KeepMinOperator": "or",
  754.       "KeepMinDuplicatePokemon": 1,
  755.       "Moves": [
  756.         [
  757.           "ember",
  758.           "fireBlast"
  759.         ]
  760.       ],
  761.       "DeprecatedMoves": null,
  762.       "MovesOperator": "and",
  763.       "CatchOnlyPokemonMeetTransferCriteria": false
  764.     },
  765.     "Porygon": {
  766.       "KeepMinCp": 1250,
  767.       "KeepMinIvPercentage": 60.0,
  768.       "KeepMinLvl": 6,
  769.       "UseKeepMinLvl": false,
  770.       "KeepMinOperator": "or",
  771.       "KeepMinDuplicatePokemon": 1,
  772.       "Moves": [],
  773.       "DeprecatedMoves": null,
  774.       "MovesOperator": "or",
  775.       "CatchOnlyPokemonMeetTransferCriteria": false
  776.     },
  777.     "Arcanine": {
  778.       "KeepMinCp": 1800,
  779.       "KeepMinIvPercentage": 80.0,
  780.       "KeepMinLvl": 6,
  781.       "UseKeepMinLvl": false,
  782.       "KeepMinOperator": "or",
  783.       "KeepMinDuplicatePokemon": 1,
  784.       "Moves": [
  785.         [
  786.           "fireFangFast",
  787.           "fireBlast"
  788.         ]
  789.       ],
  790.       "DeprecatedMoves": null,
  791.       "MovesOperator": "and",
  792.       "CatchOnlyPokemonMeetTransferCriteria": false
  793.     },
  794.     "Snorlax": {
  795.       "KeepMinCp": 2600,
  796.       "KeepMinIvPercentage": 90.0,
  797.       "KeepMinLvl": 6,
  798.       "UseKeepMinLvl": false,
  799.       "KeepMinOperator": "or",
  800.       "KeepMinDuplicatePokemon": 1,
  801.       "Moves": [
  802.         [
  803.           "zenHeadbuttFast",
  804.           "hyperBeam"
  805.         ]
  806.       ],
  807.       "DeprecatedMoves": null,
  808.       "MovesOperator": "and",
  809.       "CatchOnlyPokemonMeetTransferCriteria": false
  810.     },
  811.     "Dragonite": {
  812.       "KeepMinCp": 2600,
  813.       "KeepMinIvPercentage": 90.0,
  814.       "KeepMinLvl": 6,
  815.       "UseKeepMinLvl": false,
  816.       "KeepMinOperator": "or",
  817.       "KeepMinDuplicatePokemon": 1,
  818.       "Moves": [
  819.         [
  820.           "dragonBreath",
  821.           "dragonClaw"
  822.         ]
  823.       ],
  824.       "DeprecatedMoves": null,
  825.       "MovesOperator": "and",
  826.       "CatchOnlyPokemonMeetTransferCriteria": false
  827.     }
  828.   },
  829.   "PokemonToSnipe": { /* ポケモンを探す座標 ※使えません */
  830.     "Locations": [
  831.       {
  832.         "Latitude": 38.556807486461118,
  833.         "Longitude": -121.2383794784546
  834.       },
  835.       {
  836.         "Latitude": -33.859019,
  837.         "Longitude": 151.213098
  838.       },
  839.       {
  840.         "Latitude": 47.5014969,
  841.         "Longitude": -122.0959568
  842.       },
  843.       {
  844.         "Latitude": 51.5025343,
  845.         "Longitude": -0.2055027
  846.       }
  847.     ],
  848.     "Pokemon": [ /* スナイプするポケモンのリスト ※現バージョンでは機能しません */
  849.       "venusaur",
  850.       "charizard",
  851.       "blastoise",
  852.       "beedrill",
  853.       "raichu",
  854.       "sandslash",
  855.       "nidoking",
  856.       "nidoqueen",
  857.       "clefable",
  858.       "ninetales",
  859.       "golbat",
  860.       "vileplume",
  861.       "golduck",
  862.       "primeape",
  863.       "arcanine",
  864.       "poliwrath",
  865.       "alakazam",
  866.       "machamp",
  867.       "golem",
  868.       "rapidash",
  869.       "slowbro",
  870.       "muk",
  871.       "cloyster",
  872.       "gengar",
  873.       "exeggutor",
  874.       "marowak",
  875.       "hitmonchan",
  876.       "lickitung",
  877.       "rhydon",
  878.       "chansey",
  879.       "starmie",
  880.       "scyther",
  881.       "magmar",
  882.       "electabuzz",
  883.       "jynx",
  884.       "gyarados",
  885.       "lapras",
  886.       "ditto",
  887.       "vaporeon",
  888.       "jolteon",
  889.       "flareon",
  890.       "porygon",
  891.       "kabutops",
  892.       "aerodactyl",
  893.       "snorlax",
  894.       "articuno",
  895.       "zapdos",
  896.       "moltres",
  897.       "dragonite",
  898.       "mewtwo",
  899.       "mew"
  900.     ]
  901.   },
  902.   "PokemonToUseMasterball": [ /* マスターボールを使うポケモンのリスト マスターボールって何? */
  903.     "articuno",
  904.     "zapdos",
  905.     "moltres",
  906.     "mew",
  907.     "mewtwo"
  908.   ],
  909.   "HumanWalkSnipeFilters": {  /* 歩行スナイプのフィルタ ※歩行スナイプは使えません */
  910.     "Magikarp": {
  911.       "MaxDistance": 300.0,
  912.       "Priority": 10,
  913.       "MaxWalkTimes": 200.0,
  914.       "CatchPokemonWhileWalking": true,
  915.       "SpinPokestopWhileWalking": true,
  916.       "MaxSpeedUpSpeed": 60.0,
  917.       "AllowSpeedUp": false,
  918.       "DelayTimeAtDestination": 10,
  919.       "AllowTransferWhileWalking": false
  920.     },
  921.     "Eevee": {
  922.       "MaxDistance": 500.0,
  923.       "Priority": 10,
  924.       "MaxWalkTimes": 200.0,
  925.       "CatchPokemonWhileWalking": true,
  926.       "SpinPokestopWhileWalking": true,
  927.       "MaxSpeedUpSpeed": 60.0,
  928.       "AllowSpeedUp": false,
  929.       "DelayTimeAtDestination": 10,
  930.       "AllowTransferWhileWalking": false
  931.     },
  932.     "Electabuzz": {
  933.       "MaxDistance": 1500.0,
  934.       "Priority": 2,
  935.       "MaxWalkTimes": 700.0,
  936.       "CatchPokemonWhileWalking": true,
  937.       "SpinPokestopWhileWalking": true,
  938.       "MaxSpeedUpSpeed": 60.0,
  939.       "AllowSpeedUp": false,
  940.       "DelayTimeAtDestination": 10,
  941.       "AllowTransferWhileWalking": false
  942.     },
  943.     "Dragonite": {
  944.       "MaxDistance": 3000.0,
  945.       "Priority": 1,
  946.       "MaxWalkTimes": 900.0,
  947.       "CatchPokemonWhileWalking": false,
  948.       "SpinPokestopWhileWalking": false,
  949.       "MaxSpeedUpSpeed": 60.0,
  950.       "AllowSpeedUp": false,
  951.       "DelayTimeAtDestination": 10,
  952.       "AllowTransferWhileWalking": false
  953.     },
  954.     "Dragonair": {
  955.       "MaxDistance": 3000.0,
  956.       "Priority": 1,
  957.       "MaxWalkTimes": 900.0,
  958.       "CatchPokemonWhileWalking": false,
  959.       "SpinPokestopWhileWalking": false,
  960.       "MaxSpeedUpSpeed": 60.0,
  961.       "AllowSpeedUp": false,
  962.       "DelayTimeAtDestination": 10,
  963.       "AllowTransferWhileWalking": false
  964.     },
  965.     "Dratini": {
  966.       "MaxDistance": 2000.0,
  967.       "Priority": 1,
  968.       "MaxWalkTimes": 900.0,
  969.       "CatchPokemonWhileWalking": false,
  970.       "SpinPokestopWhileWalking": false,
  971.       "MaxSpeedUpSpeed": 60.0,
  972.       "AllowSpeedUp": false,
  973.       "DelayTimeAtDestination": 10,
  974.       "AllowTransferWhileWalking": false
  975.     },
  976.     "Charizard": {
  977.       "MaxDistance": 3000.0,
  978.       "Priority": 1,
  979.       "MaxWalkTimes": 900.0,
  980.       "CatchPokemonWhileWalking": false,
  981.       "SpinPokestopWhileWalking": false,
  982.       "MaxSpeedUpSpeed": 60.0,
  983.       "AllowSpeedUp": false,
  984.       "DelayTimeAtDestination": 10,
  985.       "AllowTransferWhileWalking": false
  986.     },
  987.     "Snorlax": {
  988.       "MaxDistance": 3000.0,
  989.       "Priority": 1,
  990.       "MaxWalkTimes": 900.0,
  991.       "CatchPokemonWhileWalking": false,
  992.       "SpinPokestopWhileWalking": false,
  993.       "MaxSpeedUpSpeed": 60.0,
  994.       "AllowSpeedUp": false,
  995.       "DelayTimeAtDestination": 10,
  996.       "AllowTransferWhileWalking": false
  997.     },
  998.     "Lapras": {
  999.       "MaxDistance": 3000.0,
  1000.       "Priority": 1,
  1001.       "MaxWalkTimes": 900.0,
  1002.       "CatchPokemonWhileWalking": false,
  1003.       "SpinPokestopWhileWalking": false,
  1004.       "MaxSpeedUpSpeed": 60.0,
  1005.       "AllowSpeedUp": false,
  1006.       "DelayTimeAtDestination": 10,
  1007.       "AllowTransferWhileWalking": false
  1008.     },
  1009.     "Exeggutor": {
  1010.       "MaxDistance": 1500.0,
  1011.       "Priority": 1,
  1012.       "MaxWalkTimes": 600.0,
  1013.       "CatchPokemonWhileWalking": false,
  1014.       "SpinPokestopWhileWalking": true,
  1015.       "MaxSpeedUpSpeed": 60.0,
  1016.       "AllowSpeedUp": false,
  1017.       "DelayTimeAtDestination": 10,
  1018.       "AllowTransferWhileWalking": false
  1019.     },
  1020.     "Vaporeon": {
  1021.       "MaxDistance": 1800.0,
  1022.       "Priority": 2,
  1023.       "MaxWalkTimes": 800.0,
  1024.       "CatchPokemonWhileWalking": false,
  1025.       "SpinPokestopWhileWalking": false,
  1026.       "MaxSpeedUpSpeed": 60.0,
  1027.       "AllowSpeedUp": false,
  1028.       "DelayTimeAtDestination": 10,
  1029.       "AllowTransferWhileWalking": false
  1030.     },
  1031.     "Lickitung": {
  1032.       "MaxDistance": 1800.0,
  1033.       "Priority": 2,
  1034.       "MaxWalkTimes": 800.0,
  1035.       "CatchPokemonWhileWalking": false,
  1036.       "SpinPokestopWhileWalking": false,
  1037.       "MaxSpeedUpSpeed": 60.0,
  1038.       "AllowSpeedUp": false,
  1039.       "DelayTimeAtDestination": 10,
  1040.       "AllowTransferWhileWalking": false
  1041.     },
  1042.     "Flareon": {
  1043.       "MaxDistance": 1800.0,
  1044.       "Priority": 2,
  1045.       "MaxWalkTimes": 800.0,
  1046.       "CatchPokemonWhileWalking": false,
  1047.       "SpinPokestopWhileWalking": false,
  1048.       "MaxSpeedUpSpeed": 60.0,
  1049.       "AllowSpeedUp": false,
  1050.       "DelayTimeAtDestination": 10,
  1051.       "AllowTransferWhileWalking": false
  1052.     },
  1053.     "Scyther": {
  1054.       "MaxDistance": 1000.0,
  1055.       "Priority": 3,
  1056.       "MaxWalkTimes": 800.0,
  1057.       "CatchPokemonWhileWalking": false,
  1058.       "SpinPokestopWhileWalking": false,
  1059.       "MaxSpeedUpSpeed": 60.0,
  1060.       "AllowSpeedUp": false,
  1061.       "DelayTimeAtDestination": 10,
  1062.       "AllowTransferWhileWalking": false
  1063.     },
  1064.     "Beedrill": {
  1065.       "MaxDistance": 1000.0,
  1066.       "Priority": 3,
  1067.       "MaxWalkTimes": 800.0,
  1068.       "CatchPokemonWhileWalking": false,
  1069.       "SpinPokestopWhileWalking": false,
  1070.       "MaxSpeedUpSpeed": 60.0,
  1071.       "AllowSpeedUp": false,
  1072.       "DelayTimeAtDestination": 10,
  1073.       "AllowTransferWhileWalking": false
  1074.     },
  1075.     "Chansey": {
  1076.       "MaxDistance": 1500.0,
  1077.       "Priority": 2,
  1078.       "MaxWalkTimes": 800.0,
  1079.       "CatchPokemonWhileWalking": false,
  1080.       "SpinPokestopWhileWalking": false,
  1081.       "MaxSpeedUpSpeed": 60.0,
  1082.       "AllowSpeedUp": false,
  1083.       "DelayTimeAtDestination": 10,
  1084.       "AllowTransferWhileWalking": false
  1085.     },
  1086.     "Hitmonlee": {
  1087.       "MaxDistance": 1500.0,
  1088.       "Priority": 2,
  1089.       "MaxWalkTimes": 800.0,
  1090.       "CatchPokemonWhileWalking": false,
  1091.       "SpinPokestopWhileWalking": false,
  1092.       "MaxSpeedUpSpeed": 60.0,
  1093.       "AllowSpeedUp": false,
  1094.       "DelayTimeAtDestination": 10,
  1095.       "AllowTransferWhileWalking": false
  1096.     },
  1097.     "Machamp": {
  1098.       "MaxDistance": 1500.0,
  1099.       "Priority": 2,
  1100.       "MaxWalkTimes": 800.0,
  1101.       "CatchPokemonWhileWalking": false,
  1102.       "SpinPokestopWhileWalking": false,
  1103.       "MaxSpeedUpSpeed": 60.0,
  1104.       "AllowSpeedUp": false,
  1105.       "DelayTimeAtDestination": 10,
  1106.       "AllowTransferWhileWalking": false
  1107.     },
  1108.     "Ninetales": {
  1109.       "MaxDistance": 1500.0,
  1110.       "Priority": 2,
  1111.       "MaxWalkTimes": 800.0,
  1112.       "CatchPokemonWhileWalking": false,
  1113.       "SpinPokestopWhileWalking": false,
  1114.       "MaxSpeedUpSpeed": 60.0,
  1115.       "AllowSpeedUp": false,
  1116.       "DelayTimeAtDestination": 10,
  1117.       "AllowTransferWhileWalking": false
  1118.     },
  1119.     "Jolteon": {
  1120.       "MaxDistance": 1200.0,
  1121.       "Priority": 2,
  1122.       "MaxWalkTimes": 800.0,
  1123.       "CatchPokemonWhileWalking": false,
  1124.       "SpinPokestopWhileWalking": false,
  1125.       "MaxSpeedUpSpeed": 60.0,
  1126.       "AllowSpeedUp": false,
  1127.       "DelayTimeAtDestination": 10,
  1128.       "AllowTransferWhileWalking": false
  1129.     },
  1130.     "Poliwhirl": {
  1131.       "MaxDistance": 1200.0,
  1132.       "Priority": 2,
  1133.       "MaxWalkTimes": 800.0,
  1134.       "CatchPokemonWhileWalking": false,
  1135.       "SpinPokestopWhileWalking": false,
  1136.       "MaxSpeedUpSpeed": 60.0,
  1137.       "AllowSpeedUp": false,
  1138.       "DelayTimeAtDestination": 10,
  1139.       "AllowTransferWhileWalking": false
  1140.     },
  1141.     "Rapidash": {
  1142.       "MaxDistance": 1500.0,
  1143.       "Priority": 2,
  1144.       "MaxWalkTimes": 800.0,
  1145.       "CatchPokemonWhileWalking": false,
  1146.       "SpinPokestopWhileWalking": false,
  1147.       "MaxSpeedUpSpeed": 60.0,
  1148.       "AllowSpeedUp": false,
  1149.       "DelayTimeAtDestination": 10,
  1150.       "AllowTransferWhileWalking": false
  1151.     },
  1152.     "Cloyster": {
  1153.       "MaxDistance": 1200.0,
  1154.       "Priority": 2,
  1155.       "MaxWalkTimes": 800.0,
  1156.       "CatchPokemonWhileWalking": false,
  1157.       "SpinPokestopWhileWalking": false,
  1158.       "MaxSpeedUpSpeed": 60.0,
  1159.       "AllowSpeedUp": false,
  1160.       "DelayTimeAtDestination": 10,
  1161.       "AllowTransferWhileWalking": false
  1162.     },
  1163.     "Dodrio": {
  1164.       "MaxDistance": 1200.0,
  1165.       "Priority": 2,
  1166.       "MaxWalkTimes": 800.0,
  1167.       "CatchPokemonWhileWalking": false,
  1168.       "SpinPokestopWhileWalking": false,
  1169.       "MaxSpeedUpSpeed": 60.0,
  1170.       "AllowSpeedUp": false,
  1171.       "DelayTimeAtDestination": 10,
  1172.       "AllowTransferWhileWalking": false
  1173.     },
  1174.     "Clefable": {
  1175.       "MaxDistance": 1000.0,
  1176.       "Priority": 3,
  1177.       "MaxWalkTimes": 800.0,
  1178.       "CatchPokemonWhileWalking": false,
  1179.       "SpinPokestopWhileWalking": false,
  1180.       "MaxSpeedUpSpeed": 60.0,
  1181.       "AllowSpeedUp": false,
  1182.       "DelayTimeAtDestination": 10,
  1183.       "AllowTransferWhileWalking": false
  1184.     },
  1185.     "Golbat": {
  1186.       "MaxDistance": 200.0,
  1187.       "Priority": 6,
  1188.       "MaxWalkTimes": 800.0,
  1189.       "CatchPokemonWhileWalking": true,
  1190.       "SpinPokestopWhileWalking": true,
  1191.       "MaxSpeedUpSpeed": 60.0,
  1192.       "AllowSpeedUp": false,
  1193.       "DelayTimeAtDestination": 10,
  1194.       "AllowTransferWhileWalking": false
  1195.     },
  1196.     "Jynx": {
  1197.       "MaxDistance": 1200.0,
  1198.       "Priority": 4,
  1199.       "MaxWalkTimes": 800.0,
  1200.       "CatchPokemonWhileWalking": true,
  1201.       "SpinPokestopWhileWalking": true,
  1202.       "MaxSpeedUpSpeed": 60.0,
  1203.       "AllowSpeedUp": false,
  1204.       "DelayTimeAtDestination": 10,
  1205.       "AllowTransferWhileWalking": false
  1206.     },
  1207.     "Rhydon": {
  1208.       "MaxDistance": 1200.0,
  1209.       "Priority": 4,
  1210.       "MaxWalkTimes": 800.0,
  1211.       "CatchPokemonWhileWalking": true,
  1212.       "SpinPokestopWhileWalking": true,
  1213.       "MaxSpeedUpSpeed": 60.0,
  1214.       "AllowSpeedUp": false,
  1215.       "DelayTimeAtDestination": 10,
  1216.       "AllowTransferWhileWalking": false
  1217.     },
  1218.     "Kangaskhan": {
  1219.       "MaxDistance": 800.0,
  1220.       "Priority": 4,
  1221.       "MaxWalkTimes": 800.0,
  1222.       "CatchPokemonWhileWalking": true,
  1223.       "SpinPokestopWhileWalking": true,
  1224.       "MaxSpeedUpSpeed": 60.0,
  1225.       "AllowSpeedUp": false,
  1226.       "DelayTimeAtDestination": 10,
  1227.       "AllowTransferWhileWalking": false
  1228.     },
  1229.     "Wigglytuff": {
  1230.       "MaxDistance": 1250.0,
  1231.       "Priority": 4,
  1232.       "MaxWalkTimes": 800.0,
  1233.       "CatchPokemonWhileWalking": true,
  1234.       "SpinPokestopWhileWalking": true,
  1235.       "MaxSpeedUpSpeed": 60.0,
  1236.       "AllowSpeedUp": false,
  1237.       "DelayTimeAtDestination": 10,
  1238.       "AllowTransferWhileWalking": false
  1239.     },
  1240.     "Gyarados": {
  1241.       "MaxDistance": 1800.0,
  1242.       "Priority": 2,
  1243.       "MaxWalkTimes": 800.0,
  1244.       "CatchPokemonWhileWalking": false,
  1245.       "SpinPokestopWhileWalking": false,
  1246.       "MaxSpeedUpSpeed": 60.0,
  1247.       "AllowSpeedUp": false,
  1248.       "DelayTimeAtDestination": 10,
  1249.       "AllowTransferWhileWalking": false
  1250.     },
  1251.     "Dewgong": {
  1252.       "MaxDistance": 1800.0,
  1253.       "Priority": 2,
  1254.       "MaxWalkTimes": 800.0,
  1255.       "CatchPokemonWhileWalking": false,
  1256.       "SpinPokestopWhileWalking": false,
  1257.       "MaxSpeedUpSpeed": 60.0,
  1258.       "AllowSpeedUp": false,
  1259.       "DelayTimeAtDestination": 10,
  1260.       "AllowTransferWhileWalking": false
  1261.     },
  1262.     "Blastoise": {
  1263.       "MaxDistance": 3000.0,
  1264.       "Priority": 1,
  1265.       "MaxWalkTimes": 900.0,
  1266.       "CatchPokemonWhileWalking": false,
  1267.       "SpinPokestopWhileWalking": false,
  1268.       "MaxSpeedUpSpeed": 60.0,
  1269.       "AllowSpeedUp": true,
  1270.       "DelayTimeAtDestination": 10,
  1271.       "AllowTransferWhileWalking": false
  1272.     },
  1273.     "Venusaur": {
  1274.       "MaxDistance": 3000.0,
  1275.       "Priority": 1,
  1276.       "MaxWalkTimes": 900.0,
  1277.       "CatchPokemonWhileWalking": false,
  1278.       "SpinPokestopWhileWalking": false,
  1279.       "MaxSpeedUpSpeed": 60.0,
  1280.       "AllowSpeedUp": true,
  1281.       "DelayTimeAtDestination": 10,
  1282.       "AllowTransferWhileWalking": false
  1283.     },
  1284.     "Bulbasaur": {
  1285.       "MaxDistance": 500.0,
  1286.       "Priority": 3,
  1287.       "MaxWalkTimes": 300.0,
  1288.       "CatchPokemonWhileWalking": true,
  1289.       "SpinPokestopWhileWalking": true,
  1290.       "MaxSpeedUpSpeed": 60.0,
  1291.       "AllowSpeedUp": false,
  1292.       "DelayTimeAtDestination": 10,
  1293.       "AllowTransferWhileWalking": false
  1294.     },
  1295.     "Charmander": {
  1296.       "MaxDistance": 500.0,
  1297.       "Priority": 3,
  1298.       "MaxWalkTimes": 300.0,
  1299.       "CatchPokemonWhileWalking": true,
  1300.       "SpinPokestopWhileWalking": true,
  1301.       "MaxSpeedUpSpeed": 60.0,
  1302.       "AllowSpeedUp": false,
  1303.       "DelayTimeAtDestination": 10,
  1304.       "AllowTransferWhileWalking": false
  1305.     },
  1306.     "Squirtle": {
  1307.       "MaxDistance": 500.0,
  1308.       "Priority": 3,
  1309.       "MaxWalkTimes": 300.0,
  1310.       "CatchPokemonWhileWalking": true,
  1311.       "SpinPokestopWhileWalking": true,
  1312.       "MaxSpeedUpSpeed": 60.0,
  1313.       "AllowSpeedUp": false,
  1314.       "DelayTimeAtDestination": 10,
  1315.       "AllowTransferWhileWalking": false
  1316.     },
  1317.     "Omanyte": {
  1318.       "MaxDistance": 1500.0,
  1319.       "Priority": 3,
  1320.       "MaxWalkTimes": 300.0,
  1321.       "CatchPokemonWhileWalking": true,
  1322.       "SpinPokestopWhileWalking": true,
  1323.       "MaxSpeedUpSpeed": 60.0,
  1324.       "AllowSpeedUp": false,
  1325.       "DelayTimeAtDestination": 10,
  1326.       "AllowTransferWhileWalking": false
  1327.     },
  1328.     "Marowak": {
  1329.       "MaxDistance": 1500.0,
  1330.       "Priority": 3,
  1331.       "MaxWalkTimes": 300.0,
  1332.       "CatchPokemonWhileWalking": true,
  1333.       "SpinPokestopWhileWalking": true,
  1334.       "MaxSpeedUpSpeed": 60.0,
  1335.       "AllowSpeedUp": false,
  1336.       "DelayTimeAtDestination": 10,
  1337.       "AllowTransferWhileWalking": false
  1338.     },
  1339.     "Venomoth": {
  1340.       "MaxDistance": 1500.0,
  1341.       "Priority": 3,
  1342.       "MaxWalkTimes": 300.0,
  1343.       "CatchPokemonWhileWalking": true,
  1344.       "SpinPokestopWhileWalking": true,
  1345.       "MaxSpeedUpSpeed": 60.0,
  1346.       "AllowSpeedUp": false,
  1347.       "DelayTimeAtDestination": 10,
  1348.       "AllowTransferWhileWalking": false
  1349.     },
  1350.     "Vileplume": {
  1351.       "MaxDistance": 1500.0,
  1352.       "Priority": 3,
  1353.       "MaxWalkTimes": 300.0,
  1354.       "CatchPokemonWhileWalking": true,
  1355.       "SpinPokestopWhileWalking": true,
  1356.       "MaxSpeedUpSpeed": 60.0,
  1357.       "AllowSpeedUp": false,
  1358.       "DelayTimeAtDestination": 10,
  1359.       "AllowTransferWhileWalking": false
  1360.     }
  1361.   },
  1362.   "PokemonUpgradeFilters": { /* 強化条件 */
  1363.     "Dratini": { /* ポケモン名 */
  1364.       "LevelUpByCPorIv": "iv", /* 条件をIVにするかCPにするか */
  1365.       "UpgradePokemonCpMinimum": 600.0, /* 最低CP */
  1366.       "UpgradePokemonIvMinimum": 99.0, /* 最低IV */
  1367.       "UpgradePokemonMinimumStatsOperator": "or", /* 条件にほしのすなの最低量も加えるか */
  1368.       "OnlyUpgradeFavorites": false /* お気に入りのポケモンだけを強化する */
  1369.     }
  1370.   },
  1371.   "MultipleBotConfig": { /* アカウント切り替え機能 */
  1372.     "RuntimeSwitch": 55, /* 切り替える時間 */
  1373.     "OnRarePokemon": true, /* レアなポケモンと遭遇したときに切り替える */
  1374.     "MinIVToSwitch": 90.0, /* 最低IV */
  1375.     "EXPSwitch": 25000, /* 経験値による切り替え ※50万以上推奨=使わない */
  1376.     "PokestopSwitch": 500, /* ポケストップの数 */
  1377.     "PokemonSwitch": 200, /* ポケモンの捕獲数 */
  1378.     "PokemonPerHourSwitch": 100, /* 1時間あたりの捕獲数 */
  1379.     "StartFromDefaultLocation": true, /* デフォルトの場所から開始する false=前回終了場所から開始 */
  1380.     "PokestopSoftbanCount": 5, /* アイテム回収を何回失敗したら切り替えるか */
  1381.     "DisplayList": true, /* アカウントのリストを表示 */
  1382.     "SelectAccountOnStartUp": false, /* 起動時にアカウントを選択するか */
  1383.     "CatchFleeCount": 5, /* 何回逃げられたら切り替えるか */
  1384.     "SwitchOnCatchLimit": true, /* 捕獲上限で切り替える */
  1385.     "SwitchOnPokestopLimit": true /* ポケスト利用上限で切り替える */
  1386.   },
  1387.   "NotificationConfig": { /* 通知機能 重要なイベントをPushBulletで通知 */
  1388.     "EnablePushBulletNotification": false, /* PushBulletを使う */
  1389.     "EnableEmailNotification": false, /* メールで知らせる */
  1390.     "PushBulletApiKey": "", /* PushBulletのAPIキー */
  1391.     "GmailUsername": "", /* Gmail */
  1392.     "GmailPassword": "", /* パスワード */
  1393.     "Recipients": "" /* 入力しなくていいです */
  1394.   },
  1395.   "SnipePokemonFilter": { /* スナイプするポケモンのフィルタ */
  1396.     "Lapras": { /* ポケモン名 */
  1397.       "SnipeIV": 0, /* スナイプする最低IV */
  1398.       "Moves": [], /* 技 */
  1399.       "Operator": "or", /* 条件 */
  1400.       "VerifiedOnly": false, /* 検証済みの情報だけをスナイプする */
  1401.       "Priority": 5, /* 優先度 */
  1402.       "AustoSnipeCandy": 2000 /* スナイプするアメの最低量(集まるまでIV指定を無視してスナイプします) */
  1403.     },
  1404.     "Dragonite": {
  1405.       "SnipeIV": 0,
  1406.       "Moves": [],
  1407.       "Operator": "or",
  1408.       "VerifiedOnly": false,
  1409.       "Priority": 5,
  1410.       "AustoSnipeCandy": 2000
  1411.     },
  1412.     "Snorlax": {
  1413.       "SnipeIV": 0,
  1414.       "Moves": [],
  1415.       "Operator": "or",
  1416.       "VerifiedOnly": false,
  1417.       "Priority": 5,
  1418.       "AustoSnipeCandy": 2000
  1419.     },
  1420.     "Dratini": {
  1421.       "SnipeIV": 0,
  1422.       "Moves": [],
  1423.       "Operator": "or",
  1424.       "VerifiedOnly": false,
  1425.       "Priority": 5,
  1426.       "AustoSnipeCandy": 2000
  1427.     },
  1428.     "Rhyhorn": {
  1429.       "SnipeIV": 0,
  1430.       "Moves": [],
  1431.       "Operator": "or",
  1432.       "VerifiedOnly": false,
  1433.       "Priority": 5,
  1434.       "AustoSnipeCandy": 2000
  1435.     },
  1436.     "Abra": {
  1437.       "SnipeIV": 0,
  1438.       "Moves": [],
  1439.       "Operator": "or",
  1440.       "VerifiedOnly": false,
  1441.       "Priority": 5,
  1442.       "AustoSnipeCandy": 2000
  1443.     }
  1444.   },
  1445.   "EvolvePokemonFilter": { /* 進化させるポケモンの条件 */
  1446.     "Zubat": { /* ポケモン名 */
  1447.       "EnableEvolve": true, /* 進化を有効にする */
  1448.       "MinIV": 0,
  1449.       "MinLV": 0,
  1450.       "MinCP": 0,
  1451.       "Moves": [],
  1452.       "Operator": "or"
  1453.     },
  1454.     "Pidgey": {
  1455.       "EnableEvolve": true,
  1456.       "MinIV": 0,
  1457.       "MinLV": 0,
  1458.       "MinCP": 0,
  1459.       "Moves": [],
  1460.       "Operator": "or"
  1461.     },
  1462.     "Caterpie": {
  1463.       "EnableEvolve": true,
  1464.       "MinIV": 0,
  1465.       "MinLV": 0,
  1466.       "MinCP": 0,
  1467.       "Moves": [],
  1468.       "Operator": "or"
  1469.     }
  1470.   },
  1471.   "CatchPokemonFilter": { /* 捕まえるポケモンのフィルタ設定 */
  1472.     "Lapras": {
  1473.       "MinIV": 0,
  1474.       "MinLV": 0,
  1475.       "MinCP": 0,
  1476.       "Moves": [],
  1477.       "Operator": "or"
  1478.     },
  1479.     "Dratini": {
  1480.       "MinIV": 0,
  1481.       "MinLV": 0,
  1482.       "MinCP": 0,
  1483.       "Moves": [],
  1484.       "Operator": "or"
  1485.     },
  1486.     "Dragonite": {
  1487.       "MinIV": 0,
  1488.       "MinLV": 0,
  1489.       "MinCP": 0,
  1490.       "Moves": [],
  1491.       "Operator": "or"
  1492.     },
  1493.     "Snorlax": {
  1494.       "MinIV": 0,
  1495.       "MinLV": 0,
  1496.       "MinCP": 0,
  1497.       "Moves": [],
  1498.       "Operator": "or"
  1499.     },
  1500.     "Zubat": {
  1501.       "MinIV": 100,
  1502.       "MinLV": 100,
  1503.       "MinCP": 0,
  1504.       "Moves": [],
  1505.       "Operator": "and"
  1506.     }
  1507.   },
  1508.   "BotSwitchPokemonFilters": { /* アカウントを切り替えるポケモンの条件 */
  1509.     "Lickitung": {
  1510.       "IV": 30,
  1511.       "RemainTimes": 60,
  1512.       "Operator": "or",
  1513.       "LV": 0,
  1514.       "Moves": []
  1515.     },
  1516.     "Dragonite": {
  1517.       "IV": 10,
  1518.       "RemainTimes": 60,
  1519.       "Operator": "or",
  1520.       "LV": 0,
  1521.       "Moves": []
  1522.     },
  1523.     "Lapras": {
  1524.       "IV": 10,
  1525.       "RemainTimes": 60,
  1526.       "Operator": "or",
  1527.       "LV": 0,
  1528.       "Moves": []
  1529.     },
  1530.     "Exeggutor": {
  1531.       "IV": 10,
  1532.       "RemainTimes": 60,
  1533.       "Operator": "or",
  1534.       "LV": 0,
  1535.       "Moves": []
  1536.     },
  1537.     "Magmar": {
  1538.       "IV": 70,
  1539.       "RemainTimes": 60,
  1540.       "Operator": "or",
  1541.       "LV": 0,
  1542.       "Moves": []
  1543.     },
  1544.     "Arcanine": {
  1545.       "IV": 10,
  1546.       "RemainTimes": 60,
  1547.       "Operator": "or",
  1548.       "LV": 0,
  1549.       "Moves": []
  1550.     },
  1551.     "Beedrill": {
  1552.       "IV": 10,
  1553.       "RemainTimes": 60,
  1554.       "Operator": "or",
  1555.       "LV": 0,
  1556.       "Moves": []
  1557.     },
  1558.     "Blastoise": {
  1559.       "IV": 10,
  1560.       "RemainTimes": 60,
  1561.       "Operator": "or",
  1562.       "LV": 0,
  1563.       "Moves": []
  1564.     },
  1565.     "Charizard": {
  1566.       "IV": 10,
  1567.       "RemainTimes": 60,
  1568.       "Operator": "or",
  1569.       "LV": 0,
  1570.       "Moves": []
  1571.     },
  1572.     "Venusaur": {
  1573.       "IV": 10,
  1574.       "RemainTimes": 60,
  1575.       "Operator": "or",
  1576.       "LV": 100,
  1577.       "Moves": []
  1578.     },
  1579.     "Vileplume": {
  1580.       "IV": 10,
  1581.       "RemainTimes": 60,
  1582.       "Operator": "or",
  1583.       "LV": 0,
  1584.       "Moves": []
  1585.     },
  1586.     "Vaporeon": {
  1587.       "IV": 10,
  1588.       "RemainTimes": 60,
  1589.       "Operator": "or",
  1590.       "LV": 0,
  1591.       "Moves": []
  1592.     },
  1593.     "Dragonair": {
  1594.       "IV": 70,
  1595.       "RemainTimes": 60,
  1596.       "Operator": "or",
  1597.       "LV": 0,
  1598.       "Moves": []
  1599.     },
  1600.     "Dratini": {
  1601.       "IV": 90,
  1602.       "RemainTimes": 60,
  1603.       "Operator": "or",
  1604.       "LV": 100,
  1605.       "Moves": []
  1606.     },
  1607.     "Snorlax": {
  1608.       "IV": 30,
  1609.       "RemainTimes": 60,
  1610.       "Operator": "or",
  1611.       "LV": 0,
  1612.       "Moves": []
  1613.     },
  1614.     "Kangaskhan": {
  1615.       "IV": 80,
  1616.       "RemainTimes": 60,
  1617.       "Operator": "or",
  1618.       "LV": 0,
  1619.       "Moves": []
  1620.     },
  1621.     "Ninetales": {
  1622.       "IV": 10,
  1623.       "RemainTimes": 60,
  1624.       "Operator": "or",
  1625.       "LV": 0,
  1626.       "Moves": []
  1627.     },
  1628.     "Electabuzz": {
  1629.       "IV": 10,
  1630.       "RemainTimes": 60,
  1631.       "Operator": "or",
  1632.       "LV": 0,
  1633.       "Moves": []
  1634.     },
  1635.     "Magikarp": {
  1636.       "IV": 95,
  1637.       "RemainTimes": 60,
  1638.       "Operator": "or",
  1639.       "LV": 0,
  1640.       "Moves": []
  1641.     }
  1642.   }
  1643. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement