diff --git a/data/magic-tts.mse-export-template/export-template b/data/magic-tts.mse-export-template/export-template index 8356c6660..80ee27118 100644 --- a/data/magic-tts.mse-export-template/export-template +++ b/data/magic-tts.mse-export-template/export-template @@ -19,10 +19,6 @@ option field: choice: .png choice: no description: Also exports the images to a folder -option field: - type: text - name: toggle add owner - description: A Steam username to add to the card. # By giantweevil: https://steamcommunity.com/sharedfiles/filedetails/?id=2551006084 script: @@ -64,7 +60,6 @@ script: + "\{ \"Nickname\":\"" + clean_name(card.name) + " | " + trim(remove_tags(card.type)) + " | CMC" + card.cmc - + (if options.toggle_add_owner != "" then " | " + sanitize(options.toggle_add_owner) else "") + "\",\"Description\":\"" + sanitize(card.rule_text) + "\"\}," } write_cards := for x from 0 to length(alphabetized)-1 do to_text(write_card(x, card:alphabetized[x]))