Files
cajun 9a7b7949e8 [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>
2024-09-24 09:52:17 -05:00

51 lines
1.1 KiB
Plaintext

mse version: 2.5.0
short name: LackeyBot
full name: LackeyBot Exporter
position hint: 200
icon: icon.png
version: 2024-09-23
installer group: magic/Export/LackeyBot
depends on:
package: magic.mse-game
version: 2009-07-23
game: magic
create directory: true
file type: *.txt|*.txt|*.*|*.*
# By Cajun
option field:
type: text
name: set code
description: The set code for the set
option field:
type: choice
name: export images
choice: no
choice: full size
choice: lackey size
option field:
type: choice
name: image name
choice: name
choice: card number
option field:
type: text
name: default designer
description: The default or head designer for this set.
option field:
type: boolean
name: check designers
description: check the textbox by card # for designer credit?
option field:
type: text
name: v mana replacement
description: exports V mana as a replacement text string
script:
include file: script
write_images := if options.export_images == "no" then "" else for each card in cards do if not export_me() then "" else write_card_images(card)
to_string("\{\n"+clean_cards(write_cards) +"}")