Changed todo list in FPM templates.

Moved special oldstyle rarities out of game file and into style files.
Added flavor-textless mode for vanguard, to allow for high rules text cards to be readable.
Overhauled VS templates and added hellboy and hellboy-extended templates.
Minor renaming of fields and changing stats in Yu-gi-oh.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@435 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
pichoro
2007-06-27 01:54:56 +00:00
parent f2c57907c2
commit 17bd0f016b
119 changed files with 1578 additions and 364 deletions
+19 -4
View File
@@ -43,7 +43,11 @@ styling field:
choice: modern
choice: old
choice: diagonal T
styling field:
type: boolean
name: flavor text
description: Should the cards have flavor text?
initial: yes
styling style:
use guild mana symbols:
choice images:
@@ -123,10 +127,19 @@ card style:
############################# Text box
rule text:
left: 46
left:
script:
if styling.flavor_text then 46
else 76
top : 328
width: 280
height: 65
width:
script:
if styling.flavor_text then 280
else 220
height:
script:
if styling.flavor_text then 65
else 138
font:
name: MPlantin
italic name: MPlantin-Italic
@@ -162,6 +175,8 @@ card style:
color: rgb(0,0,0)
alignment: bottom left
z index: 2
visible:
script: styling.flavor_text
padding left: 2
padding top: 2
padding right: 2