Removing a bit of redundant code from Magic old styles.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1397 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
pichoro
2009-07-09 14:59:57 +00:00
parent 814ec36201
commit f1715748bd
5 changed files with 5 additions and 35 deletions
+1 -7
View File
@@ -6,7 +6,7 @@ installer group: magic/old style/promo cards
icon: card-sample.png
position hint: 104
version: 2009-07-07
version: 2009-07-09
depends on:
package: magic.mse-game
version: 2007-12-29
@@ -68,12 +68,6 @@ init script:
dark: template("a"),
light: base,
)
else if color_count > 1 and mask_hybrid_with_land() then
masked_blend(
mask: "hybrid_blend_{type}.png",
dark: land_template("c"),
light: base,
)
else base
}
+1 -7
View File
@@ -6,7 +6,7 @@ installer group: magic/old style/split cards
icon: card-sample.png
position hint: 103
version: 2009-07-06
version: 2009-07-09
depends on:
package: magic.mse-game
version: 2008-06-02
@@ -70,12 +70,6 @@ init script:
dark: template("a"),
light: base,
)
else if color_count > 1 and mask_hybrid_with_land() then
masked_blend(
mask: "hybrid_blend_{type}.png",
dark: land_template("c"),
light: base,
)
else base
}
+1 -7
View File
@@ -6,7 +6,7 @@ installer group: magic/old style/textless cards
icon: card-sample.png
position hint: 105
version: 2009-07-07
version: 2009-07-09
depends on:
package: magic.mse-game
version: 2008-06-02
@@ -65,12 +65,6 @@ init script:
dark: template("a"),
light: base,
)
else if color_count > 1 and mask_hybrid_with_land() then
masked_blend(
mask: "hybrid_blend_{type}.png",
dark: land_template("c"),
light: base,
)
else base
}
+1 -7
View File
@@ -6,7 +6,7 @@ installer group: magic/old style/tokens
icon: card-sample.png
position hint: 107
version: 2009-07-07
version: 2009-07-09
depends on:
package: magic.mse-game
version: 2008-06-02
@@ -61,12 +61,6 @@ init script:
dark: template("a"),
light: base,
)
else if color_count > 1 and mask_hybrid_with_land() then
masked_blend(
mask: "hybrid_blend_{type}.png",
dark: land_template("c"),
light: base,
)
else base
}
+1 -7
View File
@@ -6,7 +6,7 @@ installer group: magic/old style/normal cards
icon: card-sample.png
position hint: 101
version: 2009-07-06
version: 2009-07-09
depends on:
package: magic.mse-game
version: 2008-06-02
@@ -69,12 +69,6 @@ init script:
dark: template("a"),
light: base,
)
else if color_count > 1 and mask_hybrid_with_land() then
masked_blend(
mask: "hybrid_blend_{type}.png",
dark: land_template("c"),
light: base,
)
else base
}
############################################################## Set info fields