Skip to content

Commit

Permalink
fix: change min and max turns for wrap and infestation
Browse files Browse the repository at this point in the history
  • Loading branch information
Atilio committed Nov 21, 2024
1 parent 94614ef commit a38057b
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 a38057b

Please sign in to comment.