mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-26 05:10:21 +00:00
Add missing legendary encounters D/P/Pt
This commit is contained in:
parent
88806d3248
commit
ec95156acd
6 changed files with 28 additions and 0 deletions
|
@ -20653,3 +20653,6 @@ encounter_id,encounter_condition_value_id
|
||||||
62282,56
|
62282,56
|
||||||
62283,57
|
62283,57
|
||||||
62284,57
|
62284,57
|
||||||
|
62293,58
|
||||||
|
62294,58
|
||||||
|
62295,58
|
||||||
|
|
|
|
@ -76,3 +76,4 @@ encounter_condition_value_id,local_language_id,name
|
||||||
55,9,Defeat Red
|
55,9,Defeat Red
|
||||||
56,9,Received a Kanto Starter
|
56,9,Received a Kanto Starter
|
||||||
57,9,Received TM59 From Claire
|
57,9,Received TM59 From Claire
|
||||||
|
58,9,"Have Regirock, Regice and Registeel in the party"
|
||||||
|
|
|
|
@ -56,3 +56,4 @@ id,encounter_condition_id,identifier,is_default
|
||||||
55,9,story-progress-beat-red,0
|
55,9,story-progress-beat-red,0
|
||||||
56,9,other-received-kanto-starter,0
|
56,9,other-received-kanto-starter,0
|
||||||
57,9,story-progress-receive-tm-from-claire,0
|
57,9,story-progress-receive-tm-from-claire,0
|
||||||
|
58,9,other-regirock-regice-registeel-in-party,0
|
||||||
|
|
|
|
@ -58572,3 +58572,18 @@ id,version_id,location_area_id,encounter_slot_id,pokemon_id,min_level,max_level
|
||||||
62290,6,242,564,130,30,30
|
62290,6,242,564,130,30,30
|
||||||
62291,15,242,570,130,30,30
|
62291,15,242,570,130,30,30
|
||||||
62292,16,242,570,130,30,30
|
62292,16,242,570,130,30,30
|
||||||
|
62293,12,112,568,486,70,70
|
||||||
|
62294,13,112,568,486,70,70
|
||||||
|
62295,14,112,569,486,1,1
|
||||||
|
62296,12,837,568,485,70,70
|
||||||
|
62297,13,837,568,485,70,70
|
||||||
|
62298,14,837,569,485,50,50
|
||||||
|
62299,12,838,568,491,40,40
|
||||||
|
62300,13,838,568,491,40,40
|
||||||
|
62301,14,838,569,491,50,50
|
||||||
|
62302,12,839,568,492,30,30
|
||||||
|
62303,13,839,568,492,30,30
|
||||||
|
62304,14,839,569,492,30,30
|
||||||
|
62305,12,840,568,493,80,80
|
||||||
|
62306,13,840,568,493,80,80
|
||||||
|
62307,14,840,569,493,80,80
|
||||||
|
|
Can't render this file because it is too large.
|
|
@ -693,3 +693,7 @@ location_area_id,local_language_id,name
|
||||||
834,9,
|
834,9,
|
||||||
835,9,Silph Co.
|
835,9,Silph Co.
|
||||||
836,9,Pokémon Center
|
836,9,Pokémon Center
|
||||||
|
837,9,Heatran Chamber
|
||||||
|
838,9,
|
||||||
|
839,9,
|
||||||
|
840,9,
|
||||||
|
|
|
|
@ -725,3 +725,7 @@ id,location_id,game_index,identifier
|
||||||
834,573,0,
|
834,573,0,
|
||||||
835,234,0,silph-co
|
835,234,0,silph-co
|
||||||
836,70,0,pokemon-center
|
836,70,0,pokemon-center
|
||||||
|
837,16,0,heatran-chamber
|
||||||
|
838,183,0,
|
||||||
|
839,179,0,
|
||||||
|
840,188,0,
|
||||||
|
|
|
Loading…
Reference in a new issue