Skip to content

Commit

Permalink
Pokemoves: Actually use the pokemoves mod
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisXV committed Aug 3, 2024
1 parent cfefa23 commit 4360de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/formats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ export const Formats: import('../sim/dex-formats').FormatList = [
{
name: "[Gen 9] Pokemoves",
desc: `Put a Pokémon's name in a moveslot to turn them into a move. The move has 8 PP, 100% accuracy, and a category and Base Power matching their highest attacking stat. Use /pokemove for more info.`,
mod: 'gen9',
mod: 'pokemoves',
ruleset: ['Standard OMs', 'Sleep Moves Clause', 'Terastal Clause', 'Evasion Abilities Clause', 'Evasion Items Clause'],
banlist: [
'Arceus', 'Annihilape', 'Calyrex-Ice', 'Calyrex-Shadow', 'Chi-Yu', 'Chien-Pao', 'Darkrai', 'Deoxys-Base', 'Deoxys-Attack', 'Dialga', 'Dialga-Origin',
Expand Down

0 comments on commit 4360de0

Please sign in to comment.