Add missing legendary encounters for D/P/Pt

And necessary dependencies
This commit is contained in:
Simply BLG 2022-07-23 23:38:36 -03:00
parent df8488dce4
commit f5d5b2cb53
7 changed files with 32 additions and 1 deletions

View file

@ -20592,3 +20592,9 @@ encounter_id,encounter_condition_value_id
62230,30
62231,41
62232,41
62249,44
62249,42
62249,35
62250,45
62250,42
62250,35

1 encounter_id encounter_condition_value_id
20592 62230 30
20593 62231 41
20594 62232 41
20595 62249 44
20596 62249 42
20597 62249 35
20598 62250 45
20599 62250 42
20600 62250 35

View file

@ -60,3 +60,7 @@ encounter_condition_value_id,local_language_id,name
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

1 encounter_condition_value_id local_language_id name
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

View file

@ -39,4 +39,8 @@ id,encounter_condition_id,identifier,is_default
38,10,other-none,1
39,10,other-snorlax-11-beat-league,0
40,10,other-virtual-console,0
41,9,cure-eldritch-nightmares,0
41,9,story-progress-cure-eldritch-nightmares,0
42,9,other-talk-to-cynthias-grandmother,0
43,11,item-none,1
44,11,item-adamant-orb,0
45,11,item-lustrous-orb,0

1 id encounter_condition_id identifier is_default
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 cure-eldritch-nightmares story-progress-cure-eldritch-nightmares 0
43 42 9 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

View file

@ -9,3 +9,4 @@ id,identifier
8,tv-option
9,story-progress
10,other
11,item

1 id identifier
9 8 tv-option
10 9 story-progress
11 10 other
12 11 item

View file

@ -58528,3 +58528,13 @@ id,version_id,location_area_id,encounter_slot_id,pokemon_id,min_level,max_level
62238,16,827,570,383,50,50
62239,15,828,570,384,50,50
62240,16,828,570,384,50,50
62241,12,829,568,480,50,50
62242,13,829,568,480,50,50
62243,14,829,569,480,50,50
62244,12,830,568,482,50,50
62245,13,830,568,482,50,50
62246,14,830,569,482,50,50
62247,12,831,568,483,47,47
62248,13,831,568,484,47,47
62249,14,831,569,483,70,70
62250,14,831,569,484,70,70

Can't render this file because it is too large.

View file

@ -685,3 +685,6 @@ location_area_id,local_language_id,name
826,9,Kyogres Room
827,9,Groudons Room
828,9,Rayquazas Room
829,9,Acuity Cavern
830,9,Valor Cavern
831,9,Spear Pillar

1 location_area_id local_language_id name
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

View file

@ -717,3 +717,6 @@ id,location_id,game_index,identifier
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

1 id location_id game_index identifier
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