@pkmn/mods 0.4.22 → 0.4.23

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