Pokémon Captured

ID
"cobblebadges:pokemon_captured"

Triggers when a pokémon has been captured.

Data Structure

{
  "species": "[species identifer]", // See Species, Identifier
  "pokemon_properties": "[properties]"
}

Example

Will trigger when any fire type pokémon, which is shiny, is captured

{
  "species": "any",
  "pokemon_properties": "type=fire shiny=true"
}

Last updated