bloomburrow keywords update

This commit is contained in:
cajun
2024-07-09 11:54:03 -05:00
parent a21cb6e4a0
commit acc00087e2
2 changed files with 26 additions and 0 deletions

View File

@@ -1870,3 +1870,29 @@ keyword:
match: Emerge <atom-param>cost</atom-param> from <atom-param>name</atom-param>
mode: expert
reminder: You may cast this spell by sacrificing a {param2} and paying the emerge cost reduced by that {param2}'s mana value.
# Bloomburrow
keyword:
keyword: expend
match: expend <atom-param>number</atom-param>
mode: action
reminder: You expend {param1} as you spend your {english_number_ordinal(param1)} total mana to cast spells during a turn.
keyword:
keyword: forage
match: forage
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>
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 "."}
keyword:
keyword: Offspring
match: Offspring <atom-param>cost</atom-param>
mode: expert
reminder: You may {for_mana_costs(add:"pay an additional ", param1)} as you cast this spell. If you do, when this creature enters, create a 1/1 token copy of it.
keyword:
keyword: Valiant
match: Valiant
mode: pseudo
rules: Valiant — Whenever you cast a spell that targets ~ for the first time each turn, [effect].

Binary file not shown.