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