-
Notifications
You must be signed in to change notification settings - Fork 0
/
English_en-US.json
3835 lines (3835 loc) · 104 KB
/
English_en-US.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"Pokemon": {
"Category": {
"Physical": "Physical",
"Special": "Special",
"Status": "Status"
},
"Move": {
"10,000,000 Volt Thunderbolt": "10,000,000 Volt Thunderbolt",
"Absorb": "Absorb",
"Accelerock": "Accelerock",
"Acid": "Acid",
"Acid Armor": "Acid Armor",
"Acid Downpour": "Acid Downpour",
"Acid Spray": "Acid Spray",
"Acrobatics": "Acrobatics",
"Acupressure": "Acupressure",
"Aerial Ace": "Aerial Ace",
"Aeroblast": "Aeroblast",
"After You": "After You",
"Agility": "Agility",
"Air Cutter": "Air Cutter",
"Air Slash": "Air Slash",
"All-Out Pummeling": "All-Out Pummeling",
"Ally Switch": "Ally Switch",
"Amnesia": "Amnesia",
"Anchor Shot": "Anchor Shot",
"Ancient Power": "Ancient Power",
"Apple Acid": "Apple Acid",
"Aqua Cutter": "Aqua Cutter",
"Aqua Jet": "Aqua Jet",
"Aqua Ring": "Aqua Ring",
"Aqua Step": "Aqua Step",
"Aqua Tail": "Aqua Tail",
"Arm Thrust": "Arm Thrust",
"Armor Cannon": "Armor Cannon",
"Aromatherapy": "Aromatherapy",
"Aromatic Mist": "Aromatic Mist",
"Assist": "Assist",
"Assurance": "Assurance",
"Astonish": "Astonish",
"Astral Barrage": "Astral Barrage",
"Attack Order": "Attack Order",
"Attract": "Attract",
"Aura Sphere": "Aura Sphere",
"Aura Wheel": "Aura Wheel",
"Aurora Beam": "Aurora Beam",
"Aurora Veil": "Aurora Veil",
"Autotomize": "Autotomize",
"Avalanche": "Avalanche",
"Axe Kick": "Axe Kick",
"Baby-Doll Eyes": "Baby-Doll Eyes",
"Baddy Bad": "Baddy Bad",
"Baneful Bunker": "Baneful Bunker",
"Barb Barrage": "Barb Barrage",
"Barrage": "Barrage",
"Barrier": "Barrier",
"Baton Pass": "Baton Pass",
"Beak Blast": "Beak Blast",
"Beat Up": "Beat Up",
"Behemoth Bash": "Behemoth Bash",
"Behemoth Blade": "Behemoth Blade",
"Belch": "Belch",
"Belly Drum": "Belly Drum",
"Bestow": "Bestow",
"Bide": "Bide",
"Bind": "Bind",
"Bite": "Bite",
"Bitter Blade": "Bitter Blade",
"Bitter Malice": "Bitter Malice",
"Black Hole Eclipse": "Black Hole Eclipse",
"Blast Burn": "Blast Burn",
"Blaze Kick": "Blaze Kick",
"Blazing Torque": "Blazing Torque",
"Bleakwind Storm": "Bleakwind Storm",
"Blizzard": "Blizzard",
"Block": "Block",
"Bloom Doom": "Bloom Doom",
"Blue Flare": "Blue Flare",
"Body Press": "Body Press",
"Body Slam": "Body Slam",
"Bolt Beak": "Bolt Beak",
"Bolt Strike": "Bolt Strike",
"Bone Club": "Bone Club",
"Bone Rush": "Bone Rush",
"Bonemerang": "Bonemerang",
"Boomburst": "Boomburst",
"Bounce": "Bounce",
"Bouncy Bubble": "Bouncy Bubble",
"Branch Poke": "Branch Poke",
"Brave Bird": "Brave Bird",
"Breaking Swipe": "Breaking Swipe",
"Breakneck Blitz": "Breakneck Blitz",
"Brick Break": "Brick Break",
"Brine": "Brine",
"Brutal Swing": "Brutal Swing",
"Bubble": "Bubble",
"Bubble Beam": "Bubble Beam",
"Bug Bite": "Bug Bite",
"Bug Buzz": "Bug Buzz",
"Bulk Up": "Bulk Up",
"Bulldoze": "Bulldoze",
"Bullet Punch": "Bullet Punch",
"Bullet Seed": "Bullet Seed",
"Burn Up": "Burn Up",
"Burning Jealousy": "Burning Jealousy",
"Buzzy Buzz": "Buzzy Buzz",
"Calm Mind": "Calm Mind",
"Camouflage": "Camouflage",
"Captivate": "Captivate",
"Catastropika": "Catastropika",
"Ceaseless Edge": "Ceaseless Edge",
"Celebrate": "Celebrate",
"Charge": "Charge",
"Charge Beam": "Charge Beam",
"Charm": "Charm",
"Chatter": "Chatter",
"Chilling Water": "Chilling Water",
"Chilly Reception": "Chilly Reception",
"Chip Away": "Chip Away",
"Chloroblast": "Chloroblast",
"Circle Throw": "Circle Throw",
"Clamp": "Clamp",
"Clanging Scales": "Clanging Scales",
"Clangorous Soul": "Clangorous Soul",
"Clangorous Soulblaze": "Clangorous Soulblaze",
"Clear Smog": "Clear Smog",
"Close Combat": "Close Combat",
"Coaching": "Coaching",
"Coil": "Coil",
"Collision Course": "Collision Course",
"Combat Torque": "Combat Torque",
"Comet Punch": "Comet Punch",
"Comeuppance": "Comeuppance",
"Confide": "Confide",
"Confuse Ray": "Confuse Ray",
"Confusion": "Confusion",
"Constrict": "Constrict",
"Continental Crush": "Continental Crush",
"Conversion": "Conversion",
"Conversion 2": "Conversion 2",
"Copycat": "Copycat",
"Core Enforcer": "Core Enforcer",
"Corkscrew Crash": "Corkscrew Crash",
"Corrosive Gas": "Corrosive Gas",
"Cosmic Power": "Cosmic Power",
"Cotton Guard": "Cotton Guard",
"Cotton Spore": "Cotton Spore",
"Counter": "Counter",
"Court Change": "Court Change",
"Covet": "Covet",
"Crabhammer": "Crabhammer",
"Crafty Shield": "Crafty Shield",
"Cross Chop": "Cross Chop",
"Cross Poison": "Cross Poison",
"Crunch": "Crunch",
"Crush Claw": "Crush Claw",
"Crush Grip": "Crush Grip",
"Curse": "Curse",
"Cut": "Cut",
"Dark Pulse": "Dark Pulse",
"Dark Void": "Dark Void",
"Darkest Lariat": "Darkest Lariat",
"Dazzling Gleam": "Dazzling Gleam",
"Decorate": "Decorate",
"Defend Order": "Defend Order",
"Defense Curl": "Defense Curl",
"Defog": "Defog",
"Destiny Bond": "Destiny Bond",
"Detect": "Detect",
"Devastating Drake": "Devastating Drake",
"Diamond Storm": "Diamond Storm",
"Dig": "Dig",
"Dire Claw": "Dire Claw",
"Disable": "Disable",
"Disarming Voice": "Disarming Voice",
"Discharge": "Discharge",
"Dive": "Dive",
"Dizzy Punch": "Dizzy Punch",
"Doodle": "Doodle",
"Doom Desire": "Doom Desire",
"Double Hit": "Double Hit",
"Double Iron Bash": "Double Iron Bash",
"Double Kick": "Double Kick",
"Double Shock": "Double Shock",
"Double Slap": "Double Slap",
"Double Team": "Double Team",
"Double-Edge": "Double-Edge",
"Draco Meteor": "Draco Meteor",
"Dragon Ascent": "Dragon Ascent",
"Dragon Breath": "Dragon Breath",
"Dragon Claw": "Dragon Claw",
"Dragon Dance": "Dragon Dance",
"Dragon Darts": "Dragon Darts",
"Dragon Energy": "Dragon Energy",
"Dragon Hammer": "Dragon Hammer",
"Dragon Pulse": "Dragon Pulse",
"Dragon Rage": "Dragon Rage",
"Dragon Rush": "Dragon Rush",
"Dragon Tail": "Dragon Tail",
"Drain Punch": "Drain Punch",
"Draining Kiss": "Draining Kiss",
"Dream Eater": "Dream Eater",
"Drill Peck": "Drill Peck",
"Drill Run": "Drill Run",
"Drum Beating": "Drum Beating",
"Dual Chop": "Dual Chop",
"Dual Wingbeat": "Dual Wingbeat",
"Dynamax Cannon": "Dynamax Cannon",
"Dynamic Punch": "Dynamic Punch",
"Earth Power": "Earth Power",
"Earthquake": "Earthquake",
"Echoed Voice": "Echoed Voice",
"Eerie Impulse": "Eerie Impulse",
"Eerie Spell": "Eerie Spell",
"Egg Bomb": "Egg Bomb",
"Electric Terrain": "Electric Terrain",
"Electrify": "Electrify",
"Electro Ball": "Electro Ball",
"Electro Drift": "Electro Drift",
"Electroweb": "Electroweb",
"Embargo": "Embargo",
"Ember": "Ember",
"Encore": "Encore",
"Endeavor": "Endeavor",
"Endure": "Endure",
"Energy Ball": "Energy Ball",
"Entrainment": "Entrainment",
"Eruption": "Eruption",
"Esper Wing": "Esper Wing",
"Eternabeam": "Eternabeam",
"Expanding Force": "Expanding Force",
"Explosion": "Explosion",
"Extrasensory": "Extrasensory",
"Extreme Evoboost": "Extreme Evoboost",
"Extreme Speed": "Extreme Speed",
"Facade": "Facade",
"Fairy Lock": "Fairy Lock",
"Fairy Wind": "Fairy Wind",
"Fake Out": "Fake Out",
"Fake Tears": "Fake Tears",
"False Surrender": "False Surrender",
"False Swipe": "False Swipe",
"Feather Dance": "Feather Dance",
"Feint": "Feint",
"Feint Attack": "Feint Attack",
"Fell Stinger": "Fell Stinger",
"Fiery Dance": "Fiery Dance",
"Fiery Wrath": "Fiery Wrath",
"Fillet Away": "Fillet Away",
"Final Gambit": "Final Gambit",
"Fire Blast": "Fire Blast",
"Fire Fang": "Fire Fang",
"Fire Lash": "Fire Lash",
"Fire Pledge": "Fire Pledge",
"Fire Punch": "Fire Punch",
"Fire Spin": "Fire Spin",
"First Impression": "First Impression",
"Fishious Rend": "Fishious Rend",
"Fissure": "Fissure",
"Flail": "Flail",
"Flame Burst": "Flame Burst",
"Flame Charge": "Flame Charge",
"Flame Wheel": "Flame Wheel",
"Flamethrower": "Flamethrower",
"Flare Blitz": "Flare Blitz",
"Flash": "Flash",
"Flash Cannon": "Flash Cannon",
"Flatter": "Flatter",
"Fleur Cannon": "Fleur Cannon",
"Fling": "Fling",
"Flip Turn": "Flip Turn",
"Floaty Fall": "Floaty Fall",
"Floral Healing": "Floral Healing",
"Flower Shield": "Flower Shield",
"Flower Trick": "Flower Trick",
"Fly": "Fly",
"Flying Press": "Flying Press",
"Focus Blast": "Focus Blast",
"Focus Energy": "Focus Energy",
"Focus Punch": "Focus Punch",
"Follow Me": "Follow Me",
"Force Palm": "Force Palm",
"Foresight": "Foresight",
"Forest's Curse": "Forest's Curse",
"Foul Play": "Foul Play",
"Freeze Shock": "Freeze Shock",
"Freeze-Dry": "Freeze-Dry",
"Freezing Glare": "Freezing Glare",
"Freezy Frost": "Freezy Frost",
"Frenzy Plant": "Frenzy Plant",
"Frost Breath": "Frost Breath",
"Frustration": "Frustration",
"Fury Attack": "Fury Attack",
"Fury Cutter": "Fury Cutter",
"Fury Swipes": "Fury Swipes",
"Fusion Bolt": "Fusion Bolt",
"Fusion Flare": "Fusion Flare",
"Future Sight": "Future Sight",
"Gastro Acid": "Gastro Acid",
"Gear Grind": "Gear Grind",
"Gear Up": "Gear Up",
"Genesis Supernova": "Genesis Supernova",
"Geomancy": "Geomancy",
"Giga Drain": "Giga Drain",
"Giga Impact": "Giga Impact",
"Gigaton Hammer": "Gigaton Hammer",
"Gigavolt Havoc": "Gigavolt Havoc",
"Glacial Lance": "Glacial Lance",
"Glaciate": "Glaciate",
"Glaive Rush": "Glaive Rush",
"Glare": "Glare",
"Glitzy Glow": "Glitzy Glow",
"Grass Knot": "Grass Knot",
"Grass Pledge": "Grass Pledge",
"Grass Whistle": "Grass Whistle",
"Grassy Glide": "Grassy Glide",
"Grassy Terrain": "Grassy Terrain",
"Grav Apple": "Grav Apple",
"Gravity": "Gravity",
"Growl": "Growl",
"Growth": "Growth",
"Grudge": "Grudge",
"Guard Split": "Guard Split",
"Guard Swap": "Guard Swap",
"Guardian of Alola": "Guardian of Alola",
"Guillotine": "Guillotine",
"Gunk Shot": "Gunk Shot",
"Gust": "Gust",
"Gyro Ball": "Gyro Ball",
"Hail": "Hail",
"Hammer Arm": "Hammer Arm",
"Happy Hour": "Happy Hour",
"Harden": "Harden",
"Haze": "Haze",
"Head Charge": "Head Charge",
"Head Smash": "Head Smash",
"Headbutt": "Headbutt",
"Headlong Rush": "Headlong Rush",
"Heal Bell": "Heal Bell",
"Heal Block": "Heal Block",
"Heal Order": "Heal Order",
"Heal Pulse": "Heal Pulse",
"Healing Wish": "Healing Wish",
"Heart Stamp": "Heart Stamp",
"Heart Swap": "Heart Swap",
"Heat Crash": "Heat Crash",
"Heat Wave": "Heat Wave",
"Heavy Slam": "Heavy Slam",
"Helping Hand": "Helping Hand",
"Hex": "Hex",
"Hidden Power": "Hidden Power",
"High Horsepower": "High Horsepower",
"High Jump Kick": "High Jump Kick",
"Hold Back": "Hold Back",
"Hold Hands": "Hold Hands",
"Hone Claws": "Hone Claws",
"Horn Attack": "Horn Attack",
"Horn Drill": "Horn Drill",
"Horn Leech": "Horn Leech",
"Howl": "Howl",
"Hurricane": "Hurricane",
"Hydro Cannon": "Hydro Cannon",
"Hydro Pump": "Hydro Pump",
"Hydro Steam": "Hydro Steam",
"Hydro Vortex": "Hydro Vortex",
"Hyper Beam": "Hyper Beam",
"Hyper Drill": "Hyper Drill",
"Hyper Fang": "Hyper Fang",
"Hyper Voice": "Hyper Voice",
"Hyperspace Fury": "Hyperspace Fury",
"Hyperspace Hole": "Hyperspace Hole",
"Hypnosis": "Hypnosis",
"Ice Ball": "Ice Ball",
"Ice Beam": "Ice Beam",
"Ice Burn": "Ice Burn",
"Ice Fang": "Ice Fang",
"Ice Hammer": "Ice Hammer",
"Ice Punch": "Ice Punch",
"Ice Shard": "Ice Shard",
"Ice Spinner": "Ice Spinner",
"Icicle Crash": "Icicle Crash",
"Icicle Spear": "Icicle Spear",
"Icy Wind": "Icy Wind",
"Imprison": "Imprison",
"Incinerate": "Incinerate",
"Infernal Parade": "Infernal Parade",
"Inferno": "Inferno",
"Inferno Overdrive": "Inferno Overdrive",
"Infestation": "Infestation",
"Ingrain": "Ingrain",
"Instruct": "Instruct",
"Ion Deluge": "Ion Deluge",
"Iron Defense": "Iron Defense",
"Iron Head": "Iron Head",
"Iron Tail": "Iron Tail",
"Jaw Lock": "Jaw Lock",
"Jet Punch": "Jet Punch",
"Judgment": "Judgment",
"Jump Kick": "Jump Kick",
"Jungle Healing": "Jungle Healing",
"Karate Chop": "Karate Chop",
"Kinesis": "Kinesis",
"King's Shield": "King's Shield",
"Knock Off": "Knock Off",
"Kowtow Cleave": "Kowtow Cleave",
"Land's Wrath": "Land's Wrath",
"Laser Focus": "Laser Focus",
"Lash Out": "Lash Out",
"Last Resort": "Last Resort",
"Last Respects": "Last Respects",
"Lava Plume": "Lava Plume",
"Leaf Blade": "Leaf Blade",
"Leaf Storm": "Leaf Storm",
"Leaf Tornado": "Leaf Tornado",
"Leafage": "Leafage",
"Leech Life": "Leech Life",
"Leech Seed": "Leech Seed",
"Leer": "Leer",
"Let's Snuggle Forever": "Let's Snuggle Forever",
"Lick": "Lick",
"Life Dew": "Life Dew",
"Light Screen": "Light Screen",
"Light That Burns the Sky": "Light That Burns the Sky",
"Light of Ruin": "Light of Ruin",
"Liquidation": "Liquidation",
"Lock-On": "Lock-On",
"Lovely Kiss": "Lovely Kiss",
"Low Kick": "Low Kick",
"Low Sweep": "Low Sweep",
"Lucky Chant": "Lucky Chant",
"Lumina Crash": "Lumina Crash",
"Lunar Blessing": "Lunar Blessing",
"Lunar Dance": "Lunar Dance",
"Lunge": "Lunge",
"Luster Purge": "Luster Purge",
"Mach Punch": "Mach Punch",
"Magic Coat": "Magic Coat",
"Magic Powder": "Magic Powder",
"Magic Room": "Magic Room",
"Magical Leaf": "Magical Leaf",
"Magical Torque": "Magical Torque",
"Magma Storm": "Magma Storm",
"Magnet Bomb": "Magnet Bomb",
"Magnet Rise": "Magnet Rise",
"Magnetic Flux": "Magnetic Flux",
"Magnitude": "Magnitude",
"Make It Rain": "Make It Rain",
"Malicious Moonsault": "Malicious Moonsault",
"Mat Block": "Mat Block",
"Max Airstream": "Max Airstream",
"Max Darkness": "Max Darkness",
"Max Flare": "Max Flare",
"Max Flutterby": "Max Flutterby",
"Max Geyser": "Max Geyser",
"Max Guard": "Max Guard",
"Max Hailstorm": "Max Hailstorm",
"Max Knuckle": "Max Knuckle",
"Max Lightning": "Max Lightning",
"Max Mindstorm": "Max Mindstorm",
"Max Ooze": "Max Ooze",
"Max Overgrowth": "Max Overgrowth",
"Max Phantasm": "Max Phantasm",
"Max Quake": "Max Quake",
"Max Rockfall": "Max Rockfall",
"Max Starfall": "Max Starfall",
"Max Steelspike": "Max Steelspike",
"Max Strike": "Max Strike",
"Max Wyrmwind": "Max Wyrmwind",
"Me First": "Me First",
"Mean Look": "Mean Look",
"Meditate": "Meditate",
"Mega Drain": "Mega Drain",
"Mega Kick": "Mega Kick",
"Mega Punch": "Mega Punch",
"Megahorn": "Megahorn",
"Memento": "Memento",
"Menacing Moonraze Maelstrom": "Menacing Moonraze Maelstrom",
"Metal Burst": "Metal Burst",
"Metal Claw": "Metal Claw",
"Metal Sound": "Metal Sound",
"Meteor Assault": "Meteor Assault",
"Meteor Beam": "Meteor Beam",
"Meteor Mash": "Meteor Mash",
"Metronome": "Metronome",
"Milk Drink": "Milk Drink",
"Mimic": "Mimic",
"Mind Blown": "Mind Blown",
"Mind Reader": "Mind Reader",
"Minimize": "Minimize",
"Miracle Eye": "Miracle Eye",
"Mirror Coat": "Mirror Coat",
"Mirror Move": "Mirror Move",
"Mirror Shot": "Mirror Shot",
"Mist": "Mist",
"Mist Ball": "Mist Ball",
"Misty Explosion": "Misty Explosion",
"Misty Terrain": "Misty Terrain",
"Moonblast": "Moonblast",
"Moongeist Beam": "Moongeist Beam",
"Moonlight": "Moonlight",
"Morning Sun": "Morning Sun",
"Mortal Spin": "Mortal Spin",
"Mountain Gale": "Mountain Gale",
"Mud Bomb": "Mud Bomb",
"Mud Shot": "Mud Shot",
"Mud Sport": "Mud Sport",
"Mud-Slap": "Mud-Slap",
"Muddy Water": "Muddy Water",
"Multi-Attack": "Multi-Attack",
"Mystical Fire": "Mystical Fire",
"Mystical Power": "Mystical Power",
"Nasty Plot": "Nasty Plot",
"Natural Gift": "Natural Gift",
"Nature Power": "Nature Power",
"Nature's Madness": "Nature's Madness",
"Needle Arm": "Needle Arm",
"Never-Ending Nightmare": "Never-Ending Nightmare",
"Night Daze": "Night Daze",
"Night Shade": "Night Shade",
"Night Slash": "Night Slash",
"Nightmare": "Nightmare",
"No Retreat": "No Retreat",
"Noble Roar": "Noble Roar",
"Noxious Torque": "Noxious Torque",
"Nuzzle": "Nuzzle",
"Oblivion Wing": "Oblivion Wing",
"Obstruct": "Obstruct",
"Oceanic Operetta": "Oceanic Operetta",
"Octazooka": "Octazooka",
"Octolock": "Octolock",
"Odor Sleuth": "Odor Sleuth",
"Ominous Wind": "Ominous Wind",
"Order Up": "Order Up",
"Origin Pulse": "Origin Pulse",
"Outrage": "Outrage",
"Overdrive": "Overdrive",
"Overheat": "Overheat",
"Pain Split": "Pain Split",
"Parabolic Charge": "Parabolic Charge",
"Parting Shot": "Parting Shot",
"Pay Day": "Pay Day",
"Payback": "Payback",
"Peck": "Peck",
"Perish Song": "Perish Song",
"Petal Blizzard": "Petal Blizzard",
"Petal Dance": "Petal Dance",
"Phantom Force": "Phantom Force",
"Photon Geyser": "Photon Geyser",
"Pika Papow": "Pika Papow",
"Pin Missile": "Pin Missile",
"Plasma Fists": "Plasma Fists",
"Play Nice": "Play Nice",
"Play Rough": "Play Rough",
"Pluck": "Pluck",
"Poison Fang": "Poison Fang",
"Poison Gas": "Poison Gas",
"Poison Jab": "Poison Jab",
"Poison Powder": "Poison Powder",
"Poison Sting": "Poison Sting",
"Poison Tail": "Poison Tail",
"Pollen Puff": "Pollen Puff",
"Poltergeist": "Poltergeist",
"Population Bomb": "Population Bomb",
"Pounce": "Pounce",
"Pound": "Pound",
"Powder": "Powder",
"Powder Snow": "Powder Snow",
"Power Gem": "Power Gem",
"Power Shift": "Power Shift",
"Power Split": "Power Split",
"Power Swap": "Power Swap",
"Power Trick": "Power Trick",
"Power Trip": "Power Trip",
"Power Whip": "Power Whip",
"Power-Up Punch": "Power-Up Punch",
"Precipice Blades": "Precipice Blades",
"Present": "Present",
"Prismatic Laser": "Prismatic Laser",
"Protect": "Protect",
"Psybeam": "Psybeam",
"Psyblade": "Psyblade",
"Psych Up": "Psych Up",
"Psychic": "Psychic",
"Psychic Fangs": "Psychic Fangs",
"Psychic Terrain": "Psychic Terrain",
"Psycho Boost": "Psycho Boost",
"Psycho Cut": "Psycho Cut",
"Psycho Shift": "Psycho Shift",
"Psyshield Bash": "Psyshield Bash",
"Psyshock": "Psyshock",
"Psystrike": "Psystrike",
"Psywave": "Psywave",
"Pulverizing Pancake": "Pulverizing Pancake",
"Punishment": "Punishment",
"Purify": "Purify",
"Pursuit": "Pursuit",
"Pyro Ball": "Pyro Ball",
"Quash": "Quash",
"Quick Attack": "Quick Attack",
"Quick Guard": "Quick Guard",
"Quiver Dance": "Quiver Dance",
"Rage": "Rage",
"Rage Fist": "Rage Fist",
"Rage Powder": "Rage Powder",
"Raging Bull": "Raging Bull",
"Raging Fury": "Raging Fury",
"Rain Dance": "Rain Dance",
"Rapid Spin": "Rapid Spin",
"Razor Leaf": "Razor Leaf",
"Razor Shell": "Razor Shell",
"Razor Wind": "Razor Wind",
"Recover": "Recover",
"Recycle": "Recycle",
"Reflect": "Reflect",
"Reflect Type": "Reflect Type",
"Refresh": "Refresh",
"Relic Song": "Relic Song",
"Rest": "Rest",
"Retaliate": "Retaliate",
"Return": "Return",
"Revelation Dance": "Revelation Dance",
"Revenge": "Revenge",
"Reversal": "Reversal",
"Revival Blessing": "Revival Blessing",
"Rising Voltage": "Rising Voltage",
"Roar": "Roar",
"Roar of Time": "Roar of Time",
"Rock Blast": "Rock Blast",
"Rock Climb": "Rock Climb",
"Rock Polish": "Rock Polish",
"Rock Slide": "Rock Slide",
"Rock Smash": "Rock Smash",
"Rock Throw": "Rock Throw",
"Rock Tomb": "Rock Tomb",
"Rock Wrecker": "Rock Wrecker",
"Role Play": "Role Play",
"Rolling Kick": "Rolling Kick",
"Rollout": "Rollout",
"Roost": "Roost",
"Rototiller": "Rototiller",
"Round": "Round",
"Ruination": "Ruination",
"Sacred Fire": "Sacred Fire",
"Sacred Sword": "Sacred Sword",
"Safeguard": "Safeguard",
"Salt Cure": "Salt Cure",
"Sand Attack": "Sand Attack",
"Sand Tomb": "Sand Tomb",
"Sandsear Storm": "Sandsear Storm",
"Sandstorm": "Sandstorm",
"Sappy Seed": "Sappy Seed",
"Savage Spin-Out": "Savage Spin-Out",
"Scald": "Scald",
"Scale Shot": "Scale Shot",
"Scary Face": "Scary Face",
"Scorching Sands": "Scorching Sands",
"Scratch": "Scratch",
"Screech": "Screech",
"Searing Shot": "Searing Shot",
"Searing Sunraze Smash": "Searing Sunraze Smash",
"Secret Power": "Secret Power",
"Secret Sword": "Secret Sword",
"Seed Bomb": "Seed Bomb",
"Seed Flare": "Seed Flare",
"Seismic Toss": "Seismic Toss",
"Self-Destruct": "Self-Destruct",
"Shadow Ball": "Shadow Ball",
"Shadow Bone": "Shadow Bone",
"Shadow Claw": "Shadow Claw",
"Shadow Force": "Shadow Force",
"Shadow Punch": "Shadow Punch",
"Shadow Sneak": "Shadow Sneak",
"Sharpen": "Sharpen",
"Shattered Psyche": "Shattered Psyche",
"Shed Tail": "Shed Tail",
"Sheer Cold": "Sheer Cold",
"Shell Side Arm": "Shell Side Arm",
"Shell Smash": "Shell Smash",
"Shell Trap": "Shell Trap",
"Shelter": "Shelter",
"Shift Gear": "Shift Gear",
"Shock Wave": "Shock Wave",
"Shore Up": "Shore Up",
"Signal Beam": "Signal Beam",
"Silk Trap": "Silk Trap",
"Silver Wind": "Silver Wind",
"Simple Beam": "Simple Beam",
"Sing": "Sing",
"Sinister Arrow Raid": "Sinister Arrow Raid",
"Sizzly Slide": "Sizzly Slide",
"Sketch": "Sketch",
"Skill Swap": "Skill Swap",
"Skitter Smack": "Skitter Smack",
"Skull Bash": "Skull Bash",
"Sky Attack": "Sky Attack",
"Sky Drop": "Sky Drop",
"Sky Uppercut": "Sky Uppercut",
"Slack Off": "Slack Off",
"Slam": "Slam",
"Slash": "Slash",
"Sleep Powder": "Sleep Powder",
"Sleep Talk": "Sleep Talk",
"Sludge": "Sludge",
"Sludge Bomb": "Sludge Bomb",
"Sludge Wave": "Sludge Wave",
"Smack Down": "Smack Down",
"Smart Strike": "Smart Strike",
"Smelling Salts": "Smelling Salts",
"Smog": "Smog",
"Smokescreen": "Smokescreen",
"Snap Trap": "Snap Trap",
"Snarl": "Snarl",
"Snatch": "Snatch",
"Snipe Shot": "Snipe Shot",
"Snore": "Snore",
"Snowscape": "Snowscape",
"Soak": "Soak",
"Soft-Boiled": "Soft-Boiled",
"Solar Beam": "Solar Beam",
"Solar Blade": "Solar Blade",
"Sonic Boom": "Sonic Boom",
"Soul-Stealing 7-Star Strike": "Soul-Stealing 7-Star Strike",
"Spacial Rend": "Spacial Rend",
"Spark": "Spark",
"Sparkling Aria": "Sparkling Aria",
"Sparkly Swirl": "Sparkly Swirl",
"Spectral Thief": "Spectral Thief",
"Speed Swap": "Speed Swap",
"Spicy Extract": "Spicy Extract",
"Spider Web": "Spider Web",
"Spike Cannon": "Spike Cannon",
"Spikes": "Spikes",
"Spiky Shield": "Spiky Shield",
"Spin Out": "Spin Out",
"Spirit Break": "Spirit Break",
"Spirit Shackle": "Spirit Shackle",
"Spit Up": "Spit Up",
"Spite": "Spite",
"Splash": "Splash",
"Splintered Stormshards": "Splintered Stormshards",
"Splishy Splash": "Splishy Splash",
"Spore": "Spore",
"Spotlight": "Spotlight",
"Springtide Storm": "Springtide Storm",
"Stealth Rock": "Stealth Rock",
"Steam Eruption": "Steam Eruption",
"Steamroller": "Steamroller",
"Steel Beam": "Steel Beam",
"Steel Roller": "Steel Roller",
"Steel Wing": "Steel Wing",
"Sticky Web": "Sticky Web",
"Stockpile": "Stockpile",
"Stoked Sparksurfer": "Stoked Sparksurfer",
"Stomp": "Stomp",
"Stomping Tantrum": "Stomping Tantrum",
"Stone Axe": "Stone Axe",
"Stone Edge": "Stone Edge",
"Stored Power": "Stored Power",
"Storm Throw": "Storm Throw",
"Strange Steam": "Strange Steam",
"Strength": "Strength",
"Strength Sap": "Strength Sap",
"String Shot": "String Shot",
"Struggle": "Struggle",
"Struggle Bug": "Struggle Bug",
"Stuff Cheeks": "Stuff Cheeks",
"Stun Spore": "Stun Spore",
"Submission": "Submission",
"Substitute": "Substitute",
"Subzero Slammer": "Subzero Slammer",
"Sucker Punch": "Sucker Punch",
"Sunny Day": "Sunny Day",
"Sunsteel Strike": "Sunsteel Strike",
"Super Fang": "Super Fang",
"Superpower": "Superpower",
"Supersonic": "Supersonic",
"Supersonic Skystrike": "Supersonic Skystrike",
"Surf": "Surf",
"Surging Strikes": "Surging Strikes",
"Swagger": "Swagger",
"Swallow": "Swallow",
"Sweet Kiss": "Sweet Kiss",
"Sweet Scent": "Sweet Scent",
"Swift": "Swift",
"Switcheroo": "Switcheroo",
"Swords Dance": "Swords Dance",
"Synchronoise": "Synchronoise",
"Synthesis": "Synthesis",
"Tackle": "Tackle",
"Tail Glow": "Tail Glow",
"Tail Slap": "Tail Slap",
"Tail Whip": "Tail Whip",
"Tailwind": "Tailwind",
"Take Down": "Take Down",
"Take Heart": "Take Heart",
"Tar Shot": "Tar Shot",
"Taunt": "Taunt",
"Tearful Look": "Tearful Look",
"Teatime": "Teatime",
"Techno Blast": "Techno Blast",
"Tectonic Rage": "Tectonic Rage",
"Teeter Dance": "Teeter Dance",
"Telekinesis": "Telekinesis",
"Teleport": "Teleport",
"Tera Blast": "Tera Blast",
"Terrain Pulse": "Terrain Pulse",
"Thief": "Thief",
"Thousand Arrows": "Thousand Arrows",
"Thousand Waves": "Thousand Waves",
"Thrash": "Thrash",
"Throat Chop": "Throat Chop",
"Thunder": "Thunder",
"Thunder Cage": "Thunder Cage",
"Thunder Fang": "Thunder Fang",
"Thunder Punch": "Thunder Punch",
"Thunder Shock": "Thunder Shock",
"Thunder Wave": "Thunder Wave",
"Thunderbolt": "Thunderbolt",
"Thunderous Kick": "Thunderous Kick",
"Tickle": "Tickle",
"Tidy Up": "Tidy Up",
"Topsy-Turvy": "Topsy-Turvy",
"Torch Song": "Torch Song",
"Torment": "Torment",
"Toxic": "Toxic",
"Toxic Spikes": "Toxic Spikes",
"Toxic Thread": "Toxic Thread",
"Trailblaze": "Trailblaze",
"Transform": "Transform",
"Tri Attack": "Tri Attack",
"Trick": "Trick",
"Trick Room": "Trick Room",
"Trick-or-Treat": "Trick-or-Treat",
"Triple Arrows": "Triple Arrows",
"Triple Axel": "Triple Axel",
"Triple Dive": "Triple Dive",
"Triple Kick": "Triple Kick",
"Trop Kick": "Trop Kick",
"Trump Card": "Trump Card",
"Twin Beam": "Twin Beam",
"Twineedle": "Twineedle",
"Twinkle Tackle": "Twinkle Tackle",
"Twister": "Twister",
"U-turn": "U-turn",
"Uproar": "Uproar",
"V-create": "V-create",
"Vacuum Wave": "Vacuum Wave",
"Veevee Volley": "Veevee Volley",
"Venom Drench": "Venom Drench",
"Venoshock": "Venoshock",
"Victory Dance": "Victory Dance",
"Vine Whip": "Vine Whip",
"Vise Grip": "Vise Grip",
"Vital Throw": "Vital Throw",
"Volt Switch": "Volt Switch",
"Volt Tackle": "Volt Tackle",
"Wake-Up Slap": "Wake-Up Slap",
"Water Gun": "Water Gun",
"Water Pledge": "Water Pledge",
"Water Pulse": "Water Pulse",
"Water Shuriken": "Water Shuriken",
"Water Sport": "Water Sport",
"Water Spout": "Water Spout",
"Waterfall": "Waterfall",
"Wave Crash": "Wave Crash",
"Weather Ball": "Weather Ball",
"Whirlpool": "Whirlpool",
"Whirlwind": "Whirlwind",
"Wicked Blow": "Wicked Blow",
"Wicked Torque": "Wicked Torque",
"Wide Guard": "Wide Guard",
"Wild Charge": "Wild Charge",
"Wildbolt Storm": "Wildbolt Storm",
"Will-O-Wisp": "Will-O-Wisp",
"Wing Attack": "Wing Attack",
"Wish": "Wish",
"Withdraw": "Withdraw",
"Wonder Room": "Wonder Room",
"Wood Hammer": "Wood Hammer",
"Work Up": "Work Up",
"Worry Seed": "Worry Seed",
"Wrap": "Wrap",
"Wring Out": "Wring Out",
"X-Scissor": "X-Scissor",
"Yawn": "Yawn",
"Zap Cannon": "Zap Cannon",
"Zen Headbutt": "Zen Headbutt",
"Zing Zap": "Zing Zap",
"Zippy Zap": "Zippy Zap"
},
"MoveEmbed": {
"Accuracy": {
"False": "Bypasses accuracy checks to always hit",
"True": "Move has {{acc}} accuracy"
},
"CritStage": {
"1": "12.5% Crit chance",
"2": "50% Crit chance",
"6": "Always crits"
},
"Drain": "Removes {{drain}}% Max HP",
"Flag": {
"AnimateAlly": "Animates the user's ally",
"Bite": "Affected by Strong Jaw",
"Bullet": "Affected by Bulletproof",
"CantUseTwice": "Can't be used twice in a row",
"Charge": "Charges on first turn",
"Combo": "Can be used in a combo",
"Contact": "Makes contact",
"Dance": "Affected by Dancer",
"Defrost": "Thaws the user",
"DistanceTriple": "Can hit a target using Bounce, Dig, Dive, Fly, Shadow Force, Sky Drop, or Sky Uppercut",
"FailCopycat": "Fails if the target is already under a Copycat effect",
"FailEncore": "Fails if the target is already under an Encore effect",
"FailInstruct": "Fails if the target is already under an Instruct effect",
"FailMeFirst": "Fails if the target is already under a Me First effect",
"FailMimic": "Fails if the target is already under a Mimic effect",
"FailSkyBattle": "Fails if used in a Sky Battle",
"FutureAttack": "Strikes some time after",
"Gravity": "Affected by Gravity",
"Heal": "It's a healing move",
"IgnoreSubstitute": "Bypasses a target's Substitute",
"Metronome": {
"False": "Can't be used by Metronome",
"True": "Affected by Metronome"
},
"Mirror": "Affected by Mirror Move",
"NoEffectiveness": "Ignores type effectiveness",
"NoMultiHit": "Can't be used in a multi-hit combo",
"NoSleepTalk": "Can't be used by Sleep Talk",
"Powder": "Affected by Overcoat",
"Pressure": "May cause wild pokemon to call for help",
"Protect": "Affected by Protect",
"Punch": "Affected by Iron Fist",
"Recharge": "Recharges on the following turn",
"Reflect": "Affected by Reflect",
"SheerForce": "Affected by Sheer Force",
"Slicing": "Affected by Tinted Lens",
"Snatch": "Affected by Snatch",
"Sound": "Affected by Soundproof",
"Wind": "Affected by Gale Wings"
},
"Flinch": "Has a {{chance}}% chance to flinch",
"Healing": "Heals {{drain}}% Max HP",
"Inflict": {
"1": "{{chance}}% chance to inflict paralysis",
"12": "It enrages the foe, making it incapable of using the same move successively",
"13": "Disable the foe's last move",
"14": "Makes the target yawn and fall asleep next turn",
"15": "Prevents the foe from using any HP-recovery moves for five turns",
"17": "Enables the user to hit a Ghost type with any type of move",
"18": "{{chance}}% to steal some HP from the target every turn",
"19": "It prevents the foe from using its held item",
"2": "{{chance}}% chance to inflict sleep",
"20": "Both user and foe faint in 3 turns",
"21": "Lays roots that restore HP. The user can't switch out",
"24": "Prevents the target from using sound-based moves for two turns",
"3": "{{chance}}% chance to inflict freezing",
"4": "{{chance}}% chance to inflict burn",
"42": "The target becomes weaker to Fire-type moves",
"46": "Inflicts 1/8 of the target's maximum HP (1/4 if Steel or Water type) as damage per turn",
"47": "{{chance}}% to either poison the target, paralyze it, or make it drowsy",
"5": "{{chance}}% chance to inflict poisoning",
"5a": "{{chance}}% chance to inflict badly poisoning",
"6": "{{chance}}% chance to inflict confusion",
"7": "{{chance}}% chance to inflict infatuation",
"8": "{{chance}}% chance to inflict wrap/trapped",
"9": "A sleeper loses 1/4 HP every turn"
},
"Max Move": "Max Move",
"Max Power": "Max Power",
"MaxHits": "Strikes {{max_hits}} times at most",
"MinHits": "Strikes at least {{min_hits}} times",
"Original_Type": "Original type: {{type}}",
"PP": {
"False": "It's a gimmick move, therefore PP is not used",
"True": "Move has {{pp}} PP"
},
"Power": "Move has {{power}} base power",
"Priority": "Move has {{priority:+}} priority",
"Recoil": "Has a {{damage}}% of recoil",
"Stat": {
"Accuracy": "{{chance}}% for {{stages:+}} accuracy stages",
"All": "{{chance}}% for ATK{{stages:+}}, DEF{{stages:+}}, SPA{{stages:+}}, SPD{{stages:+}}, SPE{{stages:+}}",
"Attack": "{{chance}}% for {{stages:+}} attack stages",
"Defense": "{{chance}}% for {{stages:+}} defense stages",
"Evasiveness": "{{chance}}% for {{stages:+}} evasion stages",
"Sp_Atk": "{{chance}}% for {{stages:+}} sp. attack stages",
"Sp_Def": "{{chance}}% for {{stages:+}} sp. defense stages",
"Speed": "{{chance}}% for {{stages:+}} speed stages"
},
"Target": {
"0": "May affect anyone adjacent to the user",
"1": "May affect the user or an adjacent ally",
"10": "Affects all Pokémon on the field",
"11": "Affects all foes",
"12": "Affects the user's side and all allies",
"13": "Increased damage dealt by the foe's last attack",
"2": "Affects an adjacent ally",