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