I'm trying to pull all the unique basic land cards, but there are well over 700 for each type. So I'm trying to break it up by doing just Forest, Mountain, etc, and also by set. However, 1 I can't pull just "Forest", it also pulls, for example, "Karplusan Forest", which I'm not completely against, but I also can't break it up by sets so that I can't split the search into two parts. Any suggestions?
=SCRYFALL("name:Forest set:/^[abcdefghijklm]/", "collector_number set name image_uris.normal", "700", "set", "asc", "prints")
I'm trying to pull all the unique basic land cards, but there are well over 700 for each type. So I'm trying to break it up by doing just Forest, Mountain, etc, and also by set. However, 1 I can't pull just "Forest", it also pulls, for example, "Karplusan Forest", which I'm not completely against, but I also can't break it up by sets so that I can't split the search into two parts. Any suggestions?
=SCRYFALL("name:Forest set:/^[abcdefghijklm]/", "collector_number set name image_uris.normal", "700", "set", "asc", "prints")