Commit Graph

2 Commits

Author SHA1 Message Date
scoopapa
bc5cf5d7c9
Fix Alternatium and Random Dex bugs (#8617)
* PMOTS Season Fixes

Fixing some issues with PMOTS:
Vivillon not working due to client (renamed them to the real formes)
Spikes not working for reasons (reimplemented Power Core to bypass)
Wrong list of pokemon for Random Dex (RIP)
Past Moves being banned after adding 'Past' as part of banning all pokemon (in Scripts.ts)

* Update scripts.ts

* Unban Z Crystals

* Fix indentation

* Update abilities.ts

* Update formats.ts

Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
2022-01-20 18:21:10 -07:00
scoopapa
b8b3e4bb84
Add January 2022 PMotS and Leader's Choice (#8600)
* Add Alternatium and Random Dex (PMOTS)

I didn't code these mods originally, but I did the finishing touches, and had to update them because Dragon Heaven is more than a year behind in updates.

* Add Dragon Heaven Link

This link will take people to a working teambuilder.

* Fix description

simple typo

* Update config/formats.ts

Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>

* Update config/formats.ts

Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>

* Update config/formats.ts

Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>

* Update data/mods/alternatium/abilities.ts

Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>

* Update config/formats.ts

Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>

* fix random dex format entry

now uses banlist and unbanlist instead of a tier-checking validator rule

* Update config/formats.ts

Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>

* Update config/formats.ts

Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>

* Update config/formats.ts

Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>

* Update config/formats.ts

Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>

* fixing suggestions

* Update formats.ts

* remove dragon heaven link

Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
2022-01-03 15:29:05 -07:00