mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user