Adjusted magic-new-planeswalker image mask.

Added new styling option to replicate "Murmuring Bosk" frame from Morningtide.
Changed game file "creature type" lists to be named "Race" and "Class".

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@821 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
pichoro
2008-01-13 01:11:15 +00:00
parent 3ad16e949f
commit 0a33961584
11 changed files with 68 additions and 14 deletions
+8 -1
View File
@@ -5,7 +5,7 @@ full name: Modern split cards
icon: card-sample.png
position hint: 003
version: 2008-01-10
version: 2008-01-12
depends on:
package: magic.mse-game
version: 2007-12-29
@@ -39,6 +39,9 @@ init script:
# Should hybrids have a grey name?
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 }
# Which artifact template should be used?
artifact_template := {
if input == "a" and not styling.darker_artifacts
@@ -78,6 +81,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.
styling field:
type: boolean
name: colored multicolor land name
description: Use a colored background for the name and type on multicolor land cards with colors chosen. This is done on real cards.
styling field:
type: boolean
name: use guild mana symbols