Adding some more planeswalker related fields to allow for more custom templates, like flip planeswalkers.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1410 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
pichoro
2009-07-23 15:21:14 +00:00
parent c6e35d142d
commit f9885269fc
2 changed files with 19 additions and 1 deletions
+18
View File
@@ -255,6 +255,18 @@ card field:
name: loyalty cost 3
show statistics: false
description: The loyalty cost for the third ability of a planeswalker
card field:
type: text
name: loyalty cost 4
show statistics: false
description: The loyalty cost for the fourth ability of a planeswalker
default: {if card.power == "" then card.power_2 else card.power} #For back compatibility with past templates. Take out a couple versions after 0.3.8
card field:
type: text
name: loyalty cost 5
show statistics: false
description: The loyalty cost for the fifth ability of a planeswalker
default: {card.toughness_2} #For back compatibility with past templates. Take out a couple versions after 0.3.8
############################# PT
card field:
type: text
@@ -476,6 +488,12 @@ card field:
icon: stats/watermark.png
show statistics: false
description: A watermark for below the textbox, this can be a big mana symbol used on basic lands, a special symbol, or a guild symbol
card field:
type: text
name: loyalty 2
icon: stats/toughness.png
show statistics: false
description: The initial loyalty of a planeswalker
card field:
type: text
name: power 2
+1 -1
View File
@@ -5,7 +5,7 @@ installer group: magic/game files
icon: card-back.png
position hint: 01
version: 2009-07-14
version: 2009-07-23
depends on: magic-blends.mse-include 2007-09-23
depends on: magic-watermarks.mse-include 2007-09-23