Added statistics icons

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@246 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2007-03-29 19:11:37 +00:00
parent e55e5ae806
commit 1f8f8ec89d
5 changed files with 27 additions and 5 deletions
+27 -5
View File
@@ -1,4 +1,4 @@
mse version: 0.2.7
mse version: 0.3.0
short name: VS System
icon: card-back.png
@@ -68,7 +68,7 @@ init script:
else if card.team == "Plot Twist" then "plot twist"
else if card.team_2 != "" then "character dual"
else if dual_name(card.team) != "" then "character dual (new)"
else "character"
else "character"
}
# Default 'team' name of card
team := {
@@ -119,6 +119,9 @@ init script:
############################################################## Set fields
set field:
type: info
name: Set Information
set field:
type: text
name: title
@@ -126,6 +129,7 @@ set field:
set field:
type: text
name: code
default: "COD"
description: Recommended only 3 Capital digits. Will appear before card number. ex: MOR-1
set field:
type: text
@@ -140,6 +144,9 @@ set field:
type: text
name: copyright
description: Copytight information. This information will not appear on the card.
set field:
type: info
name: Defaults and Automation
set field:
type: choice
name: automatic reminder text
@@ -149,6 +156,18 @@ set field:
initial: no
description: Should reminder text be added to keywords by default? Note: you can enable/disable reminder text by right clicking the keyword.
############################# Default style
default set style:
title:
padding left: 2
font:
size: 16
automatic reminder text:
render style: both
choice images:
yes: script: buildin_image("bool_yes")
no: script: buildin_image("bool_no")
############################################################## Card fields
@@ -181,6 +200,7 @@ card field:
card field:
type: text
name: cost
icon: stats/cost.png
script: only_numbers(value)
card list visible: true
card list column: 3
@@ -228,9 +248,8 @@ card field:
position(
of: card
in: set
order_by: {
card.name
})
order_by: {card.name}
)
card list visible: true
card list column: 6
card list width: 55
@@ -262,6 +281,7 @@ card field:
card field:
type: multiple choice
name: symbols
icon: stats/symbols.png
choice: flight
choice: range
choice: ongoing
@@ -285,6 +305,7 @@ card field:
card field:
type: text
name: attack
icon: stats/attack.png
save value: true
card list visible: true
card list column: 4
@@ -294,6 +315,7 @@ card field:
card field:
type: text
name: defence
icon: stats/defence.png
save value: true
card list visible: true
card list column: 5
Binary file not shown.

After

Width:  |  Height:  |  Size: 316 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 522 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 199 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 636 B