Commit 2f3fcf44 authored by pichoro's avatar pichoro

More playing with landwalk keyword.

Added Hideaway keyword (the last new keyword from Lorwyn).
Added position hints to Yu-Gi-Oh and Vanguard styles.
parent 9fb763f8
...@@ -1620,7 +1620,7 @@ keyword: ...@@ -1620,7 +1620,7 @@ keyword:
keyword: Landwalk keyword: Landwalk
match: <atom-param>prefix</atom-param>walk match: <atom-param>prefix</atom-param>walk
mode: core 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:
keyword: Protection from keyword: Protection from
match: Protection from <atom-param>name</atom-param> match: Protection from <atom-param>name</atom-param>
...@@ -2039,3 +2039,8 @@ keyword: ...@@ -2039,3 +2039,8 @@ keyword:
match: Changeling match: Changeling
mode: expert mode: expert
reminder: This creature is every creature type even if this card isn't in play. 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.
...@@ -2,6 +2,7 @@ mse version: 0.3.2 ...@@ -2,6 +2,7 @@ mse version: 0.3.2
game: vanguard game: vanguard
short name: Standard short name: Standard
icon: card-sample.png icon: card-sample.png
position hint: 01
card width: 375 card width: 375
card height: 523 card height: 523
......
...@@ -521,7 +521,7 @@ keyword: ...@@ -521,7 +521,7 @@ keyword:
keyword: Landwalk keyword: Landwalk
match: <atom-param>prefix</atom-param>walk match: <atom-param>prefix</atom-param>walk
mode: core 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:
keyword: Protection from keyword: Protection from
match: protection from <atom-param>name</atom-param> match: protection from <atom-param>name</atom-param>
...@@ -933,3 +933,8 @@ keyword: ...@@ -933,3 +933,8 @@ keyword:
match: changeling match: changeling
mode: expert mode: expert
reminder: It is every creature type even if it isn't in play. 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.
...@@ -2,6 +2,7 @@ mse version: 0.3.4 ...@@ -2,6 +2,7 @@ mse version: 0.3.4
game: yugioh game: yugioh
short name: Standard short name: Standard
icon: card-sample.png icon: card-sample.png
position hint: 01
card width: 375 card width: 375
card height: 523 card height: 523
......
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