@pkmn/sim 0.5.10 → 0.5.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/config/formats.js +29 -26
- package/build/config/formats.js.map +1 -1
- package/build/data/aliases.js +1 -0
- package/build/data/aliases.js.map +1 -1
- package/build/data/formats-data.js +3 -3
- package/build/data/formats-data.js.map +1 -1
- package/build/data/learnsets.js +5 -4
- package/build/data/learnsets.js.map +1 -1
- package/build/data/mods/gen3/formats-data.js +1 -1
- package/build/data/mods/gen3/formats-data.js.map +1 -1
- package/build/data/mods/gen7/formats-data.js +1 -1
- package/build/data/mods/gen7/formats-data.js.map +1 -1
- package/build/data/tags.js +4 -4
- package/build/data/tags.js.map +1 -1
- package/build/sim/battle-actions.js +0 -6
- package/build/sim/battle-actions.js.map +1 -1
- package/build/sim/battle-queue.js +1 -3
- package/build/sim/battle-queue.js.map +1 -1
- package/config/formats.ts +29 -26
- package/data/aliases.ts +1 -0
- package/data/formats-data.ts +3 -3
- package/data/learnsets.ts +5 -4
- package/data/mods/gen3/formats-data.ts +1 -1
- package/data/mods/gen7/formats-data.ts +1 -1
- package/data/tags.ts +4 -4
- package/package.json +2 -2
- package/sim/battle-actions.ts +0 -7
- package/sim/battle-queue.ts +1 -3
package/build/data/learnsets.js
CHANGED
|
@@ -20327,12 +20327,12 @@ exports.Learnsets = {
|
|
|
20327
20327
|
coaching: ["8T"],
|
|
20328
20328
|
counter: ["8L55"],
|
|
20329
20329
|
detect: ["8L60"],
|
|
20330
|
-
drillpeck: ["8L35", "8S0"],
|
|
20330
|
+
drillpeck: ["8L35", "8S0", "8S1"],
|
|
20331
20331
|
dualwingbeat: ["8T"],
|
|
20332
20332
|
endure: ["8M"],
|
|
20333
20333
|
facade: ["8M"],
|
|
20334
20334
|
fly: ["8M"],
|
|
20335
|
-
focusenergy: ["8M", "8L1", "8S0"],
|
|
20335
|
+
focusenergy: ["8M", "8L1", "8S0", "8S1"],
|
|
20336
20336
|
gigaimpact: ["8M"],
|
|
20337
20337
|
hurricane: ["8M"],
|
|
20338
20338
|
hyperbeam: ["8M"],
|
|
@@ -20348,7 +20348,7 @@ exports.Learnsets = {
|
|
|
20348
20348
|
rest: ["8M"],
|
|
20349
20349
|
retaliate: ["8M"],
|
|
20350
20350
|
revenge: ["8M"],
|
|
20351
|
-
reversal: ["8M", "8L70", "8S0"],
|
|
20351
|
+
reversal: ["8M", "8L70", "8S0", "8S1"],
|
|
20352
20352
|
rocksmash: ["8L5"],
|
|
20353
20353
|
round: ["8M"],
|
|
20354
20354
|
scaryface: ["8M"],
|
|
@@ -20362,11 +20362,12 @@ exports.Learnsets = {
|
|
|
20362
20362
|
swift: ["8M"],
|
|
20363
20363
|
taunt: ["8M"],
|
|
20364
20364
|
throatchop: ["8M"],
|
|
20365
|
-
thunderouskick: ["8L45", "8S0"],
|
|
20365
|
+
thunderouskick: ["8L45", "8S0", "8S1"],
|
|
20366
20366
|
uturn: ["8M"],
|
|
20367
20367
|
},
|
|
20368
20368
|
eventData: [
|
|
20369
20369
|
{ generation: 8, level: 70, moves: ["thunderouskick", "drillpeck", "reversal", "focusenergy"] },
|
|
20370
|
+
{ generation: 8, level: 70, shiny: true, moves: ["thunderouskick", "drillpeck", "reversal", "focusenergy"], pokeball: "cherishball" },
|
|
20370
20371
|
],
|
|
20371
20372
|
eventOnly: true,
|
|
20372
20373
|
},
|