mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-25 21:00:19 +00:00
Add missing conditions gift Pokémon HG/SS
+ Passwords for Mareep, Wooper, Slugma Eggs + Zephyr Badge Togepi Egg + Defeat Red Bulbasaur, Charmander, Squirtle, Treecko, Torchic, Mudkip + Receive Kanto starter Treecko, Torchic, Mudkip
This commit is contained in:
parent
0496b6d33a
commit
fe15740f85
6 changed files with 42 additions and 0 deletions
|
@ -20625,3 +20625,29 @@ encounter_id,encounter_condition_value_id
|
|||
50526,52
|
||||
50527,52
|
||||
50528,52
|
||||
50529,54
|
||||
50530,54
|
||||
50531,53
|
||||
50532,53
|
||||
50533,53
|
||||
50534,53
|
||||
50535,53
|
||||
50536,53
|
||||
50400,55
|
||||
50401,55
|
||||
50402,55
|
||||
50403,55
|
||||
50404,55
|
||||
50405,55
|
||||
62277,55
|
||||
62278,55
|
||||
62279,55
|
||||
62280,55
|
||||
62281,55
|
||||
62282,55
|
||||
62277,56
|
||||
62278,56
|
||||
62279,56
|
||||
62280,56
|
||||
62281,56
|
||||
62282,56
|
||||
|
|
|
|
@ -71,3 +71,7 @@ encounter_condition_value_id,local_language_id,name
|
|||
50,9,Have Claw Fossil
|
||||
51,9,Defeat Jupiter
|
||||
52,9,Defeat Team Galactic at Iron Island
|
||||
53,9,Input correct password
|
||||
54,9,Obtained Zephyr badge
|
||||
55,9,Defeat Red
|
||||
56,9,Received a Kanto Starter
|
||||
|
|
|
|
@ -51,3 +51,7 @@ id,encounter_condition_id,identifier,is_default
|
|||
50,11,item-claw-fossil,0
|
||||
51,9,story-progress-defeat-jupiter,0
|
||||
52,9,story-progress-beat-team-galactic-iron-island,0
|
||||
53,9,other-correct-password,0
|
||||
54,9,story-progress-zephyr-badge,0
|
||||
55,9,story-progress-beat-red,0
|
||||
56,9,other-received-kanto-starter,0
|
||||
|
|
|
|
@ -58562,3 +58562,9 @@ id,version_id,location_area_id,encounter_slot_id,pokemon_id,min_level,max_level
|
|||
62274,11,833,496,138,5,5
|
||||
62275,11,833,496,140,5,5
|
||||
62276,11,833,496,142,5,5
|
||||
62277,15,835,499,252,5,5
|
||||
62278,15,835,499,255,5,5
|
||||
62279,15,835,499,258,5,5
|
||||
62280,16,835,499,252,5,5
|
||||
62281,16,835,499,255,5,5
|
||||
62282,16,835,499,258,5,5
|
||||
|
|
Can't render this file because it is too large.
|
|
@ -691,3 +691,4 @@ location_area_id,local_language_id,name
|
|||
832,9,Pokémon Center
|
||||
833,9,Cinnabar Lab
|
||||
834,9,
|
||||
835,9,Silph Co.
|
||||
|
|
|
|
@ -723,3 +723,4 @@ id,location_id,game_index,identifier
|
|||
832,109,0,pokemon-center
|
||||
833,71,0,cinnabar-lab
|
||||
834,573,0,
|
||||
835,234,0,silph-co
|
||||
|
|
|
Loading…
Reference in a new issue