mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-06 22:17:05 -05:00
130 lines
3.4 KiB
JavaScript
130 lines
3.4 KiB
JavaScript
exports.BattleAliases = {
|
|
// formes
|
|
"basculinb": "Basculin-Blue-Striped",
|
|
"basculinblue": "Basculin-Blue-Striped",
|
|
"castformh": "Castform-Snowy",
|
|
"castformice": "Castform-Snowy",
|
|
"castformr": "Castform-Rainy",
|
|
"castformwater": "Castform-Rainy",
|
|
"castforms": "Castform-Sunny",
|
|
"castformfire": "Castform-Sunny",
|
|
"cherrims": "Cherrim-Sunshine",
|
|
"cherrimsunny": "Cherrim-Sunshine",
|
|
"darmanitanz": "Darmanitan-Zen",
|
|
"darmanitanzenmode": "Darmanitan-Zen",
|
|
"deoxysa": "Deoxys-Attack",
|
|
"deoxysd": "Deoxys-Defense",
|
|
"deoxysdefence": "Deoxys-Defense",
|
|
"deoxyss": "Deoxys-Speed",
|
|
"giratinao": "Giratina-Origin",
|
|
"keldeor": "Keldeo-Resolute",
|
|
"keldeoresolution": "Keldeo-Resolute",
|
|
"kyuremb": "Kyurem-Black",
|
|
"kyuremw": "Kyurem-White",
|
|
"landorust": "Landorus-Therian",
|
|
"landorustherian": "Landorus-Therian",
|
|
"rotomc": "Rotom-Mow",
|
|
"rotomf": "Rotom-Frost",
|
|
"rotomh": "Rotom-Heat",
|
|
"rotoms": "Rotom-Fan",
|
|
"rotomw": "Rotom-Wash",
|
|
"shaymins": "Shaymin-Sky",
|
|
"thundurust": "Thundurus-Therian",
|
|
"thundurustherian": "Thundurus-Therian",
|
|
"tornadust": "Tornadus-Therian",
|
|
"tornadustherian": "Tornadus-Therian",
|
|
"meloettap": "Meloetta-Pirouette",
|
|
"meloettas": "Meloetta-Pirouette",
|
|
"wormadamg": "Wormadam-Sandy",
|
|
"wormadamground": "Wormadam-Sandy",
|
|
"wormadams": "Wormadam-Trash",
|
|
"wormadamsteel": "Wormadam-Trash",
|
|
|
|
// base formes
|
|
"nidoranfemale": "Nidoran-F",
|
|
"nidoranmale": "Nidoran-M",
|
|
"giratinaa": "Giratina",
|
|
"giratinaaltered": "Giratina",
|
|
"cherrimo": "Cherrim",
|
|
"cherrimovercast": "Cherrim",
|
|
"meloettaa": "Meloetta",
|
|
"meloettaaria": "Meloetta",
|
|
"basculinr": "Basculin",
|
|
"basculinred": "Basculin",
|
|
"basculinredstriped": "Basculin",
|
|
"tornadusi": "Tornadus",
|
|
"tornadusincarnation": "Tornadus",
|
|
"thundurusi": "Thundurus",
|
|
"thundurusincarnation": "Thundurus",
|
|
"landorusi": "Landorus",
|
|
"landorusincarnation": "Landorus",
|
|
|
|
// cosmetic formes
|
|
"gastrodone": "Gastrodon",
|
|
"gastrodoneast": "Gastrodon",
|
|
"gastrodonw": "Gastrodon",
|
|
"gastrodonwest": "Gastrodon",
|
|
|
|
// items
|
|
"cb": "Choice Band",
|
|
"band": "Choice Band",
|
|
"lefties": "Leftovers",
|
|
"lo": "Life Orb",
|
|
"fightgem": "Fighting Gem", // PO sucks at naming things :S
|
|
"flightgem": "Flying Gem",
|
|
|
|
// pokemon
|
|
"dnite": "Dragonite",
|
|
"ferry": "Ferrothorn",
|
|
"forry": "Forretress",
|
|
"luke": "Lucario",
|
|
"p2": "Porygon2",
|
|
"pory2": "Porygon2",
|
|
"pz": "Porygon-Z",
|
|
"poryz": "Porygon-Z",
|
|
"rank": "Reuniclus",
|
|
"ttar": "Tyranitar",
|
|
|
|
// moves
|
|
"cc": "Close Combat",
|
|
"cm": "Calm Mind",
|
|
"dd": "Dragon Dance",
|
|
"eq": "Earthquake",
|
|
"hjk": "Hi Jump Kick",
|
|
"np": "Nasty Plot",
|
|
"qd": "Quiver Dance",
|
|
"sd": "Swords Dance",
|
|
"se": "Stone Edge",
|
|
"sr": "Stealth Rock",
|
|
"tr": "Trick Room",
|
|
"tbolt": "Thunderbolt",
|
|
"tspikes": "Toxic Spikes",
|
|
"twave": "Thunder Wave",
|
|
"wow": "Will-O-Wisp",
|
|
|
|
// Japanese names
|
|
"birijion": "Virizion",
|
|
"terakion": "Terrakion",
|
|
"agirudaa": "Accelgor",
|
|
"randorosu": "Landorus",
|
|
"urugamosu": "Volcarona",
|
|
"erufuun": "Whimsicott",
|
|
"doryuuzu": "Excadrill",
|
|
"burungeru": "Jellicent",
|
|
"nattorei": "Ferrothorn",
|
|
"shandera": "Chandelure",
|
|
"roobushin": "Conkeldurr",
|
|
"ononokusu": "Haxorus",
|
|
"sazandora": "Hydreigon",
|
|
"chirachiino": "Cinccino",
|
|
"kyuremu": "Kyurem",
|
|
"jarooda": "Serperior",
|
|
"zoroaaku": "Zoroark",
|
|
"shinboraa": "Sigilyph",
|
|
"barujiina": "Mandibuzz",
|
|
"rankurusu": "Reuniclus",
|
|
"borutorosu": "Thundurus"
|
|
// there's no need to type out the other Japanese names
|
|
// I'll autogenerate them at some point
|
|
};
|