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:
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.
......@@ -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
......
......@@ -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.
......@@ -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
......
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