mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 14:14:17 +00:00
Add missing gift Pokémon encounter conditions FR/LG
+ Added high friendship requirement for Togepi Egg in Water Labyrinth
This commit is contained in:
parent
d768dfcf7a
commit
9dced11f15
5 changed files with 7 additions and 0 deletions
|
@ -20659,3 +20659,5 @@ encounter_id,encounter_condition_value_id
|
|||
62326,64
|
||||
62327,64
|
||||
62328,64
|
||||
50519,66
|
||||
50520,66
|
||||
|
|
|
|
@ -84,3 +84,4 @@ encounter_condition_value_id,local_language_id,name
|
|||
63,9,Thursday
|
||||
64,9,Friday
|
||||
65,9,Saturday
|
||||
66,9,The first Pokémon in the player’s party has a high friendship stat
|
||||
|
|
|
|
@ -64,3 +64,4 @@ id,encounter_condition_id,identifier,is_default
|
|||
63,12,weekday-thursday,0
|
||||
64,12,weekday-friday,0
|
||||
65,12,weekday-saturday,0
|
||||
66,13,first-party-pokemon-high-friendship,0
|
||||
|
|
|
|
@ -11,3 +11,4 @@ id,identifier
|
|||
10,other
|
||||
11,item
|
||||
12,weekday
|
||||
13,first-party-pokemon
|
||||
|
|
|
|
@ -58710,3 +58710,5 @@ id,version_id,location_area_id,encounter_slot_id,pokemon_id,min_level,max_level
|
|||
62428,7,411,815,349,20,25
|
||||
62429,8,411,815,349,20,25
|
||||
62430,9,411,816,349,20,25
|
||||
62431,10,495,567,97,30,30
|
||||
,11,495,567,97,30,30
|
||||
|
|
Can't render this file because it is too large.
|
Loading…
Reference in a new issue