---------

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: 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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 15 KiB