@pkmn/mods 0.5.7 → 0.5.8
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/gen8bdsp/formats-data.js +1 -1
- package/build/gen8bdsp/formats-data.js.map +1 -1
- package/build/gen8bdsp/learnsets.js +1 -0
- package/build/gen8bdsp/learnsets.js.map +1 -1
- package/build/index.d.ts +5 -5
- package/package.json +4 -4
- package/src/gen8bdsp/formats-data.ts +1 -1
- package/src/gen8bdsp/learnsets.ts +1 -0
package/build/index.d.ts
CHANGED
|
@@ -35,24 +35,24 @@ export declare class ModdedDex<A extends Ability = Ability, AD extends AbilityDa
|
|
|
35
35
|
[id: string]: LD;
|
|
36
36
|
} | null;
|
|
37
37
|
Types: {
|
|
38
|
-
Bug: TypeData;
|
|
39
|
-
Flying: TypeData;
|
|
40
|
-
Fairy: TypeData;
|
|
41
|
-
Grass: TypeData;
|
|
42
|
-
Dragon: TypeData;
|
|
43
38
|
Normal: TypeData;
|
|
44
39
|
Fighting: TypeData;
|
|
40
|
+
Flying: TypeData;
|
|
45
41
|
Poison: TypeData;
|
|
46
42
|
Ground: TypeData;
|
|
47
43
|
Rock: TypeData;
|
|
44
|
+
Bug: TypeData;
|
|
48
45
|
Ghost: TypeData;
|
|
49
46
|
Steel: TypeData;
|
|
50
47
|
Fire: TypeData;
|
|
51
48
|
Water: TypeData;
|
|
49
|
+
Grass: TypeData;
|
|
52
50
|
Electric: TypeData;
|
|
53
51
|
Psychic: TypeData;
|
|
54
52
|
Ice: TypeData;
|
|
53
|
+
Dragon: TypeData;
|
|
55
54
|
Dark: TypeData;
|
|
55
|
+
Fairy: TypeData;
|
|
56
56
|
};
|
|
57
57
|
};
|
|
58
58
|
mod(genid: GenID): ModdedDex;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pkmn/mods",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.8",
|
|
4
4
|
"main": "build/index.js",
|
|
5
5
|
"types": "build/index.d.ts",
|
|
6
6
|
"exports": {
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"!src/*.test.*"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@pkmn/dex-types": "^0.5.
|
|
37
|
+
"@pkmn/dex-types": "^0.5.8"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@pkmn/dex": "^0.5.
|
|
41
|
-
"@pkmn/sim": "^0.5.
|
|
40
|
+
"@pkmn/dex": "^0.5.8",
|
|
41
|
+
"@pkmn/sim": "^0.5.8"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"lint": "eslint --cache src --ext ts",
|
|
@@ -400,7 +400,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
400
400
|
tier: "NFE",
|
|
401
401
|
},
|
|
402
402
|
gengar: {
|
|
403
|
-
tier: "
|
|
403
|
+
tier: "Uber",
|
|
404
404
|
doublesTier: "DUU",
|
|
405
405
|
randomBattleMoves: ["focusblast", "nastyplot", "shadowball", "sludgebomb", "thunderbolt"],
|
|
406
406
|
},
|
|
@@ -25433,6 +25433,7 @@ export const Learnsets: {[k: string]: ModdedLearnsetData} = {
|
|
|
25433
25433
|
rocktomb: ["8M"],
|
|
25434
25434
|
safeguard: ["8M"],
|
|
25435
25435
|
seedbomb: ["8L32"],
|
|
25436
|
+
slackoff: ["8L1"],
|
|
25436
25437
|
sleeptalk: ["8M"],
|
|
25437
25438
|
solarbeam: ["8M"],
|
|
25438
25439
|
stealthrock: ["8M"],
|