Trial deck
trial_deckSolo-trial one legal 20-card Pokémon TCG Pocket deck: opening-hand consistency (Basics per opener, Trainer density, how often each card shows up across sampled hands) plus mirror self-play with the deck on both seats (closing speed and first-player bias). Use this to tune a single deck; use simulate_matchup to compare two decks. Takes gameplay card ids, not printing ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deck | Yes | The deck to trial. | |
| seed | No | Base random seed. Reusing the same inputs and seed reproduces the result. | |
| games | No | Mirror self-play games. Defaults to 10; maximum 50. | |
| hands | No | Opening hands to sample. Defaults to 50; maximum 200. | |
| locale | No | Locale for card names. Defaults to 'en'. |