Add missing gift Pokémon encounter conditions FR/LG

+ Added high friendship requirement for Togepi Egg in Water Labyrinth
This commit is contained in:
Simply BLG 2022-07-24 20:57:00 -03:00
parent d768dfcf7a
commit 9dced11f15
5 changed files with 7 additions and 0 deletions

View file

@ -20659,3 +20659,5 @@ encounter_id,encounter_condition_value_id
62326,64
62327,64
62328,64
50519,66
50520,66

1 encounter_id encounter_condition_value_id
20659 62326 64
20660 62327 64
20661 62328 64
20662 50519 66
20663 50520 66

View file

@ -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 players party has a high friendship stat

1 encounter_condition_value_id local_language_id name
84 63 9 Thursday
85 64 9 Friday
86 65 9 Saturday
87 66 9 The first Pokémon in the player’s party has a high friendship stat

View file

@ -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

1 id encounter_condition_id identifier is_default
64 63 12 weekday-thursday 0
65 64 12 weekday-friday 0
66 65 12 weekday-saturday 0
67 66 13 first-party-pokemon-high-friendship 0

View file

@ -11,3 +11,4 @@ id,identifier
10,other
11,item
12,weekday
13,first-party-pokemon

1 id identifier
11 10 other
12 11 item
13 12 weekday
14 13 first-party-pokemon

View file

@ -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.