Skip to content

Commit

Permalink
Update data/mods/moderngen1/rulesets.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisXV authored Dec 11, 2023
1 parent 31656c2 commit e938686
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions data/mods/moderngen1/rulesets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,11 @@ export const Rulesets: {[k: string]: ModdedFormatData} = {
effectType: 'ValidatorRule',
name: 'Useless Moves Clause',
desc: "Bans moves that have no effect (to aid in teambuilding).",
banlist: ['Conversion 2', 'Electric Terrain', 'Electrify', 'Encore', 'Flower Shield', 'Grassy Terrain', 'Hail', 'Healing Wish', 'Heart Swap',
banlist: [
'Conversion 2', 'Electric Terrain', 'Electrify', 'Encore', 'Flower Shield', 'Grassy Terrain', 'Hail', 'Healing Wish', 'Heart Swap',
'Ion Deluge', 'Laser Focus', 'Lunar Dance', 'Misty Terrain', 'Perish Song', 'Psych Up', 'Psychic Terrain', 'Rain Dance', 'Revival Blessing',
'Sandstorm', 'Sleep Talk', 'Snowscape', 'Speed Swap', 'Sunny Day', 'Wish', 'Jungle Healing', 'Lunar Blessing', 'Life Dew'],
'Sandstorm', 'Sleep Talk', 'Snowscape', 'Speed Swap', 'Sunny Day', 'Wish', 'Jungle Healing', 'Lunar Blessing', 'Life Dew',
],
onBegin() {
this.add('rule', 'Useless Moves Clause: Prevents trainers from bringing moves with no effect');
},
Expand Down

0 comments on commit e938686

Please sign in to comment.