Add encounter methods and slots for X/Y.

Updates #146.
This commit is contained in:
Andrew Ekstedt 2015-05-30 14:41:32 -07:00
parent 28b717ce13
commit 87ee90c41b
3 changed files with 95 additions and 8 deletions

View file

@ -25,3 +25,7 @@ encounter_method_id,local_language_id,name
12,9,Fishing in dark spots 12,9,Fishing in dark spots
13,6,An dunklen stellen surfen 13,6,An dunklen stellen surfen
13,9,Surfing in dark spots 13,9,Surfing in dark spots
14,9,Walking in yellow flowers
15,9,Walking in purple flowers
16,9,Walking in red flowers
17,9,Walking on rough terrain

1 encounter_method_id local_language_id name
25 12 9 Fishing in dark spots
26 13 6 An dunklen stellen surfen
27 13 9 Surfing in dark spots
28 14 9 Walking in yellow flowers
29 15 9 Walking in purple flowers
30 16 9 Walking in red flowers
31 17 9 Walking on rough terrain

View file

@ -1,14 +1,18 @@
id,identifier,order id,identifier,order
1,walk,1 1,walk,1
2,old-rod,6 2,old-rod,10
3,good-rod,7 3,good-rod,11
4,super-rod,8 4,super-rod,12
5,surf,10 5,surf,14
6,rock-smash,12 6,rock-smash,16
7,headbutt,13 7,headbutt,17
8,dark-grass,5 8,dark-grass,5
9,grass-spots,2 9,grass-spots,2
10,cave-spots,3 10,cave-spots,3
11,bridge-spots,4 11,bridge-spots,4
12,super-rod-spots,9 12,super-rod-spots,13
13,surf-spots,11 13,surf-spots,15
14,yellow-flowers,6
15,purple-flowers,7
16,red-flowers,8
17,rough-terrain,9

1 id identifier order
2 1 walk 1
3 2 old-rod 6 10
4 3 good-rod 7 11
5 4 super-rod 8 12
6 5 surf 10 14
7 6 rock-smash 12 16
8 7 headbutt 13 17
9 8 dark-grass 5
10 9 grass-spots 2
11 10 cave-spots 3
12 11 bridge-spots 4
13 12 super-rod-spots 9 13
14 13 surf-spots 11 15
15 14 yellow-flowers 6
16 15 purple-flowers 7
17 16 red-flowers 8
18 17 rough-terrain 9

View file

@ -409,3 +409,82 @@ id,version_group_id,encounter_method_id,slot,rarity
408,14,11,10,4 408,14,11,10,4
409,14,11,11,1 409,14,11,11,1
410,14,11,12,1 410,14,11,12,1
411,15,1,0,10
412,15,1,1,10
413,15,1,2,10
414,15,1,3,10
415,15,1,4,10
416,15,1,5,10
417,15,1,6,10
418,15,1,7,10
419,15,1,8,10
420,15,1,9,5
421,15,1,10,4
422,15,1,11,1
423,15,14,0,10
424,15,14,1,10
425,15,14,2,10
426,15,14,3,10
427,15,14,4,10
428,15,14,5,10
429,15,14,6,10
430,15,14,7,10
431,15,14,8,10
432,15,14,9,5
433,15,14,10,4
434,15,14,11,1
435,15,15,0,10
436,15,15,1,10
437,15,15,2,10
438,15,15,3,10
439,15,15,4,10
440,15,15,5,10
441,15,15,6,10
442,15,15,7,10
443,15,15,8,10
444,15,15,9,5
445,15,15,10,4
446,15,15,11,1
447,15,16,0,10
448,15,16,1,10
449,15,16,2,10
450,15,16,3,10
451,15,16,4,10
452,15,16,5,10
453,15,16,6,10
454,15,16,7,10
455,15,16,8,10
456,15,16,9,5
457,15,16,10,4
458,15,16,11,1
459,15,17,0,10
460,15,17,1,10
461,15,17,2,10
462,15,17,3,10
463,15,17,4,10
464,15,17,5,10
465,15,17,6,10
466,15,17,7,10
467,15,17,8,10
468,15,17,9,5
469,15,17,10,4
470,15,17,11,1
471,15,5,0,50
472,15,5,1,30
473,15,5,2,15
474,15,5,3,4
475,15,5,4,1
476,15,6,0,50
477,15,6,1,30
478,15,6,2,15
479,15,6,3,4
480,15,6,4,1
481,15,2,0,60
482,15,2,1,35
483,15,2,2,5
484,15,3,0,60
485,15,3,1,35
486,15,3,2,5
487,15,4,0,60
488,15,4,1,35
489,15,4,2,5

1 id version_group_id encounter_method_id slot rarity
409 408 14 11 10 4
410 409 14 11 11 1
411 410 14 11 12 1
412 411 15 1 0 10
413 412 15 1 1 10
414 413 15 1 2 10
415 414 15 1 3 10
416 415 15 1 4 10
417 416 15 1 5 10
418 417 15 1 6 10
419 418 15 1 7 10
420 419 15 1 8 10
421 420 15 1 9 5
422 421 15 1 10 4
423 422 15 1 11 1
424 423 15 14 0 10
425 424 15 14 1 10
426 425 15 14 2 10
427 426 15 14 3 10
428 427 15 14 4 10
429 428 15 14 5 10
430 429 15 14 6 10
431 430 15 14 7 10
432 431 15 14 8 10
433 432 15 14 9 5
434 433 15 14 10 4
435 434 15 14 11 1
436 435 15 15 0 10
437 436 15 15 1 10
438 437 15 15 2 10
439 438 15 15 3 10
440 439 15 15 4 10
441 440 15 15 5 10
442 441 15 15 6 10
443 442 15 15 7 10
444 443 15 15 8 10
445 444 15 15 9 5
446 445 15 15 10 4
447 446 15 15 11 1
448 447 15 16 0 10
449 448 15 16 1 10
450 449 15 16 2 10
451 450 15 16 3 10
452 451 15 16 4 10
453 452 15 16 5 10
454 453 15 16 6 10
455 454 15 16 7 10
456 455 15 16 8 10
457 456 15 16 9 5
458 457 15 16 10 4
459 458 15 16 11 1
460 459 15 17 0 10
461 460 15 17 1 10
462 461 15 17 2 10
463 462 15 17 3 10
464 463 15 17 4 10
465 464 15 17 5 10
466 465 15 17 6 10
467 466 15 17 7 10
468 467 15 17 8 10
469 468 15 17 9 5
470 469 15 17 10 4
471 470 15 17 11 1
472 471 15 5 0 50
473 472 15 5 1 30
474 473 15 5 2 15
475 474 15 5 3 4
476 475 15 5 4 1
477 476 15 6 0 50
478 477 15 6 1 30
479 478 15 6 2 15
480 479 15 6 3 4
481 480 15 6 4 1
482 481 15 2 0 60
483 482 15 2 1 35
484 483 15 2 2 5
485 484 15 3 0 60
486 485 15 3 1 35
487 486 15 3 2 5
488 487 15 4 0 60
489 488 15 4 1 35
490 489 15 4 2 5