@pkmn/dex 0.5.22 → 0.5.25
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/aliases.json +9 -5
- package/build/data/formats-data.json +11 -13
- package/build/data/learnsets.json +191 -28
- package/build/data/moves.json +0 -1
- package/build/data/species.json +2 -2
- package/build/learnsets.min.js +1 -1
- package/build/production.min.js +1 -1
- package/package.json +2 -2
|
@@ -18964,7 +18964,7 @@
|
|
|
18964
18964
|
"drainingkiss": ["8M"],
|
|
18965
18965
|
"electricterrain": ["8M"],
|
|
18966
18966
|
"electroball": ["8M", "8L12"],
|
|
18967
|
-
"electroweb": ["8M", "8S0"],
|
|
18967
|
+
"electroweb": ["8M", "8S1", "8S0"],
|
|
18968
18968
|
"encore": ["8M"],
|
|
18969
18969
|
"endure": ["8M"],
|
|
18970
18970
|
"facade": ["8M"],
|
|
@@ -18975,7 +18975,7 @@
|
|
|
18975
18975
|
"grassknot": ["8M"],
|
|
18976
18976
|
"growl": ["8L1"],
|
|
18977
18977
|
"helpinghand": ["8M"],
|
|
18978
|
-
"irontail": ["8M", "8S0"],
|
|
18978
|
+
"irontail": ["8M", "8S1", "8S0"],
|
|
18979
18979
|
"lightscreen": ["8M", "8L40"],
|
|
18980
18980
|
"megakick": ["8M"],
|
|
18981
18981
|
"megapunch": ["8M"],
|
|
@@ -18986,7 +18986,7 @@
|
|
|
18986
18986
|
"playrough": ["8M"],
|
|
18987
18987
|
"present": ["8E"],
|
|
18988
18988
|
"protect": ["8M"],
|
|
18989
|
-
"quickattack": ["8L1", "8S0"],
|
|
18989
|
+
"quickattack": ["8L1", "8S1", "8S0"],
|
|
18990
18990
|
"raindance": ["8M"],
|
|
18991
18991
|
"reflect": ["8M"],
|
|
18992
18992
|
"rest": ["8M"],
|
|
@@ -19004,7 +19004,7 @@
|
|
|
19004
19004
|
"tailwhip": ["8L1"],
|
|
19005
19005
|
"thief": ["8M"],
|
|
19006
19006
|
"thunder": ["8M", "8L44"],
|
|
19007
|
-
"thunderbolt": ["8M", "8L36", "8S0"],
|
|
19007
|
+
"thunderbolt": ["8M", "8L36", "8S1", "8S0"],
|
|
19008
19008
|
"thunderpunch": ["8M"],
|
|
19009
19009
|
"thundershock": ["8L1"],
|
|
19010
19010
|
"thunderwave": ["8M", "8L4"],
|
|
@@ -19020,7 +19020,6 @@
|
|
|
19020
19020
|
"generation": 8,
|
|
19021
19021
|
"level": 25,
|
|
19022
19022
|
"nature": "Hardy",
|
|
19023
|
-
"isHidden": false,
|
|
19024
19023
|
"moves": [
|
|
19025
19024
|
"thunderbolt",
|
|
19026
19025
|
"quickattack",
|
|
@@ -19029,6 +19028,21 @@
|
|
|
19029
19028
|
"volttackle"
|
|
19030
19029
|
],
|
|
19031
19030
|
"pokeball": "pokeball"
|
|
19031
|
+
},
|
|
19032
|
+
{
|
|
19033
|
+
"generation": 8,
|
|
19034
|
+
"level": 80,
|
|
19035
|
+
"nature": "Hardy",
|
|
19036
|
+
"ivs": {
|
|
19037
|
+
"hp": 31,
|
|
19038
|
+
"atk": 30,
|
|
19039
|
+
"def": 30,
|
|
19040
|
+
"spa": 31,
|
|
19041
|
+
"spd": 30,
|
|
19042
|
+
"spe": 31
|
|
19043
|
+
},
|
|
19044
|
+
"moves": ["thunderbolt", "quickattack", "irontail", "electroweb"],
|
|
19045
|
+
"pokeball": "pokeball"
|
|
19032
19046
|
}
|
|
19033
19047
|
],
|
|
19034
19048
|
"eventOnly": true
|
|
@@ -20965,7 +20979,7 @@
|
|
|
20965
20979
|
"flash": ["7V", "6M", "5M", "4M", "3M"],
|
|
20966
20980
|
"fling": ["8M", "7M", "6M", "5M", "4M"],
|
|
20967
20981
|
"focuspunch": ["7T", "6T", "4M", "3M"],
|
|
20968
|
-
"followme": ["8L36", "7L16", "6L16", "5L16", "4L16", "3L17"],
|
|
20982
|
+
"followme": ["8L36", "8S0", "7L16", "6L16", "5L16", "4L16", "3L17"],
|
|
20969
20983
|
"frustration": ["7M", "7V", "6M", "5M", "4M", "3M"],
|
|
20970
20984
|
"grassknot": ["8M", "7M", "6M", "5M", "4M"],
|
|
20971
20985
|
"gravity": [
|
|
@@ -20983,12 +20997,12 @@
|
|
|
20983
20997
|
"headbutt": ["8V", "7V", "4T"],
|
|
20984
20998
|
"healbell": ["7T", "6T", "5T", "4T"],
|
|
20985
20999
|
"healingwish": ["8L48", "7L55", "6L1", "5L49", "4L46"],
|
|
20986
|
-
"helpinghand": ["8M", "8V", "7T", "6T", "5T", "4T"],
|
|
21000
|
+
"helpinghand": ["8M", "8V", "8S0", "7T", "6T", "5T", "4T"],
|
|
20987
21001
|
"hiddenpower": ["7M", "7V", "6M", "5M", "4M", "3M"],
|
|
20988
21002
|
"hypervoice": ["8M", "7T", "6T", "5T"],
|
|
20989
21003
|
"icebeam": ["8M", "8V", "7M", "7V", "6M", "5M", "4M", "3M"],
|
|
20990
21004
|
"icepunch": ["8M", "8V", "7T", "7V", "6T", "5T", "4T", "3T"],
|
|
20991
|
-
"icywind": ["8M", "7T", "6T", "5T", "4T"],
|
|
21005
|
+
"icywind": ["8M", "8S0", "7T", "6T", "5T", "4T"],
|
|
20992
21006
|
"imprison": ["8M"],
|
|
20993
21007
|
"incinerate": ["6M", "5M"],
|
|
20994
21008
|
"irontail": ["8M", "8V", "7T", "7V", "6T", "5T", "4M", "3M"],
|
|
@@ -21040,7 +21054,7 @@
|
|
|
21040
21054
|
"playrough": ["8M", "8V"],
|
|
21041
21055
|
"pound": ["8L1", "8V", "7L1", "7V", "6L1", "5L1", "4L1", "3L1"],
|
|
21042
21056
|
"poweruppunch": ["6M"],
|
|
21043
|
-
"protect": ["8M", "8V", "7M", "7V", "6M", "5M", "4M", "3M"],
|
|
21057
|
+
"protect": ["8M", "8V", "8S0", "7M", "7V", "6M", "5M", "4M", "3M"],
|
|
21044
21058
|
"psychic": ["8M", "8V", "7M", "7V", "6M", "5M", "4M", "3M"],
|
|
21045
21059
|
"psychup": ["7M", "7V", "6M", "5M", "4M", "3T"],
|
|
21046
21060
|
"psyshock": ["8M", "7M", "6M", "5M"],
|
|
@@ -21098,6 +21112,26 @@
|
|
|
21098
21112
|
"zapcannon": ["7V"],
|
|
21099
21113
|
"zenheadbutt": ["8M", "7T", "6T", "5T", "4T"]
|
|
21100
21114
|
},
|
|
21115
|
+
"eventData": [
|
|
21116
|
+
{
|
|
21117
|
+
"generation": 8,
|
|
21118
|
+
"level": 50,
|
|
21119
|
+
"gender": "F",
|
|
21120
|
+
"shiny": true,
|
|
21121
|
+
"nature": "Bold",
|
|
21122
|
+
"isHidden": true,
|
|
21123
|
+
"ivs": {
|
|
21124
|
+
"hp": 31,
|
|
21125
|
+
"atk": 0,
|
|
21126
|
+
"def": 31,
|
|
21127
|
+
"spa": 31,
|
|
21128
|
+
"spd": 31,
|
|
21129
|
+
"spe": 31
|
|
21130
|
+
},
|
|
21131
|
+
"moves": ["followme", "icywind", "helpinghand", "protect"],
|
|
21132
|
+
"pokeball": "cherishball"
|
|
21133
|
+
}
|
|
21134
|
+
],
|
|
21101
21135
|
"encounters": [{ "generation": 1, "level": 8 }]
|
|
21102
21136
|
},
|
|
21103
21137
|
"clefable": {
|
|
@@ -48017,12 +48051,13 @@
|
|
|
48017
48051
|
"dive": ["8M", "6M", "5M", "4T", "3M"],
|
|
48018
48052
|
"doubleedge": ["7V", "3T"],
|
|
48019
48053
|
"doubleteam": ["7M", "7V", "6M", "5M", "4M", "3M"],
|
|
48020
|
-
"dracometeor": ["8T", "7T", "6T", "5T", "4T", "4S2"],
|
|
48054
|
+
"dracometeor": ["8T", "8S9", "7T", "6T", "5T", "4T", "4S2"],
|
|
48021
48055
|
"dragonbreath": ["7V"],
|
|
48022
|
-
"dragonclaw": ["8M", "7M", "6M", "5M", "4M", "3M"],
|
|
48056
|
+
"dragonclaw": ["8M", "8S9", "7M", "6M", "5M", "4M", "3M"],
|
|
48023
48057
|
"dragondance": [
|
|
48024
48058
|
"8M",
|
|
48025
48059
|
"8L62",
|
|
48060
|
+
"8S9",
|
|
48026
48061
|
"7L61",
|
|
48027
48062
|
"6L61",
|
|
48028
48063
|
"6S7",
|
|
@@ -48075,7 +48110,7 @@
|
|
|
48075
48110
|
"hiddenpower": ["7M", "7V", "6M", "5M", "4M", "3M"],
|
|
48076
48111
|
"honeclaws": ["6M", "5M"],
|
|
48077
48112
|
"horndrill": ["7V"],
|
|
48078
|
-
"hurricane": ["8M", "8L0", "7L1", "6L1", "6S7", "5L81"],
|
|
48113
|
+
"hurricane": ["8M", "8L0", "8S9", "7L1", "6L1", "6S7", "5L81"],
|
|
48079
48114
|
"hydropump": ["8M"],
|
|
48080
48115
|
"hyperbeam": [
|
|
48081
48116
|
"8M",
|
|
@@ -48334,6 +48369,23 @@
|
|
|
48334
48369
|
"ivs": { "hp": 31, "def": 31, "spa": 31, "spd": 31 },
|
|
48335
48370
|
"moves": ["agility", "slam", "barrier", "hyperbeam"],
|
|
48336
48371
|
"pokeball": "cherishball"
|
|
48372
|
+
},
|
|
48373
|
+
{
|
|
48374
|
+
"generation": 8,
|
|
48375
|
+
"level": 80,
|
|
48376
|
+
"gender": "F",
|
|
48377
|
+
"nature": "Jolly",
|
|
48378
|
+
"abilities": ["innerfocus"],
|
|
48379
|
+
"ivs": {
|
|
48380
|
+
"hp": 30,
|
|
48381
|
+
"atk": 31,
|
|
48382
|
+
"def": 30,
|
|
48383
|
+
"spa": 30,
|
|
48384
|
+
"spd": 31,
|
|
48385
|
+
"spe": 31
|
|
48386
|
+
},
|
|
48387
|
+
"moves": ["dragonclaw", "dracometeor", "hurricane", "dragondance"],
|
|
48388
|
+
"pokeball": "pokeball"
|
|
48337
48389
|
}
|
|
48338
48390
|
],
|
|
48339
48391
|
"encounters": [
|
|
@@ -80774,7 +80826,7 @@
|
|
|
80774
80826
|
"covet": ["7T", "6T", "5T"],
|
|
80775
80827
|
"cut": ["6M", "5M", "4M", "3M"],
|
|
80776
80828
|
"defog": ["7T", "4M"],
|
|
80777
|
-
"dive": ["8M", "6M", "5M", "4T", "3M"],
|
|
80829
|
+
"dive": ["8M", "8S11", "6M", "5M", "4T", "3M"],
|
|
80778
80830
|
"doubleedge": ["3T"],
|
|
80779
80831
|
"doubleteam": ["7M", "6M", "5M", "4M", "3M"],
|
|
80780
80832
|
"dracometeor": ["8T", "7T", "7S9", "6T", "5T", "4T"],
|
|
@@ -80794,6 +80846,7 @@
|
|
|
80794
80846
|
"dragonpulse": [
|
|
80795
80847
|
"8M",
|
|
80796
80848
|
"8L45",
|
|
80849
|
+
"8S11",
|
|
80797
80850
|
"7T",
|
|
80798
80851
|
"7L56",
|
|
80799
80852
|
"7S7",
|
|
@@ -80847,6 +80900,7 @@
|
|
|
80847
80900
|
"mimic": ["3T"],
|
|
80848
80901
|
"mistball": [
|
|
80849
80902
|
"8L35",
|
|
80903
|
+
"8S11",
|
|
80850
80904
|
"7L24",
|
|
80851
80905
|
"7S7",
|
|
80852
80906
|
"7S8",
|
|
@@ -80960,6 +81014,7 @@
|
|
|
80960
81014
|
"sunnyday": ["8M", "7M", "6M", "5M", "4M", "3M"],
|
|
80961
81015
|
"surf": ["8M", "8S10", "7M", "6M", "5M", "4M", "3M"],
|
|
80962
81016
|
"swagger": ["7M", "6M", "5M", "4M", "3T"],
|
|
81017
|
+
"sweetkiss": ["8S11"],
|
|
80963
81018
|
"swift": ["8M", "4T", "3T"],
|
|
80964
81019
|
"tailwind": ["8L20", "7T", "7S9", "6T", "5T", "4T"],
|
|
80965
81020
|
"telekinesis": ["7T", "5M"],
|
|
@@ -81065,6 +81120,13 @@
|
|
|
81065
81120
|
"level": 70,
|
|
81066
81121
|
"shiny": 1,
|
|
81067
81122
|
"moves": ["reflecttype", "dragonbreath", "zenheadbutt", "surf"]
|
|
81123
|
+
},
|
|
81124
|
+
{
|
|
81125
|
+
"generation": 8,
|
|
81126
|
+
"level": 70,
|
|
81127
|
+
"nature": "Bashful",
|
|
81128
|
+
"moves": ["mistball", "dragonpulse", "dive", "sweetkiss"],
|
|
81129
|
+
"pokeball": "cherishball"
|
|
81068
81130
|
}
|
|
81069
81131
|
],
|
|
81070
81132
|
"eventOnly": true
|
|
@@ -82508,7 +82570,7 @@
|
|
|
82508
82570
|
"megakick": ["8M"],
|
|
82509
82571
|
"megapunch": ["8M"],
|
|
82510
82572
|
"meteorbeam": ["8T"],
|
|
82511
|
-
"meteormash": ["8L49", "5S13", "5S14", "5S15"],
|
|
82573
|
+
"meteormash": ["8L49", "8S23", "5S13", "5S14", "5S15"],
|
|
82512
82574
|
"metronome": ["8M", "3T"],
|
|
82513
82575
|
"mimic": ["3T"],
|
|
82514
82576
|
"moonblast": ["6S17"],
|
|
@@ -82521,6 +82583,7 @@
|
|
|
82521
82583
|
"psychic": [
|
|
82522
82584
|
"8M",
|
|
82523
82585
|
"8L42",
|
|
82586
|
+
"8S23",
|
|
82524
82587
|
"7M",
|
|
82525
82588
|
"7L20",
|
|
82526
82589
|
"6M",
|
|
@@ -82543,6 +82606,7 @@
|
|
|
82543
82606
|
"rest": [
|
|
82544
82607
|
"8M",
|
|
82545
82608
|
"8L63",
|
|
82609
|
+
"8S23",
|
|
82546
82610
|
"7M",
|
|
82547
82611
|
"7L30",
|
|
82548
82612
|
"7S22",
|
|
@@ -82615,6 +82679,7 @@
|
|
|
82615
82679
|
"waterpulse": ["7T", "6T", "4M", "3M"],
|
|
82616
82680
|
"wish": [
|
|
82617
82681
|
"8L1",
|
|
82682
|
+
"8S23",
|
|
82618
82683
|
"7L1",
|
|
82619
82684
|
"7S22",
|
|
82620
82685
|
"6L1",
|
|
@@ -82865,6 +82930,13 @@
|
|
|
82865
82930
|
"level": 15,
|
|
82866
82931
|
"moves": ["swift", "wish", "healingwish", "rest"],
|
|
82867
82932
|
"pokeball": "cherishball"
|
|
82933
|
+
},
|
|
82934
|
+
{
|
|
82935
|
+
"generation": 8,
|
|
82936
|
+
"level": 70,
|
|
82937
|
+
"nature": "Timid",
|
|
82938
|
+
"moves": ["meteormash", "psychic", "rest", "wish"],
|
|
82939
|
+
"pokeball": "cherishball"
|
|
82868
82940
|
}
|
|
82869
82941
|
],
|
|
82870
82942
|
"eventOnly": true
|
|
@@ -86210,10 +86282,11 @@
|
|
|
86210
86282
|
},
|
|
86211
86283
|
"gastrodoneast": {
|
|
86212
86284
|
"learnset": {
|
|
86213
|
-
"earthpower": ["8S0"],
|
|
86214
|
-
"icebeam": ["8S0"],
|
|
86215
|
-
"protect": ["8S0"],
|
|
86216
|
-
"surf": ["8S0"]
|
|
86285
|
+
"earthpower": ["8S1", "8S0"],
|
|
86286
|
+
"icebeam": ["8S1", "8S0"],
|
|
86287
|
+
"protect": ["8S1", "8S0"],
|
|
86288
|
+
"surf": ["8S0"],
|
|
86289
|
+
"yawn": ["8S1"]
|
|
86217
86290
|
},
|
|
86218
86291
|
"eventData": [
|
|
86219
86292
|
{
|
|
@@ -86232,6 +86305,23 @@
|
|
|
86232
86305
|
},
|
|
86233
86306
|
"moves": ["protect", "surf", "icebeam", "earthpower"],
|
|
86234
86307
|
"pokeball": "cherishball"
|
|
86308
|
+
},
|
|
86309
|
+
{
|
|
86310
|
+
"generation": 8,
|
|
86311
|
+
"level": 50,
|
|
86312
|
+
"gender": "F",
|
|
86313
|
+
"nature": "Sassy",
|
|
86314
|
+
"abilities": ["stormdrain"],
|
|
86315
|
+
"ivs": {
|
|
86316
|
+
"hp": 31,
|
|
86317
|
+
"atk": 0,
|
|
86318
|
+
"def": 31,
|
|
86319
|
+
"spa": 31,
|
|
86320
|
+
"spd": 31,
|
|
86321
|
+
"spe": 0
|
|
86322
|
+
},
|
|
86323
|
+
"moves": ["protect", "yawn", "icebeam", "earthpower"],
|
|
86324
|
+
"pokeball": "cherishball"
|
|
86235
86325
|
}
|
|
86236
86326
|
],
|
|
86237
86327
|
"encounters": [{ "generation": 4, "level": 20 }]
|
|
@@ -90292,6 +90382,7 @@
|
|
|
90292
90382
|
"flashcannon": [
|
|
90293
90383
|
"8M",
|
|
90294
90384
|
"8L32",
|
|
90385
|
+
"8S12",
|
|
90295
90386
|
"8S11",
|
|
90296
90387
|
"7M",
|
|
90297
90388
|
"7L50",
|
|
@@ -90338,12 +90429,12 @@
|
|
|
90338
90429
|
"4M"
|
|
90339
90430
|
],
|
|
90340
90431
|
"magnetrise": ["7T", "6T", "5T", "4T"],
|
|
90341
|
-
"metalburst": ["8L64", "7L24", "6L24", "6S6", "5L24", "4L24"],
|
|
90432
|
+
"metalburst": ["8L64", "8S12", "7L24", "6L24", "6S6", "5L24", "4L24"],
|
|
90342
90433
|
"metalclaw": ["8L1", "7L6", "6L6", "5L6", "4L6", "4S0"],
|
|
90343
90434
|
"mudslap": ["4T"],
|
|
90344
90435
|
"naturalgift": ["4M"],
|
|
90345
90436
|
"outrage": ["8M", "7T", "6T", "5T", "4T"],
|
|
90346
|
-
"overheat": ["8M", "7M", "6M", "6S6", "5M", "4M"],
|
|
90437
|
+
"overheat": ["8M", "8S12", "7M", "6M", "6S6", "5M", "4M"],
|
|
90347
90438
|
"powergem": ["8M", "8L56", "7L19", "6L19", "5L19", "4L19"],
|
|
90348
90439
|
"protect": ["8M", "7M", "6M", "5M", "4M"],
|
|
90349
90440
|
"psychup": ["7M", "6M", "5M", "4M"],
|
|
@@ -90353,6 +90444,7 @@
|
|
|
90353
90444
|
"roar": ["7M", "6M", "5M", "4M"],
|
|
90354
90445
|
"roaroftime": [
|
|
90355
90446
|
"8L88",
|
|
90447
|
+
"8S12",
|
|
90356
90448
|
"7L46",
|
|
90357
90449
|
"7S7",
|
|
90358
90450
|
"7S8",
|
|
@@ -90473,6 +90565,14 @@
|
|
|
90473
90565
|
"level": 70,
|
|
90474
90566
|
"shiny": 1,
|
|
90475
90567
|
"moves": ["slash", "ancientpower", "flashcannon", "dragonclaw"]
|
|
90568
|
+
},
|
|
90569
|
+
{
|
|
90570
|
+
"generation": 8,
|
|
90571
|
+
"level": 70,
|
|
90572
|
+
"nature": "Bold",
|
|
90573
|
+
"isHidden": true,
|
|
90574
|
+
"moves": ["roaroftime", "flashcannon", "metalburst", "overheat"],
|
|
90575
|
+
"pokeball": "cherishball"
|
|
90476
90576
|
}
|
|
90477
90577
|
],
|
|
90478
90578
|
"eventOnly": true
|
|
@@ -90507,6 +90607,7 @@
|
|
|
90507
90607
|
"aurasphere": [
|
|
90508
90608
|
"8M",
|
|
90509
90609
|
"8L48",
|
|
90610
|
+
"8S12",
|
|
90510
90611
|
"7L37",
|
|
90511
90612
|
"7S7",
|
|
90512
90613
|
"7S8",
|
|
@@ -90554,6 +90655,7 @@
|
|
|
90554
90655
|
"earthpower": [
|
|
90555
90656
|
"8M",
|
|
90556
90657
|
"8L72",
|
|
90658
|
+
"8S12",
|
|
90557
90659
|
"7T",
|
|
90558
90660
|
"7L33",
|
|
90559
90661
|
"6T",
|
|
@@ -90588,6 +90690,7 @@
|
|
|
90588
90690
|
"hydropump": [
|
|
90589
90691
|
"8M",
|
|
90590
90692
|
"8L88",
|
|
90693
|
+
"8S12",
|
|
90591
90694
|
"7L50",
|
|
90592
90695
|
"7S7",
|
|
90593
90696
|
"7S8",
|
|
@@ -90631,6 +90734,7 @@
|
|
|
90631
90734
|
"snore": ["8M", "7T", "6T", "5T", "4T"],
|
|
90632
90735
|
"spacialrend": [
|
|
90633
90736
|
"8L80",
|
|
90737
|
+
"8S12",
|
|
90634
90738
|
"7L46",
|
|
90635
90739
|
"7S7",
|
|
90636
90740
|
"7S8",
|
|
@@ -90748,6 +90852,14 @@
|
|
|
90748
90852
|
"level": 70,
|
|
90749
90853
|
"shiny": 1,
|
|
90750
90854
|
"moves": ["slash", "surf", "ancientpower", "dragonclaw"]
|
|
90855
|
+
},
|
|
90856
|
+
{
|
|
90857
|
+
"generation": 8,
|
|
90858
|
+
"level": 70,
|
|
90859
|
+
"nature": "Hasty",
|
|
90860
|
+
"isHidden": true,
|
|
90861
|
+
"moves": ["spacialrend", "hydropump", "aurasphere", "earthpower"],
|
|
90862
|
+
"pokeball": "cherishball"
|
|
90751
90863
|
}
|
|
90752
90864
|
],
|
|
90753
90865
|
"eventOnly": true
|
|
@@ -92470,7 +92582,7 @@
|
|
|
92470
92582
|
"firepunch": ["8M", "7T", "6T", "5T"],
|
|
92471
92583
|
"firespin": ["8M"],
|
|
92472
92584
|
"flameburst": ["7L41", "6L41", "5L41"],
|
|
92473
|
-
"flamecharge": ["8L1", "7M", "7L25", "6M", "6L25", "5M", "5L25"],
|
|
92585
|
+
"flamecharge": ["8L1", "8S7", "7M", "7L25", "6M", "6L25", "5M", "5L25"],
|
|
92474
92586
|
"flamethrower": ["8M", "7M", "6M", "5M"],
|
|
92475
92587
|
"flareblitz": ["8M", "8L77", "7L73", "6L73", "5L73"],
|
|
92476
92588
|
"flash": ["6M", "5M"],
|
|
@@ -92541,11 +92653,21 @@
|
|
|
92541
92653
|
"trickroom": ["8M", "7M", "6M", "5M"],
|
|
92542
92654
|
"uproar": ["8M", "7T", "6T", "5T"],
|
|
92543
92655
|
"uturn": ["8M", "7M", "6M", "5M"],
|
|
92544
|
-
"vcreate": ["8L1", "7S6", "6S3", "6S5", "5S1", "5S2"],
|
|
92656
|
+
"vcreate": ["8L1", "8S7", "7S6", "6S3", "6S5", "5S1", "5S2"],
|
|
92545
92657
|
"wildcharge": ["8M", "7M", "6M", "5M"],
|
|
92546
92658
|
"willowisp": ["8M", "7M", "6M", "5M"],
|
|
92547
|
-
"workup": ["8M", "8L7", "7M", "5M"],
|
|
92548
|
-
"zenheadbutt": [
|
|
92659
|
+
"workup": ["8M", "8L7", "8S7", "7M", "5M"],
|
|
92660
|
+
"zenheadbutt": [
|
|
92661
|
+
"8M",
|
|
92662
|
+
"8L42",
|
|
92663
|
+
"8S7",
|
|
92664
|
+
"7T",
|
|
92665
|
+
"7L49",
|
|
92666
|
+
"6T",
|
|
92667
|
+
"6L49",
|
|
92668
|
+
"5T",
|
|
92669
|
+
"5L49"
|
|
92670
|
+
]
|
|
92549
92671
|
},
|
|
92550
92672
|
"eventData": [
|
|
92551
92673
|
{
|
|
@@ -92588,6 +92710,14 @@
|
|
|
92588
92710
|
"level": 15,
|
|
92589
92711
|
"moves": ["vcreate", "reversal", "storedpower", "celebrate"],
|
|
92590
92712
|
"pokeball": "cherishball"
|
|
92713
|
+
},
|
|
92714
|
+
{
|
|
92715
|
+
"generation": 8,
|
|
92716
|
+
"level": 50,
|
|
92717
|
+
"nature": "Brave",
|
|
92718
|
+
"perfectIVs": 6,
|
|
92719
|
+
"moves": ["vcreate", "zenheadbutt", "workup", "flamecharge"],
|
|
92720
|
+
"pokeball": "cherishball"
|
|
92591
92721
|
}
|
|
92592
92722
|
],
|
|
92593
92723
|
"eventOnly": true
|
|
@@ -121908,6 +122038,23 @@
|
|
|
121908
122038
|
"wonderroom": ["8M"]
|
|
121909
122039
|
}
|
|
121910
122040
|
},
|
|
122041
|
+
"sinisteaantique": {
|
|
122042
|
+
"learnset": {
|
|
122043
|
+
"aromatherapy": ["8S0"],
|
|
122044
|
+
"celebrate": ["8S0"],
|
|
122045
|
+
"memento": ["8S0"],
|
|
122046
|
+
"metronome": ["8S0"]
|
|
122047
|
+
},
|
|
122048
|
+
"eventData": [
|
|
122049
|
+
{
|
|
122050
|
+
"generation": 8,
|
|
122051
|
+
"level": 50,
|
|
122052
|
+
"isHidden": true,
|
|
122053
|
+
"moves": ["memento", "metronome", "aromatherapy", "celebrate"],
|
|
122054
|
+
"pokeball": "cherishball"
|
|
122055
|
+
}
|
|
122056
|
+
]
|
|
122057
|
+
},
|
|
121911
122058
|
"polteageist": {
|
|
121912
122059
|
"learnset": {
|
|
121913
122060
|
"allyswitch": ["8M"],
|
|
@@ -123062,16 +123209,16 @@
|
|
|
123062
123209
|
"dracometeor": ["8T"],
|
|
123063
123210
|
"dragonbreath": ["8L35"],
|
|
123064
123211
|
"dragonpulse": ["8M", "8L70"],
|
|
123065
|
-
"dragonrush": ["8L77"],
|
|
123212
|
+
"dragonrush": ["8L77", "8S1"],
|
|
123066
123213
|
"earthpower": ["8M"],
|
|
123067
123214
|
"earthquake": ["8M"],
|
|
123068
123215
|
"endure": ["8M"],
|
|
123069
123216
|
"facade": ["8M"],
|
|
123070
|
-
"fishiousrend": ["8L63"],
|
|
123217
|
+
"fishiousrend": ["8L63", "8S1"],
|
|
123071
123218
|
"gigaimpact": ["8M"],
|
|
123072
123219
|
"hydropump": ["8M"],
|
|
123073
123220
|
"hyperbeam": ["8M"],
|
|
123074
|
-
"icefang": ["8M"],
|
|
123221
|
+
"icefang": ["8M", "8S1"],
|
|
123075
123222
|
"ironhead": ["8M"],
|
|
123076
123223
|
"leechlife": ["8M"],
|
|
123077
123224
|
"liquidation": ["8M"],
|
|
@@ -123098,7 +123245,7 @@
|
|
|
123098
123245
|
"surf": ["8M"],
|
|
123099
123246
|
"tackle": ["8L1", "8S0"],
|
|
123100
123247
|
"waterfall": ["8M"],
|
|
123101
|
-
"watergun": ["8L1", "8S0"],
|
|
123248
|
+
"watergun": ["8L1", "8S1", "8S0"],
|
|
123102
123249
|
"whirlpool": ["8M"],
|
|
123103
123250
|
"zenheadbutt": ["8M"]
|
|
123104
123251
|
},
|
|
@@ -123110,6 +123257,22 @@
|
|
|
123110
123257
|
"perfectIVs": 3,
|
|
123111
123258
|
"moves": ["tackle", "watergun", "protect"],
|
|
123112
123259
|
"pokeball": "pokeball"
|
|
123260
|
+
},
|
|
123261
|
+
{
|
|
123262
|
+
"generation": 8,
|
|
123263
|
+
"level": 80,
|
|
123264
|
+
"nature": "Naive",
|
|
123265
|
+
"abilities": ["strongjaw"],
|
|
123266
|
+
"ivs": {
|
|
123267
|
+
"hp": 30,
|
|
123268
|
+
"atk": 31,
|
|
123269
|
+
"def": 31,
|
|
123270
|
+
"spa": 30,
|
|
123271
|
+
"spd": 30,
|
|
123272
|
+
"spe": 31
|
|
123273
|
+
},
|
|
123274
|
+
"moves": ["fishiousrend", "dragonrush", "icefang", "watergun"],
|
|
123275
|
+
"pokeball": "pokeball"
|
|
123113
123276
|
}
|
|
123114
123277
|
],
|
|
123115
123278
|
"eventOnly": true
|
package/build/data/moves.json
CHANGED
|
@@ -527,7 +527,6 @@
|
|
|
527
527
|
"desc": "The user spends two or three turns locked into this move and then, on the second or third turn after using this move, the user attacks the opponent, inflicting double the damage in HP it lost during those turns. If the user is prevented from moving during this move's use, the effect ends. This move does not ignore type immunity.",
|
|
528
528
|
"shortDesc": "Waits 2-3 turns; deals double the damage taken."
|
|
529
529
|
},
|
|
530
|
-
"block": { "inherit": true, "accuracy": true, "ignoreAccuracy": false },
|
|
531
530
|
"counter": {
|
|
532
531
|
"inherit": true,
|
|
533
532
|
"condition": {},
|
package/build/data/species.json
CHANGED
|
@@ -25797,8 +25797,8 @@
|
|
|
25797
25797
|
"hp": 120,
|
|
25798
25798
|
"atk": 70,
|
|
25799
25799
|
"def": 105,
|
|
25800
|
-
"spa":
|
|
25801
|
-
"spd":
|
|
25800
|
+
"spa": 70,
|
|
25801
|
+
"spd": 65,
|
|
25802
25802
|
"spe": 60
|
|
25803
25803
|
},
|
|
25804
25804
|
"abilities": { "0": "Rock Head", "1": "Battle Armor", "H": "Contrary" },
|