Commit 2d78987b authored by pichoro's avatar pichoro

Lands for magic-new-flip courtesy of Rusty Keyes.

parent 2e5c68f5
...@@ -6,7 +6,7 @@ installer group: magic/new style/flip cards ...@@ -6,7 +6,7 @@ installer group: magic/new style/flip cards
icon: card-sample.png icon: card-sample.png
position hint: 002 position hint: 002
version: 2010-04-07 version: 2010-12-17
depends on: depends on:
package: magic.mse-game package: magic.mse-game
version: 2010-04-07 version: 2010-04-07
...@@ -41,13 +41,7 @@ init script: ...@@ -41,13 +41,7 @@ init script:
mask_multi_land_with_color := { styling.colored_multicolor_land_name } mask_multi_land_with_color := { styling.colored_multicolor_land_name }
# Colored lands are generated by scripting. # Colored lands are generated by scripting.
land_template := { land_template := { (if input == "a" then "c" else input) + "l{type}.jpg" }
masked_blend(
mask: "artifact_blend_{type}.png",
dark: "cl{type}.jpg",
light: ( if input == "c" or input == "a" then "cl{type}.jpg" else input + "{type}.jpg" ),
)
}
# Use the normal tap symbol # Use the normal tap symbol
mana_t := { mana_t := {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment