Advertisement
Guest User

ItzPRISON config

a guest
Aug 9th, 2016
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.43 KB | None | 0 0
  1. "StartUpSettings": {
  2. "AutoUpdate": false,
  3. "TransferConfigAndAuthOnUpdate": true,
  4. "DumpPokemonStats": false,
  5. "AmountOfPokemonToDisplayOnStart": 10,
  6. "StartupWelcomeDelay": false,
  7. "TranslationLanguageCode": "en",
  8. "WebSocketPort": 14251,
  9. "DisplayPokemonMaxPoweredCp": true,
  10. "DisplayPokemonMovesetRank": true
  11. },
  12. "LocationSettings": {
  13. "Teleport": true,
  14. "DefaultLatitude": 51.507351,
  15. "DefaultLongitude": -0.127758,
  16. "DefaultAltitude": 10.0,
  17. "WalkingSpeedInKilometerPerHour": 300.0,
  18. "MaxSpawnLocationOffset": 10,
  19. "MaxTravelDistanceInMeters": 5000,
  20. "UseGpxPathing": false,
  21. "GpxFile": "GPXPath.GPX"
  22. },
  23. "DelaySettings": {
  24. "DelayBetweenPlayerActions": 0,
  25. "DelayPositionCheckState": 0,
  26. "DelayPokestop": 0,
  27. "DelayCatchPokemon": 0,
  28. "DelayBetweenPokemonCatch": 0,
  29. "DelayCatchNearbyPokemon": 0,
  30. "DelayCatchLurePokemon": 0,
  31. "DelayCatchIncensePokemon": 0,
  32. "DelayEvolvePokemon": 0,
  33. "DelayEvolveVariation": 0.3,
  34. "DelayTransferPokemon": 0,
  35. "DelayDisplayPokemon": 0,
  36. "DelayUseLuckyEgg": 0,
  37. "DelaySoftbanRetry": 0,
  38. "DelayRecyleItem": 0,
  39. "DelaySnipePokemon": 0,
  40. "MinDelayBetweenSnipes": 0,
  41. "SnipingScanOffset": 0.003
  42. },
  43. "PokemonSettings": {
  44. "UseEggIncubators": true,
  45. "RenamePokemon": false,
  46. "RenameOnlyAboveIv": false,
  47. "RenameTemplate": "{1}_{0}",
  48. "TransferDuplicatePokemon": true,
  49. "PrioritizeIvOverCp": false,
  50. "KeepMinCp": 2500,
  51. "KeepMinIvPercentage": 95.0,
  52. "KeepMinDuplicatePokemon": 1,
  53. "KeepPokemonsThatCanEvolve": true,
  54. "EvolveAllPokemonWithEnoughCandy": true,
  55. "EvolveAllPokemonAboveIv": true,
  56. "EvolveAboveIvValue": 95.0,
  57. "UseLuckyEggsWhileEvolving": true,
  58. "UseLuckyEggsMinPokemonAmount": 1,
  59. "AutomaticallyLevelUpPokemon": false,
  60. "LevelUpByCPorIv": "iv",
  61. "UpgradePokemonCpMinimum": 1000.0,
  62. "UpgradePokemonIvMinimum": 95.0,
  63. "AutoFavoritePokemon": false,
  64. "FavoriteMinIvPercentage": 95.0
  65. },
  66. "CatchSettings": {
  67. "CatchWildPokemon": true,
  68. "HumanizeThrows": false,
  69. "ThrowAccuracyMin": 0.8,
  70. "ThrowAccuracyMax": 1.0,
  71. "ThrowSpinFrequency": 0.8,
  72. "MaxPokeballsPerPokemon": 99,
  73. "UseGreatBallAboveIv": 80,
  74. "UseUltraBallAboveIv": 90,
  75. "UseGreatBallBelowCatchProbability": 0.35,
  76. "UseUltraBallBelowCatchProbability": 0.2,
  77. "UsePokemonToNotCatchFilter": false,
  78. "UseBerryMinCp": 1500,
  79. "UseBerryMinIv": 90.0,
  80. "UseBerryBelowCatchProbability": 0.25
  81. },
  82. "RecycleSettings": {
  83. "AutomaticInventoryManagement": true,
  84. "AutomaticMaxAllPokeballs": 120,
  85. "AutomaticMaxAllPotions": 60,
  86. "AutomaticMaxAllRevives": 80,
  87. "AutomaticMaxAllBerries": 30,
  88. "TotalAmountOfPokeballsToKeep": 10,
  89. "TotalAmountOfGreatballsToKeep": 30,
  90. "TotalAmountOfUltraballsToKeep": 80,
  91. "TotalAmountOfMasterballsToKeep": 100,
  92. "TotalAmountOfPotionsToKeep": 0,
  93. "TotalAmountOfSuperPotionsToKeep": 0,
  94. "TotalAmountOfHyperPotionsToKeep": 20,
  95. "TotalAmountOfMaxPotionsToKeep": 40,
  96. "TotalAmountOfRevivesToKeep": 20,
  97. "TotalAmountOfMaxRevivesToKeep": 60,
  98. "TotalAmountOfRazzToKeep": 30,
  99. "RecycleInventoryAtUsagePercentage": 0.9
  100. },
  101. "SnipeSettings": {
  102. "SnipeAtPokestops": true,
  103. "SnipeIgnoreUnknownIv": true,
  104. "UseTransferIvForSnipe": false,
  105. "MinPokeballsToSnipe": 20,
  106. "MinPokeballsWhileSnipe": 0,
  107. "UseSnipeLocationServer": true,
  108. "UsePokeSnipersLocationServer": false,
  109. "SnipeLocationServer": "localhost",
  110. "SnipeLocationServerPort": 16969,
  111. "SnipeRequestTimeoutSeconds": 5
  112. },
  113. "ItemRecycleFilter": [
  114. {
  115. "Key": "itemUnknown",
  116. "Value": 0
  117. },
  118. {
  119. "Key": "itemLuckyEgg",
  120. "Value": 200
  121. },
  122. {
  123. "Key": "itemIncenseOrdinary",
  124. "Value": 100
  125. },
  126. {
  127. "Key": "itemIncenseSpicy",
  128. "Value": 100
  129. },
  130. {
  131. "Key": "itemIncenseCool",
  132. "Value": 100
  133. },
  134. {
  135. "Key": "itemIncenseFloral",
  136. "Value": 100
  137. },
  138. {
  139. "Key": "itemTroyDisk",
  140. "Value": 100
  141. },
  142. {
  143. "Key": "itemXAttack",
  144. "Value": 100
  145. },
  146. {
  147. "Key": "itemXDefense",
  148. "Value": 100
  149. },
  150. {
  151. "Key": "itemXMiracle",
  152. "Value": 100
  153. },
  154. {
  155. "Key": "itemSpecialCamera",
  156. "Value": 100
  157. },
  158. {
  159. "Key": "itemIncubatorBasicUnlimited",
  160. "Value": 100
  161. },
  162. {
  163. "Key": "itemIncubatorBasic",
  164. "Value": 100
  165. },
  166. {
  167. "Key": "itemPokemonStorageUpgrade",
  168. "Value": 100
  169. },
  170. {
  171. "Key": "itemItemStorageUpgrade",
  172. "Value": 100
  173. }
  174. ],
  175. "PokemonsNotToTransfer": [
  176. "ditto",
  177. "articuno",
  178. "zapdos",
  179. "moltres",
  180. "mewtwo",
  181. "mew"
  182. ],
  183. "PokemonsToEvolve": [
  184. "caterpie",
  185. "bulbasaur",
  186. "ivysaur",
  187. "charmander",
  188. "charmeleon",
  189. "pikachu",
  190. "weedle",
  191. "pidgey",
  192. "rattata",
  193. "spearow",
  194. "ekans",
  195. "pikachu",
  196. "sandshrew",
  197. "nidoranFemale",
  198. "nidoranMale",
  199. "clefairy",
  200. "vulpix",
  201. "jigglypuff",
  202. "zubat",
  203. "oddish",
  204. "paras",
  205. "venonat",
  206. "diglett",
  207. "meowth",
  208. "psyduck",
  209. "mankey",
  210. "growlithe",
  211. "poliwag",
  212. "abra",
  213. "machop",
  214. "bellsprout",
  215. "tentacool",
  216. "geodude",
  217. "ponyta",
  218. "slowpoke",
  219. "squirtle",
  220. "wartortle",
  221. "magnemite",
  222. "doduo",
  223. "seel",
  224. "eevee",
  225. "grimer",
  226. "shellder",
  227. "gastly",
  228. "drowzee",
  229. "krabby",
  230. "voltorb",
  231. "cubone",
  232. "koffing",
  233. "rhyhorn",
  234. "horsea",
  235. "goldeen",
  236. "staryu",
  237. "omanyte",
  238. "kabuto"
  239. ],
  240. "PokemonsToIgnore": [],
  241. "PokemonsTransferFilter": {
  242. "Magikarp": {
  243. "KeepMinCp": 180,
  244. "KeepMinIvPercentage": 95.0,
  245. "KeepMinDuplicatePokemon": 1
  246. },
  247. "Eevee": {
  248. "KeepMinCp": 750,
  249. "KeepMinIvPercentage": 95.0,
  250. "KeepMinDuplicatePokemon": 1
  251. }
  252. },
  253. "PokemonToSnipe": {
  254. "Locations": [
  255. {
  256. "Latitude": 36.0093082,
  257. "Longitude": -80.4149221
  258. },
  259. {
  260. "Latitude": 40.149586615375028,
  261. "Longitude": -83.026342391967773
  262. },
  263. {
  264. "Latitude": 47.3048899,
  265. "Longitude": -122.52135350000003
  266. },
  267. {
  268. "Latitude": -37.598898,
  269. "Longitude": 144.919469
  270. },
  271. {
  272. "Latitude": 51.50231,
  273. "Longitude": -0.203635
  274. },
  275. {
  276. "Latitude": 40.849448,
  277. "Longitude": -74.136251
  278. },
  279. {
  280. "Latitude": 40.1430953,
  281. "Longitude": -75.34997
  282. },
  283. {
  284. "Latitude": 40.283389,
  285. "Longitude": -111.7499611
  286. },
  287. {
  288. "Latitude": 29.56842,
  289. "Longitude": -95.611281599999984
  290. },
  291. {
  292. "Latitude": 47.486809,
  293. "Longitude": 19.0440429
  294. },
  295. {
  296. "Latitude": -33.8927,
  297. "Longitude": 151.234816
  298. },
  299. {
  300. "Latitude": 48.851438,
  301. "Longitude": 2.357557
  302. },
  303. {
  304. "Latitude": 33.762338,
  305. "Longitude": -118.196181
  306. },
  307. {
  308. "Latitude": 37.808966,
  309. "Longitude": -122.410153
  310. },
  311. {
  312. "Latitude": 37.802035,
  313. "Longitude": -122.396814
  314. },
  315. {
  316. "Latitude": 33.741684939490618,
  317. "Longitude": -118.10637474060057
  318. }
  319. ],
  320. "Pokemon": [
  321. "bulbasaur",
  322. "ivysaur",
  323. "venusaur",
  324. "charmander",
  325. "charmeleon",
  326. "charizard",
  327. "squirtle",
  328. "wartortle",
  329. "blastoise",
  330. "butterfree",
  331. "beedrill",
  332. "pidgeot",
  333. "raticate",
  334. "fearow",
  335. "arbok",
  336. "pikachu",
  337. "raichu",
  338. "sandslash",
  339. "nidoqueen",
  340. "nidoking",
  341. "clefable",
  342. "ninetales",
  343. "wigglytuff",
  344. "golbat",
  345. "vileplume",
  346. "parasect",
  347. "venomoth",
  348. "dugtrio",
  349. "persian",
  350. "golduck",
  351. "primeape",
  352. "growlithe",
  353. "arcanine",
  354. "poliwag",
  355. "poliwhirl",
  356. "poliwrath",
  357. "abra",
  358. "kadabra",
  359. "alakazam",
  360. "machop",
  361. "machoke",
  362. "machamp",
  363. "victreebel",
  364. "tentacruel",
  365. "golem",
  366. "rapidash",
  367. "slowbro",
  368. "magneton",
  369. "farfetchd",
  370. "dodrio",
  371. "dewgong",
  372. "grimer",
  373. "muk",
  374. "cloyster",
  375. "gastly",
  376. "haunter",
  377. "gengar",
  378. "onix",
  379. "hypno",
  380. "kingler",
  381. "electrode",
  382. "exeggutor",
  383. "marowak",
  384. "hitmonlee",
  385. "hitmonchan",
  386. "lickitung",
  387. "koffing",
  388. "weezing",
  389. "rhyhorn",
  390. "rhydon",
  391. "chansey",
  392. "tangela",
  393. "kangaskhan",
  394. "seadra",
  395. "seaking",
  396. "starmie",
  397. "mrMime",
  398. "scyther",
  399. "jynx",
  400. "electabuzz",
  401. "magmar",
  402. "pinsir",
  403. "tauros",
  404. "magikarp",
  405. "gyarados",
  406. "lapras",
  407. "ditto",
  408. "eevee",
  409. "vaporeon",
  410. "jolteon",
  411. "flareon",
  412. "porygon",
  413. "omanyte",
  414. "omastar",
  415. "kabuto",
  416. "kabutops",
  417. "aerodactyl",
  418. "snorlax",
  419. "articuno",
  420. "zapdos",
  421. "moltres",
  422. "dratini",
  423. "dragonair",
  424. "dragonite",
  425. "mewtwo",
  426. "mew"
  427. ]
  428. },
  429. "PokemonToUseMasterball": [
  430. "articuno",
  431. "zapdos",
  432. "moltres",
  433. "mew",
  434. "mewtwo"
  435. ]
  436. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement