mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 13:17:00 -04:00
Improved blends for pt-boxes.
Updated creature type lists in accordance w/ Oracle update. Shrank textbox font size for magic-future. Fixed new "colored multicolor land name" option in futureshifts. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@825 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -5,7 +5,7 @@ full name: Futureshift
|
||||
icon: card-sample.png
|
||||
position hint: 050
|
||||
|
||||
version: 2008-01-12
|
||||
version: 2008-01-20
|
||||
depends on:
|
||||
package: magic.mse-game
|
||||
version: 2007-12-29
|
||||
@@ -53,6 +53,12 @@ init script:
|
||||
dark: land_template("c"),
|
||||
light: base,
|
||||
)
|
||||
else if land and multi and mask_multi_land_with_color() then
|
||||
masked_blend(
|
||||
mask: "hybrid_blend_{type}.png",
|
||||
dark: base,
|
||||
light: land_template("m"),
|
||||
)
|
||||
else if multi then
|
||||
masked_blend(
|
||||
mask: "multicolor_blend_{type}.png",
|
||||
@@ -132,6 +138,7 @@ init script:
|
||||
else "white"
|
||||
}
|
||||
typesymbol_color:= { if contains(card.card_color, match:"artifact") then "black"
|
||||
else if contains(card.card_color, match:"land") and contains(card.card_color, match:"multicolor") and styling.colored_multicolor_land_name then "black"
|
||||
else if contains(card.card_color, match:"multicolor") then (
|
||||
if card.card_color=="multicolor" then "black"
|
||||
else if not contains(card.card_color, match:"white") then "white"
|
||||
@@ -262,6 +269,10 @@ card style:
|
||||
contains(card.card_color, match:"radial") or
|
||||
contains(card.card_color, match:"vertical") and
|
||||
not contains(card.card_color, match:"multicolor") then rgb(0,0,0)
|
||||
else if contains(card.card_color, match:"land") and
|
||||
contains(card.card_color, match:"multicolor") and
|
||||
contains(card.card_color, match:"black") and
|
||||
styling.colored_multicolor_land_name then rgb(255,255,255)
|
||||
else if contains(card.card_color, match:"land") and
|
||||
contains(card.card_color, match:"multicolor") then rgb(0,0,0)
|
||||
else if styling.grey_hybrid_name and contains(card.card_color, match:"hybrid") then rgb(0,0,0)
|
||||
@@ -341,6 +352,10 @@ card style:
|
||||
contains(card.card_color, match:"radial") or
|
||||
contains(card.card_color, match:"vertical") and
|
||||
not contains(card.card_color, match:"multicolor") then rgb(0,0,0)
|
||||
else if contains(card.card_color, match:"land") and
|
||||
contains(card.card_color, match:"multicolor") and
|
||||
contains(card.card_color, match:"black") and
|
||||
styling.colored_multicolor_land_name then rgb(255,255,255)
|
||||
else if contains(card.card_color, match:"land") and
|
||||
contains(card.card_color, match:"multicolor") then rgb(0,0,0)
|
||||
else if styling.grey_hybrid_name and contains(card.card_color, match:"hybrid") then rgb(0,0,0)
|
||||
@@ -383,15 +398,16 @@ card style:
|
||||
font:
|
||||
name: MPlantin
|
||||
italic name: MPlantin-Italic
|
||||
size: 15
|
||||
size: 13
|
||||
scale down to: 6
|
||||
color:
|
||||
script:
|
||||
if not contains(card.card_color, match:"land") then rgb(0,0,0)
|
||||
else if contains(card.card_color, match:"multicolor") then rgb(0,0,0)
|
||||
else font_color(card.card_color)
|
||||
symbol font:
|
||||
name: { styling.text_box_mana_symbols }
|
||||
size: 15
|
||||
size: 13
|
||||
alignment:
|
||||
script:
|
||||
if (styling.center_text == "short text only" and
|
||||
|
||||
Reference in New Issue
Block a user