diff --git a/data/magic.mse-game/game b/data/magic.mse-game/game index f1e3fcc0..457cd123 100644 --- a/data/magic.mse-game/game +++ b/data/magic.mse-game/game @@ -1620,7 +1620,7 @@ keyword: keyword: Landwalk match: prefixwalk 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 name @@ -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. diff --git a/data/vanguard-standard.mse-style/style b/data/vanguard-standard.mse-style/style index d0aaac29..0933a6ea 100644 --- a/data/vanguard-standard.mse-style/style +++ b/data/vanguard-standard.mse-style/style @@ -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 diff --git a/data/vanguard.mse-game/game b/data/vanguard.mse-game/game index 0d3a2081..81471a1f 100644 --- a/data/vanguard.mse-game/game +++ b/data/vanguard.mse-game/game @@ -521,7 +521,7 @@ keyword: keyword: Landwalk match: prefixwalk 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 name @@ -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. diff --git a/data/yugioh-standard.mse-style/style b/data/yugioh-standard.mse-style/style index 38e7b581..2a374c9a 100644 --- a/data/yugioh-standard.mse-style/style +++ b/data/yugioh-standard.mse-style/style @@ -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