Pokémon Defeated
"cobblebadges:pokemon_defeated"Data Structure
{
"battle_types": [
"[any | pvp | pvw | pvn]"
],
"species": "[species identifer]", // See Species, Identifier
"pokemon_properties": "[properties]"
}Example
{
"battle_types": [
"pvw",
"pvn"
],
"species": "any",
"pokemon_properties": "type=fire shiny=true"
}Last updated