1
0
Fork 0
mirror of https://github.com/veekun/pokedex.git synced 2024-08-20 18:16:34 +00:00

Generation 2 (GSC) encounters

Source: https://www.pokebip.com/page/jeuxvideo/dossier_shasse/encounter_slot

This covers the following encounter methods: Walking, Fishing (3 rods), Surf and Rock Smash
This commit is contained in:
Rogerooo 2019-12-03 12:16:30 +00:00
parent 03974e6f22
commit b29c776e62
3 changed files with 12328 additions and 0 deletions

File diff suppressed because it is too large Load diff

View file

@ -513,3 +513,49 @@ id,version_group_id,encounter_method_id,slot,rarity
512,11,19,,100
513,14,19,,100
514,16,19,,100
515,3,1,1,30
516,3,1,2,30
517,3,1,3,20
518,3,1,4,10
519,3,1,5,5
520,3,1,6,4
521,3,1,7,1
522,3,2,1,70
523,3,2,2,15
524,3,2,3,15
525,3,3,1,35
526,3,3,2,35
527,3,3,3,20
528,3,3,4,10
529,3,4,1,40
530,3,4,2,30
531,3,4,3,20
532,3,4,4,10
533,3,5,1,60
534,3,5,2,30
535,3,5,3,10
536,3,6,1,90
537,3,6,2,10
538,4,1,1,30
539,4,1,2,30
540,4,1,3,20
541,4,1,4,10
542,4,1,5,5
543,4,1,6,4
544,4,1,7,1
545,4,2,1,70
546,4,2,2,15
547,4,2,3,15
548,4,3,1,35
549,4,3,2,35
550,4,3,3,20
551,4,3,4,10
552,4,4,1,40
553,4,4,2,30
554,4,4,3,20
555,4,4,4,10
556,4,5,1,60
557,4,5,2,30
558,4,5,3,10
559,4,6,1,90
560,4,6,2,10

1 id version_group_id encounter_method_id slot rarity
513 512 11 19 100
514 513 14 19 100
515 514 16 19 100
516 515 3 1 1 30
517 516 3 1 2 30
518 517 3 1 3 20
519 518 3 1 4 10
520 519 3 1 5 5
521 520 3 1 6 4
522 521 3 1 7 1
523 522 3 2 1 70
524 523 3 2 2 15
525 524 3 2 3 15
526 525 3 3 1 35
527 526 3 3 2 35
528 527 3 3 3 20
529 528 3 3 4 10
530 529 3 4 1 40
531 530 3 4 2 30
532 531 3 4 3 20
533 532 3 4 4 10
534 533 3 5 1 60
535 534 3 5 2 30
536 535 3 5 3 10
537 536 3 6 1 90
538 537 3 6 2 10
539 538 4 1 1 30
540 539 4 1 2 30
541 540 4 1 3 20
542 541 4 1 4 10
543 542 4 1 5 5
544 543 4 1 6 4
545 544 4 1 7 1
546 545 4 2 1 70
547 546 4 2 2 15
548 547 4 2 3 15
549 548 4 3 1 35
550 549 4 3 2 35
551 550 4 3 3 20
552 551 4 3 4 10
553 552 4 4 1 40
554 553 4 4 2 30
555 554 4 4 3 20
556 555 4 4 4 10
557 556 4 5 1 60
558 557 4 5 2 30
559 558 4 5 3 10
560 559 4 6 1 90
561 560 4 6 2 10

File diff suppressed because it is too large Load diff