From 65bfc8fcd687af35ab53165f626bab6c4dccae43 Mon Sep 17 00:00:00 2001 From: cajun <12363371+CajunAvenger@users.noreply.github.com> Date: Sat, 31 Aug 2024 17:51:18 -0500 Subject: [PATCH] Update keywords --- data/magic.mse-game/keywords | 58 ++++++++++++++++++++++++++++++++++-- 1 file changed, 55 insertions(+), 3 deletions(-) diff --git a/data/magic.mse-game/keywords b/data/magic.mse-game/keywords index d87d2c3d9..e27c760f4 100644 --- a/data/magic.mse-game/keywords +++ b/data/magic.mse-game/keywords @@ -1887,10 +1887,35 @@ keyword: mode: action reminder: Exile three cards from your graveyard or sacrifice a Food. keyword: - keyword: Gift - match: Gift a name + keyword: Gift a card + match: Gift a card mode: expert - reminder: You may promise an opponent a gift as you cast this spell. If you do, {if not is_spell(card.super_type) then "when it enters, they" else "they"} {if param2.value == "card" then "draw a card" else if param2.value == "tapped Fish" then "create a tapped 1/1 blue Fish creature token" else if param2.value == "Fish" then "create a 1/1 blue Fish creature token" else if match(param2.value, match:"(Food|Treasure|Gold|Powerstone|Map|Role|Junk|Shard)") then "create " + param1.value + " " + param2.value + " token" else if match(param2.value, match:"[A-Z]") then "create " + param1.value + " 1/1 " + param2.value + " creature token" else "get " + param1.value + " " + param2.value}{if is_spell(card.super_type) then " before its other effects." else "."} + reminder: You may promise an opponent a gift as you cast this spell. If you do, {if not is_spell(card.super_type) then "when it enters, they" else "they"} draw a card{if is_spell(card.super_type) then " before its other effects." else "."} +keyword: + keyword: Gift a tapped Fish + match: Gift a tapped Fish + mode: expert + reminder: You may promise an opponent a gift as you cast this spell. If you do, {if not is_spell(card.super_type) then "when it enters, they" else "they"} create a tapped 1/1 blue Fish creature token{if is_spell(card.super_type) then " before its other effects." else "."} +keyword: + keyword: Gift a Food + match: Gift a Food + mode: expert + reminder: You may promise an opponent a gift as you cast this spell. If you do, {if not is_spell(card.super_type) then "when it enters, they" else "they"} create a Food token{if is_spell(card.super_type) then " before its other effects." else "."} It's an artifact with "[2], [T], Sacrifice this artifact: You gain 3 life." +keyword: + keyword: Gift a Treasure + match: Gift a Treasure + mode: expert + reminder: You may promise an opponent a gift as you cast this spell. If you do, {if not is_spell(card.super_type) then "when it enters, they" else "they"} create a Treasure token{if is_spell(card.super_type) then " before its other effects." else "."} It's an artifact with "[T], Sacrifice this artifact: Add one mana of any color." +keyword: + keyword: Gift an Octopus + match: Gift an Octopus + mode: expert + reminder: You may promise an opponent a gift as you cast this spell. If you do, {if not is_spell(card.super_type) then "when it enters, they" else "they"} create an 8/8 blue Octopus creature token{if is_spell(card.super_type) then " before its other effects." else "."} +keyword: + keyword: Gift an extra turn + match: Gift an extra turn + mode: expert + reminder: You may promise an opponent a gift as you cast this spell. If you do, {if not is_spell(card.super_type) then "when it enters, they" else "they"} take an extra turn after this one. keyword: keyword: Offspring match: Offspring cost @@ -1901,3 +1926,30 @@ keyword: match: Valiant mode: pseudo rules: Valiant — Whenever ~ becomes the target of a spell or ability you control for the first time each turn, [effect]. +#Duskmourn +keyword: + keyword: Impending + match: Impending numbercost + mode: expert + reminder: If you cast this spell for its impending cost, it enters with {english_number_a(param1)} time counter(s) and isn't a creature until the last is removed. At the beginning of your end step, remove a time counter from it. +keyword: + keyword: Manifest dread + match: manifest dread + mode: expert + reminder: Look at the top two cards of your library, then put one onto the battlefield face down as a 2/2 creature and the other into your graveyard. Turn it face up any time for its mana cost if it's a creature card. +keyword: + keyword: Manifests dread + match: manifests dread + mode: expert + reminder: That player looks at the top two cards of their library, then puts one onto the battlefield face down as a 2/2 creature and the other into their graveyard. If it's a creature card, it can be turned face up any time for its mana cost. +keyword: + keyword: Eerie + match: Eerie + mode: pseudo + rules: Eerie — Whenever an enchantment you control enters and whenever you fully unlock a Room, [effect]. +keyword: + keyword: Survival + match: Survival + mode: pseudo + rules: Survival — At the beginning of your second main phase, if ~ is tapped, [effect]. + \ No newline at end of file