mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 13:37:00 -04:00
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:
@@ -5,7 +5,7 @@ full name: Planar Chaos Timeshifts
|
||||
icon: card-sample.png
|
||||
position hint: 011
|
||||
|
||||
version: 2008-01-10
|
||||
version: 2008-01-12
|
||||
depends on:
|
||||
package: magic.mse-game
|
||||
version: 2007-12-29
|
||||
@@ -30,6 +30,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 }
|
||||
|
||||
template_suffix := [card: "card.jpg", pt: "pt.png"]
|
||||
template := { input + template_suffix[type] }
|
||||
land_template := { (if input == "a" then "c" else input) + "l" + template_suffix[type] }
|
||||
@@ -67,6 +70,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 a basic land type. This is done on real cards.
|
||||
styling field:
|
||||
type: boolean
|
||||
name: use guild mana symbols
|
||||
|
||||
Reference in New Issue
Block a user