Lands for magic-new-flip courtesy of Rusty Keyes.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1576 0fc631ac-6414-0410-93d0-97cfa31319b6
|
After Width: | Height: | Size: 78 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 81 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 92 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 14 KiB |
@@ -6,7 +6,7 @@ installer group: magic/new style/flip cards
|
||||
icon: card-sample.png
|
||||
position hint: 002
|
||||
|
||||
version: 2010-04-07
|
||||
version: 2010-12-17
|
||||
depends on:
|
||||
package: magic.mse-game
|
||||
version: 2010-04-07
|
||||
@@ -41,13 +41,7 @@ init script:
|
||||
mask_multi_land_with_color := { styling.colored_multicolor_land_name }
|
||||
|
||||
# Colored lands are generated by scripting.
|
||||
land_template := {
|
||||
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" ),
|
||||
)
|
||||
}
|
||||
land_template := { (if input == "a" then "c" else input) + "l{type}.jpg" }
|
||||
|
||||
# Use the normal tap symbol
|
||||
mana_t := {
|
||||
|
||||
|
After Width: | Height: | Size: 82 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 76 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 13 KiB |