Commit 71d77259 authored by pichoro's avatar pichoro

Fixed some casting costs.

Upgraded blending for magic-new-planeswalker.
Fixed some errors and missing features in magic-new-flip's blending.
parent 1f176a4c
......@@ -6,7 +6,7 @@ installer group: magic/new style/extended art
icon: card-sample.png
position hint: 006
version: 2008-08-07
version: 2008-11-27
depends on:
package: magic.mse-game
version: 2008-06-02
......@@ -191,7 +191,7 @@ card style:
color: rgb(0,0,0)
casting cost:
right: 343
top : 32
top : 31
width: { max(30, card_style.casting_cost.content_width) + 5 }
height: 23
alignment: middle right
......
......@@ -6,7 +6,7 @@ installer group: magic/new style/flip cards
icon: card-sample.png
position hint: 002
version: 2008-08-07
version: 2008-11-27
depends on:
package: magic.mse-game
version: 2008-06-02
......@@ -39,7 +39,10 @@ init script:
include file: /magic-default-image.mse-include/scripts
# Should hybrids have a grey name?
mask_hybrid_with_land := { false }
mask_hybrid_with_land := { styling.grey_hybrid_name }
#Should multicolor lands with basic land types have a colored name?
mask_multi_land_with_color := { styling.colored_multicolor_land_name }
# Colored lands are generated by scripting.
land_template := {
......@@ -74,7 +77,10 @@ styling field:
type: boolean
name: grey hybrid name
description: Use a grey background for the name and type line on hybrid cards. This is done on real cards.
initial: no
styling field:
type: boolean
name: colored multicolor land name
description: Use a colored background for the name and type on multicolor land cards with a basic land type. This is done on real cards.
styling field:
type: boolean
name: use guild mana symbols
......
......@@ -6,7 +6,7 @@ installer group: magic/new style/planeswalkers
icon: card-sample.png
position hint: 008
version: 2008-08-07
version: 2008-11-27
depends on:
package: magic.mse-game
version: 2008-06-02
......@@ -182,7 +182,7 @@ card style:
color: rgb(0,0,0)
casting cost:
right: 345
top : 25
top : 24
width: { max(30, card_style.casting_cost.content_width) + 5 }
height: 23
alignment: middle right
......
......@@ -6,7 +6,7 @@ installer group: magic/new style/promotional
icon: card-sample.png
position hint: 004
version: 2008-08-07
version: 2008-11-27
depends on:
package: magic.mse-game
version: 2007-12-29
......@@ -173,7 +173,7 @@ card style:
color: rgb(0,0,0)
casting cost:
right: 343
top : 32
top : 31
width: { max(30, card_style.casting_cost.content_width) + 5 }
height: 23
alignment: middle right
......
......@@ -6,7 +6,7 @@ icon: card-sample.png
position hint: 001
installer group: magic/new style/normal cards
version: 2008-08-07
version: 2008-11-27
depends on: magic.mse-game 2008-06-02
depends on: magic-default-image.mse-include 2007-09-23
depends on: magic-watermarks.mse-include 2007-09-23
......@@ -209,7 +209,7 @@ card style:
top : 31
width: { max(30, card_style.casting_cost.content_width) + 5 }
height: 23
alignment: bottom right
alignment: middle right
font:
name: MPlantin
size: 15
......
......@@ -6,7 +6,7 @@ installer group: magic/new style/textless
icon: card-sample.png
position hint: 005
version: 2008-08-07
version: 2008-11-27
depends on:
package: magic.mse-game
version: 2008-06-02
......@@ -64,7 +64,7 @@ styling field:
type: boolean
name: grey hybrid name
description: Use a grey background for the name and type line on hybrid cards. This is done on real cards.
initial: no
initial: yes
styling field:
type: boolean
name: darker artifacts
......
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