From 416e17960132ee963aca20aa0824df7c23a780e7 Mon Sep 17 00:00:00 2001 From: cajun <12363371+CajunAvenger@users.noreply.github.com> Date: Fri, 11 Apr 2025 16:06:30 -0500 Subject: [PATCH] Tarkir keywords --- data/magic-m15-paradox.mse-style/style | 3 ++ data/magic.mse-game/keywords | 33 ++++++++++++++++++- .../watermarks/menu_choice_images | 22 ++++++------- 3 files changed, 46 insertions(+), 12 deletions(-) diff --git a/data/magic-m15-paradox.mse-style/style b/data/magic-m15-paradox.mse-style/style index 03690125e..5e11a8fac 100644 --- a/data/magic-m15-paradox.mse-style/style +++ b/data/magic-m15-paradox.mse-style/style @@ -22,6 +22,9 @@ depends on: depends on: package: magic-mana-small.mse-symbol-font version: 2007-09-23 +depends on: + package: magic-mainframe-extras.mse-include + version: 2018-01-01 card width: 375 card height: 523 diff --git a/data/magic.mse-game/keywords b/data/magic.mse-game/keywords index c274026a4..cd8d1b173 100644 --- a/data/magic.mse-game/keywords +++ b/data/magic.mse-game/keywords @@ -1976,4 +1976,35 @@ keyword: keyword: Exhaust match: Exhaust — cost: action mode: expert - reminder: Activate each exhaust ability only once. \ No newline at end of file + reminder: Activate each exhaust ability only once. +#Tarkir: Dragonstorm +keyword: + keyword: Behold + match: behold a name + mode: action + reminder: To behold {param1} {param2}, choose {param1} {param2} you control or reveal {param1} {param2} card from your hand. +keyword: + keyword: Endure + match: endures number + mode: action + reminder: Put {english_number_a(param1)} +1/+1 counter(s) on it or create a {param1}/{param1} white Spirit creature token. +keyword: + keyword: Flurry + match: Flurry + mode: pseudo + rules: Flurry — Whenever you cast your second spell each turn, [effect]. +keyword: + keyword: Harmonize + match: Harmonize cost + mode: expert + reminder: You may cast this card from your graveyard for its harmonize cost. You may tap a creature you control to reduce that cost by [X], where X is its power. Then exile this spell. +keyword: + keyword: Mobilize + match: Mobilize number + mode: expert + reminder: Whenever this creature attacks, create {english_number_a(param1)} tapped and attacking 1/1 red Warrior creature token(s). Sacrifice {if param1.value == "1" then "it" else "them"} at the beginning of the next end step. +keyword: + keyword: Renew + match: Renew + mode: pseudo + rules: Renew — [cost], Exile this card from your graveyard: [effect]. diff --git a/data/magic.mse-game/watermarks/menu_choice_images b/data/magic.mse-game/watermarks/menu_choice_images index ddbd644f4..93b5d48ad 100644 --- a/data/magic.mse-game/watermarks/menu_choice_images +++ b/data/magic.mse-game/watermarks/menu_choice_images @@ -209,16 +209,16 @@ choice images: universes beyond ponies nightmare moon: /magic.mse-game/watermarks/ponies_waning_moon.png universes beyond ponies luna: /magic.mse-game/watermarks/ponies_waxing_moon.png - custom watermark one: script: watermark_blend(face:1, custom_watermark_link(1)) - custom watermark two: script: watermark_blend(face:1, custom_watermark_link(2)) - custom watermark three: script: watermark_blend(face:1, custom_watermark_link(3)) - custom watermark four: script: watermark_blend(face:1, custom_watermark_link(4)) - custom watermark five: script: watermark_blend(face:1, custom_watermark_link(5)) - custom watermark six: script: watermark_blend(face:1, custom_watermark_link(6)) - custom watermark seven: script: watermark_blend(face:1, custom_watermark_link(7)) - custom watermark eight: script: watermark_blend(face:1, custom_watermark_link(8)) - custom watermark nine: script: watermark_blend(face:1, custom_watermark_link(9)) - custom watermark ten: script: watermark_blend(face:1, custom_watermark_link(10)) - custom watermark card: script: watermark_blend(face:1, custom_card_watermark(face:1)) + custom watermark one: script: build_custom_watermark_blend(face:1, 1) + custom watermark two: script: build_custom_watermark_blend(face:1, 2) + custom watermark three: script: build_custom_watermark_blend(face:1, 3) + custom watermark four: script: build_custom_watermark_blend(face:1, 4) + custom watermark five: script: build_custom_watermark_blend(face:1, 5) + custom watermark six: script: build_custom_watermark_blend(face:1, 6) + custom watermark seven: script: build_custom_watermark_blend(face:1, 7) + custom watermark eight: script: build_custom_watermark_blend(face:1, 8) + custom watermark nine: script: build_custom_watermark_blend(face:1, 9) + custom watermark ten: script: build_custom_watermark_blend(face:1, 10) + custom watermark card: script: build_custom_watermark_blend(face:1, "a") set symbol: script: shadow_watermark_blend(symbol_variation(symbol: set.symbol, variation: "watermark")) \ No newline at end of file