@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.
- 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 +700 -696
- 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 +1 -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 +700 -696
- package/src/gen8bdsp/index.ts +1 -0
- package/src/gen8bdsp/learnsets.ts +1 -0
- package/src/gen8bdsp/rulesets.ts +7 -1
package/src/gen8bdsp/index.ts
CHANGED
|
@@ -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"],
|
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
|
};
|