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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user