@pkmn/mods 0.5.1 → 0.5.5

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';
@@ -8638,6 +8638,7 @@ export const Learnsets: {[k: string]: ModdedLearnsetData} = {
8638
8638
  thunderwave: ["8M"],
8639
8639
  tickle: ["8E"],
8640
8640
  voltswitch: ["8M"],
8641
+ volttackle: ["8R"],
8641
8642
  wish: ["8E"],
8642
8643
  },
8643
8644
  },
@@ -25512,6 +25513,7 @@ export const Learnsets: {[k: string]: ModdedLearnsetData} = {
25512
25513
  torment: ["8M"],
25513
25514
  toxic: ["8L46"],
25514
25515
  toxicspikes: ["8L20"],
25516
+ trickroom: ["8M"],
25515
25517
  uturn: ["8M"],
25516
25518
  whirlwind: ["8L32"],
25517
25519
  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
  };