Commit e77b2d76 authored by pichoro's avatar pichoro

Colored lands for Magic-New-Flip.

parent 7e19723f
...@@ -6,10 +6,10 @@ installer group: magic/new style/flip cards ...@@ -6,10 +6,10 @@ installer group: magic/new style/flip cards
icon: card-sample.png icon: card-sample.png
position hint: 002 position hint: 002
version: 2008-06-02 version: 2008-07-15
depends on: depends on:
package: magic.mse-game package: magic.mse-game
version: 2008-06-02 version: 2007-12-29
depends on: depends on:
package: magic-default-image.mse-include package: magic-default-image.mse-include
version: 2007-09-23 version: 2007-09-23
...@@ -41,8 +41,14 @@ init script: ...@@ -41,8 +41,14 @@ init script:
# Should hybrids have a grey name? # Should hybrids have a grey name?
mask_hybrid_with_land := { false } mask_hybrid_with_land := { false }
# We have no land templates # Colored lands are generated by scripting.
land_template := { "cl{type}.jpg" } 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" ),
)
}
# Use the normal tap symbol # Use the normal tap symbol
mana_t := { mana_t := {
...@@ -62,7 +68,14 @@ set info style: ...@@ -62,7 +68,14 @@ set info style:
fill type: solid fill type: solid
fill color: rgb(255,255,255) fill color: rgb(255,255,255)
border color: rgb(0,0,0) border color: rgb(0,0,0)
variation:
name: mythic rare
border radius: 0.07
fill type: linear gradient
fill color 1: rgb(255, 160, 40)
fill color 2: rgb(202, 49, 35)
border color 1: rgb(0, 0, 0)
border color 2: rgb(0, 0, 0)
############################################################## Extra style options ############################################################## Extra style options
styling field: styling field:
......
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