mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 14:14:17 +00:00
Add missing legendary encounters for D/P/Pt
And necessary dependencies
This commit is contained in:
parent
df8488dce4
commit
f5d5b2cb53
7 changed files with 32 additions and 1 deletions
|
@ -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
|
||||
|
|
|
|
@ -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 Eldritch’s Son
|
||||
42,9,Talk to Cynthia’s grandmother
|
||||
43,9,No item requirement
|
||||
44,9,Have Adamant Orb in bag
|
||||
45,9,Have Lustrous Orb in bag
|
||||
|
|
|
|
@ -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
|
||||
|
|
|
|
@ -9,3 +9,4 @@ id,identifier
|
|||
8,tv-option
|
||||
9,story-progress
|
||||
10,other
|
||||
11,item
|
||||
|
|
|
|
@ -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.
|
|
@ -685,3 +685,6 @@ location_area_id,local_language_id,name
|
|||
826,9,Kyogre’s Room
|
||||
827,9,Groudon’s Room
|
||||
828,9,Rayquaza’s Room
|
||||
829,9,Acuity Cavern
|
||||
830,9,Valor Cavern
|
||||
831,9,Spear Pillar
|
||||
|
|
|
|
@ -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
|
||||
|
|
|
Loading…
Reference in a new issue