[wip] updating exporters for 2.5 (#75)
* Add Card Regions to DFCs * Add Hashes * Add crop_multi_image to help crop with card regions * bugfix exporters and organize the list * add dfc splitter support for Cockatrice and Lackey exporters * fix sizing bugs on Planesculptors exporter * update icons on exporters missing them * update namecheck exporter and improve near checking --------- Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
This commit is contained in:
@@ -211,5 +211,5 @@ script:
|
||||
+(if options.include_notes and card.notes !="" then "[/spoiler]")
|
||||
+"\n"
|
||||
}
|
||||
write_cards := to_text(for each card in sort_list(cards, order_by: {input.card_number}) do write_card())
|
||||
write_cards := to_text(for each card in sort_list(set, order_by: {input.card_number}) do write_card())
|
||||
to_string("Full Spoiler List for "+set.title+"\nSet by "+options.creator+"\n"+set.description+"\n"+write_cards)
|
||||
|
||||
Reference in New Issue
Block a user