---------

Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
This commit is contained in:
cajun
2024-10-01 08:34:46 -05:00
committed by GitHub
parent d1b3bdac74
commit 5016c6efa2
32836 changed files with 65408 additions and 48862 deletions

View File

@@ -1,7 +1,7 @@
mse version: 2.0.0
short name: MWS
full name: Plugin Exporter
position hint: 005
position hint: 900
icon: icon.png
version: 2014-01-20
#Remember to update version at bottom of file.
@@ -370,8 +370,8 @@ script:
else if contains(card.shape, match:"leveler") then write_leveler()
else write_normal()
}
write_cards := to_text(for each card in sort_list(cards, 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"))
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")) else ""
to_string(set.title+" Spoiler List\n"
+set.description+"\n"
+"Spoiler List created on "+options.date_created+"\n"