pokemon-showdown/data/mods/randomdex/moves.ts
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

7 lines
124 B
TypeScript

export const Moves: {[moveid: string]: ModdedMoveData} = {
tailglow: {
inherit: true,
isNonstandard: undefined,
},
};