Merge branch 'master' into master

This commit is contained in:
Devin Driggs 2022-11-03 22:57:19 +00:00 committed by GitHub
commit 0015386763
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 3029 additions and 153 deletions

View file

@ -121,6 +121,7 @@ k8s-delete: # (k8s) Delete pokeapi namespace
update-graphql-prod:
git pull origin master
git submodule update --init
docker stop pokeapi_graphql-engine_1
sync; echo 3 > /proc/sys/vm/drop_caches
docker-compose -f docker-compose.yml -f docker-compose.override.yml -f Resources/compose/docker-compose-prod-graphql.yml up -d app

View file

@ -30,7 +30,9 @@ DB_CURSOR = connection.cursor()
DB_VENDOR = connection.vendor
MEDIA_DIR = "/media/sprites/{0}"
MEDIA_DIR = "{prefix}{{file_name}}".format(
prefix=os.environ.get("POKEAPI_SPRITES_PREFIX", "/media/sprites/")
)
IMAGE_DIR = os.getcwd() + "/data/v2/sprites/sprites/"
RESOURCE_IMAGES = []
@ -42,7 +44,9 @@ for root, dirs, files in os.walk(IMAGE_DIR):
def file_path_or_none(file_name):
return MEDIA_DIR.format(file_name) if file_name in RESOURCE_IMAGES else None
return (
MEDIA_DIR.format(file_name=file_name) if file_name in RESOURCE_IMAGES else None
)
def with_iter(context, iterable=None):

View file

@ -16973,3 +16973,838 @@ encounter_id,encounter_condition_value_id
58140,27
59280,39
59281,39
59318,3
59319,3
59320,3
59321,3
59322,3
59323,3
59324,3
59325,3
59326,3
59327,3
59328,4
59329,4
59330,4
59331,4
59332,4
59333,4
59334,4
59335,4
59336,4
59337,4
59338,5
59339,5
59340,5
59341,5
59342,5
59343,5
59344,5
59345,5
59346,5
59347,5
59348,3
59349,3
59350,3
59351,3
59352,3
59353,3
59354,3
59355,3
59356,3
59357,3
59358,4
59359,4
59360,4
59361,4
59362,4
59363,4
59364,4
59365,4
59366,4
59367,4
59368,5
59369,5
59370,5
59371,5
59372,5
59373,5
59374,5
59375,5
59376,5
59377,5
59378,3
59379,3
59380,3
59381,3
59382,3
59383,3
59384,3
59385,3
59386,3
59387,3
59388,4
59389,4
59390,4
59391,4
59392,4
59393,4
59394,4
59395,4
59396,4
59397,4
59398,5
59399,5
59400,5
59401,5
59402,5
59403,5
59404,5
59405,5
59406,5
59407,5
59408,3
59409,3
59410,3
59411,3
59412,3
59413,3
59414,3
59415,3
59416,3
59417,3
59418,4
59419,4
59420,4
59421,4
59422,4
59423,4
59424,4
59425,4
59426,4
59427,4
59428,5
59429,5
59430,5
59431,5
59432,5
59433,5
59434,5
59435,5
59436,5
59437,5
59438,3
59439,3
59440,3
59441,3
59442,3
59443,3
59444,3
59445,3
59446,3
59447,3
59448,4
59449,4
59450,4
59451,4
59452,4
59453,4
59454,4
59455,4
59456,4
59457,4
59458,5
59459,5
59460,5
59461,5
59462,5
59463,5
59464,5
59465,5
59466,5
59467,5
59468,3
59469,3
59470,3
59471,3
59472,3
59473,3
59474,3
59475,3
59476,3
59477,3
59478,4
59479,4
59480,4
59481,4
59482,4
59483,4
59484,4
59485,4
59486,4
59487,4
59488,5
59489,5
59490,5
59491,5
59492,5
59493,5
59494,5
59495,5
59496,5
59497,5
59498,3
59499,3
59500,3
59501,3
59502,3
59503,3
59504,3
59505,3
59506,3
59507,3
59508,4
59509,4
59510,4
59511,4
59512,4
59513,4
59514,4
59515,4
59516,4
59517,4
59518,5
59519,5
59520,5
59521,5
59522,5
59523,5
59524,5
59525,5
59526,5
59527,5
59528,3
59529,3
59530,3
59531,3
59532,3
59533,3
59534,3
59535,3
59536,3
59537,3
59538,4
59539,4
59540,4
59541,4
59542,4
59543,4
59544,4
59545,4
59546,4
59547,4
59548,5
59549,5
59550,5
59551,5
59552,5
59553,5
59554,5
59555,5
59556,5
59557,5
59558,3
59559,3
59560,3
59561,3
59562,3
59563,3
59564,3
59565,3
59566,3
59567,3
59568,4
59569,4
59570,4
59571,4
59572,4
59573,4
59574,4
59575,4
59576,4
59577,4
59578,5
59579,5
59580,5
59581,5
59582,5
59583,5
59584,5
59585,5
59586,5
59587,5
59588,3
59589,3
59590,3
59591,3
59592,3
59593,3
59594,3
59595,3
59596,3
59597,3
59598,4
59599,4
59600,4
59601,4
59602,4
59603,4
59604,4
59605,4
59606,4
59607,4
59608,5
59609,5
59610,5
59611,5
59612,5
59613,5
59614,5
59615,5
59616,5
59617,5
59618,3
59619,3
59620,3
59621,3
59622,3
59623,3
59624,3
59625,3
59626,3
59627,3
59628,4
59629,4
59630,4
59631,4
59632,4
59633,4
59634,4
59635,4
59636,4
59637,4
59638,5
59639,5
59640,5
59641,5
59642,5
59643,5
59644,5
59645,5
59646,5
59647,5
59648,3
59649,3
59650,3
59651,3
59652,3
59653,3
59654,3
59655,3
59656,3
59657,3
59658,4
59659,4
59660,4
59661,4
59662,4
59663,4
59664,4
59665,4
59666,4
59667,4
59668,5
59669,5
59670,5
59671,5
59672,5
59673,5
59674,5
59675,5
59676,5
59677,5
59878,3
59879,3
59880,3
59881,3
59882,3
59883,3
59884,3
59885,3
59886,3
59887,3
59888,4
59889,4
59890,4
59891,4
59892,4
59893,4
59894,4
59895,4
59896,4
59897,4
59898,5
59899,5
59900,5
59901,5
59902,5
59903,5
59904,5
59905,5
59906,5
59907,5
59908,3
59909,3
59910,3
59911,3
59912,3
59913,3
59914,3
59915,3
59916,3
59917,3
59918,4
59919,4
59920,4
59921,4
59922,4
59923,4
59924,4
59925,4
59926,4
59927,4
59928,5
59929,5
59930,5
59931,5
59932,5
59933,5
59934,5
59935,5
59936,5
59937,5
59938,3
59939,3
59940,3
59941,3
59942,3
59943,3
59944,3
59945,3
59946,3
59947,3
59948,4
59949,4
59950,4
59951,4
59952,4
59953,4
59954,4
59955,4
59956,4
59957,4
59958,5
59959,5
59960,5
59961,5
59962,5
59963,5
59964,5
59965,5
59966,5
59967,5
59968,3
59969,3
59970,3
59971,3
59972,3
59973,3
59974,3
59975,3
59976,3
59977,3
59978,4
59979,4
59980,4
59981,4
59982,4
59983,4
59984,4
59985,4
59986,4
59987,4
59988,5
59989,5
59990,5
59991,5
59992,5
59993,5
59994,5
59995,5
59996,5
59997,5
59998,3
59999,3
60000,3
60001,3
60002,3
60003,3
60004,3
60005,3
60006,3
60007,3
60008,4
60009,4
60010,4
60011,4
60012,4
60013,4
60014,4
60015,4
60016,4
60017,4
60018,5
60019,5
60020,5
60021,5
60022,5
60023,5
60024,5
60025,5
60026,5
60027,5
60028,3
60029,3
60030,3
60031,3
60032,3
60033,3
60034,3
60035,3
60036,3
60037,3
60038,4
60039,4
60040,4
60041,4
60042,4
60043,4
60044,4
60045,4
60046,4
60047,4
60048,5
60049,5
60050,5
60051,5
60052,5
60053,5
60054,5
60055,5
60056,5
60057,5
60058,3
60059,3
60060,3
60061,3
60062,3
60063,3
60064,3
60065,3
60066,3
60067,3
60068,4
60069,4
60070,4
60071,4
60072,4
60073,4
60074,4
60075,4
60076,4
60077,4
60078,5
60079,5
60080,5
60081,5
60082,5
60083,5
60084,5
60085,5
60086,5
60087,5
60088,3
60089,3
60090,3
60091,3
60092,3
60093,3
60094,3
60095,3
60096,3
60097,3
60098,4
60099,4
60100,4
60101,4
60102,4
60103,4
60104,4
60105,4
60106,4
60107,4
60108,5
60109,5
60110,5
60111,5
60112,5
60113,5
60114,5
60115,5
60116,5
60117,5
60118,3
60119,3
60120,3
60121,3
60122,3
60123,3
60124,3
60125,3
60126,3
60127,3
60128,4
60129,4
60130,4
60131,4
60132,4
60133,4
60134,4
60135,4
60136,4
60137,4
60138,5
60139,5
60140,5
60141,5
60142,5
60143,5
60144,5
60145,5
60146,5
60147,5
60148,3
60149,3
60150,3
60151,3
60152,3
60153,3
60154,3
60155,3
60156,3
60157,3
60158,4
60159,4
60160,4
60161,4
60162,4
60163,4
60164,4
60165,4
60166,4
60167,4
60168,5
60169,5
60170,5
60171,5
60172,5
60173,5
60174,5
60175,5
60176,5
60177,5
60178,3
60179,3
60180,3
60181,3
60182,3
60183,3
60184,3
60185,3
60186,3
60187,3
60188,4
60189,4
60190,4
60191,4
60192,4
60193,4
60194,4
60195,4
60196,4
60197,4
60198,5
60199,5
60200,5
60201,5
60202,5
60203,5
60204,5
60205,5
60206,5
60207,5
60208,3
60209,3
60210,3
60211,3
60212,3
60213,3
60214,3
60215,3
60216,3
60217,3
60218,4
60219,4
60220,4
60221,4
60222,4
60223,4
60224,4
60225,4
60226,4
60227,4
60228,5
60229,5
60230,5
60231,5
60232,5
60233,5
60234,5
60235,5
60236,5
60237,5
62198,40
62215,31
62216,31
62217,31
62218,31
62219,31
62220,31
62221,30
62222,30
62223,41
62224,41
62225,30
62226,30
62227,41
62228,41
62229,30
62230,30
62231,41
62232,41
62249,44
62249,42
62249,35
62250,45
62250,42
62250,35
62254,46
62255,47
62256,48
62257,46
62258,47
62259,48
62260,46
62261,47
62262,48
62263,49
62264,50
62265,49
62266,50
62267,49
62268,50
62271,46
62272,47
62273,48
62274,46
62275,47
62276,48
50380,37
50381,37
50523,51
50526,52
50527,52
50528,52
50529,54
50530,54
50531,53
50532,53
50533,53
50534,53
50535,53
50536,53
50400,55
50401,55
50402,55
50403,55
50404,55
50405,55
62277,55
62278,55
62279,55
62280,55
62281,55
62282,55
62277,56
62278,56
62279,56
62280,56
62281,56
62282,56
62283,57
62284,57
62293,58
62294,58
62295,58
62326,64
62327,64
62328,64
50519,66
50520,66
62433,64
62434,64
62433,67
62434,67
62435,67
62436,68
62437,68
62438,68
62436,69
62437,69
62438,69
62439,37
62440,37
62439,5
62440,5
62441,5
62488,64
62489,64
58115,70
58116,70
62489,71
62490,71
62491,71
62492,71
62493,71
62494,71
62495,71

1 encounter_id encounter_condition_value_id
16973 58140 27
16974 59280 39
16975 59281 39
16976 59318 3
16977 59319 3
16978 59320 3
16979 59321 3
16980 59322 3
16981 59323 3
16982 59324 3
16983 59325 3
16984 59326 3
16985 59327 3
16986 59328 4
16987 59329 4
16988 59330 4
16989 59331 4
16990 59332 4
16991 59333 4
16992 59334 4
16993 59335 4
16994 59336 4
16995 59337 4
16996 59338 5
16997 59339 5
16998 59340 5
16999 59341 5
17000 59342 5
17001 59343 5
17002 59344 5
17003 59345 5
17004 59346 5
17005 59347 5
17006 59348 3
17007 59349 3
17008 59350 3
17009 59351 3
17010 59352 3
17011 59353 3
17012 59354 3
17013 59355 3
17014 59356 3
17015 59357 3
17016 59358 4
17017 59359 4
17018 59360 4
17019 59361 4
17020 59362 4
17021 59363 4
17022 59364 4
17023 59365 4
17024 59366 4
17025 59367 4
17026 59368 5
17027 59369 5
17028 59370 5
17029 59371 5
17030 59372 5
17031 59373 5
17032 59374 5
17033 59375 5
17034 59376 5
17035 59377 5
17036 59378 3
17037 59379 3
17038 59380 3
17039 59381 3
17040 59382 3
17041 59383 3
17042 59384 3
17043 59385 3
17044 59386 3
17045 59387 3
17046 59388 4
17047 59389 4
17048 59390 4
17049 59391 4
17050 59392 4
17051 59393 4
17052 59394 4
17053 59395 4
17054 59396 4
17055 59397 4
17056 59398 5
17057 59399 5
17058 59400 5
17059 59401 5
17060 59402 5
17061 59403 5
17062 59404 5
17063 59405 5
17064 59406 5
17065 59407 5
17066 59408 3
17067 59409 3
17068 59410 3
17069 59411 3
17070 59412 3
17071 59413 3
17072 59414 3
17073 59415 3
17074 59416 3
17075 59417 3
17076 59418 4
17077 59419 4
17078 59420 4
17079 59421 4
17080 59422 4
17081 59423 4
17082 59424 4
17083 59425 4
17084 59426 4
17085 59427 4
17086 59428 5
17087 59429 5
17088 59430 5
17089 59431 5
17090 59432 5
17091 59433 5
17092 59434 5
17093 59435 5
17094 59436 5
17095 59437 5
17096 59438 3
17097 59439 3
17098 59440 3
17099 59441 3
17100 59442 3
17101 59443 3
17102 59444 3
17103 59445 3
17104 59446 3
17105 59447 3
17106 59448 4
17107 59449 4
17108 59450 4
17109 59451 4
17110 59452 4
17111 59453 4
17112 59454 4
17113 59455 4
17114 59456 4
17115 59457 4
17116 59458 5
17117 59459 5
17118 59460 5
17119 59461 5
17120 59462 5
17121 59463 5
17122 59464 5
17123 59465 5
17124 59466 5
17125 59467 5
17126 59468 3
17127 59469 3
17128 59470 3
17129 59471 3
17130 59472 3
17131 59473 3
17132 59474 3
17133 59475 3
17134 59476 3
17135 59477 3
17136 59478 4
17137 59479 4
17138 59480 4
17139 59481 4
17140 59482 4
17141 59483 4
17142 59484 4
17143 59485 4
17144 59486 4
17145 59487 4
17146 59488 5
17147 59489 5
17148 59490 5
17149 59491 5
17150 59492 5
17151 59493 5
17152 59494 5
17153 59495 5
17154 59496 5
17155 59497 5
17156 59498 3
17157 59499 3
17158 59500 3
17159 59501 3
17160 59502 3
17161 59503 3
17162 59504 3
17163 59505 3
17164 59506 3
17165 59507 3
17166 59508 4
17167 59509 4
17168 59510 4
17169 59511 4
17170 59512 4
17171 59513 4
17172 59514 4
17173 59515 4
17174 59516 4
17175 59517 4
17176 59518 5
17177 59519 5
17178 59520 5
17179 59521 5
17180 59522 5
17181 59523 5
17182 59524 5
17183 59525 5
17184 59526 5
17185 59527 5
17186 59528 3
17187 59529 3
17188 59530 3
17189 59531 3
17190 59532 3
17191 59533 3
17192 59534 3
17193 59535 3
17194 59536 3
17195 59537 3
17196 59538 4
17197 59539 4
17198 59540 4
17199 59541 4
17200 59542 4
17201 59543 4
17202 59544 4
17203 59545 4
17204 59546 4
17205 59547 4
17206 59548 5
17207 59549 5
17208 59550 5
17209 59551 5
17210 59552 5
17211 59553 5
17212 59554 5
17213 59555 5
17214 59556 5
17215 59557 5
17216 59558 3
17217 59559 3
17218 59560 3
17219 59561 3
17220 59562 3
17221 59563 3
17222 59564 3
17223 59565 3
17224 59566 3
17225 59567 3
17226 59568 4
17227 59569 4
17228 59570 4
17229 59571 4
17230 59572 4
17231 59573 4
17232 59574 4
17233 59575 4
17234 59576 4
17235 59577 4
17236 59578 5
17237 59579 5
17238 59580 5
17239 59581 5
17240 59582 5
17241 59583 5
17242 59584 5
17243 59585 5
17244 59586 5
17245 59587 5
17246 59588 3
17247 59589 3
17248 59590 3
17249 59591 3
17250 59592 3
17251 59593 3
17252 59594 3
17253 59595 3
17254 59596 3
17255 59597 3
17256 59598 4
17257 59599 4
17258 59600 4
17259 59601 4
17260 59602 4
17261 59603 4
17262 59604 4
17263 59605 4
17264 59606 4
17265 59607 4
17266 59608 5
17267 59609 5
17268 59610 5
17269 59611 5
17270 59612 5
17271 59613 5
17272 59614 5
17273 59615 5
17274 59616 5
17275 59617 5
17276 59618 3
17277 59619 3
17278 59620 3
17279 59621 3
17280 59622 3
17281 59623 3
17282 59624 3
17283 59625 3
17284 59626 3
17285 59627 3
17286 59628 4
17287 59629 4
17288 59630 4
17289 59631 4
17290 59632 4
17291 59633 4
17292 59634 4
17293 59635 4
17294 59636 4
17295 59637 4
17296 59638 5
17297 59639 5
17298 59640 5
17299 59641 5
17300 59642 5
17301 59643 5
17302 59644 5
17303 59645 5
17304 59646 5
17305 59647 5
17306 59648 3
17307 59649 3
17308 59650 3
17309 59651 3
17310 59652 3
17311 59653 3
17312 59654 3
17313 59655 3
17314 59656 3
17315 59657 3
17316 59658 4
17317 59659 4
17318 59660 4
17319 59661 4
17320 59662 4
17321 59663 4
17322 59664 4
17323 59665 4
17324 59666 4
17325 59667 4
17326 59668 5
17327 59669 5
17328 59670 5
17329 59671 5
17330 59672 5
17331 59673 5
17332 59674 5
17333 59675 5
17334 59676 5
17335 59677 5
17336 59878 3
17337 59879 3
17338 59880 3
17339 59881 3
17340 59882 3
17341 59883 3
17342 59884 3
17343 59885 3
17344 59886 3
17345 59887 3
17346 59888 4
17347 59889 4
17348 59890 4
17349 59891 4
17350 59892 4
17351 59893 4
17352 59894 4
17353 59895 4
17354 59896 4
17355 59897 4
17356 59898 5
17357 59899 5
17358 59900 5
17359 59901 5
17360 59902 5
17361 59903 5
17362 59904 5
17363 59905 5
17364 59906 5
17365 59907 5
17366 59908 3
17367 59909 3
17368 59910 3
17369 59911 3
17370 59912 3
17371 59913 3
17372 59914 3
17373 59915 3
17374 59916 3
17375 59917 3
17376 59918 4
17377 59919 4
17378 59920 4
17379 59921 4
17380 59922 4
17381 59923 4
17382 59924 4
17383 59925 4
17384 59926 4
17385 59927 4
17386 59928 5
17387 59929 5
17388 59930 5
17389 59931 5
17390 59932 5
17391 59933 5
17392 59934 5
17393 59935 5
17394 59936 5
17395 59937 5
17396 59938 3
17397 59939 3
17398 59940 3
17399 59941 3
17400 59942 3
17401 59943 3
17402 59944 3
17403 59945 3
17404 59946 3
17405 59947 3
17406 59948 4
17407 59949 4
17408 59950 4
17409 59951 4
17410 59952 4
17411 59953 4
17412 59954 4
17413 59955 4
17414 59956 4
17415 59957 4
17416 59958 5
17417 59959 5
17418 59960 5
17419 59961 5
17420 59962 5
17421 59963 5
17422 59964 5
17423 59965 5
17424 59966 5
17425 59967 5
17426 59968 3
17427 59969 3
17428 59970 3
17429 59971 3
17430 59972 3
17431 59973 3
17432 59974 3
17433 59975 3
17434 59976 3
17435 59977 3
17436 59978 4
17437 59979 4
17438 59980 4
17439 59981 4
17440 59982 4
17441 59983 4
17442 59984 4
17443 59985 4
17444 59986 4
17445 59987 4
17446 59988 5
17447 59989 5
17448 59990 5
17449 59991 5
17450 59992 5
17451 59993 5
17452 59994 5
17453 59995 5
17454 59996 5
17455 59997 5
17456 59998 3
17457 59999 3
17458 60000 3
17459 60001 3
17460 60002 3
17461 60003 3
17462 60004 3
17463 60005 3
17464 60006 3
17465 60007 3
17466 60008 4
17467 60009 4
17468 60010 4
17469 60011 4
17470 60012 4
17471 60013 4
17472 60014 4
17473 60015 4
17474 60016 4
17475 60017 4
17476 60018 5
17477 60019 5
17478 60020 5
17479 60021 5
17480 60022 5
17481 60023 5
17482 60024 5
17483 60025 5
17484 60026 5
17485 60027 5
17486 60028 3
17487 60029 3
17488 60030 3
17489 60031 3
17490 60032 3
17491 60033 3
17492 60034 3
17493 60035 3
17494 60036 3
17495 60037 3
17496 60038 4
17497 60039 4
17498 60040 4
17499 60041 4
17500 60042 4
17501 60043 4
17502 60044 4
17503 60045 4
17504 60046 4
17505 60047 4
17506 60048 5
17507 60049 5
17508 60050 5
17509 60051 5
17510 60052 5
17511 60053 5
17512 60054 5
17513 60055 5
17514 60056 5
17515 60057 5
17516 60058 3
17517 60059 3
17518 60060 3
17519 60061 3
17520 60062 3
17521 60063 3
17522 60064 3
17523 60065 3
17524 60066 3
17525 60067 3
17526 60068 4
17527 60069 4
17528 60070 4
17529 60071 4
17530 60072 4
17531 60073 4
17532 60074 4
17533 60075 4
17534 60076 4
17535 60077 4
17536 60078 5
17537 60079 5
17538 60080 5
17539 60081 5
17540 60082 5
17541 60083 5
17542 60084 5
17543 60085 5
17544 60086 5
17545 60087 5
17546 60088 3
17547 60089 3
17548 60090 3
17549 60091 3
17550 60092 3
17551 60093 3
17552 60094 3
17553 60095 3
17554 60096 3
17555 60097 3
17556 60098 4
17557 60099 4
17558 60100 4
17559 60101 4
17560 60102 4
17561 60103 4
17562 60104 4
17563 60105 4
17564 60106 4
17565 60107 4
17566 60108 5
17567 60109 5
17568 60110 5
17569 60111 5
17570 60112 5
17571 60113 5
17572 60114 5
17573 60115 5
17574 60116 5
17575 60117 5
17576 60118 3
17577 60119 3
17578 60120 3
17579 60121 3
17580 60122 3
17581 60123 3
17582 60124 3
17583 60125 3
17584 60126 3
17585 60127 3
17586 60128 4
17587 60129 4
17588 60130 4
17589 60131 4
17590 60132 4
17591 60133 4
17592 60134 4
17593 60135 4
17594 60136 4
17595 60137 4
17596 60138 5
17597 60139 5
17598 60140 5
17599 60141 5
17600 60142 5
17601 60143 5
17602 60144 5
17603 60145 5
17604 60146 5
17605 60147 5
17606 60148 3
17607 60149 3
17608 60150 3
17609 60151 3
17610 60152 3
17611 60153 3
17612 60154 3
17613 60155 3
17614 60156 3
17615 60157 3
17616 60158 4
17617 60159 4
17618 60160 4
17619 60161 4
17620 60162 4
17621 60163 4
17622 60164 4
17623 60165 4
17624 60166 4
17625 60167 4
17626 60168 5
17627 60169 5
17628 60170 5
17629 60171 5
17630 60172 5
17631 60173 5
17632 60174 5
17633 60175 5
17634 60176 5
17635 60177 5
17636 60178 3
17637 60179 3
17638 60180 3
17639 60181 3
17640 60182 3
17641 60183 3
17642 60184 3
17643 60185 3
17644 60186 3
17645 60187 3
17646 60188 4
17647 60189 4
17648 60190 4
17649 60191 4
17650 60192 4
17651 60193 4
17652 60194 4
17653 60195 4
17654 60196 4
17655 60197 4
17656 60198 5
17657 60199 5
17658 60200 5
17659 60201 5
17660 60202 5
17661 60203 5
17662 60204 5
17663 60205 5
17664 60206 5
17665 60207 5
17666 60208 3
17667 60209 3
17668 60210 3
17669 60211 3
17670 60212 3
17671 60213 3
17672 60214 3
17673 60215 3
17674 60216 3
17675 60217 3
17676 60218 4
17677 60219 4
17678 60220 4
17679 60221 4
17680 60222 4
17681 60223 4
17682 60224 4
17683 60225 4
17684 60226 4
17685 60227 4
17686 60228 5
17687 60229 5
17688 60230 5
17689 60231 5
17690 60232 5
17691 60233 5
17692 60234 5
17693 60235 5
17694 60236 5
17695 60237 5
17696 62198 40
17697 62215 31
17698 62216 31
17699 62217 31
17700 62218 31
17701 62219 31
17702 62220 31
17703 62221 30
17704 62222 30
17705 62223 41
17706 62224 41
17707 62225 30
17708 62226 30
17709 62227 41
17710 62228 41
17711 62229 30
17712 62230 30
17713 62231 41
17714 62232 41
17715 62249 44
17716 62249 42
17717 62249 35
17718 62250 45
17719 62250 42
17720 62250 35
17721 62254 46
17722 62255 47
17723 62256 48
17724 62257 46
17725 62258 47
17726 62259 48
17727 62260 46
17728 62261 47
17729 62262 48
17730 62263 49
17731 62264 50
17732 62265 49
17733 62266 50
17734 62267 49
17735 62268 50
17736 62271 46
17737 62272 47
17738 62273 48
17739 62274 46
17740 62275 47
17741 62276 48
17742 50380 37
17743 50381 37
17744 50523 51
17745 50526 52
17746 50527 52
17747 50528 52
17748 50529 54
17749 50530 54
17750 50531 53
17751 50532 53
17752 50533 53
17753 50534 53
17754 50535 53
17755 50536 53
17756 50400 55
17757 50401 55
17758 50402 55
17759 50403 55
17760 50404 55
17761 50405 55
17762 62277 55
17763 62278 55
17764 62279 55
17765 62280 55
17766 62281 55
17767 62282 55
17768 62277 56
17769 62278 56
17770 62279 56
17771 62280 56
17772 62281 56
17773 62282 56
17774 62283 57
17775 62284 57
17776 62293 58
17777 62294 58
17778 62295 58
17779 62326 64
17780 62327 64
17781 62328 64
17782 50519 66
17783 50520 66
17784 62433 64
17785 62434 64
17786 62433 67
17787 62434 67
17788 62435 67
17789 62436 68
17790 62437 68
17791 62438 68
17792 62436 69
17793 62437 69
17794 62438 69
17795 62439 37
17796 62440 37
17797 62439 5
17798 62440 5
17799 62441 5
17800 62488 64
17801 62489 64
17802 58115 70
17803 58116 70
17804 62489 71
17805 62490 71
17806 62491 71
17807 62492 71
17808 62493 71
17809 62494 71
17810 62495 71

View file

@ -58,3 +58,35 @@ encounter_condition_value_id,local_language_id,name
37,9,Acquired National Pokédex
38,9,None
39,9,Beat the Pokémon league after knocking out Snorlax at Route 11
40,9,Playing on the Virtual Console Release
41,9,Cure the nightmares of Eldritchs Son
42,9,Talk to Cynthias grandmother
43,9,No item requirement
44,9,Have Adamant Orb in bag
45,9,Have Lustrous Orb in bag
46,9,Have Helix Fossil in bag
47,9,Have Dome Fossil in bag
48,9,Have Old Amber in bag
49,9,Have Root Fossil in bag
50,9,Have Claw Fossil in bag
51,9,Defeat Jupiter
52,9,Defeat Team Galactic at Iron Island
53,9,Input correct password
54,9,Obtained Zephyr badge
55,9,Defeat Red
56,9,Received a Kanto Starter
57,9,Received TM59 From Claire
58,9,"Have Regirock, Regice and Registeel in the party"
59,9,Sunday
60,9,Monday
61,9,Tuesday
62,9,Wednesday
63,9,Thursday
64,9,Friday
65,9,Saturday
66,9,The first Pokémon in the players party has a high friendship stat
67,9,Beat Mars for the first time
68,9,Have Odd Keystone in bag
69,9,Has talked to at least 32 people in the underground
70,9,Returned Machine Part to Power Plant
10,9,Have an Event Arceus in the party

1 encounter_condition_value_id local_language_id name
58 37 9 Acquired National Pokédex
59 38 9 None
60 39 9 Beat the Pokémon league after knocking out Snorlax at Route 11
61 40 9 Playing on the Virtual Console Release
62 41 9 Cure the nightmares of Eldritch’s Son
63 42 9 Talk to Cynthia’s grandmother
64 43 9 No item requirement
65 44 9 Have Adamant Orb in bag
66 45 9 Have Lustrous Orb in bag
67 46 9 Have Helix Fossil in bag
68 47 9 Have Dome Fossil in bag
69 48 9 Have Old Amber in bag
70 49 9 Have Root Fossil in bag
71 50 9 Have Claw Fossil in bag
72 51 9 Defeat Jupiter
73 52 9 Defeat Team Galactic at Iron Island
74 53 9 Input correct password
75 54 9 Obtained Zephyr badge
76 55 9 Defeat Red
77 56 9 Received a Kanto Starter
78 57 9 Received TM59 From Claire
79 58 9 Have Regirock, Regice and Registeel in the party
80 59 9 Sunday
81 60 9 Monday
82 61 9 Tuesday
83 62 9 Wednesday
84 63 9 Thursday
85 64 9 Friday
86 65 9 Saturday
87 66 9 The first Pokémon in the player’s party has a high friendship stat
88 67 9 Beat Mars for the first time
89 68 9 Have Odd Keystone in bag
90 69 9 Has talked to at least 32 people in the underground
91 70 9 Returned Machine Part to Power Plant
92 10 9 Have an Event Arceus in the party

View file

@ -38,3 +38,35 @@ id,encounter_condition_id,identifier,is_default
37,9,story-progress-national-dex,0
38,10,other-none,1
39,10,other-snorlax-11-beat-league,0
40,10,other-virtual-console,0
41,9,story-progress-cure-eldritch-nightmares,0
42,10,other-talk-to-cynthias-grandmother,0
43,11,item-none,1
44,11,item-adamant-orb,0
45,11,item-lustrous-orb,0
46,11,item-helix-fossil,0
47,11,item-dome-fossil,0
48,11,item-old-amber,0
49,11,item-root-fossil,0
50,11,item-claw-fossil,0
51,9,story-progress-defeat-jupiter,0
52,9,story-progress-beat-team-galactic-iron-island,0
53,10,other-correct-password,0
54,9,story-progress-zephyr-badge,0
55,9,story-progress-beat-red,0
56,10,other-received-kanto-starter,0
57,9,story-progress-receive-tm-from-claire,0
58,10,other-regirock-regice-registeel-in-party,0
59,12,weekday-sunday,0
60,12,weekday-monday,0
61,12,weekday-tuesday,0
62,12,weekday-wednesday,0
63,12,weekday-thursday,0
64,12,weekday-friday,0
65,12,weekday-saturday,0
66,13,first-party-pokemon-high-friendship,0
67,9,story-progress-defeat-mars,0
68,11,item-odd-keystone,0
69,10,other-talked-to-32-people-underground,0
70,9,story-progress-returned-machine-part,0
71,10,other-event-arceus-in-party,0

1 id encounter_condition_id identifier is_default
38 37 9 story-progress-national-dex 0
39 38 10 other-none 1
40 39 10 other-snorlax-11-beat-league 0
41 40 10 other-virtual-console 0
42 41 9 story-progress-cure-eldritch-nightmares 0
43 42 10 other-talk-to-cynthias-grandmother 0
44 43 11 item-none 1
45 44 11 item-adamant-orb 0
46 45 11 item-lustrous-orb 0
47 46 11 item-helix-fossil 0
48 47 11 item-dome-fossil 0
49 48 11 item-old-amber 0
50 49 11 item-root-fossil 0
51 50 11 item-claw-fossil 0
52 51 9 story-progress-defeat-jupiter 0
53 52 9 story-progress-beat-team-galactic-iron-island 0
54 53 10 other-correct-password 0
55 54 9 story-progress-zephyr-badge 0
56 55 9 story-progress-beat-red 0
57 56 10 other-received-kanto-starter 0
58 57 9 story-progress-receive-tm-from-claire 0
59 58 10 other-regirock-regice-registeel-in-party 0
60 59 12 weekday-sunday 0
61 60 12 weekday-monday 0
62 61 12 weekday-tuesday 0
63 62 12 weekday-wednesday 0
64 63 12 weekday-thursday 0
65 64 12 weekday-friday 0
66 65 12 weekday-saturday 0
67 66 13 first-party-pokemon-high-friendship 0
68 67 9 story-progress-defeat-mars 0
69 68 11 item-odd-keystone 0
70 69 10 other-talked-to-32-people-underground 0
71 70 9 story-progress-returned-machine-part 0
72 71 10 other-event-arceus-in-party 0

View file

@ -9,3 +9,6 @@ id,identifier
8,tv-option
9,story-progress
10,other
11,item
12,weekday
13,first-party-pokemon

1 id identifier
9 8 tv-option
10 9 story-progress
11 10 other
12 11 item
13 12 weekday
14 13 first-party-pokemon

View file

@ -42,4 +42,8 @@ encounter_method_id,local_language_id,name
24,9,Headbutting a high encounter rate tree
25,9,Using the Squirt Bottle on a Sudowoodo
26,9,Using the Wailmer Pail on a Sudowoodo
27,9,Surfing on seaweed
27,9,Diving on seaweed
28,9,On any overworld patch of grass
29,9,On any overworld water tile
30,9,Using Devon Scope
31,9,Fishing in a Feebas Tile

1 encounter_method_id local_language_id name
42 24 9 Headbutting a high encounter rate tree
43 25 9 Using the Squirt Bottle on a Sudowoodo
44 26 9 Using the Wailmer Pail on a Sudowoodo
45 27 9 Surfing on seaweed Diving on seaweed
46 28 9 On any overworld patch of grass
47 29 9 On any overworld water tile
48 30 9 Using Devon Scope
49 31 9 Fishing in a Feebas Tile

View file

@ -26,3 +26,7 @@ id,identifier,order
25,squirt-bottle,25
26,wailmer-pail,26
27,seaweed,27
28,roaming-grass,28
29,roaming-water,29
30,devon-scope,30
31,feebas-tile-fishing,31

1 id identifier order
26 25 squirt-bottle 25
27 26 wailmer-pail 26
28 27 seaweed 27
29 28 roaming-grass 28
30 29 roaming-water 29
31 30 devon-scope 30
32 31 feebas-tile-fishing 31

View file

@ -645,3 +645,69 @@ id,version_group_id,encounter_method_id,slot,rarity
644,6,27,3,5
645,6,27,4,4
646,6,27,5,1
647,10,1,1,10
648,10,1,2,10
649,10,1,3,10
650,10,1,4,10
651,10,1,5,10
652,10,1,6,10
653,10,1,7,10
654,10,1,8,10
655,10,1,9,10
656,10,1,10,10
657,10,2,1,10
658,10,2,2,10
659,10,2,3,10
660,10,2,4,10
661,10,2,5,10
662,10,2,6,10
663,10,2,7,10
664,10,2,8,10
665,10,2,9,10
666,10,2,10,10
667,10,3,1,10
668,10,3,2,10
669,10,3,3,10
670,10,3,4,10
671,10,3,5,10
672,10,3,6,10
673,10,3,7,10
674,10,3,8,10
675,10,3,9,10
676,10,3,10,10
677,10,4,1,10
678,10,4,2,10
679,10,4,3,10
680,10,4,4,10
681,10,4,5,10
682,10,4,6,10
683,10,4,7,10
684,10,4,8,10
685,10,4,9,10
686,10,4,10,10
687,10,5,1,10
688,10,5,2,10
689,10,5,3,10
690,10,5,4,10
691,10,5,5,10
692,10,5,6,10
693,10,5,7,10
694,10,5,8,10
695,10,5,9,10
696,10,5,10,10
697,3,28,1,10
698,4,28,1,10
699,5,28,1,25
700,5,29,1,25
701,6,28,1,25
702,6,29,1,25
703,7,28,1,25
704,8,28,1,25
705,8,29,1,25
706,9,28,1,25
707,9,29,1,25
708,10,28,1,25
709,5,30,1,100
710,6,30,1,100
711,5,31,1,50
712,6,31,1,50

1 id version_group_id encounter_method_id slot rarity
645 644 6 27 3 5
646 645 6 27 4 4
647 646 6 27 5 1
648 647 10 1 1 10
649 648 10 1 2 10
650 649 10 1 3 10
651 650 10 1 4 10
652 651 10 1 5 10
653 652 10 1 6 10
654 653 10 1 7 10
655 654 10 1 8 10
656 655 10 1 9 10
657 656 10 1 10 10
658 657 10 2 1 10
659 658 10 2 2 10
660 659 10 2 3 10
661 660 10 2 4 10
662 661 10 2 5 10
663 662 10 2 6 10
664 663 10 2 7 10
665 664 10 2 8 10
666 665 10 2 9 10
667 666 10 2 10 10
668 667 10 3 1 10
669 668 10 3 2 10
670 669 10 3 3 10
671 670 10 3 4 10
672 671 10 3 5 10
673 672 10 3 6 10
674 673 10 3 7 10
675 674 10 3 8 10
676 675 10 3 9 10
677 676 10 3 10 10
678 677 10 4 1 10
679 678 10 4 2 10
680 679 10 4 3 10
681 680 10 4 4 10
682 681 10 4 5 10
683 682 10 4 6 10
684 683 10 4 7 10
685 684 10 4 8 10
686 685 10 4 9 10
687 686 10 4 10 10
688 687 10 5 1 10
689 688 10 5 2 10
690 689 10 5 3 10
691 690 10 5 4 10
692 691 10 5 5 10
693 692 10 5 6 10
694 693 10 5 7 10
695 694 10 5 8 10
696 695 10 5 9 10
697 696 10 5 10 10
698 697 3 28 1 10
699 698 4 28 1 10
700 699 5 28 1 25
701 700 5 29 1 25
702 701 6 28 1 25
703 702 6 29 1 25
704 703 7 28 1 25
705 704 8 28 1 25
706 705 8 29 1 25
707 706 9 28 1 25
708 707 9 29 1 25
709 708 10 28 1 25
710 709 5 30 1 100
711 710 6 30 1 100
712 711 5 31 1 50
713 712 6 31 1 50

File diff suppressed because it is too large Load diff

View file

@ -48,4 +48,9 @@ generation_id,local_language_id,name
7,7,Generación VII
7,9,Generation VII
7,11,第七世代
8,3,8세대
8,5,Génération VIII
8,6,Generation VIII
8,7,Generación VIII
8,9,Generation VIII
8,11,第八世代

1 generation_id local_language_id name
48 7 7 Generación VII
49 7 9 Generation VII
50 7 11 第七世代
51 8 3 8세대
52 8 5 Génération VIII
53 8 6 Generation VIII
54 8 7 Generación VIII
55 8 9 Generation VIII
56 8 11 第八世代

View file

@ -669,3 +669,33 @@ location_area_id,local_language_id,name
810,9,Desert Ruins
811,9,Island Cave
812,9,Ancient Tomb
813,9,Johto Safari Zone Peak
814,9,Johto Safari Zone Desert
815,9,Johto Safari Zone Plains
816,9,Johto Safari Zone Meadow
817,9,Johto Safari Zone Forest
818,9,Johto Safari Zone Swamp
819,9,Johto Safari Zone Marshland
820,9,Johto Safari Zone Mountain
821,9,Johto Safari Zone Rocky Beach
822,9,Johto Safari Zone Wasteland
823,9,Johto Safari Zone Savannah
824,9,Johto Safari Zone Wetland
825,9,Mt. Ember Summit
826,9,Kyogres Room
827,9,Groudons Room
828,9,Rayquazas Room
829,9,Acuity Cavern
830,9,Valor Cavern
831,9,Spear Pillar
832,9,Pokémon Center
833,9,Cinnabar Lab
834,9,
835,9,Silph Co.
836,9,Pokémon Center
837,9,Heatran Chamber
838,9,
839,9,
840,9,
841,9,
842,9,

1 location_area_id local_language_id name
669 810 9 Desert Ruins
670 811 9 Island Cave
671 812 9 Ancient Tomb
672 813 9 Johto Safari Zone Peak
673 814 9 Johto Safari Zone Desert
674 815 9 Johto Safari Zone Plains
675 816 9 Johto Safari Zone Meadow
676 817 9 Johto Safari Zone Forest
677 818 9 Johto Safari Zone Swamp
678 819 9 Johto Safari Zone Marshland
679 820 9 Johto Safari Zone Mountain
680 821 9 Johto Safari Zone Rocky Beach
681 822 9 Johto Safari Zone Wasteland
682 823 9 Johto Safari Zone Savannah
683 824 9 Johto Safari Zone Wetland
684 825 9 Mt. Ember Summit
685 826 9 Kyogre’s Room
686 827 9 Groudon’s Room
687 828 9 Rayquaza’s Room
688 829 9 Acuity Cavern
689 830 9 Valor Cavern
690 831 9 Spear Pillar
691 832 9 Pokémon Center
692 833 9 Cinnabar Lab
693 834 9
694 835 9 Silph Co.
695 836 9 Pokémon Center
696 837 9 Heatran Chamber
697 838 9
698 839 9
699 840 9
700 841 9
701 842 9

View file

@ -701,3 +701,33 @@ id,location_id,game_index,identifier
810,582,0,area
811,581,0,area
812,583,0,area
813,814,0,zone-peak
814,814,0,zone-desert
815,814,0,zone-plains
816,814,0,zone-meadow
817,814,0,zone-forest
818,814,0,zone-swamp
819,814,0,zone-marshland
820,814,0,zone-mountain
821,814,0,zone-rocky-beach
822,814,0,zone-wasteland
823,814,0,zone-savannah
824,814,0,zone-wetland
825,500,0,summit
826,248,0,kyogre-room
827,248,0,groundon-room
828,248,0,rayquaza-room
829,28,0,cavern
830,27,0,cavern
831,172,0,area
832,109,0,pokemon-center
833,71,0,cinnabar-lab
834,573,0,
835,234,0,silph-co
836,70,0,pokemon-center
837,16,0,heatran-chamber
838,183,0,
839,179,0,
840,188,0,
841,237,0,
842,247,0,

1 id location_id game_index identifier
701 810 582 0 area
702 811 581 0 area
703 812 583 0 area
704 813 814 0 zone-peak
705 814 814 0 zone-desert
706 815 814 0 zone-plains
707 816 814 0 zone-meadow
708 817 814 0 zone-forest
709 818 814 0 zone-swamp
710 819 814 0 zone-marshland
711 820 814 0 zone-mountain
712 821 814 0 zone-rocky-beach
713 822 814 0 zone-wasteland
714 823 814 0 zone-savannah
715 824 814 0 zone-wetland
716 825 500 0 summit
717 826 248 0 kyogre-room
718 827 248 0 groundon-room
719 828 248 0 rayquaza-room
720 829 28 0 cavern
721 830 27 0 cavern
722 831 172 0 area
723 832 109 0 pokemon-center
724 833 71 0 cinnabar-lab
725 834 573 0
726 835 234 0 silph-co
727 836 70 0 pokemon-center
728 837 16 0 heatran-chamber
729 838 183 0
730 839 179 0
731 840 188 0
732 841 237 0
733 842 247 0

View file

@ -3591,3 +3591,4 @@ location_id,local_language_id,name,subtitle
811,9,Navel Rock,
812,9,Faraway Island,
813,9,Hoenn Battle Frontier,
814,9,Johto Safari Zone,

1 location_id local_language_id name subtitle
3591 811 9 Navel Rock
3592 812 9 Faraway Island
3593 813 9 Hoenn Battle Frontier
3594 814 9 Johto Safari Zone

View file

@ -795,3 +795,4 @@ id,region_id,identifier
811,1,navel-rock
812,3,faraway-island
813,3,hoenn-battle-frontier
814,2,johto-safari-zone

1 id region_id identifier
795 811 1 navel-rock
796 812 3 faraway-island
797 813 3 hoenn-battle-frontier
798 814 2 johto-safari-zone

View file

@ -1120,6 +1120,7 @@ Any [regular damage]{mechanic:regular-damage} dealt to an affected Pokémon is r
423,9,Seeds the target after inflicting damage.,"Inflicts [regular damage]{mechanic:regular-damage}, then (if successful) sets []{move:leech-seed} on the target."
424,9,Cures the entire party of major status effects after inflicting damage.,"Inflicts [regular damage]{mechanic:regular-damage}, then (if successful) removes [major status effects]{mechanic:major-status-effects} from every Pokémon in the user's party."
425,9,Hits twice in one turn, with a $effect_chance% chance to make the target flinch.,"Inflicts [regular damage]{mechanic:regular-damage}. Hits twice in one turn, with a $effect_chance% chance to make the target [flinch]{mechanic:flinch}."
443,9,Boosts the user's Speed and lowers their Defense by one stage after inflicting damage two to five times in a row.,"Inflicts [regular damage]{mechanic:regular-damage} two to five times in a row, raising the user's [Speed]{mechanic:speed} and lowering the user's [Defense]{mechanic:defense} by one [stage]{mechanic:stage} each upon last hit."
10001,9,Has an increased chance for a critical hit in Hyper Mode.,Inflicts [regular damage]{mechanic:regular-damage}. User's [critical hit]{mechanic:critical-hit} rate is one level higher when using this move while in [hyper mode]{mechanic:hyper-mode}.
10002,9,User receives 1/2 its HP in recoil.,Inflicts [regular damage]{mechanic:regular-damage}. User takes 1/2 of its current [HP]{mechanic:hp} in recoil.
10003,9,Halves HP of all Pokémon on the field. Must recharge,"Halves [HP]{mechanic:hp} of all Pokémon on the field. User loses its next turn to ""recharge"", and cannot attack or [switch]{mechanic:switch} out during that turn."

Can't render this file because it has a wrong number of fields in line 1122.

View file

@ -422,6 +422,7 @@ id
440
441
442
443
10001
10002
10003

1 id
422 440
423 441
424 442
425 443
426 10001
427 10002
428 10003

View file

@ -797,7 +797,7 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
796,steel-beam,8,9,140,5,95,0,10,3,420,,,,
797,expanding-force,8,14,80,10,100,0,10,3,1,,,,
798,steel-roller,8,9,130,5,100,0,10,2,1,,,,
799,scale-shot,8,16,25,20,90,0,10,2,1,,,,
799,scale-shot,8,16,25,20,90,0,10,2,443,,,,
800,meteor-beam,8,6,120,10,90,0,10,3,1,100,,,
801,shell-side-arm,8,4,90,10,100,0,10,3,1,20,,,
802,misty-explosion,8,18,100,5,100,0,9,3,1,,,,

1 id identifier generation_id type_id power pp accuracy priority target_id damage_class_id effect_id effect_chance contest_type_id contest_effect_id super_contest_effect_id
797 796 steel-beam 8 9 140 5 95 0 10 3 420
798 797 expanding-force 8 14 80 10 100 0 10 3 1
799 798 steel-roller 8 9 130 5 100 0 10 2 1
800 799 scale-shot 8 16 25 20 90 0 10 2 1 443
801 800 meteor-beam 8 6 120 10 90 0 10 3 1 100
802 801 shell-side-arm 8 4 90 10 100 0 10 3 1 20
803 802 misty-explosion 8 18 100 5 100 0 9 3 1

View file

@ -57,3 +57,4 @@ pokedex_id,local_language_id,name,description
27,9,Galar,Sword/Shield Galar dex
28,9,Isle of Armor,Isle of Armor dex
29,9,Crown Tundra,Crown Tundra dex
30,9,Hisui,Hisui dex

1 pokedex_id local_language_id name description
57 27 9 Galar Sword/Shield Galar dex
58 28 9 Isle of Armor Isle of Armor dex
59 29 9 Crown Tundra Crown Tundra dex
60 30 9 Hisui Hisui dex

View file

@ -27,3 +27,4 @@ id,region_id,identifier,is_main_series
27,8,galar,1
28,8,isle-of-armor,1
29,8,crown-tundra,1
30,9,hisui,1

1 id region_id identifier is_main_series
27 27 8 galar 1
28 28 8 isle-of-armor 1
29 29 8 crown-tundra 1
30 30 9 hisui 1

View file

@ -2148,6 +2148,9 @@ pokemon_id,ability_id,is_hidden,slot
900,68,0,1
900,125,0,2
900,80,1,3
901,62,0,1
901,171,0,2
901,127,1,3
902,155,0,1
902,91,0,2
902,104,1,3

1 pokemon_id ability_id is_hidden slot
2148 900 68 0 1
2149 900 125 0 2
2150 900 80 1 3
2151 901 62 0 1
2152 901 171 0 2
2153 901 127 1 3
2154 902 155 0 1
2155 902 91 0 2
2156 902 104 1 3

File diff suppressed because it is too large Load diff

View file

@ -468,8 +468,12 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
892,9,Single Strike Style,Single Strike Urshifu
892,11,いちげきのかた,
892,12,一击流,
902,1,オスのすがた,
902,9,Male, Male Basculegion
902,11,オスのすがた,
905,1,けしんフォルム,
905,9,Incarnate Forme, Incarnate Enamorus
905,11,けしんフォルム,
10001,1,,
10001,3,B,
10001,5,B,Zarbi B
@ -2025,7 +2029,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10193,1,アローラのすがた,
10193,3,알로라의 모습,
10193,4,阿羅拉的樣子,
10193,5,Forme dAlola,
10193,5,Forme dAlola,Rattata d'Alola
10193,6,Alola-Form,
10193,7,Forma de Alola,
10193,8,Forma di Alola,
@ -2035,7 +2039,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10194,1,アローラのすがた,
10194,3,알로라의 모습,
10194,4,阿羅拉的樣子,
10194,5,Forme dAlola,
10194,5,Forme dAlola,Rattatac d'Alola
10194,6,Alola-Form,
10194,7,Forma de Alola,
10194,8,Forma di Alola,
@ -2043,10 +2047,11 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10194,11,アローラのすがた,
10194,12,阿罗拉的样子,
10195,9,,Totem Alolan Raticate
10195,5,,Rattatac d'Alola Dominant
10196,1,オリジナルキャップ,
10196,3,오리지널캡,
10196,4,初始帽子,
10196,5,Casquette Originale,
10196,5,Casquette Originale,Pikachu Casquette Originale
10196,6,Original-Kappe,
10196,7,Gorra Original,
10196,8,Berretto Originale,
@ -2056,7 +2061,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10197,1,ホウエンキャップ,
10197,3,호연캡,
10197,4,豐緣帽子,
10197,5,Casquette de Hoenn,
10197,5,Casquette de Hoenn,Pikachu Casquette de Hoenn
10197,6,Hoenn-Kappe,
10197,7,Gorra Hoenn,
10197,8,Berretto Hoenn,
@ -2066,7 +2071,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10198,1,シンオウキャップ,
10198,3,신오캡,
10198,4,神奧帽子,
10198,5,Casquette de Sinnoh,
10198,5,Casquette de Sinnoh,Pikachu Casquette de Sinnoh
10198,6,Sinnoh-Kappe,
10198,7,Gorra Sinnoh,
10198,8,Berretto Sinnoh,
@ -2076,7 +2081,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10199,1,イッシュキャップ,
10199,3,하나캡,
10199,4,合眾帽子,
10199,5,Casquette dUnys,
10199,5,Casquette dUnys,Pikachu Casquette dUnys
10199,6,Einall-Kappe,
10199,7,Gorra Teselia,
10199,8,Berretto Unima,
@ -2086,7 +2091,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10200,1,カロスキャップ,
10200,3,칼로스캡,
10200,4,卡洛斯帽子,
10200,5,Casquette de Kalos,
10200,5,Casquette de Kalos, Pikachu Casquette de Kalos
10200,6,Kalos-Kappe,
10200,7,Gorra Kalos,
10200,8,Berretto Kalos,
@ -2096,7 +2101,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10201,1,アローラキャップ,
10201,3,알로라캡,
10201,4,阿羅拉帽子,
10201,5,Casquette dAlola,
10201,5,Casquette dAlola, Pikachu Casquette dAlola
10201,6,Alola-Kappe,
10201,7,Gorra Alola,
10201,8,Berretto Alola,
@ -2106,7 +2111,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10202,1,アローラのすがた,
10202,3,알로라의 모습,
10202,4,阿羅拉的樣子,
10202,5,Forme dAlola,
10202,5,Forme dAlola,Raichu d'Alola
10202,6,Alola-Form,
10202,7,Forma de Alola,
10202,8,Forma di Alola,
@ -2116,7 +2121,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10203,1,アローラのすがた,
10203,3,알로라의 모습,
10203,4,阿羅拉的樣子,
10203,5,Forme dAlola,
10203,5,Forme dAlola,Sabelette d'Alola
10203,6,Alola-Form,
10203,7,Forma de Alola,
10203,8,Forma di Alola,
@ -2126,7 +2131,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10204,1,アローラのすがた,
10204,3,알로라의 모습,
10204,4,阿羅拉的樣子,
10204,5,Forme dAlola,
10204,5,Forme dAlola,Sablaireau d'Alola
10204,6,Alola-Form,
10204,7,Forma de Alola,
10204,8,Forma di Alola,
@ -2136,7 +2141,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10205,1,アローラのすがた,
10205,3,알로라의 모습,
10205,4,阿羅拉的樣子,
10205,5,Forme dAlola,
10205,5,Forme dAlola,Goupix d'Alola
10205,6,Alola-Form,
10205,7,Forma de Alola,
10205,8,Forma di Alola,
@ -2146,7 +2151,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10206,1,アローラのすがた,
10206,3,알로라의 모습,
10206,4,阿羅拉的樣子,
10206,5,Forme dAlola,
10206,5,Forme dAlola,Feunard d'Alola
10206,6,Alola-Form,
10206,7,Forma de Alola,
10206,8,Forma di Alola,
@ -2156,7 +2161,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10207,1,アローラのすがた,
10207,3,알로라의 모습,
10207,4,阿羅拉的樣子,
10207,5,Forme dAlola,
10207,5,Forme dAlola,Taupiqueur d'Alola
10207,6,Alola-Form,
10207,7,Forma de Alola,
10207,8,Forma di Alola,
@ -2166,7 +2171,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10208,1,アローラのすがた,
10208,3,알로라의 모습,
10208,4,阿羅拉的樣子,
10208,5,Forme dAlola,
10208,5,Forme dAlola,Triopikeur d'Alola
10208,6,Alola-Form,
10208,7,Forma de Alola,
10208,8,Forma di Alola,
@ -2176,7 +2181,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10209,1,アローラのすがた,
10209,3,알로라의 모습,
10209,4,阿羅拉的樣子,
10209,5,Forme dAlola,
10209,5,Forme dAlola,Miaouss d'Alola
10209,6,Alola-Form,
10209,7,Forma de Alola,
10209,8,Forma di Alola,
@ -2186,7 +2191,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10210,1,アローラのすがた,
10210,3,알로라의 모습,
10210,4,阿羅拉的樣子,
10210,5,Forme dAlola,
10210,5,Forme dAlola,Persian d'Alola
10210,6,Alola-Form,
10210,7,Forma de Alola,
10210,8,Forma di Alola,
@ -2196,7 +2201,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10211,1,アローラのすがた,
10211,3,알로라의 모습,
10211,4,阿羅拉的樣子,
10211,5,Forme dAlola,
10211,5,Forme dAlola,Racaillou d'Alola
10211,6,Alola-Form,
10211,7,Forma de Alola,
10211,8,Forma di Alola,
@ -2206,7 +2211,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10212,1,アローラのすがた,
10212,3,알로라의 모습,
10212,4,阿羅拉的樣子,
10212,5,Forme dAlola,
10212,5,Forme dAlola,Gravalanch d'Alola
10212,6,Alola-Form,
10212,7,Forma de Alola,
10212,8,Forma di Alola,
@ -2216,7 +2221,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10213,1,アローラのすがた,
10213,3,알로라의 모습,
10213,4,阿羅拉的樣子,
10213,5,Forme dAlola,
10213,5,Forme dAlola,Grolem d'Alola
10213,6,Alola-Form,
10213,7,Forma de Alola,
10213,8,Forma di Alola,
@ -2226,7 +2231,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10214,1,アローラのすがた,
10214,3,알로라의 모습,
10214,4,阿羅拉的樣子,
10214,5,Forme dAlola,
10214,5,Forme dAlola,Tadmorv d'Alola
10214,6,Alola-Form,
10214,7,Forma de Alola,
10214,8,Forma di Alola,
@ -2236,7 +2241,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10215,1,アローラのすがた,
10215,3,알로라의 모습,
10215,4,阿羅拉的樣子,
10215,5,Forme dAlola,
10215,5,Forme dAlola,Grotadmorv d'Alola
10215,6,Alola-Form,
10215,7,Forma de Alola,
10215,8,Forma di Alola,
@ -2246,7 +2251,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10216,1,アローラのすがた,
10216,3,알로라의 모습,
10216,4,阿羅拉的樣子,
10216,5,Forme dAlola,
10216,5,Forme dAlola,Noadkoko d'Alola
10216,6,Alola-Form,
10216,7,Forma de Alola,
10216,8,Forma di Alola,
@ -2256,18 +2261,19 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10217,1,アローラのすがた,
10217,3,알로라의 모습,
10217,4,阿羅拉的樣子,
10217,5,Forme dAlola,
10217,5,Forme dAlola,Ossatueur d'Alola
10217,6,Alola-Form,
10217,7,Forma de Alola,
10217,8,Forma di Alola,
10217,9,Alolan Form,Alolan Marowak
10217,11,アローラのすがた,
10217,12,阿罗拉的样子,
10218,5,,Amphinobi Synergie
10218,9,,Battle Bond Greninja
10219,1,サトシゲッコウガ,
10219,3,지우개굴닌자,
10219,4,小智版甲賀忍蛙,
10219,5,Forme Sacha,
10219,5,Forme Sacha,Amphinobi Forme Sacha
10219,6,Ash-Form,
10219,7,Forma Ash,
10219,8,Forma Ash,
@ -2277,7 +2283,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10220,1,10%フォルム,
10220,3,10%폼,
10220,4,10%形態,
10220,5,Forme 10 %,
10220,5,Forme 10 %,Zygarde Forme 10 %
10220,6,10%-Form,
10220,7,Forma 10%,
10220,8,Forma 10%,
@ -2287,7 +2293,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10221,1,50%フォルム,
10221,3,50%폼,
10221,4,50%形態,
10221,5,Forme 50 %,
10221,5,Forme 50 %,Zygarde Forme 50 %
10221,6,50%-Form,
10221,7,Forma 50%,
10221,8,Forma 50%,
@ -2297,19 +2303,21 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10222,1,パーフェクトフォルム,
10222,3,퍼펙트폼,
10222,4,完全體形態,
10222,5,Forme Parfaite,
10222,5,Forme Parfaite,Zygarde Forme Parfaite
10222,6,Optimumform,
10222,7,Forma Completa,
10222,8,Forma Perfetta,
10222,9,Complete Forme,Complete Zygarde
10222,11,パーフェクトフォルム,
10222,12,完全体形态,
10223,5,,Argouste Dominant
10223,9,,Totem Gumshoos
10224,5,,Lucanon Dominant
10224,9,,Totem Vikavolt
10225,1,ぱちぱちスタイル,
10225,3,파칙파칙스타일,
10225,4,啪滋啪滋風格,
10225,5,Style Pom-Pom,
10225,5,Style Pom-Pom,Plumeline Style Pom-Pom
10225,6,Cheerleading-Stil,
10225,7,Estilo Animado,
10225,8,Stile Cheerdance,
@ -2319,7 +2327,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10226,1,ふらふらスタイル,
10226,3,훌라훌라스타일,
10226,4,呼拉呼拉風格,
10226,5,Style Hula,
10226,5,Style Hula,Plumeline Style Hula
10226,6,Hula-Stil,
10226,7,Estilo Plácido,
10226,8,Stile Hula,
@ -2329,7 +2337,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10227,1,まいまいスタイル,
10227,3,하늘하늘스타일,
10227,4,輕盈輕盈風格,
10227,5,Style Buyō,
10227,5,Style Buyō,Plumeline Style Buyō
10227,6,Buyo-Stil,
10227,7,Estilo Refinado,
10227,8,Stile Buyō,
@ -2339,7 +2347,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10228,1,まよなかのすがた,
10228,3,한밤중의 모습,
10228,4,黑夜的樣子,
10228,5,Forme Nocturne,
10228,5,Forme Nocturne,Lougaroc Forme Nocturne
10228,6,Nachtform,
10228,7,Forma Nocturna,
10228,8,Forma Notte,
@ -2349,14 +2357,16 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10229,1,むれたすがた,
10229,3,군집의 모습,
10229,4,魚群的樣子,
10229,5,Forme Banc,
10229,5,Forme Banc,Froussardine Forme Banc
10229,6,Schwarmform,
10229,7,Forma Banco,
10229,8,Forma Banco,
10229,9,School Form,School Wishiwashi
10229,11,むれたすがた,
10229,12,鱼群的样子,
10230,5,,Floramantis Dominant
10230,9,,Totem Lurantis
10231,5,,Malamandre Dominant
10231,9,,Totem Salazzle
10232,1,タイプ:ファイト,
10232,3,타입:파이팅,
@ -2531,7 +2541,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10249,1,りゅうせいのすがた,
10249,3,유성의 모습,
10249,4,流星的樣子,
10249,5,Forme Météore,
10249,5,Forme Météore,Météno Forme Météore Noyeau Orange
10249,6,Meteorform,
10249,7,Forma Meteorito,
10249,8,Forma Meteora,
@ -2541,7 +2551,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10250,1,りゅうせいのすがた,
10250,3,유성의 모습,
10250,4,流星的樣子,
10250,5,Forme Météore,
10250,5,Forme Météore,Météno Forme Météore Noyeau Jaune
10250,6,Meteorform,
10250,7,Forma Meteorito,
10250,8,Forma Meteora,
@ -2551,7 +2561,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10251,1,りゅうせいのすがた,
10251,3,유성의 모습,
10251,4,流星的樣子,
10251,5,Forme Météore,
10251,5,Forme Météore,Météno Forme Météore Noyeau Vert
10251,6,Meteorform,
10251,7,Forma Meteorito,
10251,8,Forma Meteora,
@ -2561,7 +2571,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10252,1,りゅうせいのすがた,
10252,3,유성의 모습,
10252,4,流星的樣子,
10252,5,Forme Météore,
10252,5,Forme Météore,Météno Forme Météore Noyeau Bleu
10252,6,Meteorform,
10252,7,Forma Meteorito,
10252,8,Forma Meteora,
@ -2571,7 +2581,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10253,1,りゅうせいのすがた,
10253,3,유성의 모습,
10253,4,流星的樣子,
10253,5,Forme Météore,
10253,5,Forme Météore,Météno Forme Météore Noyeau Indigo
10253,6,Meteorform,
10253,7,Forma Meteorito,
10253,8,Forma Meteora,
@ -2581,7 +2591,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10254,1,りゅうせいのすがた,
10254,3,유성의 모습,
10254,4,流星的樣子,
10254,5,Forme Météore,
10254,5,Forme Météore,Météno NoyeaForme Météore u Violet
10254,6,Meteorform,
10254,7,Forma Meteorito,
10254,8,Forma Meteora,
@ -2591,7 +2601,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10255,1,あかいろのコア,
10255,3,빨간색 코어,
10255,4,紅色核心,
10255,5,Noyau Rouge,
10255,5,Noyau Rouge,Météno Noyeau Rouge
10255,6,Roter Kern,
10255,7,Núcleo Rojo,
10255,8,Nucleo Rosso,
@ -2601,7 +2611,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10256,1,だいだいいろのコア,
10256,3,주황색 코어,
10256,4,橙色核心,
10256,5,Noyau Orange,
10256,5,Noyau Orange,Météno Noyeau Orange
10256,6,Oranger Kern,
10256,7,Núcleo Naranja,
10256,8,Nucleo Arancione,
@ -2611,7 +2621,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10257,1,きいろのコア,
10257,3,노란색 코어,
10257,4,黃色核心,
10257,5,Noyau Jaune,
10257,5,Noyau Jaune,Météno Noyeau Jaune
10257,6,Gelber Kern,
10257,7,Núcleo Amarillo,
10257,8,Nucleo Giallo,
@ -2621,7 +2631,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10258,1,みどりいろのコア,
10258,3,초록색 코어,
10258,4,綠色核心,
10258,5,Noyau Vert,
10258,5,Noyau Vert,Météno Noyeau Vert
10258,6,Grüner Kern,
10258,7,Núcleo Verde,
10258,8,Nucleo Verde,
@ -2631,7 +2641,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10259,1,みずいろのコア,
10259,3,옥색 코어,
10259,4,淺藍色核心,
10259,5,Noyau Bleu,
10259,5,Noyau Bleu,Météno Noyeau Bleu
10259,6,Hellblauer Kern,
10259,7,Núcleo Azul,
10259,8,Nucleo Azzurro,
@ -2641,7 +2651,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10260,1,あおいろのコア,
10260,3,파란색 코어,
10260,4,藍色核心,
10260,5,Noyau Indigo,
10260,5,Noyau Indigo,Météno Noyeau Indigo
10260,6,Blauer Kern,
10260,7,Núcleo Añil,
10260,8,Nucleo Indaco,
@ -2651,7 +2661,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10261,1,むらさきいろのコア,
10261,3,보라색 코어,
10261,4,紫色核心,
10261,5,Noyau Violet,
10261,5,Noyau Violet,Météno Noyeau Violet
10261,6,Violetter Kern,
10261,7,Núcleo Violeta,
10261,8,Nucleo Violetto,
@ -2661,20 +2671,23 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10262,1,ばれたすがた,
10262,3,들킨 모습,
10262,4,現形的樣子,
10262,5,Forme Démasquée,
10262,5,Forme Démasquée,Mimiqui Forme Démasquée
10262,6,Entlarvte Form,
10262,7,Forma Descubierta,
10262,8,Forma Smascherata,
10262,9,Busted Form,Busted Mimikyu
10262,11,ばれたすがた,
10262,12,现形的样子,
10263,5,,Mimiqui Dominant
10263,9,,Totem Disguised Mimikyu
10264,5,,Mimiqui Dominant Forme Démasquée
10264,9,,Totem Busted Mimikyu
10265,5,,Ékaïser Dominant
10265,9,,Totem Kommo-o
10266,1,500ねんまえのいろ,
10266,3,500년 전의 색,
10266,4,500年前的顏色,
10266,5,Couleur du Passé,
10266,5,Couleur du Passé,Magearna Couleur du Passé
10266,6,Originalfarbe,
10266,7,Color Vetusto,
10266,8,Colore Antico,
@ -2684,7 +2697,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10267,1,キミにきめたキャップ,
10267,3,너로정했다캡,
10267,4,就決定是你了之帽子,
10267,5,Casquette Partenaire,
10267,5,Casquette Partenaire,Pikachu Casquette Partenaire
10267,6,Partner-Kappe,
10267,7,Gorra Compañero,
10267,8,Berretto Compagni,
@ -2692,25 +2705,30 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10267,11,キミにきめたキャップ,
10267,12,就决定是你了之帽子,
10268,3,알로라의 모습,
10268,5,,Ossatueur d'Alola Dominant
10268,9,,Totem Alolan Marowak
10309,5,,Rubombelle Dominant
10309,9,,Totem Ribombee
10310,5,,Rocabot Tempo Perso
10310,9,,Own Tempo Rockruff
10311,1,たそがれのすがた,
10311,3,황혼의 모습,
10311,4,黃昏的樣子,
10311,5,Forme Crépusculaire,
10311,5,Forme Crépusculaire,Lougaroc Forme Crépusculaire
10311,6,Zwielichtform,
10311,7,Forma Crepuscular,
10311,8,Forma Crepuscolo,
10311,9,Dusk Form,Dusk Lycanroc
10311,11,たそがれのすがた,
10311,12,黄昏的样子,
10312,5,,Tarenbulle Dominant
10312,9,,Totem Araquanid
10313,5,,Togedemaru Dominant
10313,9,,Totem Togedemaru
10314,1,たそがれのたてがみ,
10314,3,황혼의 갈기,
10314,4,黃昏之鬃,
10314,5,Crinière du Couchant,
10314,5,Crinière du Couchant,Necrozma Crinière du Couchant
10314,6,Abendmähne,
10314,7,Melena Crepuscular,
10314,8,Criniera del Vespro,
@ -2720,7 +2738,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10315,1,あかつきのつばさ,
10315,3,새벽의 날개,
10315,4,拂曉之翼,
10315,5,Ailes de lAurore,
10315,5,Ailes de lAurore,Necrozma Ailes de lAurore
10315,6,Morgenschwingen,
10315,7,Alas del Alba,
10315,8,Ali dellAurora,
@ -2730,7 +2748,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10316,1,ウルトラネクロズマ,
10316,3,울트라네크로즈마,
10316,4,究極奈克洛茲瑪,
10316,5,Ultra-Necrozma,
10316,5,Ultra-Necrozma,Ultra-Necrozma
10316,6,Ultra-Necrozma,
10316,7,Ultra-Necrozma,
10316,8,UltraNecrozma,
@ -2738,11 +2756,13 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10316,11,ウルトラネクロズマ,
10316,12,究极奈克洛兹玛,
10317,9,,Partner Pikachu
10317,5,,Pikachu Partenaire
10318,9,,Partner Eevee
10318,5,,Évoli Partenaire
10319,1,ワールドキャップ,
10319,3,월드캡,
10319,4,世界帽子,
10319,5,Casquette Monde,
10319,5,Casquette Monde,Pikachu Casquette Monde
10319,6,Weltreise-Kappe,
10319,7,Gorra Trotamundos,
10319,8,Berretto Giramondo,
@ -2752,7 +2772,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10320,1,ガラルのすがた,
10320,3,가라르의 모습,
10320,4,伽勒爾的樣子,
10320,5,Forme de Galar,
10320,5,Forme de Galar,Miaouss de Galar
10320,6,Galar-Form,
10320,7,Forma de Galar,
10320,8,Forma di Galar,
@ -2762,7 +2782,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10321,1,ガラルのすがた,
10321,3,가라르의 모습,
10321,4,伽勒爾的樣子,
10321,5,Forme de Galar,
10321,5,Forme de Galar,Ponyta de Galar
10321,6,Galar-Form,
10321,7,Forma de Galar,
10321,8,Forma di Galar,
@ -2772,7 +2792,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10322,1,ガラルのすがた,
10322,3,가라르의 모습,
10322,4,伽勒爾的樣子,
10322,5,Forme de Galar,
10322,5,Forme de Galar,Galopa de Galar
10322,6,Galar-Form,
10322,7,Forma de Galar,
10322,8,Forma di Galar,
@ -2782,7 +2802,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10323,1,ガラルのすがた,
10323,3,가라르의 모습,
10323,4,伽勒爾的樣子,
10323,5,Forme de Galar,
10323,5,Forme de Galar,Ramoloss de Galar
10323,6,Galar-Form,
10323,7,Forma de Galar,
10323,8,Forma di Galar,
@ -2792,7 +2812,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10324,1,ガラルのすがた,
10324,3,가라르의 모습,
10324,4,伽勒爾的樣子,
10324,5,Forme de Galar,
10324,5,Forme de Galar,Flagadoss de Galar
10324,6,Galar-Form,
10324,7,Forma de Galar,
10324,8,Forma di Galar,
@ -2802,7 +2822,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10325,1,ガラルのすがた,
10325,3,가라르의 모습,
10325,4,伽勒爾的樣子,
10325,5,Forme de Galar,
10325,5,Forme de Galar,Canarticho de Galar
10325,6,Galar-Form,
10325,7,Forma de Galar,
10325,8,Forma di Galar,
@ -2812,7 +2832,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10326,1,ガラルのすがた,
10326,3,가라르의 모습,
10326,4,伽勒爾的樣子,
10326,5,Forme de Galar,
10326,5,Forme de Galar,Smogogo de Galar
10326,6,Galar-Form,
10326,7,Forma de Galar,
10326,8,Forma di Galar,
@ -2822,7 +2842,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10327,1,ガラルのすがた,
10327,3,가라르의 모습,
10327,4,伽勒爾的樣子,
10327,5,Forme de Galar,
10327,5,Forme de Galar,M. Mime de Galar
10327,6,Galar-Form,
10327,7,Forma de Galar,
10327,8,Forma di Galar,
@ -2832,7 +2852,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10328,1,ガラルのすがた,
10328,3,가라르의 모습,
10328,4,伽勒爾的樣子,
10328,5,Forme de Galar,
10328,5,Forme de Galar,Artikodin de Galar
10328,6,Galar-Form,
10328,7,Forma de Galar,
10328,8,Forma di Galar,
@ -2842,7 +2862,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10329,1,ガラルのすがた,
10329,3,가라르의 모습,
10329,4,伽勒爾的樣子,
10329,5,Forme de Galar,
10329,5,Forme de Galar,Électhor de Galar
10329,6,Galar-Form,
10329,7,Forma de Galar,
10329,8,Forma di Galar,
@ -2852,7 +2872,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10330,1,ガラルのすがた,
10330,3,가라르의 모습,
10330,4,伽勒爾的樣子,
10330,5,Forme de Galar,
10330,5,Forme de Galar,Sulfura de Galar
10330,6,Galar-Form,
10330,7,Forma de Galar,
10330,8,Forma di Galar,
@ -2862,7 +2882,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10331,1,ガラルのすがた,
10331,3,가라르의 모습,
10331,4,伽勒爾的樣子,
10331,5,Forme de Galar,
10331,5,Forme de Galar,Roigada de Galar
10331,6,Galar-Form,
10331,7,Forma de Galar,
10331,8,Forma di Galar,
@ -2872,7 +2892,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10332,1,ガラルのすがた,
10332,3,가라르의 모습,
10332,4,伽勒爾的樣子,
10332,5,Forme de Galar,
10332,5,Forme de Galar,Corayon de Galar
10332,6,Galar-Form,
10332,7,Forma de Galar,
10332,8,Forma di Galar,
@ -2882,7 +2902,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10333,1,ガラルのすがた,
10333,3,가라르의 모습,
10333,4,伽勒爾的樣子,
10333,5,Forme de Galar,
10333,5,Forme de Galar, Zigzaton de Galar
10333,6,Galar-Form,
10333,7,Forma de Galar,
10333,8,Forma di Galar,
@ -2892,7 +2912,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10334,1,ガラルのすがた,
10334,3,가라르의 모습,
10334,4,伽勒爾的樣子,
10334,5,Forme de Galar,
10334,5,Forme de Galar,Linéon de Galar
10334,6,Galar-Form,
10334,7,Forma de Galar,
10334,8,Forma di Galar,
@ -2902,7 +2922,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10335,1,ガラルのすがた,
10335,3,가라르의 모습,
10335,4,伽勒爾的樣子,
10335,5,Forme de Galar,
10335,5,Forme de Galar,Darumarond de Galar
10335,6,Galar-Form,
10335,7,Forma de Galar,
10335,8,Forma di Galar,
@ -2912,7 +2932,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10336,1,ガラルのすがた,
10336,3,가라르의 모습,
10336,4,伽勒爾的樣子,
10336,5,Forme de Galar,
10336,5,Forme de Galar,Darumacho de Galar Normal
10336,6,Galar-Form,
10336,7,Forma de Galar,
10336,8,Forma di Galar,
@ -2922,7 +2942,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10337,1,ダルマモード,
10337,3,달마모드,
10337,4,達摩模式,
10337,5,Mode Transe,
10337,5,Mode Transe,Darumacho de Galar Transe
10337,6,Trance-Modus,
10337,7,Modo Daruma,
10337,8,Stato Zen,
@ -2932,7 +2952,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10338,1,ガラルのすがた,
10338,3,가라르의 모습,
10338,4,伽勒爾的樣子,
10338,5,Forme de Galar,
10338,5,Forme de Galar,Tutafeh de Galar
10338,6,Galar-Form,
10338,7,Forma de Galar,
10338,8,Forma di Galar,
@ -2942,7 +2962,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10339,1,ガラルのすがた,
10339,3,가라르의 모습,
10339,4,伽勒爾的樣子,
10339,5,Forme de Galar,
10339,5,Forme de Galar,Limonde de Galar
10339,6,Galar-Form,
10339,7,Forma de Galar,
10339,8,Forma di Galar,
@ -2952,7 +2972,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10340,1,10%フォルム,
10340,3,10%폼,
10340,4,10%形態,
10340,5,Forme 10 %,
10340,5,Forme 10 %,Zygarde Forme 10 %
10340,6,10%-Form,
10340,7,Forma 10%,
10340,8,Forma 10%,
@ -2962,7 +2982,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10341,1,うのみのすがた,
10341,3,그대로 삼킨 모습,
10341,4,一口吞的樣子,
10341,5,Forme Gobe-Tout,
10341,5,Forme Gobe-Tout,Nigosier Forme Gobe-Tout
10341,6,Schlingform,
10341,7,Forma Tragatodo,
10341,8,Forma Inghiottitutto,
@ -2972,7 +2992,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10342,1,まるのみのすがた,
10342,3,통째로 삼킨 모습,
10342,4,大口吞的樣子,
10342,5,Forme Gobe-Chu,
10342,5,Forme Gobe-Chu,Nigosier Forme Gobe-Chu
10342,6,Stopfform,
10342,7,Forma Engulletodo,
10342,8,Forma Inghiottintero,
@ -2982,7 +3002,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10343,1,ローなすがた,
10343,3,로우한 모습,
10343,4,低調的樣子,
10343,5,Forme Grave,
10343,5,Forme Grave,Salarsen Forme Grave
10343,6,Tief-Form,
10343,7,Forma Grave,
10343,8,Forma Basso,
@ -3074,7 +3094,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10354,1,ナイスフェイス,
10354,3,나이스페이스,
10354,4,解凍頭,
10354,5,Tête Dégel,
10354,5,Tête Dégel,Bekaglaçon Tête Dégel
10354,6,Wohlfühlkopf,
10354,7,Cara Deshielo,
10354,8,Liquefaccia,
@ -3084,7 +3104,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10355,1,メスのすがた,
10355,3,암컷의 모습,
10355,4,雌性的樣子,
10355,5,Femelle,
10355,5,Femelle,Wimessir Femelle
10355,6,Weiblich,
10355,7,Hembra,
10355,8,Femmina,
@ -3094,7 +3114,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10356,1,はらぺこもよう,
10356,3,배고픈 모양,
10356,4,空腹花紋,
10356,5,Mode Affamé,
10356,5,Mode Affamé,Morpeko Mode Affamé
10356,6,Kohldampfmuster,
10356,7,Forma Voraz,
10356,8,Motivo Panciavuota,
@ -3104,7 +3124,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10357,1,けんのおう,
10357,3,검왕,
10357,4,劍之王,
10357,5,Épée Suprême,
10357,5,Épée Suprême,Zacian Épée Suprême
10357,6,König des Schwertes,
10357,7,Espada Suprema,
10357,8,Re delle Spade,
@ -3114,7 +3134,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10358,1,たてのおう,
10358,3,방패왕,
10358,4,盾之王,
10358,5,Bouclier Suprême,
10358,5,Bouclier Suprême,Zamazenta Bouclier Suprême
10358,6,König des Schildes,
10358,7,Escudo Supremo,
10358,8,Re degli Scudi,
@ -3124,7 +3144,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10359,1,ムゲンダイマックス,
10359,3,무한다이맥스,
10359,4,無極巨化,
10359,5,Infinimax,
10359,5,Infinimax,Éthernatos Infinimax
10359,6,Unendynamax,
10359,7,Dinamax Infinito,
10359,8,Dynamax Infinito,
@ -3134,7 +3154,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10360,1,れんげきのかた,
10360,3,연격의 태세,
10360,4,連擊流,
10360,5,Style Mille Poings,
10360,5,Style Mille Poings,Shifours Style Mille Poings
10360,6,Fließender Stil,
10360,7,Estilo Fluido,
10360,8,Stile Pluricolpo,
@ -3144,7 +3164,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10361,1,とうちゃん,
10361,3,아빠,
10361,4,阿爸,
10361,5,Papa,
10361,5,Papa,Zarude Papa
10361,6,Papa,
10361,7,Papá,
10361,8,Papà,
@ -3154,7 +3174,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10362,1,はくばじょうのすがた,
10362,3,백마 탄 모습,
10362,4,騎白馬的樣子,
10362,5,Cavalier du Froid,
10362,5,Cavalier du Froid,Calyrex Cavalier du Froid
10362,6,Schimmelreiter,
10362,7,Jinete Glacial,
10362,8,Cavaliere Glaciale,
@ -3164,65 +3184,162 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
10363,1,こくばじょうのすがた,
10363,3,흑마 탄 모습,
10363,4,騎黑馬的樣子,
10363,5,Cavalier dEffroi,
10363,5,Cavalier dEffroi,Calyrex Cavalier dEffroi
10363,6,Rappenreiter,
10363,7,Jinete Espectral,
10363,8,Cavaliere Spettrale,
10363,9,Shadow Rider,Shadow Calyrex
10363,11,こくばじょうのすがた,
10363,12,骑黑马的样子,
10364,5,Forme Gigamax,Florizarre Gigamax
10364,9,Gigantamax Form,Gigantamax Venusaur
10365,5,Forme Gigamax,Dracaufeu Gigamax
10365,9,Gigantamax Form,Gigantamax Charizard
10366,5,Forme Gigamax,Tortank Gigamax
10366,9,Gigantamax Form,Gigantamax Blastoise
10367,5,Forme Gigamax,Papilusion Gigamax
10367,9,Gigantamax Form,Gigantamax Butterfree
10368,5,Forme Gigamax,Pikachu Gigamax
10368,9,Gigantamax Form,Gigantamax Pikachu
10369,5,Forme Gigamax,Miaouss Gigamax
10369,9,Gigantamax Form,Gigantamax Meowth
10370,5,Forme Gigamax,Mackogneur Gigamax
10370,9,Gigantamax Form,Gigantamax Machamp
10371,5,Forme Gigamax,Ectoplasma Gigamax
10371,9,Gigantamax Form,Gigantamax Gengar
10372,5,Forme Gigamax,Leviator Gigamax
10372,9,Gigantamax Form,Gigantamax Kingler
10373,5,Forme Gigamax,Lokhlass Gigamax
10373,9,Gigantamax Form,Gigantamax Lapras
10374,5,Forme Gigamax,Évoli Gigamax
10374,9,Gigantamax Form,Gigantamax Eevee
10375,5,Forme Gigamax,Ronflex Gigamax
10375,9,Gigantamax Form,Gigantamax Snorlax
10376,5,Forme Gigamax,Miasmax Gigamax
10376,9,Gigantamax Form,Gigantamax Garbodor
10377,5,Forme Gigamax,Melmetal Gigamax
10377,9,Gigantamax Form,Gigantamax Melmetal
10378,5,Forme Gigamax,Gorythmic Gigamax
10378,9,Gigantamax Form,Gigantamax Rillaboom
10379,5,Forme Gigamax,Pyrobut Gigamax
10379,9,Gigantamax Form,Gigantamax Cinderace
10380,5,Forme Gigamax,Lézargus Gigamax
10380,9,Gigantamax Form,Gigantamax Inteleon
10381,5,Forme Gigamax,Corvaillus Gigamax
10381,9,Gigantamax Form,Gigantamax Corviknight
10382,5,Forme Gigamax,Astronelle Gigamax
10382,9,Gigantamax Form,Gigantamax Orbeetle
10383,5,Forme Gigamax,Torgamord Gigamax
10383,9,Gigantamax Form,Gigantamax Drednaw
10384,5,Forme Gigamax,Monthracite Gigamax
10384,9,Gigantamax Form,Gigantamax Coalossal
10385,5,Forme Gigamax,Pomdrapi Gigamax
10385,9,Gigantamax Form,Gigantamax Flapple
10386,5,Forme Gigamax,Dratatin Gigamax
10386,9,Gigantamax Form,Gigantamax Appletun
10387,5,Forme Gigamax,Dunaconda
10387,9,Gigantamax Form,Gigantamax Sandaconda
10388,5,Forme Gigamax,Salarsen Forme Aigüe Gigamax
10388,9,Gigantamax Form,Gigantamax Amped Toxtricity
10389,5,Forme Gigamax,Scolocendre Gigamax
10389,9,Gigantamax Form,Gigantamax Centiskorch
10390,5,Forme Gigamax,Sorcilence Gigamax
10390,9,Gigantamax Form,Gigantamax Hatterene
10391,5,Forme Gigamax,Angoliath Gigamax
10391,9,Gigantamax Form,Gigantamax Grimmsnarl
10392,5,Forme Gigamax,Charmilly Gigamax
10392,9,Gigantamax Form,Gigantamax Alcremie
10393,5,Forme Gigamax,Pachyradjah Gigamax
10393,9,Gigantamax Form,Gigantamax Copperajah
10394,5,Forme Gigamax,Duralugon Gigamax
10394,9,Gigantamax Form,Gigantamax Duraludon
10395,5,Forme Gigamax,Shifours Style Poing Final Gigamax
10395,9,Gigantamax Form,Gigantamax Single Strike Urshifu
10396,5,Forme Gigamax,Shifours Style Mille Poings Gigamax
10396,9,Gigantamax Form,Gigantamax Rapid Strike Urshifu
10397,5,Gigantamax Form,Salarsen Forme Grave Gigamax
10397,9,Gigantamax Form,Gigantamax Low Key Toxtricity
10398,1,ヒスイのすがた,
10398,5,Forme de Hisui,Caninos de Hisui
10398,9,Hisuian Form,Hisuian Growlithe
10398,11,ヒスイのすがた,
10399,1,ヒスイのすがた,
10399,5,Forme de Hisui,Arcanin de Hisui
10399,9,Hisuian Form,Hisuian Arcanine
10399,11,ヒスイのすがた,
10400,1,ヒスイのすがた,
10400,5,Forme de Hisui,Voltorbe de Hisui
10400,9,Hisuian Form,Hisuian Voltorb
10400,11,ヒスイのすがた,
10401,1,ヒスイのすがた,
10401,5,Forme de Hisui,Électrode de Hisui
10401,9,Hisuian Form,Hisuian Electrode
10401,11,ヒスイのすがた,
10402,1,ヒスイのすがた,
10402,5,Forme de Hisui,Typhlosion de Hisui
10402,9,Hisuian Form,Hisuian Typhlosion
10402,11,ヒスイのすがた,
10403,1,ヒスイのすがた,
10403,5,Forme de Hisui,Qwilfish de Hisui
10403,9,Hisuian Form,Hisuian Qwilfish
10403,11,ヒスイのすがた,
10404,1,ヒスイのすがた,
10404,5,Forme de Hisui,Farfuret de Hisui
10404,9,Hisuian Form,Hisuian Sneasel
10404,11,ヒスイのすがた,
10405,1,ヒスイのすがた,
10405,5,Forme de Hisui,Clamiral de Hisui
10405,9,Hisuian Form,Hisuian Samurott
10405,11,ヒスイのすがた,
10406,1,ヒスイのすがた,
10406,5,Forme de Hisui,Fragilady de Hisui
10406,9,Hisuian Form,Hisuian Lilligant
10406,11,ヒスイのすがた,
10407,1,ヒスイのすがた,
10407,5,Forme de Hisui,Zorua de Hisui
10407,9,Hisuian Form,Hisuian Zorua
10407,11,ヒスイのすがた,
10408,1,ヒスイのすがた,
10408,5,Forme de Hisui,Zoroark de Hisui
10408,9,Hisuian Form,Hisuian Zoroark
10408,11,ヒスイのすがた,
10409,1,ヒスイのすがた,
10409,5,Forme de Hisui,Gueriaigle de Hisui
10409,9,Hisuian Form,Hisuian Braviary
10409,11,ヒスイのすがた,
10410,1,ヒスイのすがた,
10410,5,Forme de Hisui,Colimucus de Hisui
10410,9,Hisuian Form,Hisuian Sliggoo
10410,11,ヒスイのすがた,
10411,1,ヒスイのすがた,
10411,5,Forme de Hisui,Muplodocus de Hisui
10411,9,Hisuian Form,Hisuian Goodra
10411,11,ヒスイのすがた,
10412,1,ヒスイのすがた,
10412,5,Forme de Hisui,Séracrawl de Hisui
10412,9,Hisuian Form,Hisuian Avalugg
10412,11,ヒスイのすがた,
10413,1,ヒスイのすがた,
10413,5,Forme de Hisui,Archéduc de Hisui
10413,9,Hisuian Form,Hisuian Decidueye
10413,11,ヒスイのすがた,
10414,1,オリジンフォルム,
10414,5,Forme Originelle,Diagla Originel
10414,9,Origin Forme,Origin Dialga
10414,11,オリジンフォルム,
10415,1,オリジンフォルム,
10415,5,Forme Originelle,Palkia Originel
10415,9,Origin Forme,Origin Palkia
10415,11,オリジンフォルム,
10416,1,しろすじのすがた,
10416,5,Motif Blanch,Basculin Blanc
10416,9,White-Striped Form,White-Striped Basculin
10416,11,しろすじのすがた,
10417,1,メスのすがた,
10417,5,Femelle,Paragruel Femelle
10417,9,Female,Female Basculegion
10417,11,メスのすがた,
10418,1,れいじゅうフォルム,
10418,5,Forme Avatar,Amovénus Avatar
10418,9,Therian Forme,Therian Enamorus
10418,11,れいじゅうフォルム,

1 pokemon_form_id local_language_id form_name pokemon_name
468 892 9 Single Strike Style Single Strike Urshifu
469 892 11 いちげきのかた
470 892 12 一击流
471 902 1 オスのすがた
472 902 9 Male Male Basculegion
473 902 11 オスのすがた
474 905 1 けしんフォルム
475 905 9 Incarnate Forme Incarnate Enamorus
476 905 11 けしんフォルム
477 10001 1
478 10001 3 B
479 10001 5 B Zarbi B
2029 10193 1 アローラのすがた
2030 10193 3 알로라의 모습
2031 10193 4 阿羅拉的樣子
2032 10193 5 Forme d’Alola Rattata d'Alola
2033 10193 6 Alola-Form
2034 10193 7 Forma de Alola
2035 10193 8 Forma di Alola
2039 10194 1 アローラのすがた
2040 10194 3 알로라의 모습
2041 10194 4 阿羅拉的樣子
2042 10194 5 Forme d’Alola Rattatac d'Alola
2043 10194 6 Alola-Form
2044 10194 7 Forma de Alola
2045 10194 8 Forma di Alola
2047 10194 11 アローラのすがた
2048 10194 12 阿罗拉的样子
2049 10195 9 Totem Alolan Raticate
2050 10195 5 Rattatac d'Alola Dominant
2051 10196 1 オリジナルキャップ
2052 10196 3 오리지널캡
2053 10196 4 初始帽子
2054 10196 5 Casquette Originale Pikachu Casquette Originale
2055 10196 6 Original-Kappe
2056 10196 7 Gorra Original
2057 10196 8 Berretto Originale
2061 10197 1 ホウエンキャップ
2062 10197 3 호연캡
2063 10197 4 豐緣帽子
2064 10197 5 Casquette de Hoenn Pikachu Casquette de Hoenn
2065 10197 6 Hoenn-Kappe
2066 10197 7 Gorra Hoenn
2067 10197 8 Berretto Hoenn
2071 10198 1 シンオウキャップ
2072 10198 3 신오캡
2073 10198 4 神奧帽子
2074 10198 5 Casquette de Sinnoh Pikachu Casquette de Sinnoh
2075 10198 6 Sinnoh-Kappe
2076 10198 7 Gorra Sinnoh
2077 10198 8 Berretto Sinnoh
2081 10199 1 イッシュキャップ
2082 10199 3 하나캡
2083 10199 4 合眾帽子
2084 10199 5 Casquette d’Unys Pikachu Casquette d’Unys
2085 10199 6 Einall-Kappe
2086 10199 7 Gorra Teselia
2087 10199 8 Berretto Unima
2091 10200 1 カロスキャップ
2092 10200 3 칼로스캡
2093 10200 4 卡洛斯帽子
2094 10200 5 Casquette de Kalos Pikachu Casquette de Kalos
2095 10200 6 Kalos-Kappe
2096 10200 7 Gorra Kalos
2097 10200 8 Berretto Kalos
2101 10201 1 アローラキャップ
2102 10201 3 알로라캡
2103 10201 4 阿羅拉帽子
2104 10201 5 Casquette d’Alola Pikachu Casquette d’Alola
2105 10201 6 Alola-Kappe
2106 10201 7 Gorra Alola
2107 10201 8 Berretto Alola
2111 10202 1 アローラのすがた
2112 10202 3 알로라의 모습
2113 10202 4 阿羅拉的樣子
2114 10202 5 Forme d’Alola Raichu d'Alola
2115 10202 6 Alola-Form
2116 10202 7 Forma de Alola
2117 10202 8 Forma di Alola
2121 10203 1 アローラのすがた
2122 10203 3 알로라의 모습
2123 10203 4 阿羅拉的樣子
2124 10203 5 Forme d’Alola Sabelette d'Alola
2125 10203 6 Alola-Form
2126 10203 7 Forma de Alola
2127 10203 8 Forma di Alola
2131 10204 1 アローラのすがた
2132 10204 3 알로라의 모습
2133 10204 4 阿羅拉的樣子
2134 10204 5 Forme d’Alola Sablaireau d'Alola
2135 10204 6 Alola-Form
2136 10204 7 Forma de Alola
2137 10204 8 Forma di Alola
2141 10205 1 アローラのすがた
2142 10205 3 알로라의 모습
2143 10205 4 阿羅拉的樣子
2144 10205 5 Forme d’Alola Goupix d'Alola
2145 10205 6 Alola-Form
2146 10205 7 Forma de Alola
2147 10205 8 Forma di Alola
2151 10206 1 アローラのすがた
2152 10206 3 알로라의 모습
2153 10206 4 阿羅拉的樣子
2154 10206 5 Forme d’Alola Feunard d'Alola
2155 10206 6 Alola-Form
2156 10206 7 Forma de Alola
2157 10206 8 Forma di Alola
2161 10207 1 アローラのすがた
2162 10207 3 알로라의 모습
2163 10207 4 阿羅拉的樣子
2164 10207 5 Forme d’Alola Taupiqueur d'Alola
2165 10207 6 Alola-Form
2166 10207 7 Forma de Alola
2167 10207 8 Forma di Alola
2171 10208 1 アローラのすがた
2172 10208 3 알로라의 모습
2173 10208 4 阿羅拉的樣子
2174 10208 5 Forme d’Alola Triopikeur d'Alola
2175 10208 6 Alola-Form
2176 10208 7 Forma de Alola
2177 10208 8 Forma di Alola
2181 10209 1 アローラのすがた
2182 10209 3 알로라의 모습
2183 10209 4 阿羅拉的樣子
2184 10209 5 Forme d’Alola Miaouss d'Alola
2185 10209 6 Alola-Form
2186 10209 7 Forma de Alola
2187 10209 8 Forma di Alola
2191 10210 1 アローラのすがた
2192 10210 3 알로라의 모습
2193 10210 4 阿羅拉的樣子
2194 10210 5 Forme d’Alola Persian d'Alola
2195 10210 6 Alola-Form
2196 10210 7 Forma de Alola
2197 10210 8 Forma di Alola
2201 10211 1 アローラのすがた
2202 10211 3 알로라의 모습
2203 10211 4 阿羅拉的樣子
2204 10211 5 Forme d’Alola Racaillou d'Alola
2205 10211 6 Alola-Form
2206 10211 7 Forma de Alola
2207 10211 8 Forma di Alola
2211 10212 1 アローラのすがた
2212 10212 3 알로라의 모습
2213 10212 4 阿羅拉的樣子
2214 10212 5 Forme d’Alola Gravalanch d'Alola
2215 10212 6 Alola-Form
2216 10212 7 Forma de Alola
2217 10212 8 Forma di Alola
2221 10213 1 アローラのすがた
2222 10213 3 알로라의 모습
2223 10213 4 阿羅拉的樣子
2224 10213 5 Forme d’Alola Grolem d'Alola
2225 10213 6 Alola-Form
2226 10213 7 Forma de Alola
2227 10213 8 Forma di Alola
2231 10214 1 アローラのすがた
2232 10214 3 알로라의 모습
2233 10214 4 阿羅拉的樣子
2234 10214 5 Forme d’Alola Tadmorv d'Alola
2235 10214 6 Alola-Form
2236 10214 7 Forma de Alola
2237 10214 8 Forma di Alola
2241 10215 1 アローラのすがた
2242 10215 3 알로라의 모습
2243 10215 4 阿羅拉的樣子
2244 10215 5 Forme d’Alola Grotadmorv d'Alola
2245 10215 6 Alola-Form
2246 10215 7 Forma de Alola
2247 10215 8 Forma di Alola
2251 10216 1 アローラのすがた
2252 10216 3 알로라의 모습
2253 10216 4 阿羅拉的樣子
2254 10216 5 Forme d’Alola Noadkoko d'Alola
2255 10216 6 Alola-Form
2256 10216 7 Forma de Alola
2257 10216 8 Forma di Alola
2261 10217 1 アローラのすがた
2262 10217 3 알로라의 모습
2263 10217 4 阿羅拉的樣子
2264 10217 5 Forme d’Alola Ossatueur d'Alola
2265 10217 6 Alola-Form
2266 10217 7 Forma de Alola
2267 10217 8 Forma di Alola
2268 10217 9 Alolan Form Alolan Marowak
2269 10217 11 アローラのすがた
2270 10217 12 阿罗拉的样子
2271 10218 5 Amphinobi Synergie
2272 10218 9 Battle Bond Greninja
2273 10219 1 サトシゲッコウガ
2274 10219 3 지우개굴닌자
2275 10219 4 小智版甲賀忍蛙
2276 10219 5 Forme Sacha Amphinobi Forme Sacha
2277 10219 6 Ash-Form
2278 10219 7 Forma Ash
2279 10219 8 Forma Ash
2283 10220 1 10%フォルム
2284 10220 3 10%폼
2285 10220 4 10%形態
2286 10220 5 Forme 10 % Zygarde Forme 10 %
2287 10220 6 10%-Form
2288 10220 7 Forma 10%
2289 10220 8 Forma 10%
2293 10221 1 50%フォルム
2294 10221 3 50%폼
2295 10221 4 50%形態
2296 10221 5 Forme 50 % Zygarde Forme 50 %
2297 10221 6 50%-Form
2298 10221 7 Forma 50%
2299 10221 8 Forma 50%
2303 10222 1 パーフェクトフォルム
2304 10222 3 퍼펙트폼
2305 10222 4 完全體形態
2306 10222 5 Forme Parfaite Zygarde Forme Parfaite
2307 10222 6 Optimumform
2308 10222 7 Forma Completa
2309 10222 8 Forma Perfetta
2310 10222 9 Complete Forme Complete Zygarde
2311 10222 11 パーフェクトフォルム
2312 10222 12 完全体形态
2313 10223 5 Argouste Dominant
2314 10223 9 Totem Gumshoos
2315 10224 5 Lucanon Dominant
2316 10224 9 Totem Vikavolt
2317 10225 1 ぱちぱちスタイル
2318 10225 3 파칙파칙스타일
2319 10225 4 啪滋啪滋風格
2320 10225 5 Style Pom-Pom Plumeline Style Pom-Pom
2321 10225 6 Cheerleading-Stil
2322 10225 7 Estilo Animado
2323 10225 8 Stile Cheerdance
2327 10226 1 ふらふらスタイル
2328 10226 3 훌라훌라스타일
2329 10226 4 呼拉呼拉風格
2330 10226 5 Style Hula Plumeline Style Hula
2331 10226 6 Hula-Stil
2332 10226 7 Estilo Plácido
2333 10226 8 Stile Hula
2337 10227 1 まいまいスタイル
2338 10227 3 하늘하늘스타일
2339 10227 4 輕盈輕盈風格
2340 10227 5 Style Buyō Plumeline Style Buyō
2341 10227 6 Buyo-Stil
2342 10227 7 Estilo Refinado
2343 10227 8 Stile Buyō
2347 10228 1 まよなかのすがた
2348 10228 3 한밤중의 모습
2349 10228 4 黑夜的樣子
2350 10228 5 Forme Nocturne Lougaroc Forme Nocturne
2351 10228 6 Nachtform
2352 10228 7 Forma Nocturna
2353 10228 8 Forma Notte
2357 10229 1 むれたすがた
2358 10229 3 군집의 모습
2359 10229 4 魚群的樣子
2360 10229 5 Forme Banc Froussardine Forme Banc
2361 10229 6 Schwarmform
2362 10229 7 Forma Banco
2363 10229 8 Forma Banco
2364 10229 9 School Form School Wishiwashi
2365 10229 11 むれたすがた
2366 10229 12 鱼群的样子
2367 10230 5 Floramantis Dominant
2368 10230 9 Totem Lurantis
2369 10231 5 Malamandre Dominant
2370 10231 9 Totem Salazzle
2371 10232 1 タイプ:ファイト
2372 10232 3 타입:파이팅
2541 10249 1 りゅうせいのすがた
2542 10249 3 유성의 모습
2543 10249 4 流星的樣子
2544 10249 5 Forme Météore Météno Forme Météore Noyeau Orange
2545 10249 6 Meteorform
2546 10249 7 Forma Meteorito
2547 10249 8 Forma Meteora
2551 10250 1 りゅうせいのすがた
2552 10250 3 유성의 모습
2553 10250 4 流星的樣子
2554 10250 5 Forme Météore Météno Forme Météore Noyeau Jaune
2555 10250 6 Meteorform
2556 10250 7 Forma Meteorito
2557 10250 8 Forma Meteora
2561 10251 1 りゅうせいのすがた
2562 10251 3 유성의 모습
2563 10251 4 流星的樣子
2564 10251 5 Forme Météore Météno Forme Météore Noyeau Vert
2565 10251 6 Meteorform
2566 10251 7 Forma Meteorito
2567 10251 8 Forma Meteora
2571 10252 1 りゅうせいのすがた
2572 10252 3 유성의 모습
2573 10252 4 流星的樣子
2574 10252 5 Forme Météore Météno Forme Météore Noyeau Bleu
2575 10252 6 Meteorform
2576 10252 7 Forma Meteorito
2577 10252 8 Forma Meteora
2581 10253 1 りゅうせいのすがた
2582 10253 3 유성의 모습
2583 10253 4 流星的樣子
2584 10253 5 Forme Météore Météno Forme Météore Noyeau Indigo
2585 10253 6 Meteorform
2586 10253 7 Forma Meteorito
2587 10253 8 Forma Meteora
2591 10254 1 りゅうせいのすがた
2592 10254 3 유성의 모습
2593 10254 4 流星的樣子
2594 10254 5 Forme Météore Météno NoyeaForme Météore u Violet
2595 10254 6 Meteorform
2596 10254 7 Forma Meteorito
2597 10254 8 Forma Meteora
2601 10255 1 あかいろのコア
2602 10255 3 빨간색 코어
2603 10255 4 紅色核心
2604 10255 5 Noyau Rouge Météno Noyeau Rouge
2605 10255 6 Roter Kern
2606 10255 7 Núcleo Rojo
2607 10255 8 Nucleo Rosso
2611 10256 1 だいだいいろのコア
2612 10256 3 주황색 코어
2613 10256 4 橙色核心
2614 10256 5 Noyau Orange Météno Noyeau Orange
2615 10256 6 Oranger Kern
2616 10256 7 Núcleo Naranja
2617 10256 8 Nucleo Arancione
2621 10257 1 きいろのコア
2622 10257 3 노란색 코어
2623 10257 4 黃色核心
2624 10257 5 Noyau Jaune Météno Noyeau Jaune
2625 10257 6 Gelber Kern
2626 10257 7 Núcleo Amarillo
2627 10257 8 Nucleo Giallo
2631 10258 1 みどりいろのコア
2632 10258 3 초록색 코어
2633 10258 4 綠色核心
2634 10258 5 Noyau Vert Météno Noyeau Vert
2635 10258 6 Grüner Kern
2636 10258 7 Núcleo Verde
2637 10258 8 Nucleo Verde
2641 10259 1 みずいろのコア
2642 10259 3 옥색 코어
2643 10259 4 淺藍色核心
2644 10259 5 Noyau Bleu Météno Noyeau Bleu
2645 10259 6 Hellblauer Kern
2646 10259 7 Núcleo Azul
2647 10259 8 Nucleo Azzurro
2651 10260 1 あおいろのコア
2652 10260 3 파란색 코어
2653 10260 4 藍色核心
2654 10260 5 Noyau Indigo Météno Noyeau Indigo
2655 10260 6 Blauer Kern
2656 10260 7 Núcleo Añil
2657 10260 8 Nucleo Indaco
2661 10261 1 むらさきいろのコア
2662 10261 3 보라색 코어
2663 10261 4 紫色核心
2664 10261 5 Noyau Violet Météno Noyeau Violet
2665 10261 6 Violetter Kern
2666 10261 7 Núcleo Violeta
2667 10261 8 Nucleo Violetto
2671 10262 1 ばれたすがた
2672 10262 3 들킨 모습
2673 10262 4 現形的樣子
2674 10262 5 Forme Démasquée Mimiqui Forme Démasquée
2675 10262 6 Entlarvte Form
2676 10262 7 Forma Descubierta
2677 10262 8 Forma Smascherata
2678 10262 9 Busted Form Busted Mimikyu
2679 10262 11 ばれたすがた
2680 10262 12 现形的样子
2681 10263 5 Mimiqui Dominant
2682 10263 9 Totem Disguised Mimikyu
2683 10264 5 Mimiqui Dominant Forme Démasquée
2684 10264 9 Totem Busted Mimikyu
2685 10265 5 Ékaïser Dominant
2686 10265 9 Totem Kommo-o
2687 10266 1 500ねんまえのいろ
2688 10266 3 500년 전의 색
2689 10266 4 500年前的顏色
2690 10266 5 Couleur du Passé Magearna Couleur du Passé
2691 10266 6 Originalfarbe
2692 10266 7 Color Vetusto
2693 10266 8 Colore Antico
2697 10267 1 キミにきめたキャップ
2698 10267 3 너로정했다캡
2699 10267 4 就決定是你了之帽子
2700 10267 5 Casquette Partenaire Pikachu Casquette Partenaire
2701 10267 6 Partner-Kappe
2702 10267 7 Gorra Compañero
2703 10267 8 Berretto Compagni
2705 10267 11 キミにきめたキャップ
2706 10267 12 就决定是你了之帽子
2707 10268 3 알로라의 모습
2708 10268 5 Ossatueur d'Alola Dominant
2709 10268 9 Totem Alolan Marowak
2710 10309 5 Rubombelle Dominant
2711 10309 9 Totem Ribombee
2712 10310 5 Rocabot Tempo Perso
2713 10310 9 Own Tempo Rockruff
2714 10311 1 たそがれのすがた
2715 10311 3 황혼의 모습
2716 10311 4 黃昏的樣子
2717 10311 5 Forme Crépusculaire Lougaroc Forme Crépusculaire
2718 10311 6 Zwielichtform
2719 10311 7 Forma Crepuscular
2720 10311 8 Forma Crepuscolo
2721 10311 9 Dusk Form Dusk Lycanroc
2722 10311 11 たそがれのすがた
2723 10311 12 黄昏的样子
2724 10312 5 Tarenbulle Dominant
2725 10312 9 Totem Araquanid
2726 10313 5 Togedemaru Dominant
2727 10313 9 Totem Togedemaru
2728 10314 1 たそがれのたてがみ
2729 10314 3 황혼의 갈기
2730 10314 4 黃昏之鬃
2731 10314 5 Crinière du Couchant Necrozma Crinière du Couchant
2732 10314 6 Abendmähne
2733 10314 7 Melena Crepuscular
2734 10314 8 Criniera del Vespro
2738 10315 1 あかつきのつばさ
2739 10315 3 새벽의 날개
2740 10315 4 拂曉之翼
2741 10315 5 Ailes de l’Aurore Necrozma Ailes de l’Aurore
2742 10315 6 Morgenschwingen
2743 10315 7 Alas del Alba
2744 10315 8 Ali dell’Aurora
2748 10316 1 ウルトラネクロズマ
2749 10316 3 울트라네크로즈마
2750 10316 4 究極奈克洛茲瑪
2751 10316 5 Ultra-Necrozma Ultra-Necrozma
2752 10316 6 Ultra-Necrozma
2753 10316 7 Ultra-Necrozma
2754 10316 8 UltraNecrozma
2756 10316 11 ウルトラネクロズマ
2757 10316 12 究极奈克洛兹玛
2758 10317 9 Partner Pikachu
2759 10317 5 Pikachu Partenaire
2760 10318 9 Partner Eevee
2761 10318 5 Évoli Partenaire
2762 10319 1 ワールドキャップ
2763 10319 3 월드캡
2764 10319 4 世界帽子
2765 10319 5 Casquette Monde Pikachu Casquette Monde
2766 10319 6 Weltreise-Kappe
2767 10319 7 Gorra Trotamundos
2768 10319 8 Berretto Giramondo
2772 10320 1 ガラルのすがた
2773 10320 3 가라르의 모습
2774 10320 4 伽勒爾的樣子
2775 10320 5 Forme de Galar Miaouss de Galar
2776 10320 6 Galar-Form
2777 10320 7 Forma de Galar
2778 10320 8 Forma di Galar
2782 10321 1 ガラルのすがた
2783 10321 3 가라르의 모습
2784 10321 4 伽勒爾的樣子
2785 10321 5 Forme de Galar Ponyta de Galar
2786 10321 6 Galar-Form
2787 10321 7 Forma de Galar
2788 10321 8 Forma di Galar
2792 10322 1 ガラルのすがた
2793 10322 3 가라르의 모습
2794 10322 4 伽勒爾的樣子
2795 10322 5 Forme de Galar Galopa de Galar
2796 10322 6 Galar-Form
2797 10322 7 Forma de Galar
2798 10322 8 Forma di Galar
2802 10323 1 ガラルのすがた
2803 10323 3 가라르의 모습
2804 10323 4 伽勒爾的樣子
2805 10323 5 Forme de Galar Ramoloss de Galar
2806 10323 6 Galar-Form
2807 10323 7 Forma de Galar
2808 10323 8 Forma di Galar
2812 10324 1 ガラルのすがた
2813 10324 3 가라르의 모습
2814 10324 4 伽勒爾的樣子
2815 10324 5 Forme de Galar Flagadoss de Galar
2816 10324 6 Galar-Form
2817 10324 7 Forma de Galar
2818 10324 8 Forma di Galar
2822 10325 1 ガラルのすがた
2823 10325 3 가라르의 모습
2824 10325 4 伽勒爾的樣子
2825 10325 5 Forme de Galar Canarticho de Galar
2826 10325 6 Galar-Form
2827 10325 7 Forma de Galar
2828 10325 8 Forma di Galar
2832 10326 1 ガラルのすがた
2833 10326 3 가라르의 모습
2834 10326 4 伽勒爾的樣子
2835 10326 5 Forme de Galar Smogogo de Galar
2836 10326 6 Galar-Form
2837 10326 7 Forma de Galar
2838 10326 8 Forma di Galar
2842 10327 1 ガラルのすがた
2843 10327 3 가라르의 모습
2844 10327 4 伽勒爾的樣子
2845 10327 5 Forme de Galar M. Mime de Galar
2846 10327 6 Galar-Form
2847 10327 7 Forma de Galar
2848 10327 8 Forma di Galar
2852 10328 1 ガラルのすがた
2853 10328 3 가라르의 모습
2854 10328 4 伽勒爾的樣子
2855 10328 5 Forme de Galar Artikodin de Galar
2856 10328 6 Galar-Form
2857 10328 7 Forma de Galar
2858 10328 8 Forma di Galar
2862 10329 1 ガラルのすがた
2863 10329 3 가라르의 모습
2864 10329 4 伽勒爾的樣子
2865 10329 5 Forme de Galar Électhor de Galar
2866 10329 6 Galar-Form
2867 10329 7 Forma de Galar
2868 10329 8 Forma di Galar
2872 10330 1 ガラルのすがた
2873 10330 3 가라르의 모습
2874 10330 4 伽勒爾的樣子
2875 10330 5 Forme de Galar Sulfura de Galar
2876 10330 6 Galar-Form
2877 10330 7 Forma de Galar
2878 10330 8 Forma di Galar
2882 10331 1 ガラルのすがた
2883 10331 3 가라르의 모습
2884 10331 4 伽勒爾的樣子
2885 10331 5 Forme de Galar Roigada de Galar
2886 10331 6 Galar-Form
2887 10331 7 Forma de Galar
2888 10331 8 Forma di Galar
2892 10332 1 ガラルのすがた
2893 10332 3 가라르의 모습
2894 10332 4 伽勒爾的樣子
2895 10332 5 Forme de Galar Corayon de Galar
2896 10332 6 Galar-Form
2897 10332 7 Forma de Galar
2898 10332 8 Forma di Galar
2902 10333 1 ガラルのすがた
2903 10333 3 가라르의 모습
2904 10333 4 伽勒爾的樣子
2905 10333 5 Forme de Galar Zigzaton de Galar
2906 10333 6 Galar-Form
2907 10333 7 Forma de Galar
2908 10333 8 Forma di Galar
2912 10334 1 ガラルのすがた
2913 10334 3 가라르의 모습
2914 10334 4 伽勒爾的樣子
2915 10334 5 Forme de Galar Linéon de Galar
2916 10334 6 Galar-Form
2917 10334 7 Forma de Galar
2918 10334 8 Forma di Galar
2922 10335 1 ガラルのすがた
2923 10335 3 가라르의 모습
2924 10335 4 伽勒爾的樣子
2925 10335 5 Forme de Galar Darumarond de Galar
2926 10335 6 Galar-Form
2927 10335 7 Forma de Galar
2928 10335 8 Forma di Galar
2932 10336 1 ガラルのすがた
2933 10336 3 가라르의 모습
2934 10336 4 伽勒爾的樣子
2935 10336 5 Forme de Galar Darumacho de Galar Normal
2936 10336 6 Galar-Form
2937 10336 7 Forma de Galar
2938 10336 8 Forma di Galar
2942 10337 1 ダルマモード
2943 10337 3 달마모드
2944 10337 4 達摩模式
2945 10337 5 Mode Transe Darumacho de Galar Transe
2946 10337 6 Trance-Modus
2947 10337 7 Modo Daruma
2948 10337 8 Stato Zen
2952 10338 1 ガラルのすがた
2953 10338 3 가라르의 모습
2954 10338 4 伽勒爾的樣子
2955 10338 5 Forme de Galar Tutafeh de Galar
2956 10338 6 Galar-Form
2957 10338 7 Forma de Galar
2958 10338 8 Forma di Galar
2962 10339 1 ガラルのすがた
2963 10339 3 가라르의 모습
2964 10339 4 伽勒爾的樣子
2965 10339 5 Forme de Galar Limonde de Galar
2966 10339 6 Galar-Form
2967 10339 7 Forma de Galar
2968 10339 8 Forma di Galar
2972 10340 1 10%フォルム
2973 10340 3 10%폼
2974 10340 4 10%形態
2975 10340 5 Forme 10 % Zygarde Forme 10 %
2976 10340 6 10%-Form
2977 10340 7 Forma 10%
2978 10340 8 Forma 10%
2982 10341 1 うのみのすがた
2983 10341 3 그대로 삼킨 모습
2984 10341 4 一口吞的樣子
2985 10341 5 Forme Gobe-Tout Nigosier Forme Gobe-Tout
2986 10341 6 Schlingform
2987 10341 7 Forma Tragatodo
2988 10341 8 Forma Inghiottitutto
2992 10342 1 まるのみのすがた
2993 10342 3 통째로 삼킨 모습
2994 10342 4 大口吞的樣子
2995 10342 5 Forme Gobe-Chu Nigosier Forme Gobe-Chu
2996 10342 6 Stopfform
2997 10342 7 Forma Engulletodo
2998 10342 8 Forma Inghiottintero
3002 10343 1 ローなすがた
3003 10343 3 로우한 모습
3004 10343 4 低調的樣子
3005 10343 5 Forme Grave Salarsen Forme Grave
3006 10343 6 Tief-Form
3007 10343 7 Forma Grave
3008 10343 8 Forma Basso
3094 10354 1 ナイスフェイス
3095 10354 3 나이스페이스
3096 10354 4 解凍頭
3097 10354 5 Tête Dégel Bekaglaçon Tête Dégel
3098 10354 6 Wohlfühlkopf
3099 10354 7 Cara Deshielo
3100 10354 8 Liquefaccia
3104 10355 1 メスのすがた
3105 10355 3 암컷의 모습
3106 10355 4 雌性的樣子
3107 10355 5 Femelle Wimessir Femelle
3108 10355 6 Weiblich
3109 10355 7 Hembra
3110 10355 8 Femmina
3114 10356 1 はらぺこもよう
3115 10356 3 배고픈 모양
3116 10356 4 空腹花紋
3117 10356 5 Mode Affamé Morpeko Mode Affamé
3118 10356 6 Kohldampfmuster
3119 10356 7 Forma Voraz
3120 10356 8 Motivo Panciavuota
3124 10357 1 けんのおう
3125 10357 3 검왕
3126 10357 4 劍之王
3127 10357 5 Épée Suprême Zacian Épée Suprême
3128 10357 6 König des Schwertes
3129 10357 7 Espada Suprema
3130 10357 8 Re delle Spade
3134 10358 1 たてのおう
3135 10358 3 방패왕
3136 10358 4 盾之王
3137 10358 5 Bouclier Suprême Zamazenta Bouclier Suprême
3138 10358 6 König des Schildes
3139 10358 7 Escudo Supremo
3140 10358 8 Re degli Scudi
3144 10359 1 ムゲンダイマックス
3145 10359 3 무한다이맥스
3146 10359 4 無極巨化
3147 10359 5 Infinimax Éthernatos Infinimax
3148 10359 6 Unendynamax
3149 10359 7 Dinamax Infinito
3150 10359 8 Dynamax Infinito
3154 10360 1 れんげきのかた
3155 10360 3 연격의 태세
3156 10360 4 連擊流
3157 10360 5 Style Mille Poings Shifours Style Mille Poings
3158 10360 6 Fließender Stil
3159 10360 7 Estilo Fluido
3160 10360 8 Stile Pluricolpo
3164 10361 1 とうちゃん
3165 10361 3 아빠
3166 10361 4 阿爸
3167 10361 5 Papa Zarude Papa
3168 10361 6 Papa
3169 10361 7 Papá
3170 10361 8 Papà
3174 10362 1 はくばじょうのすがた
3175 10362 3 백마 탄 모습
3176 10362 4 騎白馬的樣子
3177 10362 5 Cavalier du Froid Calyrex Cavalier du Froid
3178 10362 6 Schimmelreiter
3179 10362 7 Jinete Glacial
3180 10362 8 Cavaliere Glaciale
3184 10363 1 こくばじょうのすがた
3185 10363 3 흑마 탄 모습
3186 10363 4 騎黑馬的樣子
3187 10363 5 Cavalier d’Effroi Calyrex Cavalier d’Effroi
3188 10363 6 Rappenreiter
3189 10363 7 Jinete Espectral
3190 10363 8 Cavaliere Spettrale
3191 10363 9 Shadow Rider Shadow Calyrex
3192 10363 11 こくばじょうのすがた
3193 10363 12 骑黑马的样子
3194 10364 5 Forme Gigamax Florizarre Gigamax
3195 10364 9 Gigantamax Form Gigantamax Venusaur
3196 10365 5 Forme Gigamax Dracaufeu Gigamax
3197 10365 9 Gigantamax Form Gigantamax Charizard
3198 10366 5 Forme Gigamax Tortank Gigamax
3199 10366 9 Gigantamax Form Gigantamax Blastoise
3200 10367 5 Forme Gigamax Papilusion Gigamax
3201 10367 9 Gigantamax Form Gigantamax Butterfree
3202 10368 5 Forme Gigamax Pikachu Gigamax
3203 10368 9 Gigantamax Form Gigantamax Pikachu
3204 10369 5 Forme Gigamax Miaouss Gigamax
3205 10369 9 Gigantamax Form Gigantamax Meowth
3206 10370 5 Forme Gigamax Mackogneur Gigamax
3207 10370 9 Gigantamax Form Gigantamax Machamp
3208 10371 5 Forme Gigamax Ectoplasma Gigamax
3209 10371 9 Gigantamax Form Gigantamax Gengar
3210 10372 5 Forme Gigamax Leviator Gigamax
3211 10372 9 Gigantamax Form Gigantamax Kingler
3212 10373 5 Forme Gigamax Lokhlass Gigamax
3213 10373 9 Gigantamax Form Gigantamax Lapras
3214 10374 5 Forme Gigamax Évoli Gigamax
3215 10374 9 Gigantamax Form Gigantamax Eevee
3216 10375 5 Forme Gigamax Ronflex Gigamax
3217 10375 9 Gigantamax Form Gigantamax Snorlax
3218 10376 5 Forme Gigamax Miasmax Gigamax
3219 10376 9 Gigantamax Form Gigantamax Garbodor
3220 10377 5 Forme Gigamax Melmetal Gigamax
3221 10377 9 Gigantamax Form Gigantamax Melmetal
3222 10378 5 Forme Gigamax Gorythmic Gigamax
3223 10378 9 Gigantamax Form Gigantamax Rillaboom
3224 10379 5 Forme Gigamax Pyrobut Gigamax
3225 10379 9 Gigantamax Form Gigantamax Cinderace
3226 10380 5 Forme Gigamax Lézargus Gigamax
3227 10380 9 Gigantamax Form Gigantamax Inteleon
3228 10381 5 Forme Gigamax Corvaillus Gigamax
3229 10381 9 Gigantamax Form Gigantamax Corviknight
3230 10382 5 Forme Gigamax Astronelle Gigamax
3231 10382 9 Gigantamax Form Gigantamax Orbeetle
3232 10383 5 Forme Gigamax Torgamord Gigamax
3233 10383 9 Gigantamax Form Gigantamax Drednaw
3234 10384 5 Forme Gigamax Monthracite Gigamax
3235 10384 9 Gigantamax Form Gigantamax Coalossal
3236 10385 5 Forme Gigamax Pomdrapi Gigamax
3237 10385 9 Gigantamax Form Gigantamax Flapple
3238 10386 5 Forme Gigamax Dratatin Gigamax
3239 10386 9 Gigantamax Form Gigantamax Appletun
3240 10387 5 Forme Gigamax Dunaconda
3241 10387 9 Gigantamax Form Gigantamax Sandaconda
3242 10388 5 Forme Gigamax Salarsen Forme Aigüe Gigamax
3243 10388 9 Gigantamax Form Gigantamax Amped Toxtricity
3244 10389 5 Forme Gigamax Scolocendre Gigamax
3245 10389 9 Gigantamax Form Gigantamax Centiskorch
3246 10390 5 Forme Gigamax Sorcilence Gigamax
3247 10390 9 Gigantamax Form Gigantamax Hatterene
3248 10391 5 Forme Gigamax Angoliath Gigamax
3249 10391 9 Gigantamax Form Gigantamax Grimmsnarl
3250 10392 5 Forme Gigamax Charmilly Gigamax
3251 10392 9 Gigantamax Form Gigantamax Alcremie
3252 10393 5 Forme Gigamax Pachyradjah Gigamax
3253 10393 9 Gigantamax Form Gigantamax Copperajah
3254 10394 5 Forme Gigamax Duralugon Gigamax
3255 10394 9 Gigantamax Form Gigantamax Duraludon
3256 10395 5 Forme Gigamax Shifours Style Poing Final Gigamax
3257 10395 9 Gigantamax Form Gigantamax Single Strike Urshifu
3258 10396 5 Forme Gigamax Shifours Style Mille Poings Gigamax
3259 10396 9 Gigantamax Form Gigantamax Rapid Strike Urshifu
3260 10397 5 Gigantamax Form Salarsen Forme Grave Gigamax
3261 10397 9 Gigantamax Form Gigantamax Low Key Toxtricity
3262 10398 1 ヒスイのすがた
3263 10398 5 Forme de Hisui Caninos de Hisui
3264 10398 9 Hisuian Form Hisuian Growlithe
3265 10398 11 ヒスイのすがた
3266 10399 1 ヒスイのすがた
3267 10399 5 Forme de Hisui Arcanin de Hisui
3268 10399 9 Hisuian Form Hisuian Arcanine
3269 10399 11 ヒスイのすがた
3270 10400 1 ヒスイのすがた
3271 10400 5 Forme de Hisui Voltorbe de Hisui
3272 10400 9 Hisuian Form Hisuian Voltorb
3273 10400 11 ヒスイのすがた
3274 10401 1 ヒスイのすがた
3275 10401 5 Forme de Hisui Électrode de Hisui
3276 10401 9 Hisuian Form Hisuian Electrode
3277 10401 11 ヒスイのすがた
3278 10402 1 ヒスイのすがた
3279 10402 5 Forme de Hisui Typhlosion de Hisui
3280 10402 9 Hisuian Form Hisuian Typhlosion
3281 10402 11 ヒスイのすがた
3282 10403 1 ヒスイのすがた
3283 10403 5 Forme de Hisui Qwilfish de Hisui
3284 10403 9 Hisuian Form Hisuian Qwilfish
3285 10403 11 ヒスイのすがた
3286 10404 1 ヒスイのすがた
3287 10404 5 Forme de Hisui Farfuret de Hisui
3288 10404 9 Hisuian Form Hisuian Sneasel
3289 10404 11 ヒスイのすがた
3290 10405 1 ヒスイのすがた
3291 10405 5 Forme de Hisui Clamiral de Hisui
3292 10405 9 Hisuian Form Hisuian Samurott
3293 10405 11 ヒスイのすがた
3294 10406 1 ヒスイのすがた
3295 10406 5 Forme de Hisui Fragilady de Hisui
3296 10406 9 Hisuian Form Hisuian Lilligant
3297 10406 11 ヒスイのすがた
3298 10407 1 ヒスイのすがた
3299 10407 5 Forme de Hisui Zorua de Hisui
3300 10407 9 Hisuian Form Hisuian Zorua
3301 10407 11 ヒスイのすがた
3302 10408 1 ヒスイのすがた
3303 10408 5 Forme de Hisui Zoroark de Hisui
3304 10408 9 Hisuian Form Hisuian Zoroark
3305 10408 11 ヒスイのすがた
3306 10409 1 ヒスイのすがた
3307 10409 5 Forme de Hisui Gueriaigle de Hisui
3308 10409 9 Hisuian Form Hisuian Braviary
3309 10409 11 ヒスイのすがた
3310 10410 1 ヒスイのすがた
3311 10410 5 Forme de Hisui Colimucus de Hisui
3312 10410 9 Hisuian Form Hisuian Sliggoo
3313 10410 11 ヒスイのすがた
3314 10411 1 ヒスイのすがた
3315 10411 5 Forme de Hisui Muplodocus de Hisui
3316 10411 9 Hisuian Form Hisuian Goodra
3317 10411 11 ヒスイのすがた
3318 10412 1 ヒスイのすがた
3319 10412 5 Forme de Hisui Séracrawl de Hisui
3320 10412 9 Hisuian Form Hisuian Avalugg
3321 10412 11 ヒスイのすがた
3322 10413 1 ヒスイのすがた
3323 10413 5 Forme de Hisui Archéduc de Hisui
3324 10413 9 Hisuian Form Hisuian Decidueye
3325 10413 11 ヒスイのすがた
3326 10414 1 オリジンフォルム
3327 10414 5 Forme Originelle Diagla Originel
3328 10414 9 Origin Forme Origin Dialga
3329 10414 11 オリジンフォルム
3330 10415 1 オリジンフォルム
3331 10415 5 Forme Originelle Palkia Originel
3332 10415 9 Origin Forme Origin Palkia
3333 10415 11 オリジンフォルム
3334 10416 1 しろすじのすがた
3335 10416 5 Motif Blanch Basculin Blanc
3336 10416 9 White-Striped Form White-Striped Basculin
3337 10416 11 しろすじのすがた
3338 10417 1 メスのすがた
3339 10417 5 Femelle Paragruel Femelle
3340 10417 9 Female Female Basculegion
3341 10417 11 メスのすがた
3342 10418 1 れいじゅうフォルム
3343 10418 5 Forme Avatar Amovénus Avatar
3344 10418 9 Therian Forme Therian Enamorus
3345 10418 11 れいじゅうフォルム

View file

@ -1320,5 +1320,5 @@ id,identifier,form_identifier,pokemon_id,introduced_in_version_group_id,is_defau
10414,dialga-origin,origin,10245,24,1,1,0,1,1300
10415,palkia-origin,origin,10246,24,1,1,0,1,1301
10416,basculin-white-striped,white-striped,10247,24,1,1,0,1,1302
10417,basculegion-female,female,902,24,1,1,0,1,1303
10418,enamorus-therian,therian,905,24,1,1,0,1,1304
10417,basculegion-female,female,10248,24,1,1,0,1,1303
10418,enamorus-therian,therian,10249,24,1,1,0,1,1304

1 id identifier form_identifier pokemon_id introduced_in_version_group_id is_default is_battle_only is_mega form_order order
1320 10414 dialga-origin origin 10245 24 1 1 0 1 1300
1321 10415 palkia-origin origin 10246 24 1 1 0 1 1301
1322 10416 basculin-white-striped white-striped 10247 24 1 1 0 1 1302
1323 10417 basculegion-female female 902 10248 24 1 1 0 1 1303
1324 10418 enamorus-therian therian 905 10249 24 1 1 0 1 1304

View file

@ -676,7 +676,7 @@ id,identifier,generation_id,evolves_from_species_id,evolution_chain_id,color_id,
675,pangoro,6,674,346,9,12,,4,65,50,0,25,0,2,0,0,0,676,
676,furfrou,6,,347,9,8,,4,160,70,0,20,0,2,1,0,0,677,
677,espurr,6,,348,4,6,,4,190,50,0,20,0,2,0,0,0,678,
678,meowstic,6,677,348,2,6,,0,75,50,0,20,1,2,0,0,0,679,
678,meowstic,6,677,348,2,6,,4,75,50,0,20,1,2,0,0,0,679,
679,honedge,6,,349,3,5,,4,180,50,0,20,0,2,0,0,0,680,
680,doublade,6,679,349,3,11,,4,90,50,0,20,0,2,0,0,0,681,
681,aegislash,6,680,349,3,5,,4,45,50,0,20,0,2,1,0,0,682,
@ -874,7 +874,7 @@ id,identifier,generation_id,evolves_from_species_id,evolution_chain_id,color_id,
873,frosmoth,8,872,455,9,13,,4,75,50,0,20,0,2,0,0,0,873,
874,stonjourner,8,,456,4,7,,4,60,50,0,25,0,1,0,0,0,874,
875,eiscue,8,,457,2,6,,4,60,50,0,25,0,1,0,0,0,875,
876,indeedee,8,,458,7,6,,0,30,140,0,40,0,3,0,0,0,876,
876,indeedee,8,,458,7,6,,4,30,140,0,40,0,3,0,0,0,876,
877,morpeko,8,,459,10,12,,4,180,50,0,10,0,2,0,0,0,877,
878,cufant,8,,460,10,8,,4,190,50,0,25,0,2,0,0,0,878,
879,copperajah,8,878,460,5,8,,4,90,50,0,25,0,2,0,0,0,879,
@ -897,10 +897,10 @@ id,identifier,generation_id,evolves_from_species_id,evolution_chain_id,color_id,
896,glastrier,8,,474,9,8,,-1,3,35,0,120,0,1,0,1,0,896,
897,spectrier,8,,475,1,8,,-1,3,35,0,120,0,1,0,1,0,897,
898,calyrex,8,,476,5,12,,-1,3,100,0,120,0,1,0,1,0,898,
899,wyrdeer,8,234,,4,8,,4,,,0,,0,1,0,0,0,899,
900,kleavor,8,123,,3,13,,4,75,,0,,0,2,0,0,0,900,
901,ursaluna,8,217,,3,8,,4,,,0,,0,2,0,0,0,901,
902,basculegion,8,550,,5,3,,4,,,0,,1,2,1,0,0,902,
899,wyrdeer,8,234,,4,8,,4,135,,0,,0,1,0,0,0,899,
900,kleavor,8,123,,3,13,,4,115,,0,,0,2,0,0,0,900,
901,ursaluna,8,217,,3,8,,4,75,,0,,0,2,0,0,0,901,
902,basculegion,8,550,,5,3,,4,135,,0,,1,2,1,0,0,902,
903,sneasler,8,215,,4,6,,4,135,,0,,0,4,0,0,0,903,
904,overqwil,8,211,,1,3,,4,135,,0,,0,2,0,0,0,904,
905,enamorus,8,,,6,4,,8,,,0,,0,1,1,1,0,905,
905,enamorus,8,,,6,4,,8,3,,0,,0,1,1,1,0,905,

1 id identifier generation_id evolves_from_species_id evolution_chain_id color_id shape_id habitat_id gender_rate capture_rate base_happiness is_baby hatch_counter has_gender_differences growth_rate_id forms_switchable is_legendary is_mythical order conquest_order
676 675 pangoro 6 674 346 9 12 4 65 50 0 25 0 2 0 0 0 676
677 676 furfrou 6 347 9 8 4 160 70 0 20 0 2 1 0 0 677
678 677 espurr 6 348 4 6 4 190 50 0 20 0 2 0 0 0 678
679 678 meowstic 6 677 348 2 6 0 4 75 50 0 20 1 2 0 0 0 679
680 679 honedge 6 349 3 5 4 180 50 0 20 0 2 0 0 0 680
681 680 doublade 6 679 349 3 11 4 90 50 0 20 0 2 0 0 0 681
682 681 aegislash 6 680 349 3 5 4 45 50 0 20 0 2 1 0 0 682
874 873 frosmoth 8 872 455 9 13 4 75 50 0 20 0 2 0 0 0 873
875 874 stonjourner 8 456 4 7 4 60 50 0 25 0 1 0 0 0 874
876 875 eiscue 8 457 2 6 4 60 50 0 25 0 1 0 0 0 875
877 876 indeedee 8 458 7 6 0 4 30 140 0 40 0 3 0 0 0 876
878 877 morpeko 8 459 10 12 4 180 50 0 10 0 2 0 0 0 877
879 878 cufant 8 460 10 8 4 190 50 0 25 0 2 0 0 0 878
880 879 copperajah 8 878 460 5 8 4 90 50 0 25 0 2 0 0 0 879
897 896 glastrier 8 474 9 8 -1 3 35 0 120 0 1 0 1 0 896
898 897 spectrier 8 475 1 8 -1 3 35 0 120 0 1 0 1 0 897
899 898 calyrex 8 476 5 12 -1 3 100 0 120 0 1 0 1 0 898
900 899 wyrdeer 8 234 4 8 4 135 0 0 1 0 0 0 899
901 900 kleavor 8 123 3 13 4 75 115 0 0 2 0 0 0 900
902 901 ursaluna 8 217 3 8 4 75 0 0 2 0 0 0 901
903 902 basculegion 8 550 5 3 4 135 0 1 2 1 0 0 902
904 903 sneasler 8 215 4 6 4 135 0 0 4 0 0 0 903
905 904 overqwil 8 211 1 3 4 135 0 0 2 0 0 0 904
906 905 enamorus 8 6 4 8 3 0 0 1 1 1 0 905

View file

@ -9883,6 +9883,7 @@ pokemon_species_id,local_language_id,name,genus
899,4,詭角鹿,
899,5,Cerbyllin,Pokémon Maxi Corne
899,6,Damythir,Vielender-Pokémon
899,8,Wyrdeer,Pokémon Grancorno
899,9,Wyrdeer,Big Horn Pokémon
899,11,アヤシシ,おおツノポケモン
899,12,诡角鹿,
@ -9892,6 +9893,7 @@ pokemon_species_id,local_language_id,name,genus
900,4,劈斧螳螂,
900,5,Hachécateur,Pokémon Hache
900,6,Axantor,Axt-Pokémon
900,8,Kleavor,Pokémon Scure
900,9,Kleavor,Axe Pokémon
900,11,バサギリ,まさかりポケモン
900,12,劈斧螳螂,
@ -9901,6 +9903,7 @@ pokemon_species_id,local_language_id,name,genus
901,4,月月熊,
901,5,Ursaking,Pokémon Tourbe
901,6,Ursaluna,Torf-Pokémon
901,8,Ursaluna,Pokémon Torba
901,9,Ursaluna,Peat Pokémon
901,11,ガチグマ,でいたんポケモン
901,12,月月熊,
@ -9910,6 +9913,7 @@ pokemon_species_id,local_language_id,name,genus
902,4,幽尾玄魚,
902,5,Paragruel,Pokémon Poissigrand
902,6,Salmagnis,Großfisch-Pokémon
902,8,Basculegion,Pokémon Pescegrosso
902,9,Basculegion,Big Fish Pokémon
902,11,イダイトウ,おおうおポケモン
902,12,幽尾玄鱼,
@ -9919,6 +9923,7 @@ pokemon_species_id,local_language_id,name,genus
903,4,大狃拉,
903,5,Farfurex,Pokémon Grimpeur
903,6,Snieboss,Kletterei-Pokémon
903,8,Sneasler,Pokémon Scalata
903,9,Sneasler,Free Climb Pokémon
903,11,オオニューラ,クライミングポケモン
903,12,大狃拉,
@ -9928,6 +9933,7 @@ pokemon_species_id,local_language_id,name,genus
904,4,萬針魚,
904,5,Qwilpik,Pokémon Épineux
904,6,Myriador,Tausenddorn-Pokémon
904,8,Overqwil,Pokémon Spinoso
904,9,Overqwil,Pin Cluster Pokémon
904,11,ハリーマン,けんざんポケモン
904,12,万针鱼,
@ -9937,6 +9943,7 @@ pokemon_species_id,local_language_id,name,genus
905,4,眷戀雲,
905,5,Amovénus,Pokémon Hainamour
905,6,Cupidos,Hassliebe-Pokémon
905,8,Enamorus,Pokémon Amoreodio
905,9,Enamorus,Love-Hate Pokémon
905,11,ラブトロス,あいぞうポケモン
905,12,眷恋云,

1 pokemon_species_id local_language_id name genus
9883 899 4 詭角鹿
9884 899 5 Cerbyllin Pokémon Maxi Corne
9885 899 6 Damythir Vielender-Pokémon
9886 899 8 Wyrdeer Pokémon Grancorno
9887 899 9 Wyrdeer Big Horn Pokémon
9888 899 11 アヤシシ おおツノポケモン
9889 899 12 诡角鹿
9893 900 4 劈斧螳螂
9894 900 5 Hachécateur Pokémon Hache
9895 900 6 Axantor Axt-Pokémon
9896 900 8 Kleavor Pokémon Scure
9897 900 9 Kleavor Axe Pokémon
9898 900 11 バサギリ まさかりポケモン
9899 900 12 劈斧螳螂
9903 901 4 月月熊
9904 901 5 Ursaking Pokémon Tourbe
9905 901 6 Ursaluna Torf-Pokémon
9906 901 8 Ursaluna Pokémon Torba
9907 901 9 Ursaluna Peat Pokémon
9908 901 11 ガチグマ でいたんポケモン
9909 901 12 月月熊
9913 902 4 幽尾玄魚
9914 902 5 Paragruel Pokémon Poissigrand
9915 902 6 Salmagnis Großfisch-Pokémon
9916 902 8 Basculegion Pokémon Pescegrosso
9917 902 9 Basculegion Big Fish Pokémon
9918 902 11 イダイトウ おおうおポケモン
9919 902 12 幽尾玄鱼
9923 903 4 大狃拉
9924 903 5 Farfurex Pokémon Grimpeur
9925 903 6 Snieboss Kletterei-Pokémon
9926 903 8 Sneasler Pokémon Scalata
9927 903 9 Sneasler Free Climb Pokémon
9928 903 11 オオニューラ クライミングポケモン
9929 903 12 大狃拉
9933 904 4 萬針魚
9934 904 5 Qwilpik Pokémon Épineux
9935 904 6 Myriador Tausenddorn-Pokémon
9936 904 8 Overqwil Pokémon Spinoso
9937 904 9 Overqwil Pin Cluster Pokémon
9938 904 11 ハリーマン けんざんポケモン
9939 904 12 万针鱼
9943 905 4 眷戀雲
9944 905 5 Amovénus Pokémon Hainamour
9945 905 6 Cupidos Hassliebe-Pokémon
9946 905 8 Enamorus Pokémon Amoreodio
9947 905 9 Enamorus Love-Hate Pokémon
9948 905 11 ラブトロス あいぞうポケモン
9949 905 12 眷恋云

View file

@ -37,4 +37,5 @@ region_id,local_language_id,name
6,9,Kalos
7,9,Alola
8,9,Galar
9,8,Hisui
9,9,Hisui

1 region_id local_language_id name
37 6 9 Kalos
38 7 9 Alola
39 8 9 Galar
40 9 8 Hisui
41 9 9 Hisui

View file

@ -265,24 +265,24 @@ version_id,local_language_id,name
30,8,Ultraluna
30,9,Ultra Moon
30,12,究极之月
31,1,"Let's Go! ピカチュウ"
31,3,"레츠고! 피카츄"
31,4,"Let's Go皮卡丘"
31,1,Let's Go! ピカチュウ
31,3,레츠고! 피카츄
31,4,Let's Go皮卡丘
31,5,"Let's Go, Pikachu"
31,6,"Let's Go, Pikachu!"
31,7,"Let's Go, Pikachu!"
31,8,"Let's Go, Pikachu!"
31,9,"Lets Go, Pikachu!"
31,12,"Let's Go皮卡丘"
32,1,"Let's Go! イーブイ"
32,3,"레츠고! 이브이"
32,4,"Let's Go伊布"
31,9,"Let's Go, Pikachu!"
31,12,Let's Go皮卡丘
32,1,Let's Go! イーブイ
32,3,레츠고! 이브이
32,4,Let's Go伊布
32,5,"Let's Go, Évoli"
32,6,"Let's Go, Evoli!"
32,8,"Let's Go, Eevee!"
32,7,"Let's Go, Eevee!"
32,9,"Lets Go, Eevee!"
32,12,Let's Go伊布"
32,9,"Let's Go, Eevee!"
32,12,Let's Go伊布
33,1, ソード
33,3,소드
33,4,劍
@ -304,11 +304,11 @@ version_id,local_language_id,name
35,1,鎧の孤島
35,3,갑옷의 외딴섬
35,4,鎧之孤島
35,5,"L'île solitaire de l'Armure"
35,6,"Die Insel der Rüstung"
35,7,"La isla de la armadura"
35,8,"L'isola solitaria dell'armatura"
35,9,"The Isle of Armor"
35,5,L'île solitaire de l'Armure
35,6,Die Insel der Rüstung
35,7,La isla de la armadura
35,8,L'isola solitaria dell'armatura
35,9,The Isle of Armor
35,12,铠之孤岛
36,1,冠の雪原
36,3,왕관의 설원
@ -317,7 +317,7 @@ version_id,local_language_id,name
36,6,Die Schneelande der Krone
36,7,Las nieves de la corona
36,8,Le terre innevate della corona
36,9,"The Crown Tundra"
36,9,The Crown Tundra
36,12,冠之雪原
37,1,ブリリアントダイヤモンド
37,3,브릴리언트 다이아몬드

Can't render this file because it contains an unexpected character in line 285 and column 24.

View file

@ -0,0 +1,23 @@
# Generated by Django 2.1.15 on 2022-06-26 13:02
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("pokemon_v2", "0011_typeefficacypast"),
]
operations = [
migrations.AlterField(
model_name="itemsprites",
name="sprites",
field=models.CharField(max_length=1000),
),
migrations.AlterField(
model_name="pokemonformsprites",
name="sprites",
field=models.CharField(max_length=1000),
),
]

View file

@ -941,7 +941,7 @@ class ItemGameIndex(HasItem, HasGeneration, HasGameIndex):
class ItemSprites(HasItem):
sprites = models.CharField(max_length=500)
sprites = models.CharField(max_length=1000)
####################
@ -1809,7 +1809,7 @@ class PokemonFormName(HasPokemonForm, IsName):
class PokemonFormSprites(HasPokemonForm):
sprites = models.CharField(max_length=500)
sprites = models.CharField(max_length=1000)
class PokemonGameIndex(HasPokemon, HasGameIndex, HasVersion):