mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
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:
@@ -6,7 +6,7 @@ installer group: magic/old style/promo cards
|
|||||||
icon: card-sample.png
|
icon: card-sample.png
|
||||||
position hint: 104
|
position hint: 104
|
||||||
|
|
||||||
version: 2009-07-07
|
version: 2009-07-09
|
||||||
depends on:
|
depends on:
|
||||||
package: magic.mse-game
|
package: magic.mse-game
|
||||||
version: 2007-12-29
|
version: 2007-12-29
|
||||||
@@ -68,12 +68,6 @@ init script:
|
|||||||
dark: template("a"),
|
dark: template("a"),
|
||||||
light: base,
|
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
|
else base
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ installer group: magic/old style/split cards
|
|||||||
icon: card-sample.png
|
icon: card-sample.png
|
||||||
position hint: 103
|
position hint: 103
|
||||||
|
|
||||||
version: 2009-07-06
|
version: 2009-07-09
|
||||||
depends on:
|
depends on:
|
||||||
package: magic.mse-game
|
package: magic.mse-game
|
||||||
version: 2008-06-02
|
version: 2008-06-02
|
||||||
@@ -70,12 +70,6 @@ init script:
|
|||||||
dark: template("a"),
|
dark: template("a"),
|
||||||
light: base,
|
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
|
else base
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ installer group: magic/old style/textless cards
|
|||||||
icon: card-sample.png
|
icon: card-sample.png
|
||||||
position hint: 105
|
position hint: 105
|
||||||
|
|
||||||
version: 2009-07-07
|
version: 2009-07-09
|
||||||
depends on:
|
depends on:
|
||||||
package: magic.mse-game
|
package: magic.mse-game
|
||||||
version: 2008-06-02
|
version: 2008-06-02
|
||||||
@@ -65,12 +65,6 @@ init script:
|
|||||||
dark: template("a"),
|
dark: template("a"),
|
||||||
light: base,
|
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
|
else base
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ installer group: magic/old style/tokens
|
|||||||
icon: card-sample.png
|
icon: card-sample.png
|
||||||
position hint: 107
|
position hint: 107
|
||||||
|
|
||||||
version: 2009-07-07
|
version: 2009-07-09
|
||||||
depends on:
|
depends on:
|
||||||
package: magic.mse-game
|
package: magic.mse-game
|
||||||
version: 2008-06-02
|
version: 2008-06-02
|
||||||
@@ -61,12 +61,6 @@ init script:
|
|||||||
dark: template("a"),
|
dark: template("a"),
|
||||||
light: base,
|
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
|
else base
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ installer group: magic/old style/normal cards
|
|||||||
icon: card-sample.png
|
icon: card-sample.png
|
||||||
position hint: 101
|
position hint: 101
|
||||||
|
|
||||||
version: 2009-07-06
|
version: 2009-07-09
|
||||||
depends on:
|
depends on:
|
||||||
package: magic.mse-game
|
package: magic.mse-game
|
||||||
version: 2008-06-02
|
version: 2008-06-02
|
||||||
@@ -69,12 +69,6 @@ init script:
|
|||||||
dark: template("a"),
|
dark: template("a"),
|
||||||
light: base,
|
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
|
else base
|
||||||
}
|
}
|
||||||
############################################################## Set info fields
|
############################################################## Set info fields
|
||||||
|
|||||||
Reference in New Issue
Block a user