Skip to content

Commit

Permalink
Merge pull request #1167 from thehecktour/chore/change-min-max-turns-…
Browse files Browse the repository at this point in the history
…values

Fix incorrect min_turns and max_turns for moves like Wrap and Infestation
  • Loading branch information
Naramsim authored Nov 21, 2024
2 parents 94614ef + a38057b commit ac05b6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/v2/csv/move_meta.csv
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ move_id,meta_category_id,meta_ailment_id,min_hits,max_hits,min_turns,max_turns,d
32,9,0,,,,,0,0,0,0,0,0
33,0,0,,,,,0,0,0,0,0,0
34,4,1,,,,,0,0,0,30,0,0
35,4,8,,,5,6,0,0,0,100,0,0
35,4,8,,,2,4,0,0,0,100,0,0
36,0,0,,,,,-25,0,0,0,0,0
37,0,0,,,,,0,0,0,0,0,0
38,0,0,,,,,-33,0,0,0,0,0
Expand Down Expand Up @@ -609,7 +609,7 @@ move_id,meta_category_id,meta_ailment_id,min_hits,max_hits,min_turns,max_turns,d
608,2,0,,,,,0,0,0,0,0,0
609,4,1,,,,,0,0,0,100,0,0
610,0,0,,,,,0,0,0,0,0,0
611,4,8,,,5,6,0,0,0,100,0,0
611,4,8,,,4,5,0,0,0,100,0,0
612,7,0,,,,,0,0,0,0,0,100
613,8,0,,,,,75,0,0,0,0,0
614,0,-1,,,,,0,0,0,100,0,0
Expand Down

0 comments on commit ac05b6e

Please sign in to comment.