@pkmn/sim 0.5.26 → 0.5.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/config/formats.js +205 -169
- package/build/config/formats.js.map +1 -1
- package/build/data/abilities.js +2 -4
- package/build/data/abilities.js.map +1 -1
- package/build/data/aliases.js +2 -2
- package/build/data/aliases.js.map +1 -1
- package/build/data/conditions.js +1 -1
- package/build/data/conditions.js.map +1 -1
- package/build/data/formats-data.js +24 -25
- package/build/data/formats-data.js.map +1 -1
- package/build/data/items.js +5 -5
- package/build/data/items.js.map +1 -1
- package/build/data/learnsets.js +30 -28
- package/build/data/learnsets.js.map +1 -1
- package/build/data/mods/gen2/moves.js +10 -5
- package/build/data/mods/gen2/moves.js.map +1 -1
- package/build/data/mods/gen3/formats-data.js +2 -2
- package/build/data/mods/gen3/formats-data.js.map +1 -1
- package/build/data/mods/gen3/moves.js +9 -0
- package/build/data/mods/gen3/moves.js.map +1 -1
- package/build/data/mods/gen5/formats-data.js +69 -69
- package/build/data/mods/gen5/formats-data.js.map +1 -1
- package/build/data/pokedex.js +13 -13
- package/build/data/pokedex.js.map +1 -1
- package/build/data/text/abilities.js +321 -139
- package/build/data/text/abilities.js.map +1 -1
- package/build/data/text/items.js +5 -5
- package/build/data/text/moves.js +8 -2
- package/build/data/text/moves.js.map +1 -1
- package/build/sim/battle-actions.js.map +1 -1
- package/build/sim/battle.js +2 -2
- package/build/sim/battle.js.map +1 -1
- package/build/sim/pokemon.js +1 -1
- package/build/sim/pokemon.js.map +1 -1
- package/build/sim/team-validator.js +21 -16
- package/build/sim/team-validator.js.map +1 -1
- package/config/formats.ts +206 -167
- package/data/abilities.ts +2 -4
- package/data/aliases.ts +2 -2
- package/data/conditions.ts +1 -1
- package/data/formats-data.ts +24 -25
- package/data/items.ts +5 -5
- package/data/learnsets.ts +30 -28
- package/data/mods/gen2/moves.ts +10 -5
- package/data/mods/gen3/formats-data.ts +2 -2
- package/data/mods/gen3/moves.ts +9 -0
- package/data/mods/gen5/formats-data.ts +69 -69
- package/data/pokedex.ts +13 -13
- package/data/text/abilities.ts +321 -139
- package/data/text/items.ts +5 -5
- package/data/text/moves.ts +8 -2
- package/package.json +1 -1
- package/sim/battle-actions.ts +1 -0
- package/sim/battle.ts +2 -2
- package/sim/pokemon.ts +1 -1
- package/sim/team-validator.ts +22 -18
package/data/formats-data.ts
CHANGED
|
@@ -70,7 +70,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
70
70
|
randomBattleLevel: 82,
|
|
71
71
|
randomDoubleBattleMoves: ["icebeam", "muddywater", "protect", "shellsmash"],
|
|
72
72
|
randomDoubleBattleLevel: 80,
|
|
73
|
-
tier: "
|
|
73
|
+
tier: "NUBL",
|
|
74
74
|
doublesTier: "DUU",
|
|
75
75
|
natDexTier: "RU",
|
|
76
76
|
},
|
|
@@ -371,7 +371,6 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
371
371
|
randomDoubleBattleMoves: ["followme", "helpinghand", "moonblast", "protect"],
|
|
372
372
|
randomDoubleBattleLevel: 95,
|
|
373
373
|
tier: "NFE",
|
|
374
|
-
doublesTier: "DUU",
|
|
375
374
|
},
|
|
376
375
|
clefable: {
|
|
377
376
|
randomBattleMoves: ["calmmind", "fireblast", "moonblast", "softboiled", "stealthrock", "thunderwave"],
|
|
@@ -543,7 +542,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
543
542
|
randomBattleLevel: 86,
|
|
544
543
|
randomDoubleBattleMoves: ["closecombat", "fakeout", "ironhead", "lashout", "protect", "uturn"],
|
|
545
544
|
randomDoubleBattleLevel: 88,
|
|
546
|
-
tier: "PU",
|
|
545
|
+
tier: "(PU)",
|
|
547
546
|
doublesTier: "(DUU)",
|
|
548
547
|
natDexTier: "RU",
|
|
549
548
|
},
|
|
@@ -677,7 +676,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
677
676
|
randomBattleLevel: 84,
|
|
678
677
|
randomDoubleBattleMoves: ["acidspray", "icywind", "knockoff", "muddywater", "rapidspin", "sludgebomb"],
|
|
679
678
|
randomDoubleBattleLevel: 87,
|
|
680
|
-
tier: "
|
|
679
|
+
tier: "RU",
|
|
681
680
|
doublesTier: "(DUU)",
|
|
682
681
|
natDexTier: "RU",
|
|
683
682
|
},
|
|
@@ -1215,9 +1214,9 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
1215
1214
|
randomBattleLevel: 81,
|
|
1216
1215
|
randomDoubleBattleMoves: ["brickbreak", "bugbite", "dualwingbeat", "uturn"],
|
|
1217
1216
|
randomDoubleBattleLevel: 84,
|
|
1218
|
-
tier: "
|
|
1217
|
+
tier: "PUBL",
|
|
1219
1218
|
doublesTier: "NFE",
|
|
1220
|
-
natDexTier: "
|
|
1219
|
+
natDexTier: "LC",
|
|
1221
1220
|
},
|
|
1222
1221
|
scizor: {
|
|
1223
1222
|
randomBattleMoves: ["bulletpunch", "dualwingbeat", "knockoff", "roost", "superpower", "swordsdance", "uturn"],
|
|
@@ -1432,7 +1431,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
1432
1431
|
randomBattleMoves: ["discharge", "icebeam", "recover", "toxic", "triattack"],
|
|
1433
1432
|
randomBattleLevel: 82,
|
|
1434
1433
|
randomDoubleBattleMoves: ["icebeam", "protect", "recover", "thunderbolt", "toxic", "triattack"],
|
|
1435
|
-
randomDoubleBattleLevel:
|
|
1434
|
+
randomDoubleBattleLevel: 83,
|
|
1436
1435
|
tier: "RU",
|
|
1437
1436
|
doublesTier: "DOU",
|
|
1438
1437
|
natDexTier: "NFE",
|
|
@@ -1518,7 +1517,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
1518
1517
|
randomBattleMoves: ["airslash", "calmmind", "freezingglare", "recover"],
|
|
1519
1518
|
randomBattleLevel: 80,
|
|
1520
1519
|
randomDoubleBattleMoves: ["calmmind", "freezingglare", "hurricane", "recover", "tailwind"],
|
|
1521
|
-
randomDoubleBattleLevel:
|
|
1520
|
+
randomDoubleBattleLevel: 81,
|
|
1522
1521
|
randomBattleNoDynamaxMoves: ["calmmind", "freezingglare", "hurricane", "recover"],
|
|
1523
1522
|
tier: "PU",
|
|
1524
1523
|
doublesTier: "(DUU)",
|
|
@@ -1538,7 +1537,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
1538
1537
|
randomBattleLevel: 76,
|
|
1539
1538
|
randomDoubleBattleMoves: ["bravebird", "bulkup", "closecombat", "throatchop", "thunderouskick", "uturn"],
|
|
1540
1539
|
randomDoubleBattleLevel: 76,
|
|
1541
|
-
tier: "
|
|
1540
|
+
tier: "UUBL",
|
|
1542
1541
|
doublesTier: "DUU",
|
|
1543
1542
|
natDexTier: "UUBL",
|
|
1544
1543
|
},
|
|
@@ -1778,7 +1777,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
1778
1777
|
},
|
|
1779
1778
|
sudowoodo: {
|
|
1780
1779
|
randomBattleMoves: ["earthquake", "headsmash", "stealthrock", "suckerpunch", "woodhammer"],
|
|
1781
|
-
randomBattleLevel:
|
|
1780
|
+
randomBattleLevel: 87,
|
|
1782
1781
|
randomDoubleBattleMoves: ["bodypress", "firepunch", "headsmash", "protect", "suckerpunch", "woodhammer"],
|
|
1783
1782
|
randomDoubleBattleLevel: 90,
|
|
1784
1783
|
tier: "(PU)",
|
|
@@ -1939,7 +1938,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
1939
1938
|
},
|
|
1940
1939
|
shuckle: {
|
|
1941
1940
|
randomBattleMoves: ["encore", "knockoff", "stealthrock", "stickyweb", "toxic"],
|
|
1942
|
-
randomBattleLevel:
|
|
1941
|
+
randomBattleLevel: 87,
|
|
1943
1942
|
randomDoubleBattleMoves: ["acupressure", "guardsplit", "helpinghand", "infestation", "knockoff", "stealthrock", "stickyweb", "toxic"],
|
|
1944
1943
|
randomDoubleBattleLevel: 100,
|
|
1945
1944
|
tier: "(PU)",
|
|
@@ -2733,7 +2732,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
2733
2732
|
randomBattleMoves: ["defog", "dracometeor", "earthquake", "fireblast", "roost", "toxic"],
|
|
2734
2733
|
randomBattleLevel: 90,
|
|
2735
2734
|
randomDoubleBattleMoves: ["defog", "dracometeor", "fireblast", "roost", "tailwind", "toxic"],
|
|
2736
|
-
randomDoubleBattleLevel:
|
|
2735
|
+
randomDoubleBattleLevel: 92,
|
|
2737
2736
|
tier: "(PU)",
|
|
2738
2737
|
doublesTier: "(DUU)",
|
|
2739
2738
|
natDexTier: "RU",
|
|
@@ -3415,7 +3414,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
3415
3414
|
},
|
|
3416
3415
|
bronzong: {
|
|
3417
3416
|
randomBattleMoves: ["earthquake", "ironhead", "protect", "stealthrock", "toxic"],
|
|
3418
|
-
randomBattleLevel:
|
|
3417
|
+
randomBattleLevel: 83,
|
|
3419
3418
|
randomDoubleBattleMoves: ["allyswitch", "bodypress", "explosion", "ironhead", "trickroom"],
|
|
3420
3419
|
randomDoubleBattleLevel: 88,
|
|
3421
3420
|
tier: "RU",
|
|
@@ -3446,7 +3445,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
3446
3445
|
randomBattleMoves: ["earthquake", "fireblast", "firefang", "outrage", "stealthrock", "stoneedge", "swordsdance"],
|
|
3447
3446
|
randomBattleLevel: 74,
|
|
3448
3447
|
randomDoubleBattleMoves: ["dragonclaw", "earthquake", "fireblast", "protect", "rockslide", "swordsdance"],
|
|
3449
|
-
randomDoubleBattleLevel:
|
|
3448
|
+
randomDoubleBattleLevel: 80,
|
|
3450
3449
|
tier: "OU",
|
|
3451
3450
|
doublesTier: "(DUU)",
|
|
3452
3451
|
natDexTier: "OU",
|
|
@@ -4167,7 +4166,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
4167
4166
|
},
|
|
4168
4167
|
maractus: {
|
|
4169
4168
|
randomBattleMoves: ["energyball", "knockoff", "leechseed", "spikes", "spikyshield", "toxic"],
|
|
4170
|
-
randomBattleLevel:
|
|
4169
|
+
randomBattleLevel: 95,
|
|
4171
4170
|
randomDoubleBattleMoves: ["acupressure", "drainpunch", "helpinghand", "leafstorm", "spikyshield", "suckerpunch"],
|
|
4172
4171
|
randomDoubleBattleLevel: 96, // buffed twice in the last 6 months as of Nov 2021
|
|
4173
4172
|
tier: "(PU)",
|
|
@@ -4219,7 +4218,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
4219
4218
|
randomBattleLevel: 86,
|
|
4220
4219
|
randomDoubleBattleMoves: ["bodypress", "irondefense", "painsplit", "shadowball", "trickroom", "willowisp"],
|
|
4221
4220
|
randomDoubleBattleLevel: 88,
|
|
4222
|
-
tier: "PU",
|
|
4221
|
+
tier: "(PU)",
|
|
4223
4222
|
doublesTier: "(DUU)",
|
|
4224
4223
|
natDexTier: "RU",
|
|
4225
4224
|
},
|
|
@@ -4284,7 +4283,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
4284
4283
|
zoroark: {
|
|
4285
4284
|
randomBattleMoves: ["darkpulse", "flamethrower", "nastyplot", "sludgebomb", "trick"],
|
|
4286
4285
|
randomDoubleBattleMoves: ["darkpulse", "flamethrower", "focusblast", "nastyplot", "protect", "sludgebomb"],
|
|
4287
|
-
tier: "
|
|
4286
|
+
tier: "PUBL",
|
|
4288
4287
|
doublesTier: "(DUU)",
|
|
4289
4288
|
natDexTier: "RU",
|
|
4290
4289
|
},
|
|
@@ -5093,7 +5092,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
5093
5092
|
randomDoubleBattleMoves: ["knockoff", "psychocut", "rest", "superpower"],
|
|
5094
5093
|
randomDoubleBattleLevel: 84,
|
|
5095
5094
|
tier: "(PU)",
|
|
5096
|
-
doublesTier: "DUU",
|
|
5095
|
+
doublesTier: "(DUU)",
|
|
5097
5096
|
natDexTier: "RU",
|
|
5098
5097
|
},
|
|
5099
5098
|
binacle: {
|
|
@@ -5618,7 +5617,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
5618
5617
|
randomDoubleBattleMoves: ["leechlife", "liquidation", "lunge", "protect", "stickyweb", "wideguard"],
|
|
5619
5618
|
randomDoubleBattleLevel: 84,
|
|
5620
5619
|
tier: "PUBL",
|
|
5621
|
-
doublesTier: "DUU",
|
|
5620
|
+
doublesTier: "(DUU)",
|
|
5622
5621
|
natDexTier: "RU",
|
|
5623
5622
|
},
|
|
5624
5623
|
araquanidtotem: {
|
|
@@ -5913,7 +5912,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
5913
5912
|
randomBattleLevel: 84,
|
|
5914
5913
|
randomDoubleBattleMoves: ["flamethrower", "multiattack", "partingshot", "tailwind", "thunderbolt"],
|
|
5915
5914
|
randomDoubleBattleLevel: 87,
|
|
5916
|
-
tier: "
|
|
5915
|
+
tier: "PU",
|
|
5917
5916
|
doublesTier: "(DUU)",
|
|
5918
5917
|
natDexTier: "RU",
|
|
5919
5918
|
},
|
|
@@ -6035,7 +6034,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
6035
6034
|
},
|
|
6036
6035
|
tapulele: {
|
|
6037
6036
|
randomBattleMoves: ["calmmind", "focusblast", "moonblast", "psychic", "psyshock", "shadowball"],
|
|
6038
|
-
randomBattleLevel:
|
|
6037
|
+
randomBattleLevel: 79,
|
|
6039
6038
|
randomDoubleBattleMoves: ["calmmind", "dazzlinggleam", "focusblast", "moonblast", "protect", "psyshock"],
|
|
6040
6039
|
randomDoubleBattleLevel: 80,
|
|
6041
6040
|
tier: "OU",
|
|
@@ -6105,7 +6104,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
6105
6104
|
},
|
|
6106
6105
|
pheromosa: {
|
|
6107
6106
|
randomBattleMoves: ["closecombat", "icebeam", "poisonjab", "throatchop", "uturn"],
|
|
6108
|
-
randomBattleLevel:
|
|
6107
|
+
randomBattleLevel: 75,
|
|
6109
6108
|
randomDoubleBattleMoves: ["closecombat", "icebeam", "poisonjab", "protect", "throatchop", "uturn"],
|
|
6110
6109
|
randomDoubleBattleLevel: 78,
|
|
6111
6110
|
tier: "Uber",
|
|
@@ -6160,7 +6159,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
6160
6159
|
},
|
|
6161
6160
|
necrozmaduskmane: {
|
|
6162
6161
|
randomBattleMoves: ["dragondance", "earthquake", "morningsun", "photongeyser", "sunsteelstrike"],
|
|
6163
|
-
randomBattleLevel:
|
|
6162
|
+
randomBattleLevel: 67,
|
|
6164
6163
|
randomDoubleBattleMoves: ["dragondance", "photongeyser", "protect", "sunsteelstrike"],
|
|
6165
6164
|
randomDoubleBattleLevel: 72,
|
|
6166
6165
|
tier: "Uber",
|
|
@@ -6963,7 +6962,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
6963
6962
|
randomDoubleBattleMoves: ["electroweb", "extremespeed", "protect", "thundercage", "voltswitch"],
|
|
6964
6963
|
randomDoubleBattleLevel: 82,
|
|
6965
6964
|
randomBattleNoDynamaxMoves: ["explosion", "rapidspin", "thunderbolt", "voltswitch"],
|
|
6966
|
-
tier: "
|
|
6965
|
+
tier: "UU",
|
|
6967
6966
|
doublesTier: "DOU",
|
|
6968
6967
|
natDexTier: "UU",
|
|
6969
6968
|
},
|
|
@@ -6981,7 +6980,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
6981
6980
|
randomBattleLevel: 82,
|
|
6982
6981
|
randomDoubleBattleMoves: ["closecombat", "highhorsepower", "iciclecrash", "protect"],
|
|
6983
6982
|
randomDoubleBattleLevel: 82,
|
|
6984
|
-
tier: "PU",
|
|
6983
|
+
tier: "(PU)",
|
|
6985
6984
|
doublesTier: "(DUU)",
|
|
6986
6985
|
natDexTier: "RU",
|
|
6987
6986
|
},
|
package/data/items.ts
CHANGED
|
@@ -131,7 +131,7 @@ export const Items: {[itemid: string]: ItemData} = {
|
|
|
131
131
|
if (!this.runEvent('TryHeal', pokemon)) return false;
|
|
132
132
|
},
|
|
133
133
|
onEat(pokemon) {
|
|
134
|
-
this.heal(pokemon.baseMaxhp
|
|
134
|
+
this.heal(pokemon.baseMaxhp / 3);
|
|
135
135
|
if (pokemon.getNature().minus === 'spd') {
|
|
136
136
|
pokemon.addVolatile('confusion');
|
|
137
137
|
}
|
|
@@ -1686,7 +1686,7 @@ export const Items: {[itemid: string]: ItemData} = {
|
|
|
1686
1686
|
if (!this.runEvent('TryHeal', pokemon)) return false;
|
|
1687
1687
|
},
|
|
1688
1688
|
onEat(pokemon) {
|
|
1689
|
-
this.heal(pokemon.baseMaxhp
|
|
1689
|
+
this.heal(pokemon.baseMaxhp / 3);
|
|
1690
1690
|
if (pokemon.getNature().minus === 'atk') {
|
|
1691
1691
|
pokemon.addVolatile('confusion');
|
|
1692
1692
|
}
|
|
@@ -2418,7 +2418,7 @@ export const Items: {[itemid: string]: ItemData} = {
|
|
|
2418
2418
|
if (!this.runEvent('TryHeal', pokemon)) return false;
|
|
2419
2419
|
},
|
|
2420
2420
|
onEat(pokemon) {
|
|
2421
|
-
this.heal(pokemon.baseMaxhp
|
|
2421
|
+
this.heal(pokemon.baseMaxhp / 3);
|
|
2422
2422
|
if (pokemon.getNature().minus === 'def') {
|
|
2423
2423
|
pokemon.addVolatile('confusion');
|
|
2424
2424
|
}
|
|
@@ -3152,7 +3152,7 @@ export const Items: {[itemid: string]: ItemData} = {
|
|
|
3152
3152
|
if (!this.runEvent('TryHeal', pokemon)) return false;
|
|
3153
3153
|
},
|
|
3154
3154
|
onEat(pokemon) {
|
|
3155
|
-
this.heal(pokemon.baseMaxhp
|
|
3155
|
+
this.heal(pokemon.baseMaxhp / 3);
|
|
3156
3156
|
if (pokemon.getNature().minus === 'spe') {
|
|
3157
3157
|
pokemon.addVolatile('confusion');
|
|
3158
3158
|
}
|
|
@@ -6726,7 +6726,7 @@ export const Items: {[itemid: string]: ItemData} = {
|
|
|
6726
6726
|
if (!this.runEvent('TryHeal', pokemon)) return false;
|
|
6727
6727
|
},
|
|
6728
6728
|
onEat(pokemon) {
|
|
6729
|
-
this.heal(pokemon.baseMaxhp
|
|
6729
|
+
this.heal(pokemon.baseMaxhp / 3);
|
|
6730
6730
|
if (pokemon.getNature().minus === 'spa') {
|
|
6731
6731
|
pokemon.addVolatile('confusion');
|
|
6732
6732
|
}
|
package/data/learnsets.ts
CHANGED
|
@@ -4722,13 +4722,13 @@ export const Learnsets: {[speciesid: string]: LearnsetData} = {
|
|
|
4722
4722
|
megapunch: ["8M", "7V", "3T"],
|
|
4723
4723
|
meteorbeam: ["8T"],
|
|
4724
4724
|
meteormash: ["8L32", "7L50", "6L50", "5L55", "4L43", "3L45"],
|
|
4725
|
-
metronome: ["8M", "8L20", "8V", "7L31", "7V", "6L31", "5L34", "4L31", "3T", "3L29"],
|
|
4725
|
+
metronome: ["8M", "8L20", "8V", "8S1", "7L31", "7V", "6L31", "5L34", "4L31", "3T", "3L29"],
|
|
4726
4726
|
mimic: ["7V", "3T"],
|
|
4727
4727
|
minimize: ["8L8", "8V", "7L25", "7V", "6L25", "5L19", "4L19", "3L21"],
|
|
4728
4728
|
mistyexplosion: ["8T"],
|
|
4729
4729
|
mistyterrain: ["8M"],
|
|
4730
|
-
moonblast: ["8L44", "8V", "7L46", "6L46"],
|
|
4731
|
-
moonlight: ["8L24", "7L43", "7V", "6L43", "5L40", "4L37", "3L37"],
|
|
4730
|
+
moonblast: ["8L44", "8V", "8S1", "7L46", "6L46"],
|
|
4731
|
+
moonlight: ["8L24", "8S1", "7L43", "7V", "6L43", "5L40", "4L37", "3L37"],
|
|
4732
4732
|
mudslap: ["7V", "4T", "3T"],
|
|
4733
4733
|
mysticalfire: ["8M"],
|
|
4734
4734
|
naturalgift: ["4M"],
|
|
@@ -4792,10 +4792,11 @@ export const Learnsets: {[speciesid: string]: LearnsetData} = {
|
|
|
4792
4792
|
wonderroom: ["8M", "7T", "6T", "5T"],
|
|
4793
4793
|
workup: ["8M", "7M", "5M"],
|
|
4794
4794
|
zapcannon: ["7V"],
|
|
4795
|
-
zenheadbutt: ["8M", "7T", "6T", "5T", "4T"],
|
|
4795
|
+
zenheadbutt: ["8M", "8S1", "7T", "6T", "5T", "4T"],
|
|
4796
4796
|
},
|
|
4797
4797
|
eventData: [
|
|
4798
4798
|
{generation: 8, level: 50, gender: "F", shiny: true, nature: "Bold", isHidden: true, ivs: {hp: 31, atk: 0, def: 31, spa: 31, spd: 31, spe: 31}, moves: ["followme", "icywind", "helpinghand", "protect"], pokeball: "cherishball"},
|
|
4799
|
+
{generation: 8, level: 15, gender: "M", nature: "Modest", abilities: ["cutecharm"], moves: ["metronome", "moonblast", "zenheadbutt", "moonlight"], pokeball: "moonball"},
|
|
4799
4800
|
],
|
|
4800
4801
|
encounters: [
|
|
4801
4802
|
{generation: 1, level: 8},
|
|
@@ -11320,25 +11321,25 @@ export const Learnsets: {[speciesid: string]: LearnsetData} = {
|
|
|
11320
11321
|
bodyslam: ["8M"],
|
|
11321
11322
|
bravebird: ["8M", "8L65"],
|
|
11322
11323
|
brickbreak: ["8M", "8L40"],
|
|
11323
|
-
brutalswing: ["8M", "8L20"],
|
|
11324
|
+
brutalswing: ["8M", "8L20", "8S0"],
|
|
11324
11325
|
closecombat: ["8M"],
|
|
11325
11326
|
coaching: ["8T"],
|
|
11326
11327
|
defog: ["8L35"],
|
|
11327
|
-
detect: ["8L25"],
|
|
11328
|
+
detect: ["8L25", "8S0"],
|
|
11328
11329
|
dualwingbeat: ["8T"],
|
|
11329
11330
|
endure: ["8M"],
|
|
11330
11331
|
facade: ["8M"],
|
|
11331
11332
|
finalgambit: ["8L60"],
|
|
11332
11333
|
firstimpression: ["8L1"],
|
|
11333
11334
|
focusenergy: ["8M"],
|
|
11334
|
-
furycutter: ["8L1"],
|
|
11335
|
+
furycutter: ["8L1", "8S0"],
|
|
11335
11336
|
grassyglide: ["8T"],
|
|
11336
11337
|
helpinghand: ["8M"],
|
|
11337
11338
|
irondefense: ["8M", "8L0"],
|
|
11338
11339
|
knockoff: ["8L30"],
|
|
11339
11340
|
leafblade: ["8M", "8L55"],
|
|
11340
11341
|
leer: ["8L1"],
|
|
11341
|
-
meteorassault: ["8L70"],
|
|
11342
|
+
meteorassault: ["8L70", "8S0"],
|
|
11342
11343
|
peck: ["8L1"],
|
|
11343
11344
|
poisonjab: ["8M"],
|
|
11344
11345
|
protect: ["8M"],
|
|
@@ -11360,6 +11361,9 @@ export const Learnsets: {[speciesid: string]: LearnsetData} = {
|
|
|
11360
11361
|
throatchop: ["8M"],
|
|
11361
11362
|
workup: ["8M"],
|
|
11362
11363
|
},
|
|
11364
|
+
eventData: [
|
|
11365
|
+
{generation: 8, level: 80, gender: "M", nature: "Brave", abilities: ["steadfast"], ivs: {hp: 30, atk: 31, def: 31, spa: 30, spd: 30, spe: 31}, moves: ["meteorassault", "brutalswing", "furycutter", "detect"], pokeball: "pokeball"},
|
|
11366
|
+
],
|
|
11363
11367
|
},
|
|
11364
11368
|
doduo: {
|
|
11365
11369
|
learnset: {
|
|
@@ -12420,7 +12424,7 @@ export const Learnsets: {[speciesid: string]: LearnsetData} = {
|
|
|
12420
12424
|
counter: ["7V", "3T"],
|
|
12421
12425
|
curse: ["8L20", "7L12", "7V", "6L12", "5L12", "4L12", "3L13", "3S0"],
|
|
12422
12426
|
darkpulse: ["8M", "8L42", "8V", "7M", "7L44", "6M", "6L44", "5T", "5L44", "4M", "4L44"],
|
|
12423
|
-
dazzlinggleam: ["8M", "8V", "7M", "6M"],
|
|
12427
|
+
dazzlinggleam: ["8M", "8V", "8S7", "7M", "6M"],
|
|
12424
12428
|
destinybond: ["8L54", "7L50", "7V", "6L50", "6S3", "5L50", "4L50", "3L39"],
|
|
12425
12429
|
disable: ["8V"],
|
|
12426
12430
|
doubleedge: ["7V", "3T"],
|
|
@@ -12490,14 +12494,14 @@ export const Learnsets: {[speciesid: string]: LearnsetData} = {
|
|
|
12490
12494
|
secretpower: ["6M", "4M", "3M"],
|
|
12491
12495
|
seismictoss: ["8V", "7V", "3T"],
|
|
12492
12496
|
selfdestruct: ["8M", "8V", "7V", "3T"],
|
|
12493
|
-
shadowball: ["8M", "8L48", "8V", "7M", "7L33", "7V", "6M", "6L33", "6S3", "6S4", "5M", "5L33", "4M", "4L33", "3M", "3L45"],
|
|
12497
|
+
shadowball: ["8M", "8L48", "8V", "8S7", "7M", "7L33", "7V", "6M", "6L33", "6S3", "6S4", "5M", "5L33", "4M", "4L33", "3M", "3L45"],
|
|
12494
12498
|
shadowclaw: ["8M", "7M", "6M", "5M", "4M"],
|
|
12495
12499
|
shadowpunch: ["8L1", "7L1", "6L25", "6S1", "6S2", "5L25", "4L25", "3L25"],
|
|
12496
12500
|
skillswap: ["8M", "7T", "6T", "5T", "4M", "3M"],
|
|
12497
12501
|
skittersmack: ["8T"],
|
|
12498
12502
|
skullbash: ["7V"],
|
|
12499
12503
|
sleeptalk: ["8M", "7M", "7V", "6M", "5T", "4M", "3T"],
|
|
12500
|
-
sludgebomb: ["8M", "8V", "7M", "6M", "6S3", "5M", "4M", "3M"],
|
|
12504
|
+
sludgebomb: ["8M", "8V", "8S7", "7M", "6M", "6S3", "5M", "4M", "3M"],
|
|
12501
12505
|
sludgewave: ["8M", "6S4"],
|
|
12502
12506
|
smog: ["8V"],
|
|
12503
12507
|
snatch: ["7T", "6T", "5T", "4M", "3M"],
|
|
@@ -12522,7 +12526,7 @@ export const Learnsets: {[speciesid: string]: LearnsetData} = {
|
|
|
12522
12526
|
trickroom: ["8M", "7M", "6M", "5M", "4M"],
|
|
12523
12527
|
uproar: ["8M", "7T", "6T", "5T", "4T"],
|
|
12524
12528
|
venoshock: ["8M", "7M", "6M", "5M"],
|
|
12525
|
-
willowisp: ["8M", "8V", "7M", "6M", "6S3", "5M", "4M"],
|
|
12529
|
+
willowisp: ["8M", "8V", "8S7", "7M", "6M", "6S3", "5M", "4M"],
|
|
12526
12530
|
wonderroom: ["8M", "7T", "6T", "5T"],
|
|
12527
12531
|
zapcannon: ["7V"],
|
|
12528
12532
|
},
|
|
@@ -12534,6 +12538,7 @@ export const Learnsets: {[speciesid: string]: LearnsetData} = {
|
|
|
12534
12538
|
{generation: 6, level: 25, shiny: true, moves: ["shadowball", "sludgewave", "confuseray", "astonish"], pokeball: "duskball"},
|
|
12535
12539
|
{generation: 6, level: 50, shiny: true, gender: "M", moves: ["meanlook", "hypnosis", "psychic", "hyperbeam"], pokeball: "cherishball"},
|
|
12536
12540
|
{generation: 6, level: 100, moves: ["meanlook", "hypnosis", "psychic", "hyperbeam"], pokeball: "cherishball"},
|
|
12541
|
+
{generation: 8, level: 80, gender: "M", nature: "Naughty", abilities: ["cursedbody"], ivs: {hp: 30, atk: 30, def: 30, spa: 31, spd: 31, spe: 31}, moves: ["shadowball", "sludgebomb", "dazzlinggleam", "willowisp"], pokeball: "pokeball"},
|
|
12537
12542
|
],
|
|
12538
12543
|
},
|
|
12539
12544
|
onix: {
|
|
@@ -45841,13 +45846,13 @@ export const Learnsets: {[speciesid: string]: LearnsetData} = {
|
|
|
45841
45846
|
learnset: {
|
|
45842
45847
|
agility: ["8M"],
|
|
45843
45848
|
attract: ["8M", "7M", "6M", "5M", "4M"],
|
|
45844
|
-
aurasphere: ["8M", "8L0", "7L1", "7S5", "6L1", "6S4", "5L51", "4L37", "4S0"],
|
|
45849
|
+
aurasphere: ["8M", "8L0", "8S6", "7L1", "7S5", "6L1", "6S4", "5L51", "4L37", "4S0"],
|
|
45845
45850
|
blazekick: ["8M", "4S1"],
|
|
45846
45851
|
bonerush: ["8L36", "7L29", "6L29", "5L19", "4L19", "4S1"],
|
|
45847
45852
|
brickbreak: ["8M", "7M", "6M", "5M", "4M"],
|
|
45848
45853
|
bulkup: ["8M", "7M", "6M", "5M", "4M"],
|
|
45849
45854
|
bulldoze: ["8M", "7M", "6M", "5M"],
|
|
45850
|
-
bulletpunch: ["5S2", "5S3"],
|
|
45855
|
+
bulletpunch: ["8S6", "5S2", "5S3"],
|
|
45851
45856
|
calmmind: ["8M", "8L24", "7M", "7L47", "6M", "6L47", "5M", "5L47", "4M"],
|
|
45852
45857
|
captivate: ["4M"],
|
|
45853
45858
|
closecombat: ["8M", "8L60", "7L55", "6L1", "6S4", "5L55", "5S3", "4L42"],
|
|
@@ -45915,7 +45920,7 @@ export const Learnsets: {[speciesid: string]: LearnsetData} = {
|
|
|
45915
45920
|
retaliate: ["8M", "6M", "5M"],
|
|
45916
45921
|
return: ["7M", "6M", "5M", "4M"],
|
|
45917
45922
|
revenge: ["8M"],
|
|
45918
|
-
reversal: ["8M", "8L1"],
|
|
45923
|
+
reversal: ["8M", "8L1", "8S6"],
|
|
45919
45924
|
roar: ["7M", "6M", "5M", "4M"],
|
|
45920
45925
|
rockclimb: ["4M"],
|
|
45921
45926
|
rockslide: ["8M", "7M", "6M", "5M", "4M"],
|
|
@@ -45930,7 +45935,7 @@ export const Learnsets: {[speciesid: string]: LearnsetData} = {
|
|
|
45930
45935
|
shadowclaw: ["8M", "7M", "6M", "5M", "5S3", "4M"],
|
|
45931
45936
|
sleeptalk: ["8M", "7M", "6M", "5T", "4M"],
|
|
45932
45937
|
snore: ["8M", "7T", "6T", "5T", "4T"],
|
|
45933
|
-
steelbeam: ["8T"],
|
|
45938
|
+
steelbeam: ["8T", "8S6"],
|
|
45934
45939
|
stoneedge: ["8M", "7M", "6M", "5M", "5S3", "4M"],
|
|
45935
45940
|
strength: ["6M", "5M", "4M"],
|
|
45936
45941
|
substitute: ["8M", "7M", "6M", "5M", "4M"],
|
|
@@ -45953,6 +45958,7 @@ export const Learnsets: {[speciesid: string]: LearnsetData} = {
|
|
|
45953
45958
|
{generation: 5, level: 50, gender: "M", nature: "Naughty", ivs: {atk: 31}, isHidden: true, moves: ["bulletpunch", "closecombat", "stoneedge", "shadowclaw"], pokeball: "cherishball"},
|
|
45954
45959
|
{generation: 6, level: 100, nature: "Jolly", abilities: ["innerfocus"], moves: ["closecombat", "aurasphere", "flashcannon", "quickattack"], pokeball: "cherishball"},
|
|
45955
45960
|
{generation: 7, level: 40, gender: "M", nature: "Serious", abilities: ["steadfast"], moves: ["aurasphere", "highjumpkick", "dragonpulse", "extremespeed"], pokeball: "pokeball"},
|
|
45961
|
+
{generation: 8, level: 80, gender: "M", nature: "Serious", abilities: ["innerfocus"], ivs: {hp: 31, atk: 30, def: 30, spa: 31, spd: 30, spe: 31}, moves: ["aurasphere", "bulletpunch", "reversal", "steelbeam"], pokeball: "pokeball"},
|
|
45956
45962
|
],
|
|
45957
45963
|
},
|
|
45958
45964
|
hippopotas: {
|
|
@@ -76822,11 +76828,11 @@ export const Learnsets: {[speciesid: string]: LearnsetData} = {
|
|
|
76822
76828
|
dragondance: ["8M", "8L24"],
|
|
76823
76829
|
dragonpulse: ["8M", "8L40", "8S0"],
|
|
76824
76830
|
dragontail: ["8L1"],
|
|
76825
|
-
dynamaxcannon: ["8L56", "8S0"],
|
|
76831
|
+
dynamaxcannon: ["8L56", "8S1", "8S0"],
|
|
76826
76832
|
endure: ["8M"],
|
|
76827
|
-
eternabeam: ["8L88"],
|
|
76833
|
+
eternabeam: ["8L88", "8S1"],
|
|
76828
76834
|
facade: ["8M"],
|
|
76829
|
-
flamethrower: ["8M", "8L48", "8S0"],
|
|
76835
|
+
flamethrower: ["8M", "8L48", "8S1", "8S0"],
|
|
76830
76836
|
flashcannon: ["8M"],
|
|
76831
76837
|
fly: ["8M"],
|
|
76832
76838
|
gigaimpact: ["8M"],
|
|
@@ -76846,7 +76852,7 @@ export const Learnsets: {[speciesid: string]: LearnsetData} = {
|
|
|
76846
76852
|
screech: ["8M"],
|
|
76847
76853
|
shadowball: ["8M"],
|
|
76848
76854
|
sleeptalk: ["8M"],
|
|
76849
|
-
sludgebomb: ["8M"],
|
|
76855
|
+
sludgebomb: ["8M", "8S1"],
|
|
76850
76856
|
sludgewave: ["8M"],
|
|
76851
76857
|
snore: ["8M"],
|
|
76852
76858
|
solarbeam: ["8M"],
|
|
@@ -76858,6 +76864,7 @@ export const Learnsets: {[speciesid: string]: LearnsetData} = {
|
|
|
76858
76864
|
},
|
|
76859
76865
|
eventData: [
|
|
76860
76866
|
{generation: 8, level: 60, perfectIVs: 3, moves: ["crosspoison", "dragonpulse", "flamethrower", "dynamaxcannon"]},
|
|
76867
|
+
{generation: 8, level: 100, shiny: true, nature: "Timid", perfectIVs: 6, moves: ["eternabeam", "dynamaxcannon", "sludgebomb", "flamethrower"], pokeball: "cherishball"},
|
|
76861
76868
|
],
|
|
76862
76869
|
eventOnly: true,
|
|
76863
76870
|
},
|
|
@@ -79160,6 +79167,7 @@ export const Learnsets: {[speciesid: string]: LearnsetData} = {
|
|
|
79160
79167
|
flashcannon: ["8M"],
|
|
79161
79168
|
focusblast: ["8M"],
|
|
79162
79169
|
gigaimpact: ["8M", "8L58"],
|
|
79170
|
+
gunkshot: ["8M"],
|
|
79163
79171
|
haze: ["8L28"],
|
|
79164
79172
|
highhorsepower: ["8M"],
|
|
79165
79173
|
hyperbeam: ["8M"],
|
|
@@ -79197,6 +79205,8 @@ export const Learnsets: {[speciesid: string]: LearnsetData} = {
|
|
|
79197
79205
|
thunderbolt: ["8M"],
|
|
79198
79206
|
thunderfang: ["8M"],
|
|
79199
79207
|
uproar: ["8M"],
|
|
79208
|
+
uturn: ["8M"],
|
|
79209
|
+
wildcharge: ["8M"],
|
|
79200
79210
|
workup: ["8M"],
|
|
79201
79211
|
xscissor: ["8M"],
|
|
79202
79212
|
},
|
|
@@ -82857,7 +82867,6 @@ export const Learnsets: {[speciesid: string]: LearnsetData} = {
|
|
|
82857
82867
|
darkpulse: ["8M"],
|
|
82858
82868
|
drillpeck: ["8L35"],
|
|
82859
82869
|
dualwingbeat: ["8T"],
|
|
82860
|
-
earthpower: ["8M"],
|
|
82861
82870
|
endure: ["8M"],
|
|
82862
82871
|
facade: ["8M"],
|
|
82863
82872
|
fly: ["8M"],
|
|
@@ -82877,7 +82886,6 @@ export const Learnsets: {[speciesid: string]: LearnsetData} = {
|
|
|
82877
82886
|
magicalleaf: ["8M"],
|
|
82878
82887
|
meanlook: ["8E"],
|
|
82879
82888
|
memento: ["8E"],
|
|
82880
|
-
mysticalfire: ["8M"],
|
|
82881
82889
|
nastyplot: ["8M"],
|
|
82882
82890
|
payback: ["8M"],
|
|
82883
82891
|
peck: ["8L1"],
|
|
@@ -82924,23 +82932,17 @@ export const Learnsets: {[speciesid: string]: LearnsetData} = {
|
|
|
82924
82932
|
facade: ["8M"],
|
|
82925
82933
|
healbell: ["8L1"],
|
|
82926
82934
|
hornleech: ["8L1"],
|
|
82927
|
-
leechseed: ["8L1"],
|
|
82928
82935
|
painsplit: ["8L1"],
|
|
82929
|
-
poisonjab: ["8M"],
|
|
82930
|
-
powerwhip: ["8M"],
|
|
82931
82936
|
protect: ["8M"],
|
|
82932
82937
|
rapidspin: ["8L1"],
|
|
82933
82938
|
rest: ["8M"],
|
|
82934
|
-
rockslide: ["8M"],
|
|
82935
82939
|
round: ["8M"],
|
|
82936
82940
|
sleeptalk: ["8M"],
|
|
82937
82941
|
snore: ["8M"],
|
|
82938
82942
|
stealthrock: ["8M"],
|
|
82939
82943
|
substitute: ["8M"],
|
|
82940
|
-
suckerpunch: ["8L1"],
|
|
82941
82944
|
swordsdance: ["8M"],
|
|
82942
82945
|
taunt: ["8M"],
|
|
82943
|
-
thunderwave: ["8M"],
|
|
82944
82946
|
},
|
|
82945
82947
|
},
|
|
82946
82948
|
pokestarsmeargle: {
|
package/data/mods/gen2/moves.ts
CHANGED
|
@@ -402,7 +402,8 @@ export const Moves: {[k: string]: ModdedMoveData} = {
|
|
|
402
402
|
meanlook: {
|
|
403
403
|
inherit: true,
|
|
404
404
|
accuracy: true,
|
|
405
|
-
ignoreAccuracy:
|
|
405
|
+
ignoreAccuracy: undefined,
|
|
406
|
+
ignoreEvasion: undefined,
|
|
406
407
|
flags: {reflectable: 1, mirror: 1},
|
|
407
408
|
},
|
|
408
409
|
metronome: {
|
|
@@ -415,7 +416,8 @@ export const Moves: {[k: string]: ModdedMoveData} = {
|
|
|
415
416
|
mimic: {
|
|
416
417
|
inherit: true,
|
|
417
418
|
accuracy: true,
|
|
418
|
-
ignoreAccuracy:
|
|
419
|
+
ignoreAccuracy: undefined,
|
|
420
|
+
ignoreEvasion: undefined,
|
|
419
421
|
noSketch: true,
|
|
420
422
|
},
|
|
421
423
|
mindreader: {
|
|
@@ -546,7 +548,8 @@ export const Moves: {[k: string]: ModdedMoveData} = {
|
|
|
546
548
|
painsplit: {
|
|
547
549
|
inherit: true,
|
|
548
550
|
accuracy: true,
|
|
549
|
-
ignoreAccuracy:
|
|
551
|
+
ignoreAccuracy: undefined,
|
|
552
|
+
ignoreEvasion: undefined,
|
|
550
553
|
},
|
|
551
554
|
perishsong: {
|
|
552
555
|
inherit: true,
|
|
@@ -791,7 +794,8 @@ export const Moves: {[k: string]: ModdedMoveData} = {
|
|
|
791
794
|
spiderweb: {
|
|
792
795
|
inherit: true,
|
|
793
796
|
accuracy: true,
|
|
794
|
-
ignoreAccuracy:
|
|
797
|
+
ignoreAccuracy: undefined,
|
|
798
|
+
ignoreEvasion: undefined,
|
|
795
799
|
flags: {reflectable: 1, mirror: 1},
|
|
796
800
|
},
|
|
797
801
|
spikes: {
|
|
@@ -966,7 +970,8 @@ export const Moves: {[k: string]: ModdedMoveData} = {
|
|
|
966
970
|
vitalthrow: {
|
|
967
971
|
inherit: true,
|
|
968
972
|
accuracy: true,
|
|
969
|
-
ignoreAccuracy:
|
|
973
|
+
ignoreAccuracy: undefined,
|
|
974
|
+
ignoreEvasion: undefined,
|
|
970
975
|
},
|
|
971
976
|
whirlwind: {
|
|
972
977
|
inherit: true,
|
|
@@ -216,7 +216,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
216
216
|
},
|
|
217
217
|
arcanine: {
|
|
218
218
|
randomBattleMoves: ["extremespeed", "fireblast", "flamethrower", "hiddenpowergrass", "rest", "sleeptalk", "toxic"],
|
|
219
|
-
tier: "
|
|
219
|
+
tier: "UU",
|
|
220
220
|
},
|
|
221
221
|
poliwag: {
|
|
222
222
|
tier: "LC",
|
|
@@ -1033,7 +1033,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
1033
1033
|
},
|
|
1034
1034
|
ninjask: {
|
|
1035
1035
|
randomBattleMoves: ["aerialace", "batonpass", "hiddenpowerrock", "protect", "silverwind", "substitute", "swordsdance"],
|
|
1036
|
-
tier: "
|
|
1036
|
+
tier: "UU",
|
|
1037
1037
|
},
|
|
1038
1038
|
shedinja: {
|
|
1039
1039
|
randomBattleMoves: ["agility", "batonpass", "hiddenpowerground", "shadowball", "silverwind", "toxic"],
|
package/data/mods/gen3/moves.ts
CHANGED
|
@@ -122,6 +122,7 @@ export const Moves: {[k: string]: ModdedMoveData} = {
|
|
|
122
122
|
inherit: true,
|
|
123
123
|
accuracy: 100,
|
|
124
124
|
ignoreAccuracy: true,
|
|
125
|
+
ignoreEvasion: true,
|
|
125
126
|
},
|
|
126
127
|
brickbreak: {
|
|
127
128
|
inherit: true,
|
|
@@ -441,6 +442,7 @@ export const Moves: {[k: string]: ModdedMoveData} = {
|
|
|
441
442
|
inherit: true,
|
|
442
443
|
accuracy: 100,
|
|
443
444
|
ignoreAccuracy: true,
|
|
445
|
+
ignoreEvasion: true,
|
|
444
446
|
},
|
|
445
447
|
megadrain: {
|
|
446
448
|
inherit: true,
|
|
@@ -450,6 +452,7 @@ export const Moves: {[k: string]: ModdedMoveData} = {
|
|
|
450
452
|
inherit: true,
|
|
451
453
|
accuracy: 100,
|
|
452
454
|
ignoreAccuracy: true,
|
|
455
|
+
ignoreEvasion: true,
|
|
453
456
|
},
|
|
454
457
|
mirrorcoat: {
|
|
455
458
|
inherit: true,
|
|
@@ -521,6 +524,7 @@ export const Moves: {[k: string]: ModdedMoveData} = {
|
|
|
521
524
|
inherit: true,
|
|
522
525
|
accuracy: 100,
|
|
523
526
|
ignoreAccuracy: true,
|
|
527
|
+
ignoreEvasion: true,
|
|
524
528
|
},
|
|
525
529
|
petaldance: {
|
|
526
530
|
inherit: true,
|
|
@@ -538,11 +542,13 @@ export const Moves: {[k: string]: ModdedMoveData} = {
|
|
|
538
542
|
inherit: true,
|
|
539
543
|
accuracy: 100,
|
|
540
544
|
ignoreAccuracy: true,
|
|
545
|
+
ignoreEvasion: true,
|
|
541
546
|
},
|
|
542
547
|
skillswap: {
|
|
543
548
|
inherit: true,
|
|
544
549
|
accuracy: 100,
|
|
545
550
|
ignoreAccuracy: true,
|
|
551
|
+
ignoreEvasion: true,
|
|
546
552
|
},
|
|
547
553
|
sleeptalk: {
|
|
548
554
|
inherit: true,
|
|
@@ -571,6 +577,7 @@ export const Moves: {[k: string]: ModdedMoveData} = {
|
|
|
571
577
|
inherit: true,
|
|
572
578
|
accuracy: 100,
|
|
573
579
|
ignoreAccuracy: true,
|
|
580
|
+
ignoreEvasion: true,
|
|
574
581
|
},
|
|
575
582
|
spite: {
|
|
576
583
|
inherit: true,
|
|
@@ -694,6 +701,7 @@ export const Moves: {[k: string]: ModdedMoveData} = {
|
|
|
694
701
|
inherit: true,
|
|
695
702
|
accuracy: 100,
|
|
696
703
|
ignoreAccuracy: true,
|
|
704
|
+
ignoreEvasion: true,
|
|
697
705
|
},
|
|
698
706
|
volttackle: {
|
|
699
707
|
inherit: true,
|
|
@@ -730,6 +738,7 @@ export const Moves: {[k: string]: ModdedMoveData} = {
|
|
|
730
738
|
inherit: true,
|
|
731
739
|
accuracy: 100,
|
|
732
740
|
ignoreAccuracy: true,
|
|
741
|
+
ignoreEvasion: true,
|
|
733
742
|
},
|
|
734
743
|
zapcannon: {
|
|
735
744
|
inherit: true,
|