forked from jabbink/PokemonGoBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
json-template.json
57 lines (57 loc) · 1.49 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
{
"latitude" : 0,
"longitude" : 0,
"credentials" : {
"type" : "ptc",
"username" : "",
"password" : ""
},
"speed" : 2.8,
"followStreets" : false,
"dropItems" : true,
"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,
"desiredCatchProbability" : 0.4,
"desiredCatchProbabilityUnwanted" : 0.0,
"autotransfer" : true,
"keepPokemonAmount" : 1,
"maxPokemonAmount" : -1,
"displayKeepalive" : true,
"displayPokestopName" : false,
"displayPokestopRewards" : true,
"displayPokemonCatchRewards" : true,
"displayIfPokemonFromLure" : true,
"lootPokestop" : true,
"catchPokemon" : true,
"autoFillIncubator" : true,
"sortByIv" : false,
"alwaysCurve" : false,
"neverUseBerries" : true,
"allowLeaveStartArea" : false,
"spawnRadius" : -1,
"banSpinCount" : 0,
"transferCpThreshold" : 400,
"transferIvThreshold" : 80,
"ignoredPokemon" : [ "EEVEE", "MEWTWO", "CHARMANDER" ],
"obligatoryTransfer" : [ "DODUO", "RATTATA", "CATERPIE", "PIDGEY" ],
"export" : "",
"guiPortSocket" : 8001,
"initialMapSize" : 9
}