@pkmn/dex 0.4.15 → 0.4.19

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.
@@ -218,6 +218,11 @@
218
218
  "inherit": true,
219
219
  "desc": "The user uses the last move used by the target. Fails if the target has not made a move, or if the last move used was Mirror Move."
220
220
  },
221
+ "mist": {
222
+ "inherit": true,
223
+ "condition": {},
224
+ "desc": "While the user remains active, it is protected from having its stat stages lowered by other Pokemon, unless caused by the secondary effect of a move. Fails if the user already has the effect. If any Pokemon uses Haze, this effect ends."
225
+ },
221
226
  "nightshade": {
222
227
  "inherit": true,
223
228
  "ignoreImmunity": true,
@@ -456,10 +461,6 @@
456
461
  "inherit": true,
457
462
  "desc": "Raises the user's evasiveness by 1 stage."
458
463
  },
459
- "mist": {
460
- "inherit": true,
461
- "desc": "While the user remains active, it is protected from having its stat stages lowered by other Pokemon, unless caused by the secondary effect of a move. Fails if the user already has the effect. If any Pokemon uses Haze, this effect ends."
462
- },
463
464
  "petaldance": {
464
465
  "inherit": true,
465
466
  "desc": "Whether or not this move is successful, the user spends three or four turns locked into this move and becomes confused immediately after its move on the last turn of the effect, even if it is already confused. If the user is prevented from moving, the effect ends without causing confusion. During the effect, this move's accuracy is overwritten every turn with the current calculated accuracy including stat stage changes, but not to less than 1/256 or more than 255/256.",
@@ -685,6 +686,23 @@
685
686
  "noSketch": true,
686
687
  "desc": "The user uses the last move used by the target. Fails if the target has not made a move, or if the last move used was Metronome, Mimic, Mirror Move, Sketch, Sleep Talk, Transform, or any move the user knows."
687
688
  },
689
+ "mist": {
690
+ "num": 54,
691
+ "accuracy": true,
692
+ "basePower": 0,
693
+ "category": "Status",
694
+ "name": "Mist",
695
+ "pp": 30,
696
+ "priority": 0,
697
+ "flags": {},
698
+ "volatileStatus": "mist",
699
+ "condition": {},
700
+ "secondary": null,
701
+ "target": "self",
702
+ "type": "Ice",
703
+ "desc": "While the user remains active, it is protected from having its stat stages lowered by other Pokemon. Fails if the user already has the effect. Baton Pass can be used to transfer this effect to an ally.",
704
+ "shortDesc": "While active, user is protected from stat drops."
705
+ },
688
706
  "moonlight": {
689
707
  "inherit": true,
690
708
  "desc": "The user restores 1/2 of its maximum HP if no weather conditions are in effect, all of its HP if the weather is Sunny Day, and 1/4 of its maximum HP if the weather is Rain Dance or Sandstorm, all rounded down."
@@ -927,11 +945,6 @@
927
945
  "inherit": true,
928
946
  "desc": "Raises the user's evasiveness by 1 stage. Whether or not the user's evasiveness was changed, Stomp will have its power doubled if used against the user while it is active. Baton Pass can be used to transfer this effect to an ally."
929
947
  },
930
- "mist": {
931
- "inherit": true,
932
- "desc": "While the user remains active, it is protected from having its stat stages lowered by other Pokemon. Fails if the user already has the effect. Baton Pass can be used to transfer this effect to an ally.",
933
- "shortDesc": "While active, user is protected from stat drops."
934
- },
935
948
  "powdersnow": {
936
949
  "inherit": true,
937
950
  "shortDesc": "10% chance to freeze the target."
@@ -1115,7 +1128,7 @@
1115
1128
  "disable": {
1116
1129
  "inherit": true,
1117
1130
  "accuracy": 55,
1118
- "flags": { "protect": 1, "mirror": 1, "authentic": 1 },
1131
+ "flags": { "protect": 1, "mirror": 1, "bypasssub": 1 },
1119
1132
  "volatileStatus": "disable",
1120
1133
  "condition": { "noCopy": true },
1121
1134
  "desc": "For 2 to 5 turns, the target's last move used becomes disabled. Fails if one of the target's moves is already disabled, if the target has not made a move, if the target no longer knows the move, or if the move has 0 PP.",
@@ -1129,7 +1142,7 @@
1129
1142
  "doomdesire": { "inherit": true },
1130
1143
  "encore": {
1131
1144
  "inherit": true,
1132
- "flags": { "protect": 1, "mirror": 1, "authentic": 1 },
1145
+ "flags": { "protect": 1, "mirror": 1, "bypasssub": 1 },
1133
1146
  "volatileStatus": "encore",
1134
1147
  "condition": { "onResidualOrder": 10, "onResidualSubOrder": 14 },
1135
1148
  "desc": "For 3 to 6 turns, the target is forced to repeat its last move used. If the affected move runs out of PP, the effect ends. Fails if the target is already under this effect, if it has not made a move, if the move has 0 PP, or if the move is Encore, Mimic, Mirror Move, Sketch, Struggle, or Transform.",
@@ -1288,7 +1301,7 @@
1288
1301
  },
1289
1302
  "taunt": {
1290
1303
  "inherit": true,
1291
- "flags": { "protect": 1, "authentic": 1 },
1304
+ "flags": { "protect": 1, "bypasssub": 1 },
1292
1305
  "condition": {
1293
1306
  "duration": 2,
1294
1307
  "onResidualOrder": 10,
@@ -1300,7 +1313,17 @@
1300
1313
  "teeterdance": { "inherit": true, "flags": { "protect": 1 } },
1301
1314
  "tickle": {
1302
1315
  "inherit": true,
1303
- "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "authentic": 1 }
1316
+ "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "bypasssub": 1 }
1317
+ },
1318
+ "uproar": {
1319
+ "inherit": true,
1320
+ "condition": {
1321
+ "onResidualOrder": 10,
1322
+ "onResidualSubOrder": 11,
1323
+ "onLockMove": "uproar"
1324
+ },
1325
+ "desc": "The user spends two to five turns locked into this move. This move targets an opposing Pokemon at random on each turn. During effect, no active Pokemon can fall asleep by any means, and Pokemon that are already asleep wake up as their turn starts or at the end of each turn, including the last one. If the user is prevented from moving or the attack is not successful against the target during one of the turns, the effect ends.",
1326
+ "shortDesc": "Lasts 2-5 turns. Active Pokemon cannot sleep."
1304
1327
  },
1305
1328
  "vinewhip": { "inherit": true, "pp": 10 },
1306
1329
  "vitalthrow": { "inherit": true, "accuracy": 100, "ignoreAccuracy": true },
@@ -1597,11 +1620,6 @@
1597
1620
  "inherit": true,
1598
1621
  "desc": "Hits twice, with each hit having a 20% chance to poison the target. If the first hit breaks the target's substitute, it will take damage for the second hit."
1599
1622
  },
1600
- "uproar": {
1601
- "inherit": true,
1602
- "desc": "The user spends three to five turns locked into this move. This move targets an opposing Pokemon at random on each turn. During effect, no active Pokemon can fall asleep by any means, and Pokemon that are already asleep wake up as their turn starts or at the end of each turn, including the last one. If the user is prevented from moving or the attack is not successful against the target during one of the turns, the effect ends.",
1603
- "shortDesc": "Lasts 3-5 turns. Active Pokemon cannot sleep."
1604
- },
1605
1623
  "whirlpool": {
1606
1624
  "inherit": true,
1607
1625
  "desc": "Prevents the target from switching for two to five turns. Causes damage to the target equal to 1/16 of its maximum HP, rounded down, at the end of each turn during effect. The target can still switch out if it uses Baton Pass. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move."
@@ -1715,7 +1733,7 @@
1715
1733
  },
1716
1734
  "defog": {
1717
1735
  "inherit": true,
1718
- "flags": { "protect": 1, "mirror": 1, "authentic": 1 }
1736
+ "flags": { "protect": 1, "mirror": 1, "bypasssub": 1 }
1719
1737
  },
1720
1738
  "detect": {
1721
1739
  "inherit": true,
@@ -1726,7 +1744,7 @@
1726
1744
  "disable": {
1727
1745
  "inherit": true,
1728
1746
  "accuracy": 80,
1729
- "flags": { "protect": 1, "mirror": 1, "authentic": 1 },
1747
+ "flags": { "protect": 1, "mirror": 1, "bypasssub": 1 },
1730
1748
  "volatileStatus": "disable",
1731
1749
  "condition": {
1732
1750
  "noCopy": true,
@@ -1770,7 +1788,7 @@
1770
1788
  },
1771
1789
  "encore": {
1772
1790
  "inherit": true,
1773
- "flags": { "protect": 1, "mirror": 1, "authentic": 1 },
1791
+ "flags": { "protect": 1, "mirror": 1, "bypasssub": 1 },
1774
1792
  "volatileStatus": "encore",
1775
1793
  "condition": { "onResidualOrder": 10, "onResidualSubOrder": 14 },
1776
1794
  "desc": "For 4 to 8 turns, the target is forced to repeat its last move used. If the affected move runs out of PP, the effect ends. Fails if the target is already under this effect, if it has not made a move, if the move has 0 PP, or if the move is Encore, Mimic, Mirror Move, Sketch, Struggle, or Transform.",
@@ -1812,7 +1830,7 @@
1812
1830
  },
1813
1831
  "foresight": {
1814
1832
  "inherit": true,
1815
- "flags": { "protect": 1, "mirror": 1, "authentic": 1 },
1833
+ "flags": { "protect": 1, "mirror": 1, "bypasssub": 1 },
1816
1834
  "desc": "As long as the target remains active, its evasiveness stat stage is ignored during accuracy checks against it if it is greater than 0, and Normal- and Fighting-type attacks can hit the target if it is a Ghost type."
1817
1835
  },
1818
1836
  "furycutter": {
@@ -1883,7 +1901,7 @@
1883
1901
  },
1884
1902
  "imprison": {
1885
1903
  "inherit": true,
1886
- "flags": { "authentic": 1 },
1904
+ "flags": { "bypasssub": 1 },
1887
1905
  "desc": "The user prevents all opposing Pokemon from using any moves that the user also knows as long as the user remains active. Fails if no opposing Pokemon know any of the user's moves."
1888
1906
  },
1889
1907
  "ingrain": {
@@ -2003,7 +2021,7 @@
2003
2021
  },
2004
2022
  "miracleeye": {
2005
2023
  "inherit": true,
2006
- "flags": { "protect": 1, "mirror": 1, "authentic": 1 },
2024
+ "flags": { "protect": 1, "mirror": 1, "bypasssub": 1 },
2007
2025
  "desc": "As long as the target remains active, its evasiveness stat stage is ignored during accuracy checks against it if it is greater than 0, and Psychic-type attacks can hit the target if it is a Dark type."
2008
2026
  },
2009
2027
  "mirrormove": {
@@ -2044,7 +2062,7 @@
2044
2062
  },
2045
2063
  "odorsleuth": {
2046
2064
  "inherit": true,
2047
- "flags": { "protect": 1, "mirror": 1, "authentic": 1 },
2065
+ "flags": { "protect": 1, "mirror": 1, "bypasssub": 1 },
2048
2066
  "desc": "As long as the target remains active, its evasiveness stat stage is ignored during accuracy checks against it if it is greater than 0, and Normal- and Fighting-type attacks can hit the target if it is a Ghost type."
2049
2067
  },
2050
2068
  "outrage": {
@@ -2074,7 +2092,7 @@
2074
2092
  "condition": { "duration": 1, "onTryHitPriority": 3 },
2075
2093
  "desc": "The user is protected from most attacks made by other Pokemon during this turn. This move has a 1/X chance of being successful, where X starts at 1 and doubles each time this move is successfully used, up to a maximum of 8. X resets to 1 if this move fails or if the user's last move used is not Detect, Endure, or Protect. Fails if the user moves last this turn."
2076
2094
  },
2077
- "psychup": { "inherit": true, "flags": { "snatch": 1, "authentic": 1 } },
2095
+ "psychup": { "inherit": true, "flags": { "snatch": 1, "bypasssub": 1 } },
2078
2096
  "pursuit": {
2079
2097
  "inherit": true,
2080
2098
  "condition": { "duration": 1 },
@@ -2101,7 +2119,7 @@
2101
2119
  },
2102
2120
  "roar": {
2103
2121
  "inherit": true,
2104
- "flags": { "protect": 1, "mirror": 1, "sound": 1, "authentic": 1 },
2122
+ "flags": { "protect": 1, "mirror": 1, "sound": 1, "bypasssub": 1 },
2105
2123
  "desc": "The target is forced to switch out and be replaced with a random unfainted ally. Fails if the target is the last unfainted Pokemon in its party, if the target used Ingrain previously or has the Suction Cups Ability, or if the user's level is lower than the target's and X * (user's level + target's level) / 256 + 1 is less than or equal to (target's level / 4), rounded down, where X is a random number from 0 to 255."
2106
2124
  },
2107
2125
  "rockblast": {
@@ -2137,7 +2155,7 @@
2137
2155
  "spikes": { "inherit": true, "flags": {} },
2138
2156
  "spite": {
2139
2157
  "inherit": true,
2140
- "flags": { "protect": 1, "mirror": 1, "authentic": 1 }
2158
+ "flags": { "protect": 1, "mirror": 1, "bypasssub": 1 }
2141
2159
  },
2142
2160
  "stealthrock": { "inherit": true, "flags": {} },
2143
2161
  "struggle": {
@@ -2175,7 +2193,7 @@
2175
2193
  },
2176
2194
  "taunt": {
2177
2195
  "inherit": true,
2178
- "flags": { "protect": 1, "mirror": 1, "authentic": 1 },
2196
+ "flags": { "protect": 1, "mirror": 1, "bypasssub": 1 },
2179
2197
  "condition": {
2180
2198
  "onResidualOrder": 10,
2181
2199
  "onResidualSubOrder": 15,
@@ -2192,7 +2210,7 @@
2192
2210
  },
2193
2211
  "torment": {
2194
2212
  "inherit": true,
2195
- "flags": { "protect": 1, "mirror": 1, "authentic": 1 }
2213
+ "flags": { "protect": 1, "mirror": 1, "bypasssub": 1 }
2196
2214
  },
2197
2215
  "toxic": { "inherit": true, "accuracy": 85 },
2198
2216
  "toxicspikes": {
@@ -2203,7 +2221,7 @@
2203
2221
  },
2204
2222
  "transform": {
2205
2223
  "inherit": true,
2206
- "flags": { "authentic": 1 },
2224
+ "flags": { "bypasssub": 1 },
2207
2225
  "desc": "The user transforms into the target. The target's current stats, stat stages, types, moves, Ability, weight, IVs, species, and sprite are copied. The user's level and HP remain the same and each copied move receives only 5 PP. This move fails if the target has transformed."
2208
2226
  },
2209
2227
  "trick": {
@@ -2219,7 +2237,6 @@
2219
2237
  "inherit": true,
2220
2238
  "basePower": 50,
2221
2239
  "condition": {
2222
- "duration": 3,
2223
2240
  "onResidualOrder": 10,
2224
2241
  "onResidualSubOrder": 11,
2225
2242
  "onLockMove": "uproar"
@@ -2248,7 +2265,7 @@
2248
2265
  },
2249
2266
  "whirlwind": {
2250
2267
  "inherit": true,
2251
- "flags": { "protect": 1, "mirror": 1, "authentic": 1 },
2268
+ "flags": { "protect": 1, "mirror": 1, "bypasssub": 1 },
2252
2269
  "desc": "The target is forced to switch out and be replaced with a random unfainted ally. Fails if the target is the last unfainted Pokemon in its party, if the target used Ingrain previously or has the Suction Cups Ability, or if the user's level is lower than the target's and X * (user's level + target's level) / 256 + 1 is less than or equal to (target's level / 4), rounded down, where X is a random number from 0 to 255."
2253
2270
  },
2254
2271
  "wish": {
@@ -2883,7 +2900,7 @@
2883
2900
  "reflectable": 1,
2884
2901
  "mirror": 1,
2885
2902
  "sound": 1,
2886
- "authentic": 1
2903
+ "bypasssub": 1
2887
2904
  }
2888
2905
  },
2889
2906
  "rocktomb": { "inherit": true, "accuracy": 80, "basePower": 50, "pp": 10 },
@@ -3013,7 +3030,7 @@
3013
3030
  "whirlwind": {
3014
3031
  "inherit": true,
3015
3032
  "accuracy": 100,
3016
- "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "authentic": 1 }
3033
+ "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "bypasssub": 1 }
3017
3034
  },
3018
3035
  "wideguard": {
3019
3036
  "inherit": true,
@@ -4252,7 +4269,7 @@
4252
4269
  "name": "After You",
4253
4270
  "pp": 15,
4254
4271
  "priority": 0,
4255
- "flags": { "authentic": 1, "mystery": 1 },
4272
+ "flags": { "bypasssub": 1, "allyanim": 1 },
4256
4273
  "secondary": null,
4257
4274
  "target": "normal",
4258
4275
  "type": "Normal",
@@ -4491,7 +4508,7 @@
4491
4508
  "name": "Aromatic Mist",
4492
4509
  "pp": 20,
4493
4510
  "priority": 0,
4494
- "flags": { "authentic": 1 },
4511
+ "flags": { "bypasssub": 1 },
4495
4512
  "boosts": { "spd": 1 },
4496
4513
  "secondary": null,
4497
4514
  "target": "adjacentAlly",
@@ -4585,7 +4602,7 @@
4585
4602
  "name": "Attract",
4586
4603
  "pp": 15,
4587
4604
  "priority": 0,
4588
- "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "authentic": 1 },
4605
+ "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "bypasssub": 1 },
4589
4606
  "volatileStatus": "attract",
4590
4607
  "condition": { "noCopy": true, "onBeforeMovePriority": 2 },
4591
4608
  "secondary": null,
@@ -4707,7 +4724,7 @@
4707
4724
  "name": "Baby-Doll Eyes",
4708
4725
  "pp": 30,
4709
4726
  "priority": 1,
4710
- "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "mystery": 1 },
4727
+ "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "allyanim": 1 },
4711
4728
  "boosts": { "atk": -1 },
4712
4729
  "secondary": null,
4713
4730
  "target": "normal",
@@ -4830,7 +4847,7 @@
4830
4847
  "name": "Beat Up",
4831
4848
  "pp": 10,
4832
4849
  "priority": 0,
4833
- "flags": { "protect": 1, "mirror": 1, "mystery": 1 },
4850
+ "flags": { "protect": 1, "mirror": 1, "allyanim": 1 },
4834
4851
  "secondary": null,
4835
4852
  "target": "normal",
4836
4853
  "type": "Dark",
@@ -4905,7 +4922,7 @@
4905
4922
  "name": "Bestow",
4906
4923
  "pp": 15,
4907
4924
  "priority": 0,
4908
- "flags": { "mirror": 1, "authentic": 1, "mystery": 1 },
4925
+ "flags": { "mirror": 1, "bypasssub": 1, "allyanim": 1 },
4909
4926
  "secondary": null,
4910
4927
  "target": "normal",
4911
4928
  "type": "Normal",
@@ -5197,7 +5214,7 @@
5197
5214
  "name": "Boomburst",
5198
5215
  "pp": 10,
5199
5216
  "priority": 0,
5200
- "flags": { "protect": 1, "mirror": 1, "sound": 1, "authentic": 1 },
5217
+ "flags": { "protect": 1, "mirror": 1, "sound": 1, "bypasssub": 1 },
5201
5218
  "secondary": null,
5202
5219
  "target": "allAdjacent",
5203
5220
  "type": "Normal",
@@ -5405,7 +5422,7 @@
5405
5422
  "name": "Bug Buzz",
5406
5423
  "pp": 10,
5407
5424
  "priority": 0,
5408
- "flags": { "protect": 1, "mirror": 1, "sound": 1, "authentic": 1 },
5425
+ "flags": { "protect": 1, "mirror": 1, "sound": 1, "bypasssub": 1 },
5409
5426
  "secondary": { "chance": 10, "boosts": { "spd": -1 } },
5410
5427
  "target": "normal",
5411
5428
  "type": "Bug",
@@ -5649,7 +5666,7 @@
5649
5666
  "name": "Charm",
5650
5667
  "pp": 20,
5651
5668
  "priority": 0,
5652
- "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "mystery": 1 },
5669
+ "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "allyanim": 1 },
5653
5670
  "boosts": { "atk": -2 },
5654
5671
  "secondary": null,
5655
5672
  "target": "normal",
@@ -5672,7 +5689,7 @@
5672
5689
  "mirror": 1,
5673
5690
  "sound": 1,
5674
5691
  "distance": 1,
5675
- "authentic": 1
5692
+ "bypasssub": 1
5676
5693
  },
5677
5694
  "noSketch": true,
5678
5695
  "secondary": { "chance": 100, "volatileStatus": "confusion" },
@@ -5739,7 +5756,7 @@
5739
5756
  "name": "Clanging Scales",
5740
5757
  "pp": 5,
5741
5758
  "priority": 0,
5742
- "flags": { "protect": 1, "mirror": 1, "sound": 1, "authentic": 1 },
5759
+ "flags": { "protect": 1, "mirror": 1, "sound": 1, "bypasssub": 1 },
5743
5760
  "selfBoost": { "boosts": { "def": -1 } },
5744
5761
  "secondary": null,
5745
5762
  "target": "allAdjacentFoes",
@@ -5772,7 +5789,7 @@
5772
5789
  "name": "Clangorous Soulblaze",
5773
5790
  "pp": 1,
5774
5791
  "priority": 0,
5775
- "flags": { "sound": 1, "authentic": 1 },
5792
+ "flags": { "sound": 1, "bypasssub": 1 },
5776
5793
  "selfBoost": {
5777
5794
  "boosts": { "atk": 1, "def": 1, "spa": 1, "spd": 1, "spe": 1 }
5778
5795
  },
@@ -5821,7 +5838,7 @@
5821
5838
  "name": "Coaching",
5822
5839
  "pp": 10,
5823
5840
  "priority": 0,
5824
- "flags": { "authentic": 1 },
5841
+ "flags": { "bypasssub": 1 },
5825
5842
  "secondary": null,
5826
5843
  "boosts": { "atk": 1, "def": 1 },
5827
5844
  "target": "adjacentAlly",
@@ -5872,7 +5889,7 @@
5872
5889
  "name": "Confide",
5873
5890
  "pp": 20,
5874
5891
  "priority": 0,
5875
- "flags": { "reflectable": 1, "mirror": 1, "sound": 1, "authentic": 1 },
5892
+ "flags": { "reflectable": 1, "mirror": 1, "sound": 1, "bypasssub": 1 },
5876
5893
  "boosts": { "spa": -1 },
5877
5894
  "secondary": null,
5878
5895
  "target": "normal",
@@ -5969,7 +5986,7 @@
5969
5986
  "name": "Conversion 2",
5970
5987
  "pp": 30,
5971
5988
  "priority": 0,
5972
- "flags": { "authentic": 1 },
5989
+ "flags": { "bypasssub": 1 },
5973
5990
  "secondary": null,
5974
5991
  "target": "normal",
5975
5992
  "type": "Normal",
@@ -6033,7 +6050,7 @@
6033
6050
  "name": "Corrosive Gas",
6034
6051
  "pp": 40,
6035
6052
  "priority": 0,
6036
- "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "mystery": 1 },
6053
+ "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "allyanim": 1 },
6037
6054
  "secondary": null,
6038
6055
  "target": "allAdjacent",
6039
6056
  "type": "Poison",
@@ -6263,7 +6280,7 @@
6263
6280
  "name": "Curse",
6264
6281
  "pp": 10,
6265
6282
  "priority": 0,
6266
- "flags": { "authentic": 1 },
6283
+ "flags": { "bypasssub": 1 },
6267
6284
  "volatileStatus": "curse",
6268
6285
  "condition": { "onResidualOrder": 12 },
6269
6286
  "secondary": null,
@@ -6361,7 +6378,7 @@
6361
6378
  "name": "Decorate",
6362
6379
  "pp": 15,
6363
6380
  "priority": 0,
6364
- "flags": { "mystery": 1 },
6381
+ "flags": { "allyanim": 1 },
6365
6382
  "secondary": null,
6366
6383
  "boosts": { "atk": 2, "spa": 2 },
6367
6384
  "target": "normal",
@@ -6413,7 +6430,7 @@
6413
6430
  "name": "Defog",
6414
6431
  "pp": 15,
6415
6432
  "priority": 0,
6416
- "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "authentic": 1 },
6433
+ "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "bypasssub": 1 },
6417
6434
  "secondary": null,
6418
6435
  "target": "normal",
6419
6436
  "type": "Flying",
@@ -6429,7 +6446,7 @@
6429
6446
  "name": "Destiny Bond",
6430
6447
  "pp": 5,
6431
6448
  "priority": 0,
6432
- "flags": { "authentic": 1 },
6449
+ "flags": { "bypasssub": 1 },
6433
6450
  "volatileStatus": "destinybond",
6434
6451
  "condition": { "onBeforeMovePriority": -1 },
6435
6452
  "secondary": null,
@@ -6519,7 +6536,7 @@
6519
6536
  "name": "Disable",
6520
6537
  "pp": 20,
6521
6538
  "priority": 0,
6522
- "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "authentic": 1 },
6539
+ "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "bypasssub": 1 },
6523
6540
  "volatileStatus": "disable",
6524
6541
  "condition": {
6525
6542
  "duration": 5,
@@ -6542,7 +6559,7 @@
6542
6559
  "name": "Disarming Voice",
6543
6560
  "pp": 15,
6544
6561
  "priority": 0,
6545
- "flags": { "protect": 1, "mirror": 1, "sound": 1, "authentic": 1 },
6562
+ "flags": { "protect": 1, "mirror": 1, "sound": 1, "bypasssub": 1 },
6546
6563
  "secondary": null,
6547
6564
  "target": "allAdjacentFoes",
6548
6565
  "type": "Fairy",
@@ -7099,7 +7116,7 @@
7099
7116
  "name": "Echoed Voice",
7100
7117
  "pp": 15,
7101
7118
  "priority": 0,
7102
- "flags": { "protect": 1, "mirror": 1, "sound": 1, "authentic": 1 },
7119
+ "flags": { "protect": 1, "mirror": 1, "sound": 1, "bypasssub": 1 },
7103
7120
  "condition": { "duration": 2 },
7104
7121
  "secondary": null,
7105
7122
  "target": "normal",
@@ -7132,7 +7149,7 @@
7132
7149
  "name": "Eerie Spell",
7133
7150
  "pp": 5,
7134
7151
  "priority": 0,
7135
- "flags": { "protect": 1, "mirror": 1, "sound": 1, "authentic": 1 },
7152
+ "flags": { "protect": 1, "mirror": 1, "sound": 1, "bypasssub": 1 },
7136
7153
  "secondary": { "chance": 100 },
7137
7154
  "target": "normal",
7138
7155
  "type": "Psychic",
@@ -7185,7 +7202,7 @@
7185
7202
  "name": "Electrify",
7186
7203
  "pp": 20,
7187
7204
  "priority": 0,
7188
- "flags": { "protect": 1, "mirror": 1, "mystery": 1 },
7205
+ "flags": { "protect": 1, "mirror": 1, "allyanim": 1 },
7189
7206
  "volatileStatus": "electrify",
7190
7207
  "condition": { "duration": 1, "onModifyTypePriority": -2 },
7191
7208
  "secondary": null,
@@ -7269,7 +7286,7 @@
7269
7286
  "name": "Encore",
7270
7287
  "pp": 5,
7271
7288
  "priority": 0,
7272
- "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "authentic": 1 },
7289
+ "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "bypasssub": 1 },
7273
7290
  "volatileStatus": "encore",
7274
7291
  "condition": { "duration": 3, "noCopy": true, "onResidualOrder": 16 },
7275
7292
  "secondary": null,
@@ -7338,7 +7355,7 @@
7338
7355
  "name": "Entrainment",
7339
7356
  "pp": 15,
7340
7357
  "priority": 0,
7341
- "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "mystery": 1 },
7358
+ "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "allyanim": 1 },
7342
7359
  "secondary": null,
7343
7360
  "target": "normal",
7344
7361
  "type": "Normal",
@@ -7479,7 +7496,7 @@
7479
7496
  "name": "Fairy Lock",
7480
7497
  "pp": 10,
7481
7498
  "priority": 0,
7482
- "flags": { "mirror": 1, "authentic": 1 },
7499
+ "flags": { "mirror": 1, "bypasssub": 1 },
7483
7500
  "pseudoWeather": "fairylock",
7484
7501
  "condition": { "duration": 2 },
7485
7502
  "secondary": null,
@@ -7526,7 +7543,7 @@
7526
7543
  "name": "Fake Tears",
7527
7544
  "pp": 20,
7528
7545
  "priority": 0,
7529
- "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "mystery": 1 },
7546
+ "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "allyanim": 1 },
7530
7547
  "boosts": { "spd": -2 },
7531
7548
  "secondary": null,
7532
7549
  "target": "normal",
@@ -7577,7 +7594,7 @@
7577
7594
  "protect": 1,
7578
7595
  "reflectable": 1,
7579
7596
  "mirror": 1,
7580
- "mystery": 1,
7597
+ "allyanim": 1,
7581
7598
  "dance": 1
7582
7599
  },
7583
7600
  "boosts": { "atk": -2 },
@@ -7965,7 +7982,7 @@
7965
7982
  "name": "Flatter",
7966
7983
  "pp": 15,
7967
7984
  "priority": 0,
7968
- "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "mystery": 1 },
7985
+ "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "allyanim": 1 },
7969
7986
  "volatileStatus": "confusion",
7970
7987
  "boosts": { "spa": 1 },
7971
7988
  "secondary": null,
@@ -7999,7 +8016,7 @@
7999
8016
  "name": "Fling",
8000
8017
  "pp": 10,
8001
8018
  "priority": 0,
8002
- "flags": { "protect": 1, "mirror": 1, "mystery": 1 },
8019
+ "flags": { "protect": 1, "mirror": 1, "allyanim": 1 },
8003
8020
  "condition": {},
8004
8021
  "secondary": null,
8005
8022
  "target": "normal",
@@ -8047,7 +8064,7 @@
8047
8064
  "name": "Floral Healing",
8048
8065
  "pp": 10,
8049
8066
  "priority": 0,
8050
- "flags": { "protect": 1, "reflectable": 1, "heal": 1, "mystery": 1 },
8067
+ "flags": { "protect": 1, "reflectable": 1, "heal": 1, "allyanim": 1 },
8051
8068
  "secondary": null,
8052
8069
  "target": "normal",
8053
8070
  "type": "Fairy",
@@ -8208,7 +8225,7 @@
8208
8225
  "name": "Foresight",
8209
8226
  "pp": 40,
8210
8227
  "priority": 0,
8211
- "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "authentic": 1 },
8228
+ "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "bypasssub": 1 },
8212
8229
  "volatileStatus": "foresight",
8213
8230
  "condition": { "noCopy": true },
8214
8231
  "secondary": null,
@@ -8226,7 +8243,7 @@
8226
8243
  "name": "Forest's Curse",
8227
8244
  "pp": 20,
8228
8245
  "priority": 0,
8229
- "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "mystery": 1 },
8246
+ "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "allyanim": 1 },
8230
8247
  "secondary": null,
8231
8248
  "target": "normal",
8232
8249
  "type": "Grass",
@@ -8465,7 +8482,7 @@
8465
8482
  "name": "Gastro Acid",
8466
8483
  "pp": 10,
8467
8484
  "priority": 0,
8468
- "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "mystery": 1 },
8485
+ "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "allyanim": 1 },
8469
8486
  "volatileStatus": "gastroacid",
8470
8487
  "condition": {},
8471
8488
  "secondary": null,
@@ -8501,7 +8518,7 @@
8501
8518
  "name": "Gear Up",
8502
8519
  "pp": 20,
8503
8520
  "priority": 0,
8504
- "flags": { "snatch": 1, "authentic": 1 },
8521
+ "flags": { "snatch": 1, "bypasssub": 1 },
8505
8522
  "secondary": null,
8506
8523
  "target": "allySide",
8507
8524
  "type": "Steel",
@@ -9324,7 +9341,7 @@
9324
9341
  "reflectable": 1,
9325
9342
  "mirror": 1,
9326
9343
  "sound": 1,
9327
- "authentic": 1
9344
+ "bypasssub": 1
9328
9345
  },
9329
9346
  "status": "slp",
9330
9347
  "secondary": null,
@@ -9341,7 +9358,7 @@
9341
9358
  "name": "Grassy Glide",
9342
9359
  "pp": 20,
9343
9360
  "priority": 0,
9344
- "flags": { "contact": 1, "protect": 1, "mystery": 1 },
9361
+ "flags": { "contact": 1, "protect": 1, "allyanim": 1 },
9345
9362
  "secondary": null,
9346
9363
  "target": "normal",
9347
9364
  "type": "Grass",
@@ -9424,7 +9441,7 @@
9424
9441
  "reflectable": 1,
9425
9442
  "mirror": 1,
9426
9443
  "sound": 1,
9427
- "authentic": 1
9444
+ "bypasssub": 1
9428
9445
  },
9429
9446
  "boosts": { "atk": -1 },
9430
9447
  "secondary": null,
@@ -9459,7 +9476,7 @@
9459
9476
  "name": "Grudge",
9460
9477
  "pp": 5,
9461
9478
  "priority": 0,
9462
- "flags": { "authentic": 1 },
9479
+ "flags": { "bypasssub": 1 },
9463
9480
  "volatileStatus": "grudge",
9464
9481
  "condition": { "onBeforeMovePriority": 100 },
9465
9482
  "secondary": null,
@@ -9494,7 +9511,7 @@
9494
9511
  "name": "Guard Split",
9495
9512
  "pp": 10,
9496
9513
  "priority": 0,
9497
- "flags": { "protect": 1, "mystery": 1 },
9514
+ "flags": { "protect": 1, "allyanim": 1 },
9498
9515
  "secondary": null,
9499
9516
  "target": "normal",
9500
9517
  "type": "Psychic",
@@ -9510,7 +9527,7 @@
9510
9527
  "name": "Guard Swap",
9511
9528
  "pp": 10,
9512
9529
  "priority": 0,
9513
- "flags": { "protect": 1, "mirror": 1, "authentic": 1, "mystery": 1 },
9530
+ "flags": { "protect": 1, "mirror": 1, "bypasssub": 1, "allyanim": 1 },
9514
9531
  "secondary": null,
9515
9532
  "target": "normal",
9516
9533
  "type": "Psychic",
@@ -9656,7 +9673,7 @@
9656
9673
  "name": "Haze",
9657
9674
  "pp": 30,
9658
9675
  "priority": 0,
9659
- "flags": { "authentic": 1 },
9676
+ "flags": { "bypasssub": 1 },
9660
9677
  "secondary": null,
9661
9678
  "target": "all",
9662
9679
  "type": "Ice",
@@ -9719,7 +9736,7 @@
9719
9736
  "name": "Heal Bell",
9720
9737
  "pp": 5,
9721
9738
  "priority": 0,
9722
- "flags": { "snatch": 1, "sound": 1, "distance": 1, "authentic": 1 },
9739
+ "flags": { "snatch": 1, "sound": 1, "distance": 1, "bypasssub": 1 },
9723
9740
  "target": "allyTeam",
9724
9741
  "type": "Normal",
9725
9742
  "zMove": { "effect": "heal" },
@@ -9799,7 +9816,7 @@
9799
9816
  "reflectable": 1,
9800
9817
  "distance": 1,
9801
9818
  "heal": 1,
9802
- "mystery": 1
9819
+ "allyanim": 1
9803
9820
  },
9804
9821
  "secondary": null,
9805
9822
  "target": "any",
@@ -9833,7 +9850,7 @@
9833
9850
  "name": "Heart Swap",
9834
9851
  "pp": 10,
9835
9852
  "priority": 0,
9836
- "flags": { "protect": 1, "mirror": 1, "authentic": 1, "mystery": 1 },
9853
+ "flags": { "protect": 1, "mirror": 1, "bypasssub": 1, "allyanim": 1 },
9837
9854
  "secondary": null,
9838
9855
  "target": "normal",
9839
9856
  "type": "Psychic",
@@ -9898,7 +9915,7 @@
9898
9915
  "name": "Helping Hand",
9899
9916
  "pp": 20,
9900
9917
  "priority": 5,
9901
- "flags": { "authentic": 1 },
9918
+ "flags": { "bypasssub": 1 },
9902
9919
  "volatileStatus": "helpinghand",
9903
9920
  "condition": { "duration": 1, "onBasePowerPriority": 10 },
9904
9921
  "secondary": null,
@@ -10234,7 +10251,7 @@
10234
10251
  "name": "Hold Hands",
10235
10252
  "pp": 40,
10236
10253
  "priority": 0,
10237
- "flags": { "authentic": 1 },
10254
+ "flags": { "bypasssub": 1 },
10238
10255
  "secondary": null,
10239
10256
  "target": "adjacentAlly",
10240
10257
  "type": "Normal",
@@ -10426,7 +10443,7 @@
10426
10443
  "name": "Hyperspace Fury",
10427
10444
  "pp": 5,
10428
10445
  "priority": 0,
10429
- "flags": { "mirror": 1, "authentic": 1 },
10446
+ "flags": { "mirror": 1, "bypasssub": 1 },
10430
10447
  "breaksProtect": true,
10431
10448
  "self": { "boosts": { "def": -1 } },
10432
10449
  "secondary": null,
@@ -10444,7 +10461,7 @@
10444
10461
  "name": "Hyperspace Hole",
10445
10462
  "pp": 5,
10446
10463
  "priority": 0,
10447
- "flags": { "mirror": 1, "authentic": 1 },
10464
+ "flags": { "mirror": 1, "bypasssub": 1 },
10448
10465
  "breaksProtect": true,
10449
10466
  "secondary": null,
10450
10467
  "target": "normal",
@@ -10460,7 +10477,7 @@
10460
10477
  "name": "Hyper Voice",
10461
10478
  "pp": 10,
10462
10479
  "priority": 0,
10463
- "flags": { "protect": 1, "mirror": 1, "sound": 1, "authentic": 1 },
10480
+ "flags": { "protect": 1, "mirror": 1, "sound": 1, "bypasssub": 1 },
10464
10481
  "secondary": null,
10465
10482
  "target": "allAdjacentFoes",
10466
10483
  "type": "Normal",
@@ -10651,7 +10668,7 @@
10651
10668
  "name": "Imprison",
10652
10669
  "pp": 10,
10653
10670
  "priority": 0,
10654
- "flags": { "snatch": 1, "authentic": 1 },
10671
+ "flags": { "snatch": 1, "bypasssub": 1 },
10655
10672
  "volatileStatus": "imprison",
10656
10673
  "condition": { "noCopy": true, "onFoeBeforeMovePriority": 4 },
10657
10674
  "secondary": null,
@@ -10750,7 +10767,7 @@
10750
10767
  "name": "Instruct",
10751
10768
  "pp": 15,
10752
10769
  "priority": 0,
10753
- "flags": { "protect": 1, "authentic": 1, "mystery": 1 },
10770
+ "flags": { "protect": 1, "bypasssub": 1, "allyanim": 1 },
10754
10771
  "secondary": null,
10755
10772
  "target": "normal",
10756
10773
  "type": "Psychic",
@@ -10880,7 +10897,7 @@
10880
10897
  "name": "Jungle Healing",
10881
10898
  "pp": 10,
10882
10899
  "priority": 0,
10883
- "flags": { "heal": 1, "authentic": 1, "mystery": 1 },
10900
+ "flags": { "heal": 1, "bypasssub": 1, "allyanim": 1 },
10884
10901
  "secondary": null,
10885
10902
  "target": "allies",
10886
10903
  "type": "Grass",
@@ -11185,7 +11202,7 @@
11185
11202
  "name": "Life Dew",
11186
11203
  "pp": 10,
11187
11204
  "priority": 0,
11188
- "flags": { "snatch": 1, "heal": 1, "authentic": 1 },
11205
+ "flags": { "snatch": 1, "heal": 1, "bypasssub": 1 },
11189
11206
  "heal": [1, 4],
11190
11207
  "secondary": null,
11191
11208
  "target": "allies",
@@ -11465,7 +11482,7 @@
11465
11482
  "protect": 1,
11466
11483
  "reflectable": 1,
11467
11484
  "mirror": 1,
11468
- "mystery": 1
11485
+ "allyanim": 1
11469
11486
  },
11470
11487
  "secondary": null,
11471
11488
  "target": "normal",
@@ -11534,7 +11551,7 @@
11534
11551
  "name": "Magnetic Flux",
11535
11552
  "pp": 20,
11536
11553
  "priority": 0,
11537
- "flags": { "snatch": 1, "distance": 1, "authentic": 1 },
11554
+ "flags": { "snatch": 1, "distance": 1, "bypasssub": 1 },
11538
11555
  "secondary": null,
11539
11556
  "target": "allySide",
11540
11557
  "type": "Electric",
@@ -11964,7 +11981,7 @@
11964
11981
  "name": "Me First",
11965
11982
  "pp": 20,
11966
11983
  "priority": 0,
11967
- "flags": { "protect": 1, "authentic": 1 },
11984
+ "flags": { "protect": 1, "bypasssub": 1 },
11968
11985
  "condition": { "duration": 1, "onBasePowerPriority": 12 },
11969
11986
  "secondary": null,
11970
11987
  "target": "adjacentFoe",
@@ -12111,8 +12128,8 @@
12111
12128
  "reflectable": 1,
12112
12129
  "mirror": 1,
12113
12130
  "sound": 1,
12114
- "authentic": 1,
12115
- "mystery": 1
12131
+ "bypasssub": 1,
12132
+ "allyanim": 1
12116
12133
  },
12117
12134
  "boosts": { "spd": -2 },
12118
12135
  "secondary": null,
@@ -12315,7 +12332,7 @@
12315
12332
  "name": "Mimic",
12316
12333
  "pp": 10,
12317
12334
  "priority": 0,
12318
- "flags": { "protect": 1, "authentic": 1, "mystery": 1 },
12335
+ "flags": { "protect": 1, "bypasssub": 1, "allyanim": 1 },
12319
12336
  "secondary": null,
12320
12337
  "target": "normal",
12321
12338
  "type": "Normal",
@@ -12383,7 +12400,7 @@
12383
12400
  "name": "Miracle Eye",
12384
12401
  "pp": 40,
12385
12402
  "priority": 0,
12386
- "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "authentic": 1 },
12403
+ "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "bypasssub": 1 },
12387
12404
  "volatileStatus": "miracleeye",
12388
12405
  "condition": { "noCopy": true },
12389
12406
  "secondary": null,
@@ -12878,7 +12895,7 @@
12878
12895
  "reflectable": 1,
12879
12896
  "mirror": 1,
12880
12897
  "sound": 1,
12881
- "authentic": 1
12898
+ "bypasssub": 1
12882
12899
  },
12883
12900
  "boosts": { "atk": -1, "spa": -1 },
12884
12901
  "secondary": null,
@@ -13016,8 +13033,8 @@
13016
13033
  "protect": 1,
13017
13034
  "reflectable": 1,
13018
13035
  "mirror": 1,
13019
- "authentic": 1,
13020
- "mystery": 1
13036
+ "bypasssub": 1,
13037
+ "allyanim": 1
13021
13038
  },
13022
13039
  "volatileStatus": "foresight",
13023
13040
  "secondary": null,
@@ -13084,7 +13101,7 @@
13084
13101
  "name": "Overdrive",
13085
13102
  "pp": 10,
13086
13103
  "priority": 0,
13087
- "flags": { "protect": 1, "mirror": 1, "sound": 1, "authentic": 1 },
13104
+ "flags": { "protect": 1, "mirror": 1, "sound": 1, "bypasssub": 1 },
13088
13105
  "secondary": null,
13089
13106
  "target": "allAdjacentFoes",
13090
13107
  "type": "Electric",
@@ -13115,7 +13132,7 @@
13115
13132
  "name": "Pain Split",
13116
13133
  "pp": 20,
13117
13134
  "priority": 0,
13118
- "flags": { "protect": 1, "mirror": 1, "mystery": 1 },
13135
+ "flags": { "protect": 1, "mirror": 1, "allyanim": 1 },
13119
13136
  "secondary": null,
13120
13137
  "target": "normal",
13121
13138
  "type": "Normal",
@@ -13168,7 +13185,7 @@
13168
13185
  "reflectable": 1,
13169
13186
  "mirror": 1,
13170
13187
  "sound": 1,
13171
- "authentic": 1
13188
+ "bypasssub": 1
13172
13189
  },
13173
13190
  "selfSwitch": true,
13174
13191
  "secondary": null,
@@ -13230,7 +13247,7 @@
13230
13247
  "name": "Perish Song",
13231
13248
  "pp": 5,
13232
13249
  "priority": 0,
13233
- "flags": { "sound": 1, "distance": 1, "authentic": 1 },
13250
+ "flags": { "sound": 1, "distance": 1, "bypasssub": 1 },
13234
13251
  "condition": { "duration": 4, "onResidualOrder": 24 },
13235
13252
  "secondary": null,
13236
13253
  "target": "all",
@@ -13361,7 +13378,7 @@
13361
13378
  "name": "Play Nice",
13362
13379
  "pp": 20,
13363
13380
  "priority": 0,
13364
- "flags": { "reflectable": 1, "mirror": 1, "authentic": 1 },
13381
+ "flags": { "reflectable": 1, "mirror": 1, "bypasssub": 1 },
13365
13382
  "boosts": { "atk": -1 },
13366
13383
  "secondary": null,
13367
13384
  "target": "normal",
@@ -13552,7 +13569,7 @@
13552
13569
  "protect": 1,
13553
13570
  "reflectable": 1,
13554
13571
  "mirror": 1,
13555
- "authentic": 1
13572
+ "bypasssub": 1
13556
13573
  },
13557
13574
  "volatileStatus": "powder",
13558
13575
  "condition": { "duration": 1, "onTryMovePriority": -1 },
@@ -13600,7 +13617,7 @@
13600
13617
  "name": "Power Split",
13601
13618
  "pp": 10,
13602
13619
  "priority": 0,
13603
- "flags": { "protect": 1, "mystery": 1 },
13620
+ "flags": { "protect": 1, "allyanim": 1 },
13604
13621
  "secondary": null,
13605
13622
  "target": "normal",
13606
13623
  "type": "Psychic",
@@ -13616,7 +13633,7 @@
13616
13633
  "name": "Power Swap",
13617
13634
  "pp": 10,
13618
13635
  "priority": 0,
13619
- "flags": { "protect": 1, "mirror": 1, "authentic": 1, "mystery": 1 },
13636
+ "flags": { "protect": 1, "mirror": 1, "bypasssub": 1, "allyanim": 1 },
13620
13637
  "secondary": null,
13621
13638
  "target": "normal",
13622
13639
  "type": "Psychic",
@@ -13775,7 +13792,7 @@
13775
13792
  "name": "Psych Up",
13776
13793
  "pp": 10,
13777
13794
  "priority": 0,
13778
- "flags": { "authentic": 1, "mystery": 1 },
13795
+ "flags": { "bypasssub": 1, "allyanim": 1 },
13779
13796
  "secondary": null,
13780
13797
  "target": "normal",
13781
13798
  "type": "Normal",
@@ -14262,7 +14279,7 @@
14262
14279
  "name": "Reflect Type",
14263
14280
  "pp": 15,
14264
14281
  "priority": 0,
14265
- "flags": { "protect": 1, "authentic": 1, "mystery": 1 },
14282
+ "flags": { "protect": 1, "bypasssub": 1, "allyanim": 1 },
14266
14283
  "secondary": null,
14267
14284
  "target": "normal",
14268
14285
  "type": "Normal",
@@ -14296,7 +14313,7 @@
14296
14313
  "name": "Relic Song",
14297
14314
  "pp": 10,
14298
14315
  "priority": 0,
14299
- "flags": { "protect": 1, "mirror": 1, "sound": 1, "authentic": 1 },
14316
+ "flags": { "protect": 1, "mirror": 1, "sound": 1, "bypasssub": 1 },
14300
14317
  "secondary": { "chance": 10, "status": "slp" },
14301
14318
  "target": "allAdjacentFoes",
14302
14319
  "type": "Normal",
@@ -14427,8 +14444,8 @@
14427
14444
  "reflectable": 1,
14428
14445
  "mirror": 1,
14429
14446
  "sound": 1,
14430
- "authentic": 1,
14431
- "mystery": 1
14447
+ "bypasssub": 1,
14448
+ "allyanim": 1
14432
14449
  },
14433
14450
  "forceSwitch": true,
14434
14451
  "secondary": null,
@@ -14588,7 +14605,7 @@
14588
14605
  "name": "Role Play",
14589
14606
  "pp": 10,
14590
14607
  "priority": 0,
14591
- "flags": { "authentic": 1, "mystery": 1 },
14608
+ "flags": { "bypasssub": 1, "allyanim": 1 },
14592
14609
  "secondary": null,
14593
14610
  "target": "normal",
14594
14611
  "type": "Psychic",
@@ -14672,7 +14689,7 @@
14672
14689
  "name": "Round",
14673
14690
  "pp": 15,
14674
14691
  "priority": 0,
14675
- "flags": { "protect": 1, "mirror": 1, "sound": 1, "authentic": 1 },
14692
+ "flags": { "protect": 1, "mirror": 1, "sound": 1, "bypasssub": 1 },
14676
14693
  "secondary": null,
14677
14694
  "target": "normal",
14678
14695
  "type": "Normal",
@@ -14858,7 +14875,7 @@
14858
14875
  "name": "Scary Face",
14859
14876
  "pp": 10,
14860
14877
  "priority": 0,
14861
- "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "mystery": 1 },
14878
+ "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "allyanim": 1 },
14862
14879
  "boosts": { "spe": -2 },
14863
14880
  "secondary": null,
14864
14881
  "target": "normal",
@@ -14910,8 +14927,8 @@
14910
14927
  "reflectable": 1,
14911
14928
  "mirror": 1,
14912
14929
  "sound": 1,
14913
- "authentic": 1,
14914
- "mystery": 1
14930
+ "bypasssub": 1,
14931
+ "allyanim": 1
14915
14932
  },
14916
14933
  "boosts": { "def": -2 },
14917
14934
  "secondary": null,
@@ -15347,7 +15364,7 @@
15347
15364
  "name": "Simple Beam",
15348
15365
  "pp": 15,
15349
15366
  "priority": 0,
15350
- "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "mystery": 1 },
15367
+ "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "allyanim": 1 },
15351
15368
  "secondary": null,
15352
15369
  "target": "normal",
15353
15370
  "type": "Normal",
@@ -15368,7 +15385,7 @@
15368
15385
  "reflectable": 1,
15369
15386
  "mirror": 1,
15370
15387
  "sound": 1,
15371
- "authentic": 1
15388
+ "bypasssub": 1
15372
15389
  },
15373
15390
  "status": "slp",
15374
15391
  "secondary": null,
@@ -15419,7 +15436,7 @@
15419
15436
  "pp": 1,
15420
15437
  "noPPBoosts": true,
15421
15438
  "priority": 0,
15422
- "flags": { "authentic": 1, "mystery": 1 },
15439
+ "flags": { "bypasssub": 1, "allyanim": 1 },
15423
15440
  "noSketch": true,
15424
15441
  "secondary": null,
15425
15442
  "target": "normal",
@@ -15436,7 +15453,7 @@
15436
15453
  "name": "Skill Swap",
15437
15454
  "pp": 10,
15438
15455
  "priority": 0,
15439
- "flags": { "protect": 1, "mirror": 1, "authentic": 1, "mystery": 1 },
15456
+ "flags": { "protect": 1, "mirror": 1, "bypasssub": 1, "allyanim": 1 },
15440
15457
  "secondary": null,
15441
15458
  "target": "normal",
15442
15459
  "type": "Psychic",
@@ -15763,7 +15780,7 @@
15763
15780
  "name": "Snarl",
15764
15781
  "pp": 15,
15765
15782
  "priority": 0,
15766
- "flags": { "protect": 1, "mirror": 1, "sound": 1, "authentic": 1 },
15783
+ "flags": { "protect": 1, "mirror": 1, "sound": 1, "bypasssub": 1 },
15767
15784
  "secondary": { "chance": 100, "boosts": { "spa": -1 } },
15768
15785
  "target": "allAdjacentFoes",
15769
15786
  "type": "Dark",
@@ -15779,7 +15796,7 @@
15779
15796
  "name": "Snatch",
15780
15797
  "pp": 10,
15781
15798
  "priority": 4,
15782
- "flags": { "authentic": 1 },
15799
+ "flags": { "bypasssub": 1 },
15783
15800
  "volatileStatus": "snatch",
15784
15801
  "condition": { "duration": 1, "onAnyPrepareHitPriority": -1 },
15785
15802
  "secondary": null,
@@ -15815,7 +15832,7 @@
15815
15832
  "name": "Snore",
15816
15833
  "pp": 15,
15817
15834
  "priority": 0,
15818
- "flags": { "protect": 1, "mirror": 1, "sound": 1, "authentic": 1 },
15835
+ "flags": { "protect": 1, "mirror": 1, "sound": 1, "bypasssub": 1 },
15819
15836
  "sleepUsable": true,
15820
15837
  "secondary": { "chance": 30, "volatileStatus": "flinch" },
15821
15838
  "target": "normal",
@@ -15831,7 +15848,7 @@
15831
15848
  "name": "Soak",
15832
15849
  "pp": 20,
15833
15850
  "priority": 0,
15834
- "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "mystery": 1 },
15851
+ "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "allyanim": 1 },
15835
15852
  "secondary": null,
15836
15853
  "target": "normal",
15837
15854
  "type": "Water",
@@ -15958,7 +15975,7 @@
15958
15975
  "name": "Sparkling Aria",
15959
15976
  "pp": 10,
15960
15977
  "priority": 0,
15961
- "flags": { "protect": 1, "mirror": 1, "sound": 1, "authentic": 1 },
15978
+ "flags": { "protect": 1, "mirror": 1, "sound": 1, "bypasssub": 1 },
15962
15979
  "secondary": {
15963
15980
  "dustproof": true,
15964
15981
  "chance": 100,
@@ -15994,7 +16011,7 @@
15994
16011
  "name": "Spectral Thief",
15995
16012
  "pp": 10,
15996
16013
  "priority": 0,
15997
- "flags": { "contact": 1, "protect": 1, "mirror": 1, "authentic": 1 },
16014
+ "flags": { "contact": 1, "protect": 1, "mirror": 1, "bypasssub": 1 },
15998
16015
  "stealsBoosts": true,
15999
16016
  "secondary": null,
16000
16017
  "target": "normal",
@@ -16010,7 +16027,7 @@
16010
16027
  "name": "Speed Swap",
16011
16028
  "pp": 10,
16012
16029
  "priority": 0,
16013
- "flags": { "protect": 1, "mirror": 1, "authentic": 1, "mystery": 1 },
16030
+ "flags": { "protect": 1, "mirror": 1, "bypasssub": 1, "allyanim": 1 },
16014
16031
  "secondary": null,
16015
16032
  "target": "normal",
16016
16033
  "type": "Psychic",
@@ -16143,7 +16160,7 @@
16143
16160
  "name": "Spite",
16144
16161
  "pp": 10,
16145
16162
  "priority": 0,
16146
- "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "authentic": 1 },
16163
+ "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "bypasssub": 1 },
16147
16164
  "secondary": null,
16148
16165
  "target": "normal",
16149
16166
  "type": "Ghost",
@@ -16224,7 +16241,7 @@
16224
16241
  "name": "Spotlight",
16225
16242
  "pp": 15,
16226
16243
  "priority": 3,
16227
- "flags": { "protect": 1, "reflectable": 1, "mystery": 1 },
16244
+ "flags": { "protect": 1, "reflectable": 1, "allyanim": 1 },
16228
16245
  "volatileStatus": "spotlight",
16229
16246
  "condition": { "duration": 1, "onFoeRedirectTargetPriority": 2 },
16230
16247
  "secondary": null,
@@ -16732,7 +16749,7 @@
16732
16749
  "reflectable": 1,
16733
16750
  "mirror": 1,
16734
16751
  "sound": 1,
16735
- "authentic": 1
16752
+ "bypasssub": 1
16736
16753
  },
16737
16754
  "volatileStatus": "confusion",
16738
16755
  "secondary": null,
@@ -16799,7 +16816,7 @@
16799
16816
  "name": "Swagger",
16800
16817
  "pp": 15,
16801
16818
  "priority": 0,
16802
- "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "mystery": 1 },
16819
+ "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "allyanim": 1 },
16803
16820
  "volatileStatus": "confusion",
16804
16821
  "boosts": { "atk": 2 },
16805
16822
  "secondary": null,
@@ -16881,7 +16898,7 @@
16881
16898
  "name": "Switcheroo",
16882
16899
  "pp": 10,
16883
16900
  "priority": 0,
16884
- "flags": { "protect": 1, "mirror": 1, "mystery": 1 },
16901
+ "flags": { "protect": 1, "mirror": 1, "allyanim": 1 },
16885
16902
  "secondary": null,
16886
16903
  "target": "normal",
16887
16904
  "type": "Dark",
@@ -17069,7 +17086,7 @@
17069
17086
  "name": "Taunt",
17070
17087
  "pp": 20,
17071
17088
  "priority": 0,
17072
- "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "authentic": 1 },
17089
+ "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "bypasssub": 1 },
17073
17090
  "volatileStatus": "taunt",
17074
17091
  "condition": {
17075
17092
  "duration": 3,
@@ -17108,7 +17125,7 @@
17108
17125
  "name": "Teatime",
17109
17126
  "pp": 10,
17110
17127
  "priority": 0,
17111
- "flags": { "authentic": 1 },
17128
+ "flags": { "bypasssub": 1 },
17112
17129
  "secondary": null,
17113
17130
  "target": "all",
17114
17131
  "type": "Normal",
@@ -17177,7 +17194,7 @@
17177
17194
  "reflectable": 1,
17178
17195
  "mirror": 1,
17179
17196
  "gravity": 1,
17180
- "mystery": 1
17197
+ "allyanim": 1
17181
17198
  },
17182
17199
  "volatileStatus": "telekinesis",
17183
17200
  "condition": {
@@ -17446,7 +17463,7 @@
17446
17463
  "name": "Tickle",
17447
17464
  "pp": 20,
17448
17465
  "priority": 0,
17449
- "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "mystery": 1 },
17466
+ "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "allyanim": 1 },
17450
17467
  "boosts": { "atk": -1, "def": -1 },
17451
17468
  "secondary": null,
17452
17469
  "target": "normal",
@@ -17463,7 +17480,7 @@
17463
17480
  "name": "Topsy-Turvy",
17464
17481
  "pp": 20,
17465
17482
  "priority": 0,
17466
- "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "mystery": 1 },
17483
+ "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "allyanim": 1 },
17467
17484
  "secondary": null,
17468
17485
  "target": "normal",
17469
17486
  "type": "Dark",
@@ -17479,7 +17496,7 @@
17479
17496
  "name": "Torment",
17480
17497
  "pp": 15,
17481
17498
  "priority": 0,
17482
- "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "authentic": 1 },
17499
+ "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "bypasssub": 1 },
17483
17500
  "volatileStatus": "torment",
17484
17501
  "condition": { "noCopy": true },
17485
17502
  "secondary": null,
@@ -17551,7 +17568,7 @@
17551
17568
  "name": "Transform",
17552
17569
  "pp": 10,
17553
17570
  "priority": 0,
17554
- "flags": { "mystery": 1 },
17571
+ "flags": { "allyanim": 1 },
17555
17572
  "secondary": null,
17556
17573
  "target": "normal",
17557
17574
  "type": "Normal",
@@ -17582,7 +17599,7 @@
17582
17599
  "name": "Trick",
17583
17600
  "pp": 10,
17584
17601
  "priority": 0,
17585
- "flags": { "protect": 1, "mirror": 1, "mystery": 1 },
17602
+ "flags": { "protect": 1, "mirror": 1, "allyanim": 1 },
17586
17603
  "secondary": null,
17587
17604
  "target": "normal",
17588
17605
  "type": "Psychic",
@@ -17598,7 +17615,7 @@
17598
17615
  "name": "Trick-or-Treat",
17599
17616
  "pp": 20,
17600
17617
  "priority": 0,
17601
- "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "mystery": 1 },
17618
+ "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "allyanim": 1 },
17602
17619
  "secondary": null,
17603
17620
  "target": "normal",
17604
17621
  "type": "Ghost",
@@ -17773,7 +17790,7 @@
17773
17790
  "name": "Uproar",
17774
17791
  "pp": 10,
17775
17792
  "priority": 0,
17776
- "flags": { "protect": 1, "mirror": 1, "sound": 1, "authentic": 1 },
17793
+ "flags": { "protect": 1, "mirror": 1, "sound": 1, "bypasssub": 1 },
17777
17794
  "self": { "volatileStatus": "uproar" },
17778
17795
  "condition": {
17779
17796
  "duration": 3,
@@ -18117,7 +18134,7 @@
18117
18134
  "name": "Whirlwind",
18118
18135
  "pp": 20,
18119
18136
  "priority": -6,
18120
- "flags": { "reflectable": 1, "mirror": 1, "authentic": 1, "mystery": 1 },
18137
+ "flags": { "reflectable": 1, "mirror": 1, "bypasssub": 1, "allyanim": 1 },
18121
18138
  "forceSwitch": true,
18122
18139
  "secondary": null,
18123
18140
  "target": "normal",
@@ -18305,7 +18322,7 @@
18305
18322
  "name": "Worry Seed",
18306
18323
  "pp": 10,
18307
18324
  "priority": 0,
18308
- "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "mystery": 1 },
18325
+ "flags": { "protect": 1, "reflectable": 1, "mirror": 1, "allyanim": 1 },
18309
18326
  "secondary": null,
18310
18327
  "target": "normal",
18311
18328
  "type": "Grass",