Commit Graph

19 Commits

Author SHA1 Message Date
PartMan
dac2a8536f
Aliases: Fix typo (#7894) 2021-01-08 11:35:26 -08:00
PartMan
19ca13afbb
Fix capitalization in Charizard-Mega-Y (#7887)
D:
2021-01-07 10:45:29 -08:00
Instruct
5b441c2013
Super Staff Bros 4 (#7793)
Collaborative Project lead by @xInstruct with many contributors.

See the Special Thanks section of https://www.smogon.com/articles/super-staff-bros-4
2020-12-24 11:21:02 -05:00
MacChaeger
4fe71c5907
Add G-Max move aliases (#7820) 2020-12-18 12:05:48 +04:00
PartMan
62373422e3
Add Urshifu-Single-Strike as an alias (#7754)
https://www.smogon.com/forums/threads/urshifu-single-strike.3674032/ pointed this out
2020-12-01 14:17:36 +04:00
The Immortal
6d341a1c83 Add new aliases 2020-10-23 16:10:29 +04:00
Distrib
8b659d491b
Add alias for National Dex (#7546)
https://www.smogon.com/forums/threads/make-the-tier-commands-for-national-dex-formats-more-consistant.3672067/
2020-10-20 04:28:37 -07:00
Nol
cabc990cd0
Add alias for Shell Side Arm (#7524)
* Add alias for Shell Side Arm

* Also add ssa as an alias
2020-10-15 19:28:46 +04:00
Guangcong Luo
2f805c93a2
Remove "Battle" prefix from data exports (#7039)
`BattlePokedex` is now `Pokedex`, `BattleItems` is now `Items`, etc.

I also renamed `Movedex` to `Moves` and `Statuses` to `Conditions`.

`TypeChart` isn't `Types` yet, because unlike the others, it's not
indexed by ID. That should probably be fixed one day.
2020-07-24 12:42:26 -07:00
Kris Johnson
00b88b521d
Handle Gigantamaxing properly (#7001) 2020-07-23 13:27:42 -07:00
TheMezStrikes
ce5f636755
Add bde alias for Baby-Doll Eyes (#7037) 2020-07-23 07:19:29 -07:00
The Immortal
4a1173aff8 Fix MBH alias 2020-07-06 16:02:13 +04:00
Kris Johnson
6e05586846
Add the other Pet Mod formats (#6960) 2020-07-04 21:10:41 -07:00
Spandan Punwatkar
6b30367410
Update Aliases (#6956)
@TheImmortal
2020-07-04 21:17:33 +04:00
The Immortal
2e1ae4d4ea Add alias for Urshifu-Rapid-Style 2020-06-24 16:29:59 +04:00
ACakeWearingAHat
baf04e8315
Add shorter alias for Galarian Zen Darm (#6888) 2020-06-21 04:25:11 +04:00
Guangcong Luo
2b83a5ed51 Support Unown formes
This adds Unown formes as true cosmetic formes, and also applies word
filters to them.
2020-04-30 14:16:56 -07:00
Guangcong Luo
800d8bd8f3 Remove Dex.getForme etc
The server now uses the same approach as the client of treating
cosmetic formes as real formes, as documented in `FORMES.md`.

This eliminates the need for the `.forme` and `.speciesid` properties
of `Pokemon`.

`pokemon.id` has also been removed: useful, since it turns out half
of its uses were bugs that should have used `pokemon.species.id`.
2020-04-28 17:38:54 -07:00
Kris Johnson
28bf388b98
Typescript data (#6553) 2020-04-23 09:16:09 -07:00