Config
Config.json
{
"debug": false,
"releasePokemon": false,
"notifyReady": true,
"lostPriceForRelease": 25,
"lang": "en",
"currency": "dollars",
"guiinforows": 6,
"allowshiny": true,
"allowlegendary": true,
"havecooldown": true,
"hiperinfo": true,
"cooldown": 15,
"decimals": 0,
"cooldowns": {
"group.vip++": 0,
"group.vip": 20,
"group.vip+": 10
},
"priceFormula": "base + (level * 1) + priceShiny + (totalIvs * 1) + (averageIvs * 1) + (totalEvs * 1) + (averageEvs * 1) + label + (happiness * 1) + gender + form + nature + ability + ball + (((catchRate / 100) * level + log(totalIvs)/2 + sqrt(totalEvs) - 1) * shinyMultiplier * legendaryMultiplier * mythicalMultiplier * ultraBeastMultiplier)",
"shinyMultiplier": 1.0,
"legendaryMultiplier": 1.0,
"MythicalMultiplier": 1.0,
"UltraBeastMultiplier": 1.0,
"limitPrice": 10000,
"base": 100,
"shiny": 500,
"legendary": 5000,
"ah": 0,
"defaultgender": 0,
"defaultform": 0,
"defaultnature": 0,
"defaultability": 0,
"defaultball": 0,
"blacklisted": [
"Magikarp"
],
"gender": {
"F": 0,
"M": 0,
"N": 0
},
"form": {
"Galar": 0
},
"nature": {
"Hardy": 0
},
"ability": {
"None": 0
},
"ball": {
"poke_ball": 0
},
"label": {
"gen1": 0
},
"pokemon": {
"Magikarp": 0
}
}Last updated