Pokémon Showdown
Pokémon Showdown | |
---|---|
Language | English |
Status | Active |
Run | 2011 - Present |
Date opened | October 2011 |
Creator | Zarel |
Forum | PS Forums |
Mascot | Meloetta |
Website | Main Page |
Pokémon Showdown, also often formatted as Pokémon Showdown!, is a web-based Pokémon battle simulator. It is free open source software and written in JavaScript and Node.js. It was adopted by Smogon on July 2, 2012.
In addition to standard modes of play, Pokémon Showdown! includes unique features such as "Pure Hackmons" and "Balanced Hackmons," which encompass Pokémon of normally illegal movesets and Abilities. Some people also have custom servers in which they can create their own rulesets, battle formats, and even "pet mods" where they can change the entire way the game is played.
Features
Pokémon Showdown has move animations in battle. It supports one-click replay sharing and reconnecting to disconnected battles.
Pokémon Showdown supports Single and Double Battles in Generation V, Generation VI, Generation VII, and Generation VIII and also has support for Single Battles in all other generations. They also have Triple Battles though it is only in beta phase as with Multi Battles and Battle Royals. There are also custom battle styles, such as the Almost Any Ability or Monotype ruleset.
This website also features alternative servers which people can join through the main website. Examples include Sports, Dragon Heaven, and Pokémon Insurgence.
Team format
Pokémon Showdown has pioneered a de facto standard for Pokémon team notation.[1]
Export format
The export format is usually the only one the user will see.
Articuno @ Leftovers Ability: Pressure EVs: 252 HP / 252 SpA / 4 SpD Modest Nature IVs: 30 SpA / 30 SpD - Ice Beam - Hurricane - Substitute - Roost Ludicolo @ Life Orb Ability: Swift Swim EVs: 4 HP / 252 SpA / 252 Spe Modest Nature - Surf - Giga Drain - Ice Beam - Rain Dance Volbeat (M) @ Damp Rock Ability: Prankster EVs: 248 HP / 252 Def / 8 SpD Bold Nature - Tail Glow - Baton Pass - Encore - Rain Dance Seismitoad @ Life Orb Ability: Swift Swim EVs: 252 SpA / 4 SpD / 252 Spe Modest Nature - Hydro Pump - Earth Power - Stealth Rock - Rain Dance Alomomola @ Damp Rock Ability: Regenerator EVs: 252 HP / 252 Def / 4 SpD Bold Nature - Wish - Protect - Toxic - Rain Dance Armaldo @ Leftovers Ability: Swift Swim EVs: 128 HP / 252 Atk / 4 Def / 124 Spe Adamant Nature - X-Scissor - Stone Edge - Aqua Tail - Rapid Spin
This example is used to represent this Pokémon team:
This consists of three sections:
- Declaration
- Attributes
- Moves
In syntax definitions below, <...>
just denote a named field. [ ]
denote an optional field. { }
indicates a field that may appear 0 or more times. A backslash \
indicates that any of the < > [ ] { }
is literal.
Declaration
This section has one of the two following syntaxes:
<nickname> (<species-name>) [(<m-or-f>)] [@ <item>] <species-name> [(<m-or-f>)] [@ <item>]
The nickname field is optional. If it exists, the species name must be surrounded by parentheses.
The <m-or-f>
field just indicates that there should be either the letter F or M, which indicate female and male, respectively. Gender unknown Pokémon do not have this field.
The item field is optional. If the Pokémon is holding an item, the item's name must be preceded by an at sign. Example: @ Leftovers
.
Attributes
Each attribute in this section is formatted like this:
<name>: <value>
Type | Description |
---|---|
Integer | Whole number: values between 0-255 are accepted |
Boolean | "Yes" or "No" |
Stat list | List of <number> <stat> pairs, separated with slashes (/).
Stat names (except HP) are translated:
|
Name<Entity> |
These data types apply to the fields:
Name | Type | Description | Default value (if optional) |
---|---|---|---|
Level | Integer | (between 1 and 100) | 100 (50 for World Championships) |
Happiness | Integer | 255 | |
Dynamax Level | Integer | (between 0 and 10) | 10 |
Ability | Name<Ability> | The Pokémon's Ability | |
Nature | Name<Nature> | The Pokémon's nature. Formatted as <name> Nature
|
Serious |
Tera Type | Name<Type> | The Pokémon's Tera type | (automatic) |
Shiny | Boolean | Shininess | No |
Gigantamax | Boolean | Gigantamax Factor presence | No |
EVs | Stat list | Effort values | Missing stats: 0 EVs |
IVs | Stat list | Individual values | Missing stats: 31 IVs |
Moves
This section contains up to four entries formatted like this:
- <move> [\[<type>\]] { / <move> [\[<type>\]] }
The <type>
field is only for moves that can have variable types that can be applied or seen outside of battle, e.g. Hidden Power or Techno Blast.
More than one move can be specified for each slot, but the moves after the first slash are usually ignored.
Packed format
The packed format is in the form of entries delimited with ]
, where fields are delimited with |
, and data in fields is delimited with ,
.
Normally, no line breaks are used, but are sometimes included for readability. There is no ]
after the last entry. Skipped fields don't have any content.
An example team in this format could look like this:
Articuno||leftovers|pressure|icebeam,hurricane,substitute,roost|Modest|252,,,252,4,||,,,30,30,|||] Ludicolo||lifeorb|swiftswim|surf,gigadrain,icebeam,raindance|Modest|4,,,252,,252|||||] Volbeat||damprock|prankster|tailglow,batonpass,encore,raindance|Bold|248,,252,,8,|M||||] Seismitoad||lifeorb|swiftswim|hydropump,earthpower,stealthrock,raindance|Modest|,,,252,4,252|||||] Alomomola||damprock|regenerator|wish,protect,toxic,raindance|Bold|252,,252,,4,|||||] Armaldo||leftovers|swiftswim|xscissor,stoneedge,aquatail,rapidspin|Adamant|128,252,4,,,124|||||
The fields are ordered like this:
- Nickname
- Species name (if same as nickname, then blank)
- Held item
- Ability
- Moves (4)
- Nature (Serious if blank)
- EVs (in order: HP, Atk, Def, SpA, SpD, Spe)
- Gender
- IVs (in order: HP, Atk, Def, SpA, SpD, Spe)
- Shiny? (S or blank)
- Level (100 if blank)
- Meta
- Happiness (255 if blank)
- Poké Ball (unused)
- Hidden Power type
- Has Gigantamax Factor? (G or blank)
- Dynamax Level (10 if blank)
If a field that expects commas is blank, the commas can be skipped too.
Development
Pokémon Showdown was created by Zarel. Because this project is collaborative, it has many other developers and graphical contributors as well.
Administrators
- Alex (Policy)
- Alpha (Policy)
- Annika (Technical)
- Bidoof Princess (Policy)
- chaos (Technical, Smogon Owner)
- DaWoblefet (Technical)
- Hoeen Hero (Technical & Policy)
- Ironwater (Policy)
- Kennedy (Policy)
- Marty (Technical)
- Teclis (Policy)
- Theia (Policy)
- Yuki (Policy)
- Zarel (Technical, Owner)
See also
External links
References
This article is a part of Project Fandom, a Bulbapedia Project that aims to write comprehensive articles on every aspect of the Pokémon Fandom. |