Update keywords
This commit is contained in:
@@ -1887,10 +1887,35 @@ keyword:
|
||||
mode: action
|
||||
reminder: Exile three cards from your graveyard or sacrifice a Food.
|
||||
keyword:
|
||||
keyword: Gift
|
||||
match: Gift <atom-param>a</atom> <atom-param>name</atom-param>
|
||||
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 <atom-param>cost</atom-param>
|
||||
@@ -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 <atom-param>number</atom-param>—<atom-param>cost</atom-param>
|
||||
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].
|
||||
|
||||
Reference in New Issue
Block a user