mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-13 14:07:01 -04:00
Corrected Magic sorting script.
Updated some gold, colorless, and light artifact frames. Added machinery for tri-hybrid mana. Added watermarks to magic-new-flip. Updated watermarks. Updated Vanguard keywords to version in Magic. Fixed font_color scripts in magic-new-flip, magic-new-promo, and magic-new-textless. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@318 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -38,12 +38,10 @@ init script:
|
||||
guild_mana := { styling.use_guild_mana_symbols }
|
||||
|
||||
# Does the card have a color that requires a white font for copyright/artist?
|
||||
white_font_colors := filter_rule(match:"^(hybrid 2 color)?black|^land")
|
||||
white_font_colors := filter_rule(match:"^(hybrid 2 color )?(hybrid 3 color [^/]*/[^/]*/ )?(hybrid vertical [^/]*/ )?(black|land|hybrid 4 color white / blue / black / red)")
|
||||
font_color := {
|
||||
if white_font_colors(input:card.card_color) != "" then
|
||||
rgb(255,255,255)
|
||||
else
|
||||
rgb(0,0,0)
|
||||
if white_font_colors(input: card.card_color) != "" then rgb(255,255,255)
|
||||
else rgb(0,0,0)
|
||||
}
|
||||
|
||||
############################################################## Extra style options
|
||||
|
||||
Reference in New Issue
Block a user