diff --git a/data/magic.mse-game/card_fields b/data/magic.mse-game/card_fields index 24ff2053..75400810 100644 --- a/data/magic.mse-game/card_fields +++ b/data/magic.mse-game/card_fields @@ -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 diff --git a/data/magic.mse-game/game b/data/magic.mse-game/game index 784c4158..795619e3 100644 --- a/data/magic.mse-game/game +++ b/data/magic.mse-game/game @@ -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