forked from jabbink/PokemonGoBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
json-template.json
88 lines (87 loc) · 2.34 KB
/
json-template.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"latitude" : 0,
"longitude" : 0,
"saveLocationOnShutdown" : true,
"savedLatitude" : 0,
"savedLongitude" : 0,
"credentials" : {
"type" : "ptc",
"username" : "",
"password" : ""
},
"proxyServer" : "",
"proxyPort" : "-1",
"proxyType" : "SOCKS",
"proxyUsername" : "",
"proxyPassword" : "",
"restApiPassword" : "",
"speed" : 2.8,
"randomSpeedRange" : 0.0,
"followStreets" : [],
"mapzenApiKey" : "",
"googleApiKey" : "",
"groupItemsByType" : false,
"dropItems" : true,
"itemDropDelay" : -1,
"uselessItems" : {
"ITEM_REVIVE" : 20,
"ITEM_MAX_REVIVE" : 10,
"ITEM_POTION" : 0,
"ITEM_SUPER_POTION" : 30,
"ITEM_HYPER_POTION" : 50,
"ITEM_MAX_POTION" : 50,
"ITEM_POKE_BALL" : 40,
"ITEM_GREAT_BALL" : 50,
"ITEM_ULTRA_BALL" : 50,
"ITEM_MASTER_BALL" : 10,
"ITEM_RAZZ_BERRY" : 40,
"ITEM_LUCKY_EGG" : -1,
"ITEM_INCENSE_ORDINARY" : -1,
"ITEM_TROY_DISK" : -1
},
"profileUpdateTimer" : 60,
"timerWalkToStartPokestop" : -1,
"randomNextPokestopSelection" : 5,
"campLurePokestop" : -1,
"desiredCatchProbability" : 0.4,
"desiredCatchProbabilityUnwanted" : 0.0,
"autotransfer" : true,
"autotransferTimeDelay" : -1,
"randomBallThrows" : false,
"waitBetweenThrows" : false,
"keepPokemonAmount" : 1,
"maxPokemonAmount" : -1,
"displayKeepalive" : true,
"displayPokestopName" : false,
"displayPokestopRewards" : true,
"displayPokemonCatchRewards" : true,
"displayIfPokemonFromLure" : true,
"lootPokestop" : true,
"catchPokemon" : true,
"autoFillIncubator" : true,
"sortByIv" : false,
"desiredCurveRate" : 0.0,
"neverUseBerries" : true,
"allowLeaveStartArea" : false,
"spawnRadius" : -1,
"banSpinCount" : 0,
"transferCpThreshold" : 400,
"transferCpMinThreshold" : -1,
"transferIvThreshold" : 80,
"ignoredPokemon" : [ "EEVEE", "MEWTWO", "CHARMANDER" ],
"obligatoryTransfer" : [ "DODUO", "RATTATA", "CATERPIE", "PIDGEY" ],
"evolveBeforeTransfer" : [ "CATERPIE", "RATTATA", "WEEDLE", "PIDGEY" ],
"neverCatchPokemon" : [],
"evolveStackLimit" : 100,
"useLuckyEgg" : 1,
"evolveTimeDelay" : 300,
"export" : "",
"guiPortSocket" : 8001,
"initialMapSize" : 9,
"waitChance" : 0.0,
"waitTimeMin" : 0,
"waitTimeMax" : 0,
"botTimeoutAfterMinutes" : -1,
"botTimeoutAfterCatchingPokemon" : -1,
"botTimeoutAfterVisitingPokestops" : -1
}