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
+8 -4
View File
@@ -197,11 +197,11 @@ card field:
############################# Card type
card field:
type: text
name: monster
name: type1
editable: false
card field:
type: text
name: type1
name: type2
editable: false
card field:
type: text
@@ -209,9 +209,9 @@ card field:
script:
# Either just monster, monster / type1
combined_editor(
field1: card.monster,
field1: card.type1,
separator: " / ",
field2: card.type1,
field2: card.type2,
grey_until_needed: true,
hide_when_both_empty: true,
type_over1: " / ",
@@ -239,10 +239,12 @@ card field:
card list width: 55
card list name: #
editable: false
show statistics: false
card field:
type: text
name: edition
default: set.edition
show statistics: false
############################# Text box
card field:
@@ -293,10 +295,12 @@ card field:
card field:
type: text
name: gamecode
show statistics: false
card field:
type: text
name: copyright
default: set.copyright
show statistics: false
############################################################## Word lists