Commit dc144c2d authored by pichoro's avatar pichoro

Adding some more planeswalker related fields to allow for more custom...

Adding some more planeswalker related fields to allow for more custom templates, like flip planeswalkers.
parent 8a9e0229
...@@ -255,6 +255,18 @@ card field: ...@@ -255,6 +255,18 @@ card field:
name: loyalty cost 3 name: loyalty cost 3
show statistics: false show statistics: false
description: The loyalty cost for the third ability of a planeswalker 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 ############################# PT
card field: card field:
type: text type: text
...@@ -476,6 +488,12 @@ card field: ...@@ -476,6 +488,12 @@ card field:
icon: stats/watermark.png icon: stats/watermark.png
show statistics: false 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 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: card field:
type: text type: text
name: power 2 name: power 2
......
...@@ -5,7 +5,7 @@ installer group: magic/game files ...@@ -5,7 +5,7 @@ installer group: magic/game files
icon: card-back.png icon: card-back.png
position hint: 01 position hint: 01
version: 2009-07-14 version: 2009-07-23
depends on: magic-blends.mse-include 2007-09-23 depends on: magic-blends.mse-include 2007-09-23
depends on: magic-watermarks.mse-include 2007-09-23 depends on: magic-watermarks.mse-include 2007-09-23
......
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