mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 05:07:00 -04:00
Changed snow watermark to blend like guild watemarks; looks better.
Changed watermark-names to be more uniform. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@496 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -14,16 +14,16 @@ choice:
|
|||||||
choice: snow
|
choice: snow
|
||||||
choice:
|
choice:
|
||||||
name: guild symbol
|
name: guild symbol
|
||||||
choice: Azorius Senate (W/U)
|
choice: The Azorius Senate (W/U)
|
||||||
choice: House Dimir (U/B)
|
choice: House Dimir (U/B)
|
||||||
choice: Cult of Rakdos (B/R)
|
choice: The Cult of Rakdos (B/R)
|
||||||
choice: Gruul Clans (R/G)
|
choice: The Gruul Clans (R/G)
|
||||||
choice: Selesnya Conclave (G/W)
|
choice: The Selesnya Conclave (G/W)
|
||||||
choice: Orzhov Syndicate (W/B)
|
choice: The Orzhov Syndicate (W/B)
|
||||||
choice: The Izzet (U/R)
|
choice: The Izzet (U/R)
|
||||||
choice: The Golgari (B/G)
|
choice: The Golgari (B/G)
|
||||||
choice: Boros Legion (R/W)
|
choice: The Boros Legion (R/W)
|
||||||
choice: The Simic (G/U)
|
choice: The Simic Combine (G/U)
|
||||||
choice:
|
choice:
|
||||||
name: xander hybrid mana
|
name: xander hybrid mana
|
||||||
choice: B/R
|
choice: B/R
|
||||||
|
|||||||
@@ -6,18 +6,18 @@ choice images:
|
|||||||
mana symbol black: /magic-watermarks.mse-include/watermark_b.png
|
mana symbol black: /magic-watermarks.mse-include/watermark_b.png
|
||||||
mana symbol red: /magic-watermarks.mse-include/watermark_r.png
|
mana symbol red: /magic-watermarks.mse-include/watermark_r.png
|
||||||
mana symbol green: /magic-watermarks.mse-include/watermark_g.png
|
mana symbol green: /magic-watermarks.mse-include/watermark_g.png
|
||||||
mana symbol snow: /magic-watermarks.mse-include/watermark_s.png
|
mana symbol snow: script: set_combine(combine:"shadow", input:"/magic-watermarks.mse-include/watermark_s.png")
|
||||||
|
|
||||||
guild symbol Azorius Senate (W/U): script: set_combine(combine:"shadow", input:"/magic-watermarks.mse-include/watermark_azorius.png")
|
guild symbol The Azorius Senate (W/U): script: set_combine(combine:"shadow", input:"/magic-watermarks.mse-include/watermark_azorius.png")
|
||||||
guild symbol House Dimir (U/B): script: set_combine(combine:"shadow", input:"/magic-watermarks.mse-include/watermark_dimir.png")
|
guild symbol House Dimir (U/B): script: set_combine(combine:"shadow", input:"/magic-watermarks.mse-include/watermark_dimir.png")
|
||||||
guild symbol Cult of Rakdos (B/R): script: set_combine(combine:"shadow", input:"/magic-watermarks.mse-include/watermark_rakados.png")
|
guild symbol The Cult of Rakdos (B/R): script: set_combine(combine:"shadow", input:"/magic-watermarks.mse-include/watermark_rakados.png")
|
||||||
guild symbol Gruul Clans (R/G): script: set_combine(combine:"shadow", input:"/magic-watermarks.mse-include/watermark_gruul.png")
|
guild symbol The Gruul Clans (R/G): script: set_combine(combine:"shadow", input:"/magic-watermarks.mse-include/watermark_gruul.png")
|
||||||
guild symbol Selesnya Conclave (G/W): script: set_combine(combine:"shadow", input:"/magic-watermarks.mse-include/watermark_selesnya.png")
|
guild symbol The Selesnya Conclave (G/W): script: set_combine(combine:"shadow", input:"/magic-watermarks.mse-include/watermark_selesnya.png")
|
||||||
guild symbol Orzhov Syndicate (W/B): script: set_combine(combine:"shadow", input:"/magic-watermarks.mse-include/watermark_orzhov.png")
|
guild symbol The Orzhov Syndicate (W/B): script: set_combine(combine:"shadow", input:"/magic-watermarks.mse-include/watermark_orzhov.png")
|
||||||
guild symbol The Izzet (U/R): script: set_combine(combine:"shadow", input:"/magic-watermarks.mse-include/watermark_izzet.png")
|
guild symbol The Izzet (U/R): script: set_combine(combine:"shadow", input:"/magic-watermarks.mse-include/watermark_izzet.png")
|
||||||
guild symbol The Golgari (B/G): script: set_combine(combine:"shadow", input:"/magic-watermarks.mse-include/watermark_golgari.png")
|
guild symbol The Golgari (B/G): script: set_combine(combine:"shadow", input:"/magic-watermarks.mse-include/watermark_golgari.png")
|
||||||
guild symbol Boros Legion (R/W): script: set_combine(combine:"shadow", input:"/magic-watermarks.mse-include/watermark_boros.png")
|
guild symbol The Boros Legion (R/W): script: set_combine(combine:"shadow", input:"/magic-watermarks.mse-include/watermark_boros.png")
|
||||||
guild symbol The Simic (G/U): script: set_combine(combine:"shadow", input:"/magic-watermarks.mse-include/watermark_simic.png")
|
guild symbol The Simic Combine (G/U): script: set_combine(combine:"shadow", input:"/magic-watermarks.mse-include/watermark_simic.png")
|
||||||
|
|
||||||
xander hybrid mana B/R: script: set_combine(combine:"shadow", input:"/magic-watermarks.mse-include/watermark_brmana.png")
|
xander hybrid mana B/R: script: set_combine(combine:"shadow", input:"/magic-watermarks.mse-include/watermark_brmana.png")
|
||||||
xander hybrid mana U/B: script: set_combine(combine:"shadow", input:"/magic-watermarks.mse-include/watermark_ubmana.png")
|
xander hybrid mana U/B: script: set_combine(combine:"shadow", input:"/magic-watermarks.mse-include/watermark_ubmana.png")
|
||||||
|
|||||||
Reference in New Issue
Block a user