mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 21:27:01 -04:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user