mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 13:37:00 -04:00
Styling option for more or less saturated multicolor frames for magic-new.
Add descriptions to many fields. Made some text fields made editable and multline. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@833 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
+11
-13
@@ -4,7 +4,7 @@ full name: Magic Vanguard
|
||||
icon: card-sample.png
|
||||
position hint: 02
|
||||
|
||||
version: 2008-03-12
|
||||
version: 2008-03-18
|
||||
|
||||
# Author : Wolfwood
|
||||
# Most stuff is copy/pasted from magic.mse-game
|
||||
@@ -259,13 +259,13 @@ card field:
|
||||
name: gold
|
||||
color: rgb(200,180,0)
|
||||
show statistics: false
|
||||
description: The border of the card; can be any solid color
|
||||
card field:
|
||||
type: choice
|
||||
name: background
|
||||
choice: normal
|
||||
show statistics: false
|
||||
editable: false
|
||||
|
||||
############################# Name line
|
||||
card field:
|
||||
type: text
|
||||
@@ -275,21 +275,20 @@ card field:
|
||||
card list visible: true
|
||||
card list column: 1
|
||||
card list width: 150
|
||||
|
||||
description: The name of the card
|
||||
############################# Image
|
||||
card field:
|
||||
type: image
|
||||
name: image
|
||||
show statistics: false
|
||||
|
||||
description: The image of the card
|
||||
############################# Card type
|
||||
|
||||
card field:
|
||||
type: text
|
||||
name: type
|
||||
card list visible: true
|
||||
card list column: 2
|
||||
|
||||
description: The type of the card
|
||||
############################# Text box
|
||||
card field:
|
||||
type: text
|
||||
@@ -297,13 +296,14 @@ card field:
|
||||
script: text_filter(value)
|
||||
show statistics: false
|
||||
multi line: true
|
||||
description: The rules text of the card
|
||||
card field:
|
||||
type: text
|
||||
name: flavor text
|
||||
script: flavor_text_filter(value)
|
||||
show statistics: false
|
||||
multi line: true
|
||||
|
||||
description: The flavor text of the card
|
||||
############################# PT
|
||||
card field:
|
||||
type: text
|
||||
@@ -312,7 +312,7 @@ card field:
|
||||
card list column: 3
|
||||
card list width: 50
|
||||
card list name: hand
|
||||
|
||||
description: The starting and maximum hand size modifier
|
||||
card field:
|
||||
type: text
|
||||
name: lifemod
|
||||
@@ -320,8 +320,7 @@ card field:
|
||||
card list column: 4
|
||||
card list width: 50
|
||||
card list name: life
|
||||
|
||||
|
||||
description: The starting life total modifier
|
||||
############################# Card sorting / numbering
|
||||
card field:
|
||||
type: text
|
||||
@@ -341,12 +340,12 @@ card field:
|
||||
card list name: #
|
||||
editable: false
|
||||
show statistics: false
|
||||
|
||||
############################# Copyright stuff
|
||||
card field:
|
||||
type: text
|
||||
name: illustrator
|
||||
default: set.artist
|
||||
description: The illustrator of the image
|
||||
card field:
|
||||
type: text
|
||||
name: copyright
|
||||
@@ -363,9 +362,8 @@ card field:
|
||||
combined_editor(field1: card.copyright, separator: " ", field2: card.card_number)
|
||||
else
|
||||
forward_editor(field: card.copyright)
|
||||
|
||||
description: The copyright and card number of the card
|
||||
############################################################## Auto replace
|
||||
|
||||
# Do we need categories?
|
||||
#auto replace category: text box
|
||||
#auto replace category: copyright
|
||||
|
||||
Reference in New Issue
Block a user