@pkmn/sim 0.5.2 → 0.5.3
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 +184 -151
- package/build/config/formats.js.map +1 -1
- package/build/data/formats-data.js +33 -34
- package/build/data/formats-data.js.map +1 -1
- package/build/data/learnsets.js +1 -1
- package/build/data/learnsets.js.map +1 -1
- package/build/data/mods/gen1/scripts.js +12 -0
- package/build/data/mods/gen1/scripts.js.map +1 -1
- package/build/data/moves.js +6 -12
- package/build/data/moves.js.map +1 -1
- package/build/sim/battle-actions.js +8 -3
- package/build/sim/battle-actions.js.map +1 -1
- package/build/sim/exported-global-types.d.ts +1 -0
- package/build/sim/global-types.d.ts +1 -0
- package/config/formats.ts +189 -153
- package/data/formats-data.ts +33 -34
- package/data/learnsets.ts +1 -1
- package/data/mods/gen1/scripts.ts +11 -0
- package/data/moves.ts +6 -12
- package/package.json +1 -1
- package/sim/battle-actions.ts +8 -3
- package/sim/exported-global-types.ts +1 -0
- package/sim/global-types.ts +1 -0
package/build/data/learnsets.js
CHANGED
|
@@ -27151,7 +27151,7 @@ exports.Learnsets = {
|
|
|
27151
27151
|
headbutt: ["7V", "4T"],
|
|
27152
27152
|
hiddenpower: ["7M", "7V", "6M", "5M", "4M", "3M"],
|
|
27153
27153
|
highhorsepower: ["8M"],
|
|
27154
|
-
hornattack: ["
|
|
27154
|
+
hornattack: ["3L1"],
|
|
27155
27155
|
hyperbeam: ["8M", "7M", "7V", "6M", "5M", "4M", "3M"],
|
|
27156
27156
|
icebeam: ["8M", "7M", "6M", "5M", "4M", "3M"],
|
|
27157
27157
|
icefang: ["8M", "8L0", "7L24", "6L24", "5L28", "4L28"],
|