@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.
- package/build/gen7letsgo/formats-data.js +94 -94
- package/build/gen7letsgo/formats-data.js.map +1 -1
- package/build/gen8bdsp/abilities.d.ts +4 -0
- package/build/gen8bdsp/abilities.js +42 -0
- package/build/gen8bdsp/abilities.js.map +1 -0
- package/build/gen8bdsp/formats-data.js +701 -697
- package/build/gen8bdsp/formats-data.js.map +1 -1
- package/build/gen8bdsp/index.d.ts +1 -0
- package/build/gen8bdsp/index.js +3 -1
- package/build/gen8bdsp/index.js.map +1 -1
- package/build/gen8bdsp/learnsets.js +2 -0
- package/build/gen8bdsp/learnsets.js.map +1 -1
- package/build/gen8bdsp/rulesets.js +7 -1
- package/build/gen8bdsp/rulesets.js.map +1 -1
- package/build/index.d.ts +5 -5
- package/package.json +4 -4
- package/src/gen7letsgo/formats-data.ts +94 -94
- package/src/gen8bdsp/abilities.ts +40 -0
- package/src/gen8bdsp/formats-data.ts +701 -697
- package/src/gen8bdsp/index.ts +1 -0
- package/src/gen8bdsp/learnsets.ts +2 -0
- package/src/gen8bdsp/rulesets.ts +7 -1
package/src/gen8bdsp/index.ts
CHANGED
|
@@ -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"],
|
package/src/gen8bdsp/rulesets.ts
CHANGED
|
@@ -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
|
-
'
|
|
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
|
};
|