Merge pull request #1167 from thehecktour/chore/change-min-max-turns-values

Fix incorrect min_turns and max_turns for moves like Wrap and Infestation
This commit is contained in:
Alessandro Pezzè 2024-11-21 20:08:50 +09:00 committed by GitHub
commit ac05b6e150
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
@ -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

1 move_id meta_category_id meta_ailment_id min_hits max_hits min_turns max_turns drain healing crit_rate ailment_chance flinch_chance stat_chance
33 32 9 0 0 0 0 0 0 0
34 33 0 0 0 0 0 0 0 0
35 34 4 1 0 0 0 30 0 0
36 35 4 8 5 2 6 4 0 0 0 100 0 0
37 36 0 0 -25 0 0 0 0 0
38 37 0 0 0 0 0 0 0 0
39 38 0 0 -33 0 0 0 0 0
609 608 2 0 0 0 0 0 0 0
610 609 4 1 0 0 0 100 0 0
611 610 0 0 0 0 0 0 0 0
612 611 4 8 5 4 6 5 0 0 0 100 0 0
613 612 7 0 0 0 0 0 0 100
614 613 8 0 75 0 0 0 0 0
615 614 0 -1 0 0 0 100 0 0