Pokémon Box Link: Difference between revisions

→‎Search queries: updating in light of recent updates
(→‎Search queries: updating in light of recent updates)
Line 92: Line 92:
* <code>[string]</code> — Pokémon whose species name or nickname begins with the text
* <code>[string]</code> — Pokémon whose species name or nickname begins with the text
** <code>+[string]</code> — the above and any Pokémon in the same evolutionary family (e.g. <code>+Meowth</code> returns all instances of Meowth and Persian)
** <code>+[string]</code> — the above and any Pokémon in the same evolutionary family (e.g. <code>+Meowth</code> returns all instances of Meowth and Persian)
*** The player must have a Pokémon that matches <code>[string]</code> to work, including nicknames; if the player only has Persian and no Meowth, <code>+Meowth</code> will not return any results, but <code>+Persian</code> will. This can be performed with nicknames as well as species names; if the player has a Pikachu nicknamed "Sparky", <code>+Sparky</code> will return all Pichu, Pikachu, and Raichu in the player's possession.
** The search term will only be interpreted as a literal string if it does not match any key term. For example, searching <code>evolve</code> will not return a Ditto nicknamed "Evolve", due to the term being interpreted as a key term instead of a literal string.
** The search term will only be interpreted as a literal string if it does not match any key term. For example, searching <code>evolve</code> will not return a Ditto nicknamed "Evolve", due to the term being interpreted as a key term instead of a literal string.
* Numeric
* Numeric
Line 100: Line 99:
** <code>-[number]</code> — Pokémon whose Pokédex index is at most the searched number (e.g. <code>-9</code> returns all Pokémon up to Blastoise)
** <code>-[number]</code> — Pokémon whose Pokédex index is at most the searched number (e.g. <code>-9</code> returns all Pokémon up to Blastoise)
** Prepending <code>cp</code> or <code>hp</code> to a number instead searches for Pokémon based on CP or maximum HP (respectively) instead of Pokédex index (e.g. <code>cp1000-</code> returns all Pokémon with a CP of at least 1000)
** Prepending <code>cp</code> or <code>hp</code> to a number instead searches for Pokémon based on CP or maximum HP (respectively) instead of Pokédex index (e.g. <code>cp1000-</code> returns all Pokémon with a CP of at least 1000)
** Prepending <code>distance</code> to a number instead searches for Pokémon based on distance (in km) from where it was obtained to the player's current location (e.g. <code>distance100-</code> returns all Pokémon obtained at least 100 km away from the player's current location)
* <code>[type]</code> — Pokémon of that [[type]]
* <code>[type]</code> — Pokémon of that [[type]]
* All [[move]] set searches begin with <code>@</code>
* All [[move]] set searches begin with <code>@</code>
Line 105: Line 105:
** <code>@[type]</code> — Pokémon with a move of the searched type
** <code>@[type]</code> — Pokémon with a move of the searched type
** <code>@weather</code> — Pokémon with a move that is currently [[weather]]-boosted
** <code>@weather</code> — Pokémon with a move that is currently [[weather]]-boosted
** <code>@1</code> followed by <code>[type]</code>, <code>[move]</code>, or <code>weather</code> — Pokémon whose Fast Attack that fits the criteria (e.g. <code>@1bug</code> returns all Pokémon with a Bug-type Fast Attack)
** <code>@special</code> — Pokémon with a move outside their standard move pool and thus cannot be relearned using a [[TM]] (e.g. event-exclusive moves, legacy moves, and {{m|Frustration}}/{{m|Return}})
** <code>@2</code> followed by <code>[type]</code>, <code>[move]</code>, or <code>weather</code> — Pokémon whose first Charged Attack fits the criteria
** <code>@1</code> followed by <code>[type]</code>, <code>[move]</code>, <code>weather</code>, or <code>special</code> — Pokémon whose Fast Attack that fits the criteria (e.g. <code>@1bug</code> returns all Pokémon with a Bug-type Fast Attack)
** <code>@3</code> followed by <code>[type]</code>, <code>[move]</code>, or <code>weather</code> — Pokémon whose second Charged Attack fits the criteria
** <code>@2</code> followed by <code>[type]</code>, <code>[move]</code>, <code>weather</code>, or <code>special</code> — Pokémon whose first Charged Attack fits the criteria
** <code>@3</code> followed by <code>[type]</code>, <code>[move]</code>, <code>weather</code>, or <code>special</code> — Pokémon whose second Charged Attack fits the criteria
* <code>evolve</code> — Pokémon for which the player has the necessary [[Candy]] and item (if any) to [[evolution|evolve]]
* <code>evolve</code> — Pokémon for which the player has the necessary [[Candy]] and item (if any) to [[evolution|evolve]]
* <code>item</code> — Pokémon which require an item to evolve, for which the player has the necessary [[Candy]] and item to perform
* <code>item</code> — Pokémon which require an item to evolve, for which the player has the necessary [[Candy]] and item to perform
Line 120: Line 121:
* <code>eggsonly</code> — [[Baby Pokémon]]
* <code>eggsonly</code> — [[Baby Pokémon]]
* <code>costume</code> — Special Event Pokémon, such as Pikachu wearing a hat and sunglasses Squirtle
* <code>costume</code> — Special Event Pokémon, such as Pikachu wearing a hat and sunglasses Squirtle
* <code>male</code> — [[gender|male]] Pokémon
* [[Gender]]
* <code>female</code> — female Pokémon
** <code>male</code> — male Pokémon
* <code>genderless</code> — genderless Pokémon
** <code>female</code> — female Pokémon
* <code>0*</code> — Pokémon whose {{IV}} total is between 0 and 22
** <code>genderless</code> — genderless Pokémon
* <code>1*</code> — Pokémon whose IV total is between 23 and 29
* {{IV}} [[appraisal]]
* <code>2*</code> — Pokémon whose IV total is between 30 and 36
** <code>0*</code> — Pokémon whose {{IV}} total is between 0 and 22
* <code>3*</code> — Pokémon whose IV total is between 37 and 44
** <code>1*</code> — Pokémon whose IV total is between 23 and 29
* <code>4*</code> — Pokémon whose IV total is 45
** <code>2*</code> — Pokémon whose IV total is between 30 and 36
** <code>3*</code> — Pokémon whose IV total is between 37 and 44
** <code>4*</code> — Pokémon whose IV total is 45
* <code>shadow</code> — {{DL|Team GO Rocket|Shadow Pokémon}}
* <code>shadow</code> — {{DL|Team GO Rocket|Shadow Pokémon}}
* <code>purified</code> — Purified Pokémon
* <code>purified</code> — Purified Pokémon