From b57e65ea966d2502fac274d373bd2ca505548598 Mon Sep 17 00:00:00 2001 From: pichoro Date: Fri, 11 May 2007 00:13:23 +0000 Subject: [PATCH] Added proper sorting for splits. Changed modes of some keywords. Updated forecast so it actually works. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@333 0fc631ac-6414-0410-93d0-97cfa31319b6 --- data/magic.mse-game/game | 11 ++++++----- data/vanguard.mse-game/game | 10 +++++----- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/data/magic.mse-game/game b/data/magic.mse-game/game index 4a482f3d..528da6d2 100644 --- a/data/magic.mse-game/game +++ b/data/magic.mse-game/game @@ -127,7 +127,8 @@ init script: is_colorless := filter_rule(match: "^colorless") + {input != ""}; is_artifact := filter_rule(match: "^artifact") + {input != ""}; sort_index := { - if card.card_color=="white" then "A" + if card.casting_cost_2 !="" and card.card_color != card.card_color_2 then "H" + else if card.card_color=="white" then "A" else if card.card_color=="blue" then "B" else if card.card_color=="black" then "C" else if card.card_color=="red" then "D" @@ -1389,7 +1390,7 @@ keyword: keyword: keyword: Denimwalk match: Denimwalk - mode: core + mode: old reminder: If defending player is wearing any clothing made of denim, this creature is unblockable. keyword: keyword: Landwalk @@ -1413,7 +1414,7 @@ keyword: reminder: This creature comes into play with {english_number_a(param1)} +1/+1 counter(s) on it. Whenever another creature comes into play, you may move a +1/+1 counter from this creature onto it. keyword: keyword: Forecast - match: Forecast—cost, Reveal this card from your hand: action + match: Forecastcost, Reveal name from your hand: action mode: expert reminder: Play this ability only during your upkeep and only once each turn. keyword: @@ -1454,7 +1455,7 @@ keyword: keyword: keyword: Reach match: Reach - mode: expert + mode: core reminder: This creature can block creatures with flying. keyword: keyword: Gravestorm @@ -1464,7 +1465,7 @@ keyword: keyword: keyword: Lifelink match: Lifelink - mode: expert + mode: core reminder: Whenever this creature deals damage, you gain that much life. keyword: keyword: Absorb diff --git a/data/vanguard.mse-game/game b/data/vanguard.mse-game/game index f941326d..118d0513 100644 --- a/data/vanguard.mse-game/game +++ b/data/vanguard.mse-game/game @@ -693,7 +693,7 @@ keyword: keyword: keyword: Denimwalk match: Denimwalk - mode: core + mode: old reminder: If defending player is wearing any clothing made of denim, this creature is unblockable. keyword: keyword: Landwalk @@ -717,7 +717,7 @@ keyword: reminder: This creature comes into play with {english_number_a(param1)} +1/+1 counter(s) on it. Whenever another creature comes into play, you may move a +1/+1 counter from this creature onto it. keyword: keyword: Forecast - match: Forecast—cost, Reveal this card from your hand: action + match: Forecastcost, Reveal name from your hand: action mode: expert reminder: Play this ability only during your upkeep and only once each turn. keyword: @@ -744,7 +744,7 @@ keyword: keyword: Suspend match: Suspend numbermana mode: expert - reminder: Rather than play this card from your hand, you may pay {param2} and remove it from the game with {english_number_a(param1)} time counter(s) on it. At the beginning of your upkeep, remove a time counter. When the last is removed, play it without paying its mana cost. If it's a creature, it has haste. + reminder: Rather than play this card from your hand,{if has_cc() then " you may" else ""} pay {param2} and remove it from the game with {english_number_a(param1)} time counter(s) on it. At the beginning of your upkeep, remove a time counter. When the last is removed, play it without paying its mana cost.{if has_pt() then " It has haste." else ""} keyword: keyword: Vanishing match: Vanishing number @@ -758,7 +758,7 @@ keyword: keyword: keyword: Reach match: Reach - mode: expert + mode: core reminder: This creature can block creatures with flying. keyword: keyword: Gravestorm @@ -768,7 +768,7 @@ keyword: keyword: keyword: Lifelink match: Lifelink - mode: expert + mode: core reminder: Whenever this creature deals damage, you gain that much life. keyword: keyword: Absorb