Skip to content

Commit 0cd0a9d

Browse files
committed
add togetic to encounter condition, change pokespot location areas
1 parent ad251c0 commit 0cd0a9d

5 files changed

Lines changed: 8 additions & 11 deletions

File tree

data/v2/csv/encounter_condition_value_prose.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ encounter_condition_value_id,local_language_id,name
229229
104,5,Avoir Dialga et Palkia dans l'équipe
230230
105,9,Scan a specific QR Code
231231
105,5,Scanner un code QR spécifique
232-
109,9,Trade Danny the Purified Shadow Togepi for an Elekid
232+
109,9,Trade Danny the Purified Shadow Togepi or Togetic for an Elekid
233233
110,9,Trade Duking a Trapinch for a Meditite from a Pokespot
234234
111,9,Trade Duking a Surskit for a Shuckle from a Pokespot
235235
112,9,Trade Duking a Wooper for a Larvitar from a Pokespot

data/v2/csv/encounter_condition_values.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ id,encounter_condition_id,identifier,is_default
107107
106,10,other-caught-articuno,0
108108
107,10,other-caught-zapdos,0
109109
108,10,other-caught-moltres,0
110-
109,15,trade-togepi,1
110+
109,15,trade-togepi-or-togetic,1
111111
110,15,trade-trapinch,1
112112
111,15,trade-surskit,1
113113
112,15,trade-wooper,1

data/v2/csv/location_areas.csv

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,7 +1158,7 @@ id,location_id,game_index,identifier
11581158
1267,1108,0,outside
11591159
1268,1108,0,bf2
11601160
1269,1108,0,bf1
1161-
1270,1109,0,
1161+
1270,1109,0,cave
11621162
1271,1110,0,2f
11631163
1272,1110,0,3f
11641164
1273,1110,0,roof
@@ -1182,8 +1182,8 @@ id,location_id,game_index,identifier
11821182
1291,1112,0,dome-1f
11831183
1292,1112,0,dome-2f
11841184
1293,1107,0,
1185-
1294,1113,0,
1186-
1295,1114,0,
1185+
1294,1109,0,rock
1186+
1295,1109,0,oasis
11871187
1296,1105,0,lobby
11881188
1297,1095,0,inside
11891189
1298,1099,0,colosseum

data/v2/csv/location_names.csv

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4952,9 +4952,7 @@ location_id,local_language_id,name,subtitle
49524952
1106,9,Pokemon Hq Lab,
49534953
1107,9,Gateon Port,
49544954
1108,9,Cipher Lab,
4955-
1109,9,Cave Pokespot,
4955+
1109,9,Pokespot,
49564956
1110,9,ONBS,
49574957
1111,9,Cipher Key Lair,
49584958
1112,9,Citadark Isle,
4959-
1113,9,Rock Pokespot,
4960-
1114,9,Oasis Pokespot,

data/v2/csv/locations.csv

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,9 +1090,8 @@ id,region_id,identifier
10901090
1106,11,pokemon-hq-lab
10911091
1107,11,gateon-port
10921092
1108,11,cipher-lab
1093-
1109,11,cave-pokespot
1093+
1109,11,pokespot
10941094
1110,11,onbs
10951095
1111,11,cipher-key-lair
10961096
1112,11,citadark-isle
1097-
1113,11,rock-pokespot
1098-
1114,11,oasis-pokespot
1097+

0 commit comments

Comments
 (0)