Skip to content

Commit 7ed7e9d

Browse files
authored
Add external game gift encounters (#1417)
* Add External Game Encounters * Update encounters.csv * make sure new lines exist * fix manaphy soul silver * Update encounter_method_prose.csv * maybe commas?
1 parent 8ad2da3 commit 7ed7e9d

6 files changed

Lines changed: 55 additions & 1 deletion

File tree

data/v2/csv/encounter_method_prose.csv

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,9 @@ encounter_method_id,local_language_id,name
9191
43,5,Apparition rare dans l'eau avec un parfum ou un combo capture
9292
43,9,Rare spawn in water with lure or catch combo
9393
44,9,"Encountering 5 Pokemon within grass, flowers, or within a cave"
94+
45,9,Receiving a Jirachi from the USA Colosseum Bonus Disc
95+
46,9,Receiving a Celebi or Pikachu from the Japanese Colosseum Bonus Disc
96+
47,9,Receiving a Jirachi from the PAL copy of Pokemon channel
97+
48,9,Receiving a Manaphy from Pokemon Ranger
98+
49,9,"Receiving a Pikachu, Electivire, or Magmar from Pokemon Battle Revolution"
99+
50,9,Receiving an egg from the Pokemon center in New York City that contains the special move Wish.

data/v2/csv/encounter_methods.csv

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,10 @@ id,identifier,order
4242
41,overworld-special,41
4343
42,overworld-flying-special,42
4444
43,overworld-water-special,43
45-
44,horde,44
45+
44,horde,44
46+
45,colosseum-bonus-disc-us, 45
47+
46,colosseum-bonus-disc-jpn, 46
48+
47,pokemon-channel-pal, 47
49+
48,pokemon-ranger, 48
50+
49,pokemon-battle-revolution, 49
51+
50,new-york-pokecenter-wish-eggs,50

data/v2/csv/encounter_slots.csv

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1335,3 +1335,14 @@ id,version_group_id,encounter_method_id,slot,rarity
13351335
1334,16,44,1,35
13361336
1335,16,44,2,5
13371337
1336,16,44,3,60
1338+
1337,5,46,,100
1339+
1338,6,46,,100
1340+
1339,5,45,,100
1341+
1340,5,47,,100
1342+
1341,7,46,,100
1343+
1342,8,48,,100
1344+
1343,9,48,,100
1345+
1344,10,48,,100
1346+
1345,5,46,,100
1347+
1346,6,46,,100
1348+
1347,7,46,,100

data/v2/csv/encounters.csv

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65130,3 +65130,22 @@ id,version_id,location_area_id,encounter_slot_id,pokemon_id,min_level,max_level
6513065130
70689,25,1205,1285,363,17,17
6513165131
70690,26,1205,1283,41,17,17
6513265132
70691,26,1205,1285,363,17,17
65133+
70692,7,1210,1337,251,10,10
65134+
70693,8,1210,1337,251,10,10
65135+
70694,9,1210,1338,251,10,10
65136+
70695,7,1210,1345,25,10,10
65137+
70696,8,1210,1345,25,10,10
65138+
70697,9,1210,1346,25,10,10
65139+
70698,7,1210,1339,385,5,5
65140+
70699,8,1210,1339,385,5,5
65141+
70700,7,1210,1340,385,5,5
65142+
70701,8,1210,1340,385,5,5
65143+
70702,10,1212,1341,251,10,10
65144+
70703,11,1212,1341,251,10,10
65145+
70704,10,1212,1347,25,10,10
65146+
70705,11,1212,1347,25,10,10
65147+
70706,12,1213,1342,490,1,1
65148+
70707,13,1213,1342,490,1,1
65149+
70708,14,1213,1343,490,1,1
65150+
70709,15,1214,1344,490,1,1
65151+
70710,16,1214,1344,490,1,1

data/v2/csv/location_areas.csv

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1097,3 +1097,9 @@ id,location_id,game_index,identifier
10971097
1206,445,0,b3f
10981098
1207,452,0,north-oras
10991099
1208,452,0,south-oras
1100+
1209,1088,0,
1101+
1210,1089,0,
1102+
1211,1090,0,
1103+
1212,1091,0,
1104+
1213,1092,0,
1105+
1214,1093,0,

data/v2/csv/locations.csv

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,3 +1069,9 @@ id,region_id,identifier
10691069
1085,10,savanna-biome
10701070
1086,10,savanna-plaza
10711071
1087,10,torchlit-labyrinth
1072+
1088,3,hoenn-pokemart
1073+
1089,3,hoenn-pokecenter
1074+
1090,1,kanto-pokemart
1075+
1091,1,kanto-pokecenter
1076+
1092,4,sinnoh-pokemart
1077+
1093,2,johto-pokemart

0 commit comments

Comments
 (0)