Changed "shadowed mana" in magic-future to "popup mana"; reason: its called popup in other templates. Consistency.

Added loyalty fields to magic-game.
Changed magic-new-planeswalker to use loyalty fields instead of p, t, p2, and t2.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@695 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
pichoro
2007-09-14 00:01:33 +00:00
parent a1d5f45e94
commit 020d0a79fe
3 changed files with 63 additions and 50 deletions
+4 -4
View File
@@ -156,7 +156,7 @@ styling field:
type: choice
name: mana symbols
choice: future
choice: shadowed
choice: popup
choice: normal
description: What style of mana symbols should be used?
initial: normal
@@ -183,7 +183,7 @@ styling style:
render style: both
choice images:
future: /magic-mana-future.mse-symbol-font/mana_w.png
shadowed: /magic-mana-large.mse-symbol-font/mana_w.png
popup: /magic-mana-large.mse-symbol-font/mana_w.png
normal: /magic-mana-small.mse-symbol-font/mana_w.png
tap symbol:
render style: both
@@ -365,8 +365,8 @@ card style:
else font_color(card.card_color)
symbol font:
name:
{ if styling.mana_symbols=="future" then "magic-mana-future" else
if styling.mana_symbols=="shadowed" then "magic-mana-large" else "magic-mana-small" }
{ if styling.mana_symbols=="future" then "magic-mana-future" else
if styling.mana_symbols=="popup" then "magic-mana-large" else "magic-mana-small" }
size: 15
alignment:
script: