Oops. Made some mistakes with some defaults I just added.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1411 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
pichoro
2009-07-23 15:41:37 +00:00
parent f9885269fc
commit 4e18bd3e89
+2 -2
View File
@@ -260,13 +260,13 @@ card field:
name: loyalty cost 4 name: loyalty cost 4
show statistics: false show statistics: false
description: The loyalty cost for the fourth ability of a planeswalker 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 default: if card.power_2 !="" then card.power_2 else card.power #For back compatibility with past templates. Take out a couple versions after 0.3.8
card field: card field:
type: text type: text
name: loyalty cost 5 name: loyalty cost 5
show statistics: false show statistics: false
description: The loyalty cost for the fifth ability of a planeswalker 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 default: card.toughness_2 #For back compatibility with past templates. Take out a couple versions after 0.3.8
############################# PT ############################# PT
card field: card field:
type: text type: text