Skip to content

Commit 62ee90b

Browse files
notblisyNaramsim
andauthored
Fix XD Pokespot encounter rates + Arbok EV Yield in Gen 6 (#1468)
Fix error in rates for pokespots pointed out by @Dropries here: #1446 (comment) And also Arbok shows as giving 0 Attack EVs before Gen 7, I think its because its past stat value is the same as the stat that got changed, and it's marked as 0 for gen 6 and earlier. Co-authored-by: Alessandro Pezzè <igougi.ui@gmail.com>
1 parent f7f4b12 commit 62ee90b

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

data/v2/csv/location_area_encounter_rates.csv

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3877,12 +3877,6 @@ location_area_id,encounter_method_id,version_id,rate
38773877
1206,1,7,10
38783878
1206,1,8,10
38793879
1206,1,9,10
3880-
1270,53,20,50
3881-
1270,53,20,35
3882-
1270,53,20,15
3883-
1294,53,20,50
3884-
1294,53,20,35
3885-
1294,53,20,15
3886-
1295,53,20,50
3887-
1295,53,20,35
3888-
1295,53,20,15
3880+
1270,53,20,90
3881+
1294,53,20,90
3882+
1295,53,20,90

data/v2/csv/pokemon_stats_past.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ pokemon_id,generation_id,stat_id,base_stat,effort
186186
542,5,5,70,0
187187
545,5,2,90,0
188188
553,5,3,70,0
189-
24,6,2,85,0
189+
24,6,2,85,2
190190
51,6,2,80,0
191191
10037,6,5,95,3
192192
83,6,2,65,1

0 commit comments

Comments
 (0)