@pkmn/sim 0.5.27 → 0.6.1
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/README.md +3 -2
- package/build/config/formats.js +26 -33
- package/build/config/formats.js.map +1 -1
- package/build/data/abilities.js +6 -4
- package/build/data/abilities.js.map +1 -1
- package/build/data/items.js +5 -5
- package/build/data/items.js.map +1 -1
- package/build/data/learnsets.js +3 -8
- package/build/data/learnsets.js.map +1 -1
- package/build/data/mods/gen2/formats-data.js +2 -2
- package/build/data/mods/gen2/formats-data.js.map +1 -1
- package/build/data/mods/gen5/formats-data.js +69 -69
- package/build/data/mods/gen5/formats-data.js.map +1 -1
- package/build/data/pokedex.js +6 -6
- package/build/data/pokedex.js.map +1 -1
- package/build/data/text/items.js +5 -5
- package/build/sim/battle.js +2 -2
- package/build/sim/battle.js.map +1 -1
- package/build/sim/dex.js +2 -2
- package/build/sim/dex.js.map +1 -1
- package/config/formats.ts +27 -34
- package/data/abilities.ts +6 -4
- package/data/items.ts +5 -5
- package/data/learnsets.ts +3 -8
- package/data/mods/gen2/formats-data.ts +2 -2
- package/data/mods/gen5/formats-data.ts +69 -69
- package/data/pokedex.ts +6 -6
- package/data/text/items.ts +5 -5
- package/package.json +3 -3
- package/sim/battle.ts +2 -2
- package/sim/dex.ts +1 -1
package/build/data/learnsets.js
CHANGED
|
@@ -79169,6 +79169,7 @@ exports.Learnsets = {
|
|
|
79169
79169
|
flashcannon: ["8M"],
|
|
79170
79170
|
focusblast: ["8M"],
|
|
79171
79171
|
gigaimpact: ["8M", "8L58"],
|
|
79172
|
+
gunkshot: ["8M"],
|
|
79172
79173
|
haze: ["8L28"],
|
|
79173
79174
|
highhorsepower: ["8M"],
|
|
79174
79175
|
hyperbeam: ["8M"],
|
|
@@ -79206,6 +79207,8 @@ exports.Learnsets = {
|
|
|
79206
79207
|
thunderbolt: ["8M"],
|
|
79207
79208
|
thunderfang: ["8M"],
|
|
79208
79209
|
uproar: ["8M"],
|
|
79210
|
+
uturn: ["8M"],
|
|
79211
|
+
wildcharge: ["8M"],
|
|
79209
79212
|
workup: ["8M"],
|
|
79210
79213
|
xscissor: ["8M"],
|
|
79211
79214
|
},
|
|
@@ -82866,7 +82869,6 @@ exports.Learnsets = {
|
|
|
82866
82869
|
darkpulse: ["8M"],
|
|
82867
82870
|
drillpeck: ["8L35"],
|
|
82868
82871
|
dualwingbeat: ["8T"],
|
|
82869
|
-
earthpower: ["8M"],
|
|
82870
82872
|
endure: ["8M"],
|
|
82871
82873
|
facade: ["8M"],
|
|
82872
82874
|
fly: ["8M"],
|
|
@@ -82886,7 +82888,6 @@ exports.Learnsets = {
|
|
|
82886
82888
|
magicalleaf: ["8M"],
|
|
82887
82889
|
meanlook: ["8E"],
|
|
82888
82890
|
memento: ["8E"],
|
|
82889
|
-
mysticalfire: ["8M"],
|
|
82890
82891
|
nastyplot: ["8M"],
|
|
82891
82892
|
payback: ["8M"],
|
|
82892
82893
|
peck: ["8L1"],
|
|
@@ -82933,23 +82934,17 @@ exports.Learnsets = {
|
|
|
82933
82934
|
facade: ["8M"],
|
|
82934
82935
|
healbell: ["8L1"],
|
|
82935
82936
|
hornleech: ["8L1"],
|
|
82936
|
-
leechseed: ["8L1"],
|
|
82937
82937
|
painsplit: ["8L1"],
|
|
82938
|
-
poisonjab: ["8M"],
|
|
82939
|
-
powerwhip: ["8M"],
|
|
82940
82938
|
protect: ["8M"],
|
|
82941
82939
|
rapidspin: ["8L1"],
|
|
82942
82940
|
rest: ["8M"],
|
|
82943
|
-
rockslide: ["8M"],
|
|
82944
82941
|
round: ["8M"],
|
|
82945
82942
|
sleeptalk: ["8M"],
|
|
82946
82943
|
snore: ["8M"],
|
|
82947
82944
|
stealthrock: ["8M"],
|
|
82948
82945
|
substitute: ["8M"],
|
|
82949
|
-
suckerpunch: ["8L1"],
|
|
82950
82946
|
swordsdance: ["8M"],
|
|
82951
82947
|
taunt: ["8M"],
|
|
82952
|
-
thunderwave: ["8M"],
|
|
82953
82948
|
},
|
|
82954
82949
|
},
|
|
82955
82950
|
pokestarsmeargle: {
|