@pkmn/mods 0.5.0 → 0.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,4 @@
1
+ export {Abilities} from './abilities';
1
2
  export {FormatsData} from './formats-data';
2
3
  export {Items} from './items';
3
4
  export {Learnsets} from './learnsets';
@@ -25512,6 +25512,7 @@ export const Learnsets: {[k: string]: ModdedLearnsetData} = {
25512
25512
  torment: ["8M"],
25513
25513
  toxic: ["8L46"],
25514
25514
  toxicspikes: ["8L20"],
25515
+ trickroom: ["8M"],
25515
25516
  uturn: ["8M"],
25516
25517
  whirlwind: ["8L32"],
25517
25518
  wideguard: ["8L12"],
@@ -6,7 +6,13 @@ export const Rulesets: {[k: string]: ModdedFormatData} = {
6
6
  banlist: [
7
7
  // No valid fathers and can't get in Grand Underground
8
8
  'Taillow + Boomburst', 'Swellow + Boomburst',
9
- 'Chatot + Boomburst',
9
+ 'Plusle + Tearful Look',
10
+ 'Minun + Tearful Look',
11
+ 'Luvdisc + Heal Pulse',
12
+ 'Starly + Detect', 'Staravia + Detect', 'Staraptor + Detect',
13
+ 'Chatot + Boomburst', 'Chatot + Encore',
14
+ 'Spiritomb + Foul Play',
15
+ 'Munchlax + Power-Up Punch', 'Snorlax + Power-Up Punch',
10
16
  ],
11
17
  },
12
18
  };