Commit b7ea226e authored by pichoro's avatar pichoro

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

parent dc144c2d
...@@ -260,13 +260,13 @@ card field: ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment