@pkmn/dex 0.5.20 → 0.5.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/data/abilities.json +2 -2
- package/build/data/aliases.json +4 -4
- package/build/data/conditions.json +6 -1
- package/build/data/formats-data.json +16 -15
- package/build/data/learnsets.json +36 -77
- package/build/data/moves.json +7 -6
- package/build/data/species.json +23 -0
- package/build/learnsets.min.js +1 -1
- package/build/production.min.js +1 -1
- package/package.json +2 -2
|
@@ -438,6 +438,8 @@
|
|
|
438
438
|
"desc": "If this Pokemon is a Mimikyu, the first hit it takes in battle deals 0 neutral damage. Its disguise is then broken and it changes to Busted Form. Confusion damage also breaks the disguise.",
|
|
439
439
|
"shortDesc": "(Mimikyu only) First hit deals 0 damage, breaks disguise."
|
|
440
440
|
},
|
|
441
|
+
"darkaura": { "inherit": true, "isBreakable": true },
|
|
442
|
+
"fairyaura": { "inherit": true, "isBreakable": true },
|
|
441
443
|
"innerfocus": {
|
|
442
444
|
"inherit": true,
|
|
443
445
|
"shortDesc": "This Pokemon cannot be made to flinch."
|
|
@@ -811,7 +813,6 @@
|
|
|
811
813
|
},
|
|
812
814
|
"darkaura": {
|
|
813
815
|
"onAnyBasePowerPriority": 20,
|
|
814
|
-
"isBreakable": true,
|
|
815
816
|
"name": "Dark Aura",
|
|
816
817
|
"num": 186,
|
|
817
818
|
"desc": "While this Pokemon is active, the power of Dark-type moves used by active Pokemon is multiplied by 1.33.",
|
|
@@ -919,7 +920,6 @@
|
|
|
919
920
|
},
|
|
920
921
|
"fairyaura": {
|
|
921
922
|
"onAnyBasePowerPriority": 20,
|
|
922
|
-
"isBreakable": true,
|
|
923
923
|
"name": "Fairy Aura",
|
|
924
924
|
"num": 187,
|
|
925
925
|
"desc": "While this Pokemon is active, the power of Fairy-type moves used by active Pokemon is multiplied by 1.33.",
|
package/build/data/aliases.json
CHANGED
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"mnm": "[Gen 8] Mix and Mega",
|
|
32
32
|
"aaa": "[Gen 8] Almost Any Ability",
|
|
33
33
|
"stab": "[Gen 8] STABmons",
|
|
34
|
+
"gg": "[Gen 8] Godly Gift",
|
|
34
35
|
"camo": "[Gen 8] Camomons",
|
|
35
36
|
"ffa": "[Gen 8] Free-For-All",
|
|
36
37
|
"ts": "[Gen 8] Tier Shift",
|
|
37
|
-
"ph": "[Gen 8
|
|
38
|
-
"purehackmons": "[Gen 8 BDSP] Pure Hackmons",
|
|
38
|
+
"ph": "[Gen 8] Pure Hackmons",
|
|
39
39
|
"gen7bh": "[Gen 7] Balanced Hackmons",
|
|
40
40
|
"gen7mnm": "[Gen 7] Mix and Mega",
|
|
41
41
|
"gen7stab": "[Gen 7] STABmons",
|
|
@@ -67,8 +67,8 @@
|
|
|
67
67
|
"gen6ag": "[Gen 6] Anything Goes",
|
|
68
68
|
"crossevo": "[Gen 8] Cross Evolution",
|
|
69
69
|
"mayhem": "[Gen 8] Random Battle Mayhem",
|
|
70
|
-
"omotm": "[Gen 8]
|
|
71
|
-
"lcotm": "[Gen 8]
|
|
70
|
+
"omotm": "[Gen 8] Re-Evolution",
|
|
71
|
+
"lcotm": "[Gen 8] Category Swap",
|
|
72
72
|
"fabio": "Ampharos-Mega",
|
|
73
73
|
"maero": "Aerodactyl-Mega",
|
|
74
74
|
"megabunny": "Lopunny-Mega",
|
|
@@ -6,7 +6,12 @@
|
|
|
6
6
|
"onAfterMoveSelfPriority": 2
|
|
7
7
|
},
|
|
8
8
|
"par": { "name": "par", "effectType": "Status", "onBeforeMovePriority": 2 },
|
|
9
|
-
"slp": {
|
|
9
|
+
"slp": {
|
|
10
|
+
"name": "slp",
|
|
11
|
+
"effectType": "Status",
|
|
12
|
+
"onBeforeMovePriority": 10,
|
|
13
|
+
"onAfterMoveSelfPriority": 3
|
|
14
|
+
},
|
|
10
15
|
"frz": { "name": "frz", "effectType": "Status", "onBeforeMovePriority": 12 },
|
|
11
16
|
"psn": {
|
|
12
17
|
"name": "psn",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"machamp": { "tier": "PU" },
|
|
71
71
|
"bellsprout": { "tier": "LC" },
|
|
72
72
|
"weepinbell": { "tier": "NFE" },
|
|
73
|
-
"victreebel": { "tier": "
|
|
73
|
+
"victreebel": { "tier": "UU" },
|
|
74
74
|
"tentacool": { "tier": "LC" },
|
|
75
75
|
"tentacruel": { "tier": "UU" },
|
|
76
76
|
"geodude": { "tier": "LC" },
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"tauros": { "tier": "OU" },
|
|
131
131
|
"magikarp": { "tier": "LC" },
|
|
132
132
|
"gyarados": { "tier": "UU" },
|
|
133
|
-
"lapras": { "tier": "
|
|
133
|
+
"lapras": { "tier": "UUBL" },
|
|
134
134
|
"ditto": { "tier": "PU" },
|
|
135
135
|
"eevee": { "tier": "LC" },
|
|
136
136
|
"vaporeon": { "tier": "UU" },
|
|
@@ -1053,7 +1053,7 @@
|
|
|
1053
1053
|
"magcargo": { "tier": "NU" },
|
|
1054
1054
|
"swinub": { "tier": "LC" },
|
|
1055
1055
|
"piloswine": { "tier": "NU" },
|
|
1056
|
-
"mamoswine": { "tier": "OU" },
|
|
1056
|
+
"mamoswine": { "tier": "(OU)" },
|
|
1057
1057
|
"corsola": { "tier": "NU" },
|
|
1058
1058
|
"remoraid": { "tier": "LC" },
|
|
1059
1059
|
"octillery": { "tier": "NU" },
|
|
@@ -2874,7 +2874,7 @@
|
|
|
2874
2874
|
"dianciemega": { "tier": "OU", "doublesTier": "DOU" },
|
|
2875
2875
|
"hoopa": { "tier": "RU", "doublesTier": "(DUU)" },
|
|
2876
2876
|
"hoopaunbound": { "tier": "Uber", "doublesTier": "DOU" },
|
|
2877
|
-
"volcanion": { "tier": "
|
|
2877
|
+
"volcanion": { "tier": "OU", "doublesTier": "DOU" }
|
|
2878
2878
|
},
|
|
2879
2879
|
"7": {
|
|
2880
2880
|
"bulbasaur": { "tier": "LC" },
|
|
@@ -4090,7 +4090,7 @@
|
|
|
4090
4090
|
"lickilicky": { "tier": "(PU)", "doublesTier": "(DUU)" },
|
|
4091
4091
|
"koffing": { "tier": "LC" },
|
|
4092
4092
|
"weezing": { "tier": "PU", "doublesTier": "(DUU)" },
|
|
4093
|
-
"weezinggalar": { "tier": "RU", "doublesTier": "DUU" },
|
|
4093
|
+
"weezinggalar": { "tier": "RU", "doublesTier": "(DUU)" },
|
|
4094
4094
|
"rhyhorn": { "tier": "LC" },
|
|
4095
4095
|
"rhydon": { "tier": "NFE" },
|
|
4096
4096
|
"rhyperior": { "tier": "RU", "doublesTier": "(DUU)" },
|
|
@@ -4330,7 +4330,7 @@
|
|
|
4330
4330
|
"vigoroth": { "isNonstandard": "Past", "tier": "Illegal" },
|
|
4331
4331
|
"slaking": { "isNonstandard": "Past", "tier": "Illegal" },
|
|
4332
4332
|
"nincada": { "tier": "LC" },
|
|
4333
|
-
"ninjask": { "tier": "PU", "doublesTier": "(DUU)" },
|
|
4333
|
+
"ninjask": { "tier": "(PU)", "doublesTier": "(DUU)" },
|
|
4334
4334
|
"shedinja": { "tier": "(PU)", "doublesTier": "(DUU)" },
|
|
4335
4335
|
"whismur": { "tier": "LC" },
|
|
4336
4336
|
"loudred": { "tier": "NFE" },
|
|
@@ -4399,7 +4399,7 @@
|
|
|
4399
4399
|
"anorith": { "tier": "LC" },
|
|
4400
4400
|
"armaldo": { "tier": "(PU)", "doublesTier": "(DUU)" },
|
|
4401
4401
|
"feebas": { "tier": "LC" },
|
|
4402
|
-
"milotic": { "tier": "RU", "doublesTier": "
|
|
4402
|
+
"milotic": { "tier": "RU", "doublesTier": "DUU" },
|
|
4403
4403
|
"castform": { "isNonstandard": "Past", "tier": "Illegal" },
|
|
4404
4404
|
"castformsunny": { "isNonstandard": "Past" },
|
|
4405
4405
|
"castformrainy": { "isNonstandard": "Past" },
|
|
@@ -4491,7 +4491,7 @@
|
|
|
4491
4491
|
"cherrim": { "tier": "(PU)", "doublesTier": "(DUU)" },
|
|
4492
4492
|
"cherrimsunshine": {},
|
|
4493
4493
|
"shellos": { "tier": "LC" },
|
|
4494
|
-
"gastrodon": { "tier": "
|
|
4494
|
+
"gastrodon": { "tier": "NU", "doublesTier": "DOU" },
|
|
4495
4495
|
"drifloon": { "tier": "NFE" },
|
|
4496
4496
|
"drifblim": { "tier": "(PU)", "doublesTier": "(DUU)" },
|
|
4497
4497
|
"buneary": { "tier": "LC" },
|
|
@@ -4502,7 +4502,7 @@
|
|
|
4502
4502
|
"stunky": { "tier": "LC" },
|
|
4503
4503
|
"skuntank": { "tier": "(PU)", "doublesTier": "(DUU)" },
|
|
4504
4504
|
"bronzor": { "tier": "LC" },
|
|
4505
|
-
"bronzong": { "tier": "RU", "doublesTier": "DUU" },
|
|
4505
|
+
"bronzong": { "tier": "RU", "doublesTier": "(DUU)" },
|
|
4506
4506
|
"chatot": { "isNonstandard": "Past", "tier": "Illegal" },
|
|
4507
4507
|
"spiritomb": { "tier": "(PU)", "doublesTier": "(DUU)" },
|
|
4508
4508
|
"gible": { "tier": "LC" },
|
|
@@ -4786,7 +4786,7 @@
|
|
|
4786
4786
|
"meowstic": { "tier": "(PU)", "doublesTier": "(DUU)" },
|
|
4787
4787
|
"meowsticf": { "tier": "(PU)", "doublesTier": "(DUU)" },
|
|
4788
4788
|
"honedge": { "tier": "LC" },
|
|
4789
|
-
"doublade": { "tier": "
|
|
4789
|
+
"doublade": { "tier": "PU", "doublesTier": "NFE" },
|
|
4790
4790
|
"aegislash": { "tier": "UUBL", "doublesTier": "(DUU)" },
|
|
4791
4791
|
"aegislashblade": {},
|
|
4792
4792
|
"spritzee": { "tier": "LC" },
|
|
@@ -4798,7 +4798,7 @@
|
|
|
4798
4798
|
"binacle": { "tier": "LC" },
|
|
4799
4799
|
"barbaracle": { "tier": "NUBL", "doublesTier": "(DUU)" },
|
|
4800
4800
|
"skrelp": { "tier": "LC" },
|
|
4801
|
-
"dragalge": { "tier": "
|
|
4801
|
+
"dragalge": { "tier": "NUBL", "doublesTier": "(DUU)" },
|
|
4802
4802
|
"clauncher": { "tier": "LC" },
|
|
4803
4803
|
"clawitzer": { "tier": "PUBL", "doublesTier": "(DUU)" },
|
|
4804
4804
|
"helioptile": { "tier": "LC" },
|
|
@@ -4883,7 +4883,7 @@
|
|
|
4883
4883
|
"mudbray": { "tier": "LC" },
|
|
4884
4884
|
"mudsdale": { "tier": "NU", "doublesTier": "(DUU)" },
|
|
4885
4885
|
"dewpider": { "tier": "LC" },
|
|
4886
|
-
"araquanid": { "tier": "
|
|
4886
|
+
"araquanid": { "tier": "PUBL", "doublesTier": "DUU" },
|
|
4887
4887
|
"araquanidtotem": { "isNonstandard": "Past", "tier": "Illegal" },
|
|
4888
4888
|
"fomantis": { "tier": "LC" },
|
|
4889
4889
|
"lurantis": { "tier": "(PU)", "doublesTier": "(DUU)" },
|
|
@@ -4904,7 +4904,7 @@
|
|
|
4904
4904
|
"wimpod": { "tier": "LC" },
|
|
4905
4905
|
"golisopod": { "tier": "RU", "doublesTier": "(DUU)" },
|
|
4906
4906
|
"sandygast": { "tier": "LC" },
|
|
4907
|
-
"palossand": { "tier": "PU", "doublesTier": "(DUU)" },
|
|
4907
|
+
"palossand": { "tier": "(PU)", "doublesTier": "(DUU)" },
|
|
4908
4908
|
"pyukumuku": { "tier": "(PU)", "doublesTier": "(DUU)" },
|
|
4909
4909
|
"typenull": { "tier": "NFE" },
|
|
4910
4910
|
"silvally": { "tier": "(PU)", "doublesTier": "(DUU)" },
|
|
@@ -4955,7 +4955,7 @@
|
|
|
4955
4955
|
"xurkitree": { "tier": "RU", "doublesTier": "(DUU)" },
|
|
4956
4956
|
"celesteela": { "tier": "UU", "doublesTier": "DOU" },
|
|
4957
4957
|
"kartana": { "tier": "OU", "doublesTier": "DUber" },
|
|
4958
|
-
"guzzlord": { "tier": "
|
|
4958
|
+
"guzzlord": { "tier": "PUBL", "doublesTier": "(DUU)" },
|
|
4959
4959
|
"necrozma": { "tier": "RUBL", "doublesTier": "DOU" },
|
|
4960
4960
|
"necrozmaduskmane": { "tier": "Uber", "doublesTier": "DUber" },
|
|
4961
4961
|
"necrozmadawnwings": { "tier": "Uber", "doublesTier": "DUber" },
|
|
@@ -4993,7 +4993,7 @@
|
|
|
4993
4993
|
},
|
|
4994
4994
|
"sobble": { "tier": "LC" },
|
|
4995
4995
|
"drizzile": { "tier": "NFE" },
|
|
4996
|
-
"inteleon": { "tier": "
|
|
4996
|
+
"inteleon": { "tier": "PUBL", "doublesTier": "(DUU)" },
|
|
4997
4997
|
"inteleongmax": {
|
|
4998
4998
|
"isNonstandard": "Gigantamax",
|
|
4999
4999
|
"tier": "AG",
|
|
@@ -5245,6 +5245,7 @@
|
|
|
5245
5245
|
"chromera": { "isNonstandard": "CAP", "tier": "CAP" },
|
|
5246
5246
|
"venomicon": { "isNonstandard": "CAP", "tier": "CAP" },
|
|
5247
5247
|
"venomiconepilogue": { "isNonstandard": "CAP", "tier": "CAP" },
|
|
5248
|
+
"saharaja": { "isNonstandard": "CAP", "tier": "CAP" },
|
|
5248
5249
|
"pokestarsmeargle": { "isNonstandard": "Custom", "tier": "Illegal" },
|
|
5249
5250
|
"pokestarufo": { "isNonstandard": "Custom", "tier": "Illegal" },
|
|
5250
5251
|
"pokestarufo2": { "isNonstandard": "Custom", "tier": "Illegal" },
|
|
@@ -7829,11 +7829,16 @@
|
|
|
7829
7829
|
"dragonrage": ["1S0"],
|
|
7830
7830
|
"flail": ["2L30"],
|
|
7831
7831
|
"reversal": ["2S2"],
|
|
7832
|
-
"splash": ["2L1", "2S2", "2S1", "1L1"],
|
|
7832
|
+
"splash": ["2L1", "2S2", "2S1", "1L1", "1S0"],
|
|
7833
7833
|
"tackle": ["2L15", "1L15"]
|
|
7834
7834
|
},
|
|
7835
7835
|
"eventData": [
|
|
7836
|
-
{
|
|
7836
|
+
{
|
|
7837
|
+
"generation": 1,
|
|
7838
|
+
"level": 15,
|
|
7839
|
+
"moves": ["splash", "dragonrage"],
|
|
7840
|
+
"japan": true
|
|
7841
|
+
},
|
|
7837
7842
|
{
|
|
7838
7843
|
"generation": 2,
|
|
7839
7844
|
"level": 5,
|
|
@@ -13330,81 +13335,6 @@
|
|
|
13330
13335
|
"xscissor": ["7M", "5M"],
|
|
13331
13336
|
"zenheadbutt": ["7T", "5T"]
|
|
13332
13337
|
}
|
|
13333
|
-
},
|
|
13334
|
-
"crucibelle": {
|
|
13335
|
-
"inherit": true,
|
|
13336
|
-
"learnset": {
|
|
13337
|
-
"acidarmor": ["7L32", "6L32"],
|
|
13338
|
-
"astonish": ["7L1", "6L1"],
|
|
13339
|
-
"attract": ["7M", "6M"],
|
|
13340
|
-
"block": ["6T"],
|
|
13341
|
-
"coil": ["7E", "6E"],
|
|
13342
|
-
"confuseray": ["7L16", "6L16"],
|
|
13343
|
-
"confusion": ["7L14", "6L14"],
|
|
13344
|
-
"defensecurl": ["7E", "6E"],
|
|
13345
|
-
"doubleteam": ["7M", "6M"],
|
|
13346
|
-
"embargo": ["7M", "6M"],
|
|
13347
|
-
"endure": ["7L1", "6L1"],
|
|
13348
|
-
"explosion": ["7M", "7L60", "6M", "6L60"],
|
|
13349
|
-
"facade": ["7M", "6M"],
|
|
13350
|
-
"faketears": ["7L10", "6L10"],
|
|
13351
|
-
"frustration": ["7M", "6M"],
|
|
13352
|
-
"gigaimpact": ["7M", "6M"],
|
|
13353
|
-
"grassknot": ["7M", "6M"],
|
|
13354
|
-
"gravity": ["6T"],
|
|
13355
|
-
"gunkshot": ["7L56", "6T", "6L56"],
|
|
13356
|
-
"headsmash": ["6L1"],
|
|
13357
|
-
"helpinghand": ["6T"],
|
|
13358
|
-
"hex": ["7L44", "6L44"],
|
|
13359
|
-
"hiddenpower": ["7M", "6M"],
|
|
13360
|
-
"hyperbeam": ["7M", "6M"],
|
|
13361
|
-
"infestation": ["7M", "6M"],
|
|
13362
|
-
"ironhead": ["6T"],
|
|
13363
|
-
"lowkick": ["6T"],
|
|
13364
|
-
"magicroom": ["6T"],
|
|
13365
|
-
"payback": ["7M", "6M"],
|
|
13366
|
-
"poisonjab": ["7M", "6M"],
|
|
13367
|
-
"protect": ["7M", "7L1", "6M", "6L1"],
|
|
13368
|
-
"psybeam": ["7L40", "6L40"],
|
|
13369
|
-
"psychic": ["7M", "6M"],
|
|
13370
|
-
"reflect": ["7M", "7L25", "6M", "6L25"],
|
|
13371
|
-
"rest": ["7M", "6M"],
|
|
13372
|
-
"return": ["7M", "6M"],
|
|
13373
|
-
"rockblast": ["7L52", "6L52"],
|
|
13374
|
-
"rockpolish": ["7M", "6M"],
|
|
13375
|
-
"rockslide": ["7M", "7L36", "6M", "6L36"],
|
|
13376
|
-
"rocksmash": ["7M", "6M"],
|
|
13377
|
-
"rockthrow": ["7L5", "6L5"],
|
|
13378
|
-
"rocktomb": ["7M", "6M"],
|
|
13379
|
-
"rollout": ["7E", "6E"],
|
|
13380
|
-
"round": ["7M", "6M"],
|
|
13381
|
-
"safeguard": ["7M", "6M"],
|
|
13382
|
-
"sandstorm": ["7M", "6M"],
|
|
13383
|
-
"secretpower": ["7M"],
|
|
13384
|
-
"shadowball": ["7M", "6M"],
|
|
13385
|
-
"skillswap": ["6T"],
|
|
13386
|
-
"sleeptalk": ["7M", "6M"],
|
|
13387
|
-
"sludge": ["7L28", "6L28"],
|
|
13388
|
-
"sludgebomb": ["7M", "6M"],
|
|
13389
|
-
"sludgewave": ["7M", "6M"],
|
|
13390
|
-
"smackdown": ["7M", "7L23", "6M", "6L23"],
|
|
13391
|
-
"snatch": ["6T"],
|
|
13392
|
-
"snore": ["6T"],
|
|
13393
|
-
"stealthrock": ["6T"],
|
|
13394
|
-
"stoneedge": ["7M", "6M"],
|
|
13395
|
-
"substitute": ["7M", "6M"],
|
|
13396
|
-
"swagger": ["7M", "6M"],
|
|
13397
|
-
"torment": ["7M", "7L48", "6M", "6L48"],
|
|
13398
|
-
"toxic": ["7M", "7L7", "6M", "6L7"],
|
|
13399
|
-
"toxicspikes": ["7L19", "6L19"],
|
|
13400
|
-
"trick": ["6T"],
|
|
13401
|
-
"uturn": ["7M", "6M"],
|
|
13402
|
-
"venoshock": ["7M", "6M"],
|
|
13403
|
-
"withdraw": ["7L1", "6L1"],
|
|
13404
|
-
"wonderroom": ["6T"],
|
|
13405
|
-
"woodhammer": ["7E", "6E"],
|
|
13406
|
-
"zenheadbutt": ["6T"]
|
|
13407
|
-
}
|
|
13408
13338
|
}
|
|
13409
13339
|
},
|
|
13410
13340
|
"8": {
|
|
@@ -129805,6 +129735,35 @@
|
|
|
129805
129735
|
"withdraw": ["8L5"]
|
|
129806
129736
|
}
|
|
129807
129737
|
},
|
|
129738
|
+
"saharaja": {
|
|
129739
|
+
"learnset": {
|
|
129740
|
+
"attract": ["8M"],
|
|
129741
|
+
"bodypress": ["8M"],
|
|
129742
|
+
"diamondstorm": ["8L1"],
|
|
129743
|
+
"earthquake": ["8M"],
|
|
129744
|
+
"endure": ["8M"],
|
|
129745
|
+
"facade": ["8M"],
|
|
129746
|
+
"healbell": ["8L1"],
|
|
129747
|
+
"hornleech": ["8L1"],
|
|
129748
|
+
"leechseed": ["8L1"],
|
|
129749
|
+
"painsplit": ["8L1"],
|
|
129750
|
+
"poisonjab": ["8M"],
|
|
129751
|
+
"powerwhip": ["8M"],
|
|
129752
|
+
"protect": ["8M"],
|
|
129753
|
+
"rapidspin": ["8L1"],
|
|
129754
|
+
"rest": ["8M"],
|
|
129755
|
+
"rockslide": ["8M"],
|
|
129756
|
+
"round": ["8M"],
|
|
129757
|
+
"sleeptalk": ["8M"],
|
|
129758
|
+
"snore": ["8M"],
|
|
129759
|
+
"stealthrock": ["8M"],
|
|
129760
|
+
"substitute": ["8M"],
|
|
129761
|
+
"suckerpunch": ["8L1"],
|
|
129762
|
+
"swordsdance": ["8M"],
|
|
129763
|
+
"taunt": ["8M"],
|
|
129764
|
+
"thunderwave": ["8M"]
|
|
129765
|
+
}
|
|
129766
|
+
},
|
|
129808
129767
|
"pokestarsmeargle": {
|
|
129809
129768
|
"eventData": [
|
|
129810
129769
|
{
|
package/build/data/moves.json
CHANGED
|
@@ -2140,6 +2140,12 @@
|
|
|
2140
2140
|
"shortDesc": "Traps and damages the target for 2-5 turns."
|
|
2141
2141
|
},
|
|
2142
2142
|
"scaryface": { "inherit": true, "accuracy": 90 },
|
|
2143
|
+
"secretpower": {
|
|
2144
|
+
"inherit": true,
|
|
2145
|
+
"secondary": { "chance": 30, "status": "par" },
|
|
2146
|
+
"desc": "Has a 30% chance to cause a secondary effect on the target based on the battle terrain. Causes paralysis on the regular Wi-Fi terrain.",
|
|
2147
|
+
"shortDesc": "Effect varies with terrain. (30% paralysis chance)"
|
|
2148
|
+
},
|
|
2143
2149
|
"sketch": { "inherit": true },
|
|
2144
2150
|
"skillswap": {
|
|
2145
2151
|
"inherit": true,
|
|
@@ -2508,11 +2514,6 @@
|
|
|
2508
2514
|
"inherit": true,
|
|
2509
2515
|
"desc": "For 5 turns, the weather becomes Sandstorm. At the end of each turn except the last, all active Pokemon lose 1/16 of their maximum HP, rounded down, unless they are a Ground, Rock, or Steel type, or have the Magic Guard or Sand Veil Abilities. During the effect, the Special Defense of Rock-type Pokemon is multiplied by 1.5 when taking damage from a special attack. Lasts for 8 turns if the user is holding Smooth Rock. Fails if the current weather is Sandstorm."
|
|
2510
2516
|
},
|
|
2511
|
-
"secretpower": {
|
|
2512
|
-
"inherit": true,
|
|
2513
|
-
"desc": "Has a 30% chance to cause a secondary effect on the target based on the battle terrain. Causes paralysis on the regular Wi-Fi terrain.",
|
|
2514
|
-
"shortDesc": "Effect varies with terrain. (30% paralysis chance)"
|
|
2515
|
-
},
|
|
2516
2517
|
"selfdestruct": {
|
|
2517
2518
|
"inherit": true,
|
|
2518
2519
|
"desc": "The user faints after using this move, unless this move has no target. The target's Defense is halved during damage calculation. This move is prevented from executing if any active Pokemon has the Damp Ability.",
|
|
@@ -2919,7 +2920,7 @@
|
|
|
2919
2920
|
},
|
|
2920
2921
|
"secretpower": {
|
|
2921
2922
|
"inherit": true,
|
|
2922
|
-
"
|
|
2923
|
+
"secondary": { "chance": 30, "boosts": { "accuracy": -1 } },
|
|
2923
2924
|
"desc": "Has a 30% chance to cause a secondary effect on the target based on the battle terrain. Lowers accuracy by 1 stage on the regular Wi-Fi terrain. The secondary effect chance is not affected by the Serene Grace Ability.",
|
|
2924
2925
|
"shortDesc": "Effect varies with terrain. (30% chance acc -1)"
|
|
2925
2926
|
},
|
package/build/data/species.json
CHANGED
|
@@ -2104,6 +2104,12 @@
|
|
|
2104
2104
|
"spe": 80
|
|
2105
2105
|
}
|
|
2106
2106
|
},
|
|
2107
|
+
"pansage": { "inherit": true, "maleOnlyHidden": true },
|
|
2108
|
+
"simisage": { "inherit": true, "maleOnlyHidden": true },
|
|
2109
|
+
"pansear": { "inherit": true, "maleOnlyHidden": true },
|
|
2110
|
+
"simisear": { "inherit": true, "maleOnlyHidden": true },
|
|
2111
|
+
"panpour": { "inherit": true, "maleOnlyHidden": true },
|
|
2112
|
+
"simipour": { "inherit": true, "maleOnlyHidden": true },
|
|
2107
2113
|
"unfezant": {
|
|
2108
2114
|
"inherit": true,
|
|
2109
2115
|
"baseStats": {
|
|
@@ -27013,6 +27019,23 @@
|
|
|
27013
27019
|
"changesFrom": "Venomicon",
|
|
27014
27020
|
"gen": 8
|
|
27015
27021
|
},
|
|
27022
|
+
"saharaja": {
|
|
27023
|
+
"num": -68,
|
|
27024
|
+
"name": "Saharaja",
|
|
27025
|
+
"types": ["Ground"],
|
|
27026
|
+
"baseStats": {
|
|
27027
|
+
"hp": 70,
|
|
27028
|
+
"atk": 120,
|
|
27029
|
+
"def": 105,
|
|
27030
|
+
"spa": 65,
|
|
27031
|
+
"spd": 130,
|
|
27032
|
+
"spe": 90
|
|
27033
|
+
},
|
|
27034
|
+
"abilities": { "0": "Water Absorb", "1": "Serene Grace" },
|
|
27035
|
+
"weightkg": 303.9,
|
|
27036
|
+
"eggGroups": ["Undiscovered"],
|
|
27037
|
+
"gen": 8
|
|
27038
|
+
},
|
|
27016
27039
|
"pokestarsmeargle": {
|
|
27017
27040
|
"num": -5000,
|
|
27018
27041
|
"name": "Pokestar Smeargle",
|