@pkmn/sim 0.10.10 → 0.10.11
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/cjs/config/formats.js +15 -52
- package/build/cjs/config/formats.js.map +1 -1
- package/build/cjs/data/abilities.js +35 -0
- package/build/cjs/data/abilities.js.map +1 -1
- package/build/cjs/data/mods/gen2/moves.js +34 -7
- package/build/cjs/data/mods/gen2/moves.js.map +1 -1
- package/build/cjs/data/mods/gen3/formats-data.js +1 -1
- package/build/cjs/data/mods/gen3/formats-data.js.map +1 -1
- package/build/cjs/data/moves.js +2 -4
- package/build/cjs/data/moves.js.map +1 -1
- package/build/cjs/data/pokedex.js +11 -11
- package/build/cjs/data/pokedex.js.map +1 -1
- package/build/cjs/data/text/abilities.js +9 -0
- package/build/cjs/data/text/abilities.js.map +1 -1
- package/build/cjs/data/text/moves.js +8 -0
- package/build/cjs/data/text/moves.js.map +1 -1
- package/build/cjs/sim/battle.js +1 -1
- package/build/cjs/sim/battle.js.map +1 -1
- package/build/cjs/sim/dex-formats.js +1 -1
- package/build/cjs/sim/dex-formats.js.map +1 -1
- package/build/cjs/sim/dex-species.js +1 -1
- package/build/cjs/sim/dex-species.js.map +1 -1
- package/build/cjs/sim/pokemon.js +16 -12
- package/build/cjs/sim/pokemon.js.map +1 -1
- package/build/cjs/sim/team-validator.js +2 -2
- package/build/cjs/sim/team-validator.js.map +1 -1
- package/build/esm/config/formats.mjs +15 -52
- package/build/esm/config/formats.mjs.map +1 -1
- package/build/esm/data/abilities.mjs +35 -0
- package/build/esm/data/abilities.mjs.map +1 -1
- package/build/esm/data/mods/gen2/moves.mjs +34 -7
- package/build/esm/data/mods/gen2/moves.mjs.map +1 -1
- package/build/esm/data/mods/gen3/formats-data.mjs +1 -1
- package/build/esm/data/mods/gen3/formats-data.mjs.map +1 -1
- package/build/esm/data/moves.mjs +2 -4
- package/build/esm/data/moves.mjs.map +1 -1
- package/build/esm/data/pokedex.mjs +11 -11
- package/build/esm/data/pokedex.mjs.map +1 -1
- package/build/esm/data/text/abilities.mjs +9 -0
- package/build/esm/data/text/abilities.mjs.map +1 -1
- package/build/esm/data/text/moves.mjs +8 -0
- package/build/esm/data/text/moves.mjs.map +1 -1
- package/build/esm/sim/battle.mjs +1 -1
- package/build/esm/sim/battle.mjs.map +1 -1
- package/build/esm/sim/dex-formats.mjs +1 -1
- package/build/esm/sim/dex-formats.mjs.map +1 -1
- package/build/esm/sim/dex-species.mjs +1 -1
- package/build/esm/sim/dex-species.mjs.map +1 -1
- package/build/esm/sim/pokemon.mjs +16 -12
- package/build/esm/sim/pokemon.mjs.map +1 -1
- package/build/esm/sim/team-validator.mjs +2 -2
- package/build/esm/sim/team-validator.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -830,7 +830,7 @@ export const Pokedex = {
|
|
|
830
830
|
forme: "Mega-X",
|
|
831
831
|
types: ["Electric"],
|
|
832
832
|
baseStats: { hp: 60, atk: 135, def: 95, spa: 90, spd: 95, spe: 110 },
|
|
833
|
-
abilities: { 0: "Surge
|
|
833
|
+
abilities: { 0: "Electric Surge" },
|
|
834
834
|
heightm: 1.2,
|
|
835
835
|
weightkg: 38,
|
|
836
836
|
color: "Yellow",
|
|
@@ -845,7 +845,7 @@ export const Pokedex = {
|
|
|
845
845
|
forme: "Mega-Y",
|
|
846
846
|
types: ["Electric"],
|
|
847
847
|
baseStats: { hp: 60, atk: 100, def: 55, spa: 160, spd: 80, spe: 130 },
|
|
848
|
-
abilities: { 0: "
|
|
848
|
+
abilities: { 0: "No Guard" },
|
|
849
849
|
heightm: 1,
|
|
850
850
|
weightkg: 26,
|
|
851
851
|
color: "Yellow",
|
|
@@ -7423,7 +7423,7 @@ export const Pokedex = {
|
|
|
7423
7423
|
forme: "Mega",
|
|
7424
7424
|
types: ["Fighting", "Flying"],
|
|
7425
7425
|
baseStats: { hp: 85, atk: 140, def: 100, spa: 60, spd: 90, spe: 110 },
|
|
7426
|
-
abilities: { 0: "
|
|
7426
|
+
abilities: { 0: "Contrary" },
|
|
7427
7427
|
heightm: 1.9,
|
|
7428
7428
|
weightkg: 50,
|
|
7429
7429
|
color: "Gray",
|
|
@@ -10139,7 +10139,7 @@ export const Pokedex = {
|
|
|
10139
10139
|
forme: "Mega",
|
|
10140
10140
|
types: ["Bug", "Poison"],
|
|
10141
10141
|
baseStats: { hp: 60, atk: 140, def: 149, spa: 75, spd: 99, spe: 62 },
|
|
10142
|
-
abilities: { 0: "
|
|
10142
|
+
abilities: { 0: "Shell Armor" },
|
|
10143
10143
|
heightm: 3.2,
|
|
10144
10144
|
weightkg: 230.5,
|
|
10145
10145
|
color: "Red",
|
|
@@ -10461,7 +10461,7 @@ export const Pokedex = {
|
|
|
10461
10461
|
forme: "Mega",
|
|
10462
10462
|
types: ["Dark", "Fighting"],
|
|
10463
10463
|
baseStats: { hp: 65, atk: 130, def: 135, spa: 55, spd: 135, spe: 68 },
|
|
10464
|
-
abilities: { 0: "
|
|
10464
|
+
abilities: { 0: "Intimidate" },
|
|
10465
10465
|
heightm: 1.1,
|
|
10466
10466
|
weightkg: 31,
|
|
10467
10467
|
color: "Red",
|
|
@@ -11141,7 +11141,7 @@ export const Pokedex = {
|
|
|
11141
11141
|
forme: "Mega",
|
|
11142
11142
|
types: ["Electric"],
|
|
11143
11143
|
baseStats: { hp: 85, atk: 145, def: 80, spa: 135, spd: 90, spe: 80 },
|
|
11144
|
-
abilities: { 0: "
|
|
11144
|
+
abilities: { 0: "Eelevate" },
|
|
11145
11145
|
heightm: 3,
|
|
11146
11146
|
weightkg: 180,
|
|
11147
11147
|
color: "Blue",
|
|
@@ -12507,7 +12507,7 @@ export const Pokedex = {
|
|
|
12507
12507
|
types: ["Fire", "Normal"],
|
|
12508
12508
|
genderRatio: { M: 0.125, F: 0.875 },
|
|
12509
12509
|
baseStats: { hp: 86, atk: 88, def: 92, spa: 129, spd: 86, spe: 126 },
|
|
12510
|
-
abilities: { 0: "
|
|
12510
|
+
abilities: { 0: "Fire Mane" },
|
|
12511
12511
|
heightm: 1.5,
|
|
12512
12512
|
weightkg: 93.3,
|
|
12513
12513
|
color: "Brown",
|
|
@@ -12899,7 +12899,7 @@ export const Pokedex = {
|
|
|
12899
12899
|
forme: "Mega",
|
|
12900
12900
|
types: ["Dark", "Psychic"],
|
|
12901
12901
|
baseStats: { hp: 86, atk: 102, def: 88, spa: 98, spd: 120, spe: 88 },
|
|
12902
|
-
abilities: { 0: "Contrary"
|
|
12902
|
+
abilities: { 0: "Contrary" },
|
|
12903
12903
|
heightm: 2.9,
|
|
12904
12904
|
weightkg: 69.8,
|
|
12905
12905
|
color: "Blue",
|
|
@@ -12941,7 +12941,7 @@ export const Pokedex = {
|
|
|
12941
12941
|
forme: "Mega",
|
|
12942
12942
|
types: ["Rock", "Fighting"],
|
|
12943
12943
|
baseStats: { hp: 72, atk: 140, def: 130, spa: 64, spd: 106, spe: 88 },
|
|
12944
|
-
abilities: { 0: "Tough Claws"
|
|
12944
|
+
abilities: { 0: "Tough Claws" },
|
|
12945
12945
|
heightm: 2.2,
|
|
12946
12946
|
weightkg: 100,
|
|
12947
12947
|
color: "Brown",
|
|
@@ -12983,7 +12983,7 @@ export const Pokedex = {
|
|
|
12983
12983
|
forme: "Mega",
|
|
12984
12984
|
types: ["Poison", "Dragon"],
|
|
12985
12985
|
baseStats: { hp: 65, atk: 85, def: 105, spa: 132, spd: 163, spe: 44 },
|
|
12986
|
-
abilities: { 0: "
|
|
12986
|
+
abilities: { 0: "Regenerator" },
|
|
12987
12987
|
heightm: 2.1,
|
|
12988
12988
|
weightkg: 100.3,
|
|
12989
12989
|
color: "Brown",
|
|
@@ -16819,7 +16819,7 @@ export const Pokedex = {
|
|
|
16819
16819
|
types: ["Fighting"],
|
|
16820
16820
|
gender: "N",
|
|
16821
16821
|
baseStats: { hp: 65, atk: 135, def: 135, spa: 70, spd: 65, spe: 100 },
|
|
16822
|
-
abilities: { 0: "
|
|
16822
|
+
abilities: { 0: "Defiant" },
|
|
16823
16823
|
heightm: 1.6,
|
|
16824
16824
|
weightkg: 99,
|
|
16825
16825
|
color: "Yellow",
|