[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:
@@ -192,7 +192,7 @@ script:
|
||||
+"\nCard #: "+card.card_number
|
||||
+"\n"
|
||||
}
|
||||
write_cards := to_text(for each card in sort_list(cards, order_by: {card.card_number}) do write_card())
|
||||
write_cards := to_text(for each card in sort_list(set, order_by: {card.card_number}) do write_card())
|
||||
write_images := if options.export_images then (for each card in cards do write_image_file((if options.image_type =="full" then card else card.image), file:"{card.name}{if options.image_type == "full" then ".full" else ""}.jpg"))
|
||||
to_string(set.title+" Spoiler List\n"
|
||||
+set.description+"\n"
|
||||
|
||||
Reference in New Issue
Block a user