diff --git a/data/magic.mse-game/keywords b/data/magic.mse-game/keywords index 35876a854..0abbd5e34 100644 --- a/data/magic.mse-game/keywords +++ b/data/magic.mse-game/keywords @@ -1870,3 +1870,29 @@ keyword: match: Emerge cost from name 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 number + 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 a name + 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 cost + 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]. diff --git a/magicseteditor 213.exe b/magicseteditor 213.exe deleted file mode 100644 index 458e41bfd..000000000 Binary files a/magicseteditor 213.exe and /dev/null differ