Look up a held item (Pokémon Champions)
get_itemLook up any Pokémon Champions held item by name to get its in-game effect, acquisition method, category, and battle usability. Optionally check regulation legality.
Instructions
Look up a single Pokémon Champions held item by name (e.g. "Choice Scarf", "Garchompite", "Sitrus Berry"): returns its in-game effect, how to obtain it, its category (Hold Item / Mega Stone / Berry), and whether it can be held in battle. Data comes from the Champions items page (Serebii). The "source" field shows whether the answer came from the Champions catalog or the @smogon/calc fallback (which lacks effect/location text). Optionally pass a regulation id (e.g. "m-b") to also get whether the item is legal there.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Item name, e.g. "Life Orb", "Charizardite X", or "Lum Berry". | |
| regulation | No | Optional regulation id (e.g. "m-b") to also check item legality. |