mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
Add missing special encounters
- Snorlax in GSC, HGSS - Groudon, Kyogre and Rayquaza in RSE - Removed unused Goldenrod city area location area - Changed location area prose to some areas to correct duplicate location name in display - Added proper default values for story-progress condition - Added new condition 'other' for weirder conditions - Added missing areas for legendary encounters in Hoenn - Added missing locations for legendary encounters in Hoenn
This commit is contained in:
parent
13a36e6b9e
commit
8b11fda6f8
10 changed files with 50 additions and 10 deletions
|
@ -20,3 +20,4 @@ encounter_condition_id,local_language_id,name
|
|||
7,9,Chosen Starter
|
||||
8,9,Chosen dialogue at the news report
|
||||
9,9,Story Progress
|
||||
10,9,Miscellaneous
|
||||
|
|
|
|
@ -16971,3 +16971,5 @@ encounter_id,encounter_condition_value_id
|
|||
58140,35
|
||||
58138,28
|
||||
58140,27
|
||||
59829,39
|
||||
59830,39
|
||||
|
|
|
|
@ -54,3 +54,7 @@ encounter_condition_value_id,local_language_id,name
|
|||
33,9,Met Tornadus or Thundurus in a cutscene
|
||||
34,9,Beat the Elite 4 for the second time
|
||||
35,9,Enter the Hall of Fame
|
||||
36,9,None
|
||||
37,9,Acquired National Pokédex
|
||||
38,9,None
|
||||
39,9,Beat the Pokémon league after knocking out Snorlax at Route 11
|
||||
|
|
|
|
@ -27,10 +27,14 @@ id,encounter_condition_id,identifier,is_default
|
|||
26,7,starter-froakie,0
|
||||
27,8,tv-option-blue,1
|
||||
28,8,tv-option-red,0
|
||||
29,9,story-progress-awakened-beasts,1
|
||||
29,9,story-progress-awakened-beasts,0
|
||||
30,9,story-progress-beat-galactic-coronet,0
|
||||
31,9,story-progress-oak-eterna-city,0
|
||||
32,9,story-progress-vermilion-copycat,0
|
||||
33,9,story-progress-met-tornadus-thundurus,0
|
||||
34,9,story-progress-beat-elite-four-round-two,0
|
||||
35,9,story-progress-hall-of-fame,0
|
||||
36,9,story-progress-none,1
|
||||
37,9,story-progress-national-dex,0
|
||||
38,10,other-none,1
|
||||
39,10,other-snorlax-11-beat-league,0
|
||||
|
|
|
|
@ -8,3 +8,4 @@ id,identifier
|
|||
7,starter
|
||||
8,tv-option
|
||||
9,story-progress
|
||||
10,other
|
||||
|
|
|
|
@ -56111,3 +56111,17 @@ id,version_id,location_area_id,encounter_slot_id,pokemon_id,min_level,max_level
|
|||
59821,4,204,611,63,15,15
|
||||
59822,4,204,612,63,15,15
|
||||
59823,4,204,613,49,15,15
|
||||
59824,4,282,581,143,50,50
|
||||
59825,5,282,581,143,50,50
|
||||
59826,6,282,582,143,50,50
|
||||
59827,15,305,584,143,50,50
|
||||
59828,16,305,584,143,50,50
|
||||
59829,15,276,584,143,50,50
|
||||
59830,16,276,584,143,50,50
|
||||
59831,7,801,565,383,45,45
|
||||
59832,8,801,565,382,45,45
|
||||
59833,9,802,566,383,70,70
|
||||
59834,9,803,566,382,70,70
|
||||
59835,7,804,565,384,70,70
|
||||
59836,8,804,565,384,70,70
|
||||
59837,9,804,566,384,70,70
|
||||
|
|
Can't render this file because it is too large.
|
|
@ -656,5 +656,8 @@ location_area_id,local_language_id,name
|
|||
796,9,Roaming Hoenn
|
||||
797,9,Roaming Sinnoh
|
||||
798,9,Azalea Town
|
||||
799,9,Goldenrod City
|
||||
800,9,Mahogany City
|
||||
801,9,Cave of Origin B4F
|
||||
802,9,Terra Cave
|
||||
803,9,Marine Cave
|
||||
804,9,Sky Pillar Apex
|
||||
|
|
|
|
@ -682,11 +682,14 @@ id,location_id,game_index,identifier
|
|||
790,153,0,poke-mart
|
||||
791,153,0,pokemon-center
|
||||
792,349,0,west-gate
|
||||
793,139,0,bell-tower-roof
|
||||
794,799,0,roaming-kanto-area
|
||||
795,800,0,roaming-johto-area
|
||||
796,801,0,roaming-hoenn-area
|
||||
797,802,0,roaming-sinnoh-area
|
||||
798,228,0,azalea-town-area
|
||||
799,229,0,goldenrod-city-area
|
||||
800,230,0,mahogany-city-area
|
||||
793,139,0,roof
|
||||
794,799,0,area
|
||||
795,800,0,area
|
||||
796,801,0,area
|
||||
797,802,0,area
|
||||
798,228,0,area
|
||||
800,230,0,area
|
||||
801,443,0,b4f
|
||||
802,803,0,area
|
||||
803,804,0,area
|
||||
804,448,0,apex
|
||||
|
|
|
|
@ -3576,3 +3576,9 @@ location_id,local_language_id,name,subtitle
|
|||
798,9,Malie City,Outer Cape
|
||||
798,11,マリエシティ,はずれの岬
|
||||
798,12,马利埃静市,市郊海角
|
||||
799,9,Roaming Kanto,
|
||||
800,9,Roaming Johto,
|
||||
801,9,Roaming Hoenn,
|
||||
802,9,Roaming Sinnoh,
|
||||
803,9,Terra Cave,
|
||||
804,9,Marine Cave,
|
||||
|
|
|
|
@ -784,3 +784,5 @@ id,region_id,identifier
|
|||
800,2,roaming-johto
|
||||
801,3,roaming-hoenn
|
||||
802,4,roaming-sinnoh
|
||||
803,3,terra-cave
|
||||
804,3,marine-cave
|
||||
|
|
|
Loading…
Reference in a new issue