Add missing conditions gift Pokémon D/P/Pt, remove wrong encounters

+ National Dex requirement for Hearthome Eeevee D/P
+ Defeat Jupiter Eterna City Togepi Egg
+ Remove Togepi Egg from D/P (was incorrect)
+ Clear Team Galactic Iron Island Riolu Egg
This commit is contained in:
Simply BLG 2022-07-24 12:36:21 -03:00
parent 8d6f339d09
commit 0496b6d33a
4 changed files with 15 additions and 2 deletions

View file

@ -20619,3 +20619,9 @@ encounter_id,encounter_condition_value_id
62274,46
62275,47
62276,48
50380,37
50381,37
50523,51
50526,52
50527,52
50528,52

1 encounter_id encounter_condition_value_id
20619 62274 46
20620 62275 47
20621 62276 48
20622 50380 37
20623 50381 37
20624 50523 51
20625 50526 52
20626 50527 52
20627 50528 52

View file

@ -64,3 +64,10 @@ encounter_condition_value_id,local_language_id,name
43,9,No item requirement
44,9,Have Adamant Orb in bag
45,9,Have Lustrous Orb in bag
46,9,Have Helix Fossil
47,9,Have Dome Fossil
48,9,Have Old Amber
49,9,Have Root Fossil
50,9,Have Claw Fossil
51,9,Defeat Jupiter
52,9,Defeat Team Galactic at Iron Island

1 encounter_condition_value_id local_language_id name
64 43 9 No item requirement
65 44 9 Have Adamant Orb in bag
66 45 9 Have Lustrous Orb in bag
67 46 9 Have Helix Fossil
68 47 9 Have Dome Fossil
69 48 9 Have Old Amber
70 49 9 Have Root Fossil
71 50 9 Have Claw Fossil
72 51 9 Defeat Jupiter
73 52 9 Defeat Team Galactic at Iron Island

View file

@ -49,3 +49,5 @@ id,encounter_condition_id,identifier,is_default
48,11,item-old-amber,0
49,11,item-root-fossil,0
50,11,item-claw-fossil,0
51,9,story-progress-defeat-jupiter,0
52,9,story-progress-beat-team-galactic-iron-island,0

1 id encounter_condition_id identifier is_default
49 48 11 item-old-amber 0
50 49 11 item-root-fossil 0
51 50 11 item-claw-fossil 0
52 51 9 story-progress-defeat-jupiter 0
53 52 9 story-progress-beat-team-galactic-iron-island 0

View file

@ -46808,8 +46808,6 @@ id,version_id,location_area_id,encounter_slot_id,pokemon_id,min_level,max_level
50518,9,787,507,360,5,5
50519,10,518,508,175,5,5
50520,11,518,508,175,5,5
50521,12,788,509,175,1,1
50522,13,788,509,175,1,1
50523,14,788,510,175,1,1
50524,12,789,509,440,1,1
50525,13,789,509,440,1,1

Can't render this file because it is too large.