@pkmn/mods 0.4.20 → 0.4.24

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.
Files changed (45) hide show
  1. package/build/gen1stadium/scripts.js +17 -23
  2. package/build/gen1stadium/scripts.js.map +1 -1
  3. package/build/gen2stadium2/scripts.js +16 -23
  4. package/build/gen2stadium2/scripts.js.map +1 -1
  5. package/build/gen7letsgo/formats-data.js +0 -201
  6. package/build/gen7letsgo/formats-data.js.map +1 -1
  7. package/build/gen7letsgo/pokedex.js +8 -21
  8. package/build/gen7letsgo/pokedex.js.map +1 -1
  9. package/build/gen8bdsp/formats-data.d.ts +4 -0
  10. package/build/gen8bdsp/formats-data.js +2153 -0
  11. package/build/gen8bdsp/formats-data.js.map +1 -0
  12. package/build/gen8bdsp/index.d.ts +7 -0
  13. package/build/gen8bdsp/index.js +18 -0
  14. package/build/gen8bdsp/index.js.map +1 -0
  15. package/build/gen8bdsp/items.d.ts +4 -0
  16. package/build/gen8bdsp/items.js +803 -0
  17. package/build/gen8bdsp/items.js.map +1 -0
  18. package/build/gen8bdsp/learnsets.d.ts +4 -0
  19. package/build/gen8bdsp/learnsets.js +25254 -0
  20. package/build/gen8bdsp/learnsets.js.map +1 -0
  21. package/build/gen8bdsp/moves.d.ts +4 -0
  22. package/build/gen8bdsp/moves.js +910 -0
  23. package/build/gen8bdsp/moves.js.map +1 -0
  24. package/build/gen8bdsp/pokedex.d.ts +4 -0
  25. package/build/gen8bdsp/pokedex.js +30 -0
  26. package/build/gen8bdsp/pokedex.js.map +1 -0
  27. package/build/gen8bdsp/rulesets.d.ts +4 -0
  28. package/build/gen8bdsp/rulesets.js +14 -0
  29. package/build/gen8bdsp/rulesets.js.map +1 -0
  30. package/build/gen8bdsp/scripts.d.ts +2 -0
  31. package/build/gen8bdsp/scripts.js +13 -0
  32. package/build/gen8bdsp/scripts.js.map +1 -0
  33. package/package.json +6 -4
  34. package/src/gen1stadium/scripts.ts +22 -19
  35. package/src/gen2stadium2/scripts.ts +20 -19
  36. package/src/gen7letsgo/formats-data.ts +0 -201
  37. package/src/gen7letsgo/pokedex.ts +8 -21
  38. package/src/gen8bdsp/formats-data.ts +2151 -0
  39. package/src/gen8bdsp/index.ts +7 -0
  40. package/src/gen8bdsp/items.ts +799 -0
  41. package/src/gen8bdsp/learnsets.ts +25252 -0
  42. package/src/gen8bdsp/moves.ts +908 -0
  43. package/src/gen8bdsp/pokedex.ts +28 -0
  44. package/src/gen8bdsp/rulesets.ts +12 -0
  45. package/src/gen8bdsp/scripts.ts +11 -0
@@ -0,0 +1,910 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Moves = void 0;
4
+ exports.Moves = {
5
+ accelerock: {
6
+ inherit: true,
7
+ isNonstandard: "Past",
8
+ },
9
+ anchorshot: {
10
+ inherit: true,
11
+ isNonstandard: "Past",
12
+ },
13
+ appleacid: {
14
+ inherit: true,
15
+ isNonstandard: "Past",
16
+ },
17
+ astralbarrage: {
18
+ inherit: true,
19
+ isNonstandard: "Past",
20
+ },
21
+ aurawheel: {
22
+ inherit: true,
23
+ isNonstandard: "Past",
24
+ },
25
+ banefulbunker: {
26
+ inherit: true,
27
+ isNonstandard: "Past",
28
+ },
29
+ behemothbash: {
30
+ inherit: true,
31
+ isNonstandard: "Past",
32
+ },
33
+ behemothblade: {
34
+ inherit: true,
35
+ isNonstandard: "Past",
36
+ },
37
+ blueflare: {
38
+ inherit: true,
39
+ isNonstandard: "Past",
40
+ },
41
+ boltbeak: {
42
+ inherit: true,
43
+ isNonstandard: "Past",
44
+ },
45
+ boltstrike: {
46
+ inherit: true,
47
+ isNonstandard: "Past",
48
+ },
49
+ branchpoke: {
50
+ inherit: true,
51
+ isNonstandard: "Past",
52
+ },
53
+ breakingswipe: {
54
+ inherit: true,
55
+ isNonstandard: "Past",
56
+ },
57
+ brutalswing: {
58
+ inherit: true,
59
+ isNonstandard: "Past",
60
+ },
61
+ burningjealousy: {
62
+ inherit: true,
63
+ isNonstandard: "Past",
64
+ },
65
+ celebrate: {
66
+ inherit: true,
67
+ isNonstandard: "Past",
68
+ },
69
+ chatter: {
70
+ inherit: true,
71
+ isNonstandard: null,
72
+ },
73
+ clangingscales: {
74
+ inherit: true,
75
+ isNonstandard: "Past",
76
+ },
77
+ clangoroussoul: {
78
+ inherit: true,
79
+ isNonstandard: "Past",
80
+ },
81
+ coaching: {
82
+ inherit: true,
83
+ isNonstandard: "Past",
84
+ },
85
+ coreenforcer: {
86
+ inherit: true,
87
+ isNonstandard: "Past",
88
+ },
89
+ corrosivegas: {
90
+ inherit: true,
91
+ isNonstandard: "Past",
92
+ },
93
+ courtchange: {
94
+ inherit: true,
95
+ isNonstandard: "Past",
96
+ },
97
+ craftyshield: {
98
+ inherit: true,
99
+ isNonstandard: "Past",
100
+ },
101
+ darkestlariat: {
102
+ inherit: true,
103
+ isNonstandard: "Past",
104
+ },
105
+ darkvoid: {
106
+ inherit: true,
107
+ isNonstandard: "Unobtainable",
108
+ },
109
+ decorate: {
110
+ inherit: true,
111
+ isNonstandard: "Past",
112
+ },
113
+ diamondstorm: {
114
+ inherit: true,
115
+ isNonstandard: "Past",
116
+ },
117
+ doubleironbash: {
118
+ inherit: true,
119
+ isNonstandard: "Past",
120
+ },
121
+ dragondarts: {
122
+ inherit: true,
123
+ isNonstandard: "Past",
124
+ },
125
+ dragonenergy: {
126
+ inherit: true,
127
+ isNonstandard: "Past",
128
+ },
129
+ drumbeating: {
130
+ inherit: true,
131
+ isNonstandard: "Past",
132
+ },
133
+ dualwingbeat: {
134
+ inherit: true,
135
+ isNonstandard: "Past",
136
+ },
137
+ dynamaxcannon: {
138
+ inherit: true,
139
+ isNonstandard: "Past",
140
+ },
141
+ eeriespell: {
142
+ inherit: true,
143
+ isNonstandard: "Past",
144
+ },
145
+ electrify: {
146
+ inherit: true,
147
+ isNonstandard: "Past",
148
+ },
149
+ electroweb: {
150
+ inherit: true,
151
+ isNonstandard: "Past",
152
+ },
153
+ eternabeam: {
154
+ inherit: true,
155
+ isNonstandard: "Past",
156
+ },
157
+ expandingforce: {
158
+ inherit: true,
159
+ isNonstandard: "Past",
160
+ },
161
+ fairylock: {
162
+ inherit: true,
163
+ isNonstandard: "Past",
164
+ },
165
+ falsesurrender: {
166
+ inherit: true,
167
+ isNonstandard: "Past",
168
+ },
169
+ fierydance: {
170
+ inherit: true,
171
+ isNonstandard: "Past",
172
+ },
173
+ fierywrath: {
174
+ inherit: true,
175
+ isNonstandard: "Past",
176
+ },
177
+ firelash: {
178
+ inherit: true,
179
+ isNonstandard: "Past",
180
+ },
181
+ firepledge: {
182
+ inherit: true,
183
+ isNonstandard: "Past",
184
+ },
185
+ firstimpression: {
186
+ inherit: true,
187
+ isNonstandard: "Past",
188
+ },
189
+ fishiousrend: {
190
+ inherit: true,
191
+ isNonstandard: "Past",
192
+ },
193
+ flash: {
194
+ inherit: true,
195
+ isNonstandard: null,
196
+ },
197
+ fleurcannon: {
198
+ inherit: true,
199
+ isNonstandard: "Past",
200
+ },
201
+ flipturn: {
202
+ inherit: true,
203
+ isNonstandard: "Past",
204
+ },
205
+ floralhealing: {
206
+ inherit: true,
207
+ isNonstandard: "Past",
208
+ },
209
+ flyingpress: {
210
+ inherit: true,
211
+ isNonstandard: "Past",
212
+ },
213
+ forestscurse: {
214
+ inherit: true,
215
+ isNonstandard: "Past",
216
+ },
217
+ freezeshock: {
218
+ inherit: true,
219
+ isNonstandard: "Past",
220
+ },
221
+ freezingglare: {
222
+ inherit: true,
223
+ isNonstandard: "Past",
224
+ },
225
+ fusionbolt: {
226
+ inherit: true,
227
+ isNonstandard: "Past",
228
+ },
229
+ fusionflare: {
230
+ inherit: true,
231
+ isNonstandard: "Past",
232
+ },
233
+ geargrind: {
234
+ inherit: true,
235
+ isNonstandard: "Past",
236
+ },
237
+ gearup: {
238
+ inherit: true,
239
+ isNonstandard: "Past",
240
+ },
241
+ geomancy: {
242
+ inherit: true,
243
+ isNonstandard: "Past",
244
+ },
245
+ glaciallance: {
246
+ inherit: true,
247
+ isNonstandard: "Past",
248
+ },
249
+ glaciate: {
250
+ inherit: true,
251
+ isNonstandard: "Past",
252
+ },
253
+ gmaxbefuddle: {
254
+ inherit: true,
255
+ isNonstandard: "Past",
256
+ },
257
+ gmaxcannonade: {
258
+ inherit: true,
259
+ isNonstandard: "Past",
260
+ },
261
+ gmaxcentiferno: {
262
+ inherit: true,
263
+ isNonstandard: "Past",
264
+ },
265
+ gmaxchistrike: {
266
+ inherit: true,
267
+ isNonstandard: "Past",
268
+ },
269
+ gmaxcuddle: {
270
+ inherit: true,
271
+ isNonstandard: "Past",
272
+ },
273
+ gmaxdepletion: {
274
+ inherit: true,
275
+ isNonstandard: "Past",
276
+ },
277
+ gmaxdrumsolo: {
278
+ inherit: true,
279
+ isNonstandard: "Past",
280
+ },
281
+ gmaxfinale: {
282
+ inherit: true,
283
+ isNonstandard: "Past",
284
+ },
285
+ gmaxfireball: {
286
+ inherit: true,
287
+ isNonstandard: "Past",
288
+ },
289
+ gmaxfoamburst: {
290
+ inherit: true,
291
+ isNonstandard: "Past",
292
+ },
293
+ gmaxgoldrush: {
294
+ inherit: true,
295
+ isNonstandard: "Past",
296
+ },
297
+ gmaxgravitas: {
298
+ inherit: true,
299
+ isNonstandard: "Past",
300
+ },
301
+ gmaxhydrosnipe: {
302
+ inherit: true,
303
+ isNonstandard: "Past",
304
+ },
305
+ gmaxmalodor: {
306
+ inherit: true,
307
+ isNonstandard: "Past",
308
+ },
309
+ gmaxmeltdown: {
310
+ inherit: true,
311
+ isNonstandard: "Past",
312
+ },
313
+ gmaxoneblow: {
314
+ inherit: true,
315
+ isNonstandard: "Past",
316
+ },
317
+ gmaxrapidflow: {
318
+ inherit: true,
319
+ isNonstandard: "Past",
320
+ },
321
+ gmaxreplenish: {
322
+ inherit: true,
323
+ isNonstandard: "Past",
324
+ },
325
+ gmaxresonance: {
326
+ inherit: true,
327
+ isNonstandard: "Past",
328
+ },
329
+ gmaxsandblast: {
330
+ inherit: true,
331
+ isNonstandard: "Past",
332
+ },
333
+ gmaxsmite: {
334
+ inherit: true,
335
+ isNonstandard: "Past",
336
+ },
337
+ gmaxsnooze: {
338
+ inherit: true,
339
+ isNonstandard: "Past",
340
+ },
341
+ gmaxsteelsurge: {
342
+ inherit: true,
343
+ isNonstandard: "Past",
344
+ },
345
+ gmaxstonesurge: {
346
+ inherit: true,
347
+ isNonstandard: "Past",
348
+ },
349
+ gmaxstunshock: {
350
+ inherit: true,
351
+ isNonstandard: "Past",
352
+ },
353
+ gmaxsweetness: {
354
+ inherit: true,
355
+ isNonstandard: "Past",
356
+ },
357
+ gmaxtartness: {
358
+ inherit: true,
359
+ isNonstandard: "Past",
360
+ },
361
+ gmaxterror: {
362
+ inherit: true,
363
+ isNonstandard: "Past",
364
+ },
365
+ gmaxvinelash: {
366
+ inherit: true,
367
+ isNonstandard: "Past",
368
+ },
369
+ gmaxvolcalith: {
370
+ inherit: true,
371
+ isNonstandard: "Past",
372
+ },
373
+ gmaxvoltcrash: {
374
+ inherit: true,
375
+ isNonstandard: "Past",
376
+ },
377
+ gmaxwildfire: {
378
+ inherit: true,
379
+ isNonstandard: "Past",
380
+ },
381
+ gmaxwindrage: {
382
+ inherit: true,
383
+ isNonstandard: "Past",
384
+ },
385
+ grasspledge: {
386
+ inherit: true,
387
+ isNonstandard: "Past",
388
+ },
389
+ grassyglide: {
390
+ inherit: true,
391
+ isNonstandard: "Past",
392
+ },
393
+ gravapple: {
394
+ inherit: true,
395
+ isNonstandard: "Past",
396
+ },
397
+ happyhour: {
398
+ inherit: true,
399
+ isNonstandard: "Past",
400
+ },
401
+ headcharge: {
402
+ inherit: true,
403
+ isNonstandard: "Past",
404
+ },
405
+ heartswap: {
406
+ inherit: true,
407
+ isNonstandard: null,
408
+ },
409
+ heatcrash: {
410
+ inherit: true,
411
+ isNonstandard: "Past",
412
+ },
413
+ hiddenpower: {
414
+ inherit: true,
415
+ isNonstandard: null,
416
+ },
417
+ hiddenpowerbug: {
418
+ inherit: true,
419
+ isNonstandard: null,
420
+ },
421
+ hiddenpowerdark: {
422
+ inherit: true,
423
+ isNonstandard: null,
424
+ },
425
+ hiddenpowerdragon: {
426
+ inherit: true,
427
+ isNonstandard: null,
428
+ },
429
+ hiddenpowerelectric: {
430
+ inherit: true,
431
+ isNonstandard: null,
432
+ },
433
+ hiddenpowerfighting: {
434
+ inherit: true,
435
+ isNonstandard: null,
436
+ },
437
+ hiddenpowerfire: {
438
+ inherit: true,
439
+ isNonstandard: null,
440
+ },
441
+ hiddenpowerflying: {
442
+ inherit: true,
443
+ isNonstandard: null,
444
+ },
445
+ hiddenpowerghost: {
446
+ inherit: true,
447
+ isNonstandard: null,
448
+ },
449
+ hiddenpowergrass: {
450
+ inherit: true,
451
+ isNonstandard: null,
452
+ },
453
+ hiddenpowerground: {
454
+ inherit: true,
455
+ isNonstandard: null,
456
+ },
457
+ hiddenpowerice: {
458
+ inherit: true,
459
+ isNonstandard: null,
460
+ },
461
+ hiddenpowerpoison: {
462
+ inherit: true,
463
+ isNonstandard: null,
464
+ },
465
+ hiddenpowerpsychic: {
466
+ inherit: true,
467
+ isNonstandard: null,
468
+ },
469
+ hiddenpowerrock: {
470
+ inherit: true,
471
+ isNonstandard: null,
472
+ },
473
+ hiddenpowersteel: {
474
+ inherit: true,
475
+ isNonstandard: null,
476
+ },
477
+ hiddenpowerwater: {
478
+ inherit: true,
479
+ isNonstandard: null,
480
+ },
481
+ holdback: {
482
+ inherit: true,
483
+ isNonstandard: "Past",
484
+ },
485
+ holdhands: {
486
+ inherit: true,
487
+ isNonstandard: "Past",
488
+ },
489
+ hornleech: {
490
+ inherit: true,
491
+ isNonstandard: "Past",
492
+ },
493
+ iceburn: {
494
+ inherit: true,
495
+ isNonstandard: "Past",
496
+ },
497
+ instruct: {
498
+ inherit: true,
499
+ isNonstandard: "Past",
500
+ },
501
+ jawlock: {
502
+ inherit: true,
503
+ isNonstandard: "Past",
504
+ },
505
+ judgment: {
506
+ inherit: true,
507
+ isNonstandard: "Unobtainable",
508
+ },
509
+ junglehealing: {
510
+ inherit: true,
511
+ isNonstandard: "Past",
512
+ },
513
+ kingsshield: {
514
+ inherit: true,
515
+ isNonstandard: "Past",
516
+ },
517
+ landswrath: {
518
+ inherit: true,
519
+ isNonstandard: "Past",
520
+ },
521
+ lashout: {
522
+ inherit: true,
523
+ isNonstandard: "Past",
524
+ },
525
+ magicpowder: {
526
+ inherit: true,
527
+ isNonstandard: "Past",
528
+ },
529
+ matblock: {
530
+ inherit: true,
531
+ isNonstandard: "Past",
532
+ },
533
+ maxairstream: {
534
+ inherit: true,
535
+ isNonstandard: "Past",
536
+ },
537
+ maxdarkness: {
538
+ inherit: true,
539
+ isNonstandard: "Past",
540
+ },
541
+ maxflare: {
542
+ inherit: true,
543
+ isNonstandard: "Past",
544
+ },
545
+ maxflutterby: {
546
+ inherit: true,
547
+ isNonstandard: "Past",
548
+ },
549
+ maxgeyser: {
550
+ inherit: true,
551
+ isNonstandard: "Past",
552
+ },
553
+ maxguard: {
554
+ inherit: true,
555
+ isNonstandard: "Past",
556
+ },
557
+ maxhailstorm: {
558
+ inherit: true,
559
+ isNonstandard: "Past",
560
+ },
561
+ maxknuckle: {
562
+ inherit: true,
563
+ isNonstandard: "Past",
564
+ },
565
+ maxlightning: {
566
+ inherit: true,
567
+ isNonstandard: "Past",
568
+ },
569
+ maxmindstorm: {
570
+ inherit: true,
571
+ isNonstandard: "Past",
572
+ },
573
+ maxooze: {
574
+ inherit: true,
575
+ isNonstandard: "Past",
576
+ },
577
+ maxovergrowth: {
578
+ inherit: true,
579
+ isNonstandard: "Past",
580
+ },
581
+ maxphantasm: {
582
+ inherit: true,
583
+ isNonstandard: "Past",
584
+ },
585
+ maxquake: {
586
+ inherit: true,
587
+ isNonstandard: "Past",
588
+ },
589
+ maxrockfall: {
590
+ inherit: true,
591
+ isNonstandard: "Past",
592
+ },
593
+ maxstarfall: {
594
+ inherit: true,
595
+ isNonstandard: "Past",
596
+ },
597
+ maxsteelspike: {
598
+ inherit: true,
599
+ isNonstandard: "Past",
600
+ },
601
+ maxstrike: {
602
+ inherit: true,
603
+ isNonstandard: "Past",
604
+ },
605
+ maxwyrmwind: {
606
+ inherit: true,
607
+ isNonstandard: "Past",
608
+ },
609
+ meteorassault: {
610
+ inherit: true,
611
+ isNonstandard: "Past",
612
+ },
613
+ meteorbeam: {
614
+ inherit: true,
615
+ isNonstandard: "Past",
616
+ },
617
+ mindblown: {
618
+ inherit: true,
619
+ isNonstandard: "Past",
620
+ },
621
+ mistyexplosion: {
622
+ inherit: true,
623
+ isNonstandard: "Past",
624
+ },
625
+ moongeistbeam: {
626
+ inherit: true,
627
+ isNonstandard: "Past",
628
+ },
629
+ multiattack: {
630
+ inherit: true,
631
+ isNonstandard: "Past",
632
+ },
633
+ naturesmadness: {
634
+ inherit: true,
635
+ isNonstandard: "Past",
636
+ },
637
+ nightdaze: {
638
+ inherit: true,
639
+ isNonstandard: "Past",
640
+ },
641
+ noretreat: {
642
+ inherit: true,
643
+ isNonstandard: "Past",
644
+ },
645
+ oblivionwing: {
646
+ inherit: true,
647
+ isNonstandard: "Past",
648
+ },
649
+ obstruct: {
650
+ inherit: true,
651
+ isNonstandard: "Past",
652
+ },
653
+ octolock: {
654
+ inherit: true,
655
+ isNonstandard: "Past",
656
+ },
657
+ overdrive: {
658
+ inherit: true,
659
+ isNonstandard: "Past",
660
+ },
661
+ paraboliccharge: {
662
+ inherit: true,
663
+ isNonstandard: "Past",
664
+ },
665
+ photongeyser: {
666
+ inherit: true,
667
+ isNonstandard: "Past",
668
+ },
669
+ plasmafists: {
670
+ inherit: true,
671
+ isNonstandard: "Past",
672
+ },
673
+ pollenpuff: {
674
+ inherit: true,
675
+ isNonstandard: "Past",
676
+ },
677
+ poltergeist: {
678
+ inherit: true,
679
+ isNonstandard: "Past",
680
+ },
681
+ powertrip: {
682
+ inherit: true,
683
+ isNonstandard: "Past",
684
+ },
685
+ prismaticlaser: {
686
+ inherit: true,
687
+ isNonstandard: "Past",
688
+ },
689
+ psychicfangs: {
690
+ inherit: true,
691
+ isNonstandard: "Past",
692
+ },
693
+ psychicterrain: {
694
+ inherit: true,
695
+ isNonstandard: "Past",
696
+ },
697
+ psychoboost: {
698
+ inherit: true,
699
+ isNonstandard: "Unobtainable",
700
+ },
701
+ purify: {
702
+ inherit: true,
703
+ isNonstandard: "Past",
704
+ },
705
+ pyroball: {
706
+ inherit: true,
707
+ isNonstandard: "Past",
708
+ },
709
+ risingvoltage: {
710
+ inherit: true,
711
+ isNonstandard: "Past",
712
+ },
713
+ rockclimb: {
714
+ inherit: true,
715
+ isNonstandard: null,
716
+ },
717
+ sacredsword: {
718
+ inherit: true,
719
+ isNonstandard: "Past",
720
+ },
721
+ scaleshot: {
722
+ inherit: true,
723
+ isNonstandard: "Past",
724
+ },
725
+ scorchingsands: {
726
+ inherit: true,
727
+ isNonstandard: "Past",
728
+ },
729
+ searingshot: {
730
+ inherit: true,
731
+ isNonstandard: "Past",
732
+ },
733
+ secretsword: {
734
+ inherit: true,
735
+ isNonstandard: "Past",
736
+ },
737
+ seedflare: {
738
+ inherit: true,
739
+ isNonstandard: "Unobtainable",
740
+ },
741
+ shadowbone: {
742
+ inherit: true,
743
+ isNonstandard: "Past",
744
+ },
745
+ shellsidearm: {
746
+ inherit: true,
747
+ isNonstandard: "Past",
748
+ },
749
+ shelltrap: {
750
+ inherit: true,
751
+ isNonstandard: "Past",
752
+ },
753
+ shiftgear: {
754
+ inherit: true,
755
+ isNonstandard: "Past",
756
+ },
757
+ shoreup: {
758
+ inherit: true,
759
+ isNonstandard: "Past",
760
+ },
761
+ sketch: {
762
+ inherit: true,
763
+ isNonstandard: null,
764
+ },
765
+ skittersmack: {
766
+ inherit: true,
767
+ isNonstandard: "Past",
768
+ },
769
+ snaptrap: {
770
+ inherit: true,
771
+ isNonstandard: "Past",
772
+ },
773
+ snipeshot: {
774
+ inherit: true,
775
+ isNonstandard: "Past",
776
+ },
777
+ solarblade: {
778
+ inherit: true,
779
+ isNonstandard: "Past",
780
+ },
781
+ sparklingaria: {
782
+ inherit: true,
783
+ isNonstandard: "Past",
784
+ },
785
+ spectralthief: {
786
+ inherit: true,
787
+ isNonstandard: "Past",
788
+ },
789
+ speedswap: {
790
+ inherit: true,
791
+ isNonstandard: "Past",
792
+ },
793
+ spiritbreak: {
794
+ inherit: true,
795
+ isNonstandard: "Past",
796
+ },
797
+ spiritshackle: {
798
+ inherit: true,
799
+ isNonstandard: "Past",
800
+ },
801
+ steameruption: {
802
+ inherit: true,
803
+ isNonstandard: "Past",
804
+ },
805
+ steelbeam: {
806
+ inherit: true,
807
+ isNonstandard: "Past",
808
+ },
809
+ steelroller: {
810
+ inherit: true,
811
+ isNonstandard: "Past",
812
+ },
813
+ strangesteam: {
814
+ inherit: true,
815
+ isNonstandard: "Past",
816
+ },
817
+ stuffcheeks: {
818
+ inherit: true,
819
+ isNonstandard: "Past",
820
+ },
821
+ sunsteelstrike: {
822
+ inherit: true,
823
+ isNonstandard: "Past",
824
+ },
825
+ surgingstrikes: {
826
+ inherit: true,
827
+ isNonstandard: "Past",
828
+ },
829
+ tailglow: {
830
+ inherit: true,
831
+ isNonstandard: null,
832
+ },
833
+ tailslap: {
834
+ inherit: true,
835
+ isNonstandard: "Past",
836
+ },
837
+ tarshot: {
838
+ inherit: true,
839
+ isNonstandard: "Past",
840
+ },
841
+ teatime: {
842
+ inherit: true,
843
+ isNonstandard: "Past",
844
+ },
845
+ technoblast: {
846
+ inherit: true,
847
+ isNonstandard: "Past",
848
+ },
849
+ terrainpulse: {
850
+ inherit: true,
851
+ isNonstandard: "Past",
852
+ },
853
+ thousandarrows: {
854
+ inherit: true,
855
+ isNonstandard: "Past",
856
+ },
857
+ thousandwaves: {
858
+ inherit: true,
859
+ isNonstandard: "Past",
860
+ },
861
+ thundercage: {
862
+ inherit: true,
863
+ isNonstandard: "Past",
864
+ },
865
+ thunderouskick: {
866
+ inherit: true,
867
+ isNonstandard: "Past",
868
+ },
869
+ topsyturvy: {
870
+ inherit: true,
871
+ isNonstandard: "Past",
872
+ },
873
+ toxicthread: {
874
+ inherit: true,
875
+ isNonstandard: null,
876
+ },
877
+ trickortreat: {
878
+ inherit: true,
879
+ isNonstandard: "Past",
880
+ },
881
+ tripleaxel: {
882
+ inherit: true,
883
+ isNonstandard: "Past",
884
+ },
885
+ tropkick: {
886
+ inherit: true,
887
+ isNonstandard: "Past",
888
+ },
889
+ vcreate: {
890
+ inherit: true,
891
+ isNonstandard: "Past",
892
+ },
893
+ waterpledge: {
894
+ inherit: true,
895
+ isNonstandard: "Past",
896
+ },
897
+ watershuriken: {
898
+ inherit: true,
899
+ isNonstandard: "Past",
900
+ },
901
+ wickedblow: {
902
+ inherit: true,
903
+ isNonstandard: "Past",
904
+ },
905
+ zingzap: {
906
+ inherit: true,
907
+ isNonstandard: "Past",
908
+ },
909
+ };
910
+ //# sourceMappingURL=moves.js.map