More playing with landwalk keyword.

Added Hideaway keyword (the last new keyword from Lorwyn).
Added position hints to Yu-Gi-Oh and Vanguard styles.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@699 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
pichoro
2007-09-15 01:56:13 +00:00
parent 98e80e5042
commit 420e95ba1f
4 changed files with 14 additions and 2 deletions
+6 -1
View File
@@ -1620,7 +1620,7 @@ keyword:
keyword: Landwalk
match: <atom-param>prefix</atom-param>walk
mode: core
reminder: This creature is unblockable as long as defending player controls a {if match(param1.value, match: " land$") then "{to_lower(param1)}" else "{param1}"}.
reminder: This creature is unblockable as long as defending player controls a {if match(param1.value, match: " land$") or contains(param1.value, match: "Snow") or contains(param1.value, match:"Basic") or contains(param1.value, match:"Legendary") then "{to_lower(param1)}" else "{param1}"}.
keyword:
keyword: Protection from
match: Protection from <atom-param>name</atom-param>
@@ -2039,3 +2039,8 @@ keyword:
match: Changeling
mode: expert
reminder: This creature is every creature type even if this card isn't in play.
keyword:
keyword: Hideaway
match: Hideaway
mode: expert
reminder: This land comes into play tapped. When it does, look at the top four cards of your library, remove one from the game face down, then put the rest on the bottom of your library.
+1
View File
@@ -2,6 +2,7 @@ mse version: 0.3.2
game: vanguard
short name: Standard
icon: card-sample.png
position hint: 01
card width: 375
card height: 523
+6 -1
View File
@@ -521,7 +521,7 @@ keyword:
keyword: Landwalk
match: <atom-param>prefix</atom-param>walk
mode: core
reminder: It is unblockable as long as defending player controls a {param1}.
reminder: This creature is unblockable as long as defending player controls a {if match(param1.value, match: " land$") or contains(param1.value, match: "Snow") or contains(param1.value, match:"Basic") or contains(param1.value, match:"Legendary") then "{to_lower(param1)}" else "{param1}"}.
keyword:
keyword: Protection from
match: protection from <atom-param>name</atom-param>
@@ -933,3 +933,8 @@ keyword:
match: changeling
mode: expert
reminder: It is every creature type even if it isn't in play.
keyword:
keyword: Hideaway
match: hideaway
mode: expert
reminder: The land comes into play tapped. When it does, look at the top four cards of your library, remove one from the game face down, then put the rest on the bottom of your library.
+1
View File
@@ -2,6 +2,7 @@ mse version: 0.3.4
game: yugioh
short name: Standard
icon: card-sample.png
position hint: 01
card width: 375
card height: 523