Tarkir keywords

This commit is contained in:
cajun
2025-04-11 16:06:30 -05:00
parent 45f6116c3a
commit 416e179601
3 changed files with 46 additions and 12 deletions

View File

@@ -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"))