[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:
@@ -1,7 +1,7 @@
|
||||
mse version: 2.0.0
|
||||
short name: Forum Booster
|
||||
full name: Booster Spoiler Exporter
|
||||
position hint: 006
|
||||
position hint: 510
|
||||
icon: icon.png
|
||||
version: 2014-01-20
|
||||
installer group: magic/Export/forum
|
||||
@@ -80,8 +80,8 @@ script:
|
||||
replace@(match:"0", replace:":0mana:")
|
||||
# Determine which style of colored rarities to use.
|
||||
rarity_color := {
|
||||
if options.forum == "mse" then rarity_color_mse()
|
||||
else if options.forum == "mtgsalvation" then rarity_color_mtgs()
|
||||
if options.forum == "mtgsalvation" then rarity_color_mtgs()
|
||||
else rarity_color_mse()
|
||||
}
|
||||
# Colored rarity markers for MTGS forum.
|
||||
rarity_color_mtgs := {
|
||||
@@ -250,10 +250,10 @@ script:
|
||||
else "6"
|
||||
}
|
||||
forum_size_tag_start := {
|
||||
if options.forum == "mse" then "[size=12]"
|
||||
if options.forum == "mse" then "[size=12]" else ""
|
||||
}
|
||||
forum_size_tag_end := {
|
||||
if options.forum == "mse" then "[/size]"
|
||||
if options.forum == "mse" then "[/size]" else ""
|
||||
}
|
||||
write_normal := {
|
||||
# The Name and Casting Cost
|
||||
|
||||
Reference in New Issue
Block a user