Sweeping a Single Stage:
For sweeping event stages, specify: 1 - highest difficulty as an integer.
Sweeping Frequency:
1. Integer indicates the number of times to sweep.
2. Decimal like 0.5 indicates sweeping with current AP * 0.5.
3. Fraction like 1/3 indicates sweeping with 1/3 of current AP.
Separate multiple stages and sweep counts with ',', indicating sweeping these stages sequentially.
Example:
Sweeping Stages:
9,10,11
Sweeping Counts:
0.5,3,1/3
AP: 999
Represents sweeping:
Stage 9: (999 * 0.5) / 20 = 25 times
Stage 10: 3 times
Stage 11: (999 * 1/3) / 20 = 16 times