From f3e424f9d0c846d7be248e52542c07085e2d739f Mon Sep 17 00:00:00 2001 From: notblisy <50887637+notblisy@users.noreply.github.com> Date: Mon, 16 Feb 2026 17:26:17 -0500 Subject: [PATCH] Fixed pokemon_stats_past Multiple Pokemon in this file had incorrect stat_id values, causing incorrect stats when referencing past-gen stats. In addition, a few stat changes were missed entirely, so they have been added. Lastly, all of the legends arceus effort value changes have been removed, as there is no way to gain EVs in that game. --- data/v2/csv/pokemon_stats_past.csv | 59 +++++++++++++----------------- 1 file changed, 26 insertions(+), 33 deletions(-) diff --git a/data/v2/csv/pokemon_stats_past.csv b/data/v2/csv/pokemon_stats_past.csv index 6674f66f5..0451d8ce6 100644 --- a/data/v2/csv/pokemon_stats_past.csv +++ b/data/v2/csv/pokemon_stats_past.csv @@ -159,39 +159,39 @@ pokemon_id,generation_id,stat_id,base_stat,effort 12,5,4,80,2 15,5,2,80,2 18,5,6,91,3 -25,5,2,30,0 -25,5,4,40,0 -26,5,5,100,0 +25,5,3,30,0 +25,5,5,40,0 +26,5,6,100,0 31,5,2,82,0 34,5,2,92,3 -36,5,3,85,0 +36,5,4,85,0 40,5,4,75,0 45,5,4,100,3 62,5,2,85,0 -65,5,4,85,3 +65,5,5,85,3 71,5,5,60,0 76,5,2,110,0 -181,5,2,75,0 -182,5,2,85,0 +181,5,3,75,0 +182,5,3,85,0 184,5,4,50,0 189,5,5,85,0 267,5,4,90,3 -295,5,4,63,0 +295,5,5,63,0 398,5,5,50,0 -407,5,3,55,0 -508,5,1,100,0 +407,5,2,55,0 +508,5,2,100,0 521,5,2,105,3 -526,5,4,70,0 +526,5,5,70,0 537,5,2,85,0 542,5,5,70,0 545,5,2,90,0 553,5,3,70,0 -24,6,1,85,0 -51,6,1,80,0 -10037,6,4,95,3 +24,6,2,85,0 +51,6,2,80,0 +10037,6,5,95,3 83,6,2,65,1 85,6,6,100,0 -101,6,5,140,0 +101,6,6,140,0 103,6,5,65,0 164,6,4,76,0 168,6,5,60,0 @@ -206,18 +206,20 @@ pokemon_id,generation_id,stat_id,base_stat,effort 279,6,4,85,0 284,6,4,80,1 284,6,6,60,0 -301,6,5,70,0 -313,6,2,55,0 -313,6,4,75,0 -314,6,2,55,0 -314,6,4,75,0 +301,6,6,70,0 +313,6,3,55,0 +313,6,5,75,0 +314,6,3,55,0 +314,6,5,75,0 337,6,1,70,0 338,6,1,70,0 -358,6,2,70,0 -358,6,4,80,1 +358,6,1,65,0 +358,6,3,70,0 +358,6,5,80,1 527,6,1,55,0 558,6,2,95,0 -614,6,1,110,0 +614,6,2,110,0 +615,6,1,70,0 615,6,2,30,0 199,7,5,110,3 681,7,3,150,2 @@ -231,13 +233,4 @@ pokemon_id,generation_id,stat_id,base_stat,effort 889,8,2,130,0 10189,8,2,130,0 10189,8,3,145,0 -10189,8,5,145,0 -899,8,4,105,0 -900,8,2,135,2 -902,8,1,120,2 -10248,8,1,120,2 -903,8,2,130,1 -903,8,6,120,1 -904,8,2,115,1 -10249,8,2,115,3 -10249,8,4,135,0 +10189,8,5,145,0 \ No newline at end of file