2
0
Fork 0
mirror of https://github.com/PokeAPI/pokeapi synced 2025-03-02 14:07:12 +00:00

Add 'stat_changes' entries for 4 moves

Included the missing 'stat_changes' for Stockpile, Memento, Defog, and Shell Smash to accurately reflect their in-game effects.
This commit is contained in:
JintoYamanaka 2023-11-08 20:52:20 +09:00
parent e63ce54b80
commit 49380605ed

View file

@ -48,7 +48,11 @@ move_id,stat_id,change
246,6,1
247,5,-1
249,3,-1
254,3,1
254,5,1
260,4,1
262,2,-2
262,4,-2
268,5,1
276,2,-1
276,3,-1
@ -94,6 +98,7 @@ move_id,stat_id,change
426,7,-1
429,7,-1
430,5,-1
432,8,-1
434,4,-2
437,4,-2
445,4,-2
@ -118,6 +123,11 @@ move_id,stat_id,change
489,7,1
490,6,-1
491,5,-2
504,3,-1
504,5,-1
504,2,2
504,4,2
504,6,2
508,2,1
508,6,2
522,4,-1

1 move_id stat_id change
48 246 6 1
49 247 5 -1
50 249 3 -1
51 254 3 1
52 254 5 1
53 260 4 1
54 262 2 -2
55 262 4 -2
56 268 5 1
57 276 2 -1
58 276 3 -1
98 426 7 -1
99 429 7 -1
100 430 5 -1
101 432 8 -1
102 434 4 -2
103 437 4 -2
104 445 4 -2
123 489 7 1
124 490 6 -1
125 491 5 -2
126 504 3 -1
127 504 5 -1
128 504 2 2
129 504 4 2
130 504 6 2
131 508 2 1
132 508 6 2
133 522 4 -1