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