Fixed some casting costs.
Upgraded blending for magic-new-planeswalker. Fixed some errors and missing features in magic-new-flip's blending. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1238 0fc631ac-6414-0410-93d0-97cfa31319b6
@@ -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:
|
|||||||
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
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 9.0 KiB |
|
After Width: | Height: | Size: 622 B |
|
After Width: | Height: | Size: 642 B |
@@ -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:
|
|||||||
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:
|
|||||||
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
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 7.0 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 5.2 KiB |
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 7.1 KiB |
@@ -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:
|
|||||||
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
|
|||||||
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:
|
|||||||
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
|
|||||||
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:
|
|||||||
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
|
|||||||
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:
|
|||||||
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
|
||||||
|
|||||||