Commit d5bfdd54 authored by pichoro's avatar pichoro

Fixed a bug relating to suspend's parameters.

Added colorless, multicolor, dark artifact, artifact styling choice, and new masks to magic-textless.
parent 26aa325e
data/magic-textless.mse-style/acard.jpg

50.8 KB | W: | H:

data/magic-textless.mse-style/acard.jpg

61.4 KB | W: | H:

data/magic-textless.mse-style/acard.jpg
data/magic-textless.mse-style/acard.jpg
data/magic-textless.mse-style/acard.jpg
data/magic-textless.mse-style/acard.jpg
  • 2-up
  • Swipe
  • Onion skin
data/magic-textless.mse-style/ccard.jpg

50.8 KB | W: | H:

data/magic-textless.mse-style/ccard.jpg

64.7 KB | W: | H:

data/magic-textless.mse-style/ccard.jpg
data/magic-textless.mse-style/ccard.jpg
data/magic-textless.mse-style/ccard.jpg
data/magic-textless.mse-style/ccard.jpg
  • 2-up
  • Swipe
  • Onion skin
data/magic-textless.mse-style/cpt.jpg

1.64 KB | W: | H:

data/magic-textless.mse-style/cpt.jpg

21.7 KB | W: | H:

data/magic-textless.mse-style/cpt.jpg
data/magic-textless.mse-style/cpt.jpg
data/magic-textless.mse-style/cpt.jpg
data/magic-textless.mse-style/cpt.jpg
  • 2-up
  • Swipe
  • Onion skin
data/magic-textless.mse-style/mask_pt.png

488 Bytes | W: | H:

data/magic-textless.mse-style/mask_pt.png

3.75 KB | W: | H:

data/magic-textless.mse-style/mask_pt.png
data/magic-textless.mse-style/mask_pt.png
data/magic-textless.mse-style/mask_pt.png
data/magic-textless.mse-style/mask_pt.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -20,8 +20,13 @@ init script: ...@@ -20,8 +20,13 @@ init script:
# There is no land template # There is no land template
land_template := { "a{type}.jpg" } land_template := { "a{type}.jpg" }
# there is no multi template # Which artifact template should be used?
template := { (if input == "m" then "a" else input) + "{type}.jpg" } artifact_template := {
if input == "a" and not styling.darker_artifacts
then "oa"
else input
}
template := { artifact_template() + "{type}.jpg" }
# Use the normal tap symbol # Use the normal tap symbol
mana_t := { mana_t := {
...@@ -39,6 +44,10 @@ styling field: ...@@ -39,6 +44,10 @@ styling field:
name: grey hybrid name name: grey hybrid name
description: Use a grey background for the name and type line on hybrid cards. This is done on real cards. description: Use a grey background for the name and type line on hybrid cards. This is done on real cards.
initial: no initial: no
styling field:
type: boolean
name: darker artifacts
description: Use darker artifacts, as used by Wizards since Fifth Dawn.
styling field: styling field:
type: boolean type: boolean
name: use guild mana symbols name: use guild mana symbols
...@@ -130,10 +139,10 @@ card style: ...@@ -130,10 +139,10 @@ card style:
############################# Image ############################# Image
image: image:
left: 0 left: 31
top: 55 top: 60
width: 375 width: 314
height: 472 height: 410
mask: mask_image.png mask: mask_image.png
z index: 1 z index: 1
......
...@@ -1778,7 +1778,7 @@ keyword: ...@@ -1778,7 +1778,7 @@ keyword:
reminder: As long as this spell is on the stack, players can't play spells or activated abilities that aren't mana abilities. reminder: As long as this spell is on the stack, players can't play spells or activated abilities that aren't mana abilities.
keyword: keyword:
keyword: Suspend keyword: Suspend
match: Suspend <atom-param>mana</atom-param>—<atom-param>cost</atom-param> match: Suspend <atom-param>number</atom-param>—<atom-param>mana</atom-param>
mode: expert mode: expert
reminder: Rather than play this card from your hand,{if has_cc() then " you may" else ""} pay {param2} and remove it from the game with {english_number_a(param1)} time counter(s) on it. At the beginning of your upkeep, remove a time counter. When the last is removed, play it without paying its mana cost.{if has_pt() then " It has haste." else ""} reminder: Rather than play this card from your hand,{if has_cc() then " you may" else ""} pay {param2} and remove it from the game with {english_number_a(param1)} time counter(s) on it. At the beginning of your upkeep, remove a time counter. When the last is removed, play it without paying its mana cost.{if has_pt() then " It has haste." else ""}
keyword: keyword:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment