* VGC/BSS: Update with Series 1
* lint
* Use Paldea Pokedex rule
* Add the other Tauros forms
* Correct Paldea dex bans
* Assume Paradox Pokemon are sublegendary
* Fix validation of moves unobtainable in Gen 9
* remove hyphen
* Update data/rulesets.ts
* Shorten unobtainable move rule name
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Re-Evolution mod now works with battle form changes
Re-evolution mod, /showevo and /reevo now check for the base species to not lose track of the pre-evolution after changing forms, /showevo now also shows the stats changes a battle form gives.
* Made previous reevo code conditional
While fixing battle form changes I forgot about regional forms of pre-evolved Pokémons like Meowth, now it only uses the new code if the current form has no unique pre-evolution.
* Fixing reevo code
Made the npm changes for the new code.
* just removed an empty line
* Update rulesets.ts
* Fixing /reevo comand
* Apply suggestions from code review
* Fixing Typo
* Update server/chat-plugins/othermetas.ts
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Add APT Clause
Considers Bind and Clamp: despite them not being legal combinations even in Tradebacks on any Pokemon, there could be a hackmons tier or something that desires this. Future-proofing and in the spirit of the ban.
* Instate APT Clause
https://www.smogon.com/forums/threads/rby-uu-agility-partial-trapping-apt-voting.3703325/post-9249504
* yeah
* yeah lets actually call it that JENKINS
* JENKIIIINS
* Implement new STABmons policy
* Use const
* Use push instead of concat
* Run generation loop for all the code
* Small changes
* Update data/rulesets.ts
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* fix lint issues
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>