# --drops 10

%% select 10 drops with seed values from 1 to 10

# --drops [2-20]

%% select drops with seeds from 2 to 20 (19 drops)

# --drops [1,2,3]

%% select drops with seed 1, 2 and 3

# --drops [1,2,3] [7-9]

%% select drops with seed 1, 2, 3, 7, 8, and 9
