Commit a480b3f4 authored by twanvl's avatar twanvl

Added statistics icons

parent eb4146c0
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment