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 short name: VS System
icon: card-back.png icon: card-back.png
...@@ -68,7 +68,7 @@ init script: ...@@ -68,7 +68,7 @@ init script:
else if card.team == "Plot Twist" then "plot twist" else if card.team == "Plot Twist" then "plot twist"
else if card.team_2 != "" then "character dual" else if card.team_2 != "" then "character dual"
else if dual_name(card.team) != "" then "character dual (new)" else if dual_name(card.team) != "" then "character dual (new)"
else "character" else "character"
} }
# Default 'team' name of card # Default 'team' name of card
team := { team := {
...@@ -119,6 +119,9 @@ init script: ...@@ -119,6 +119,9 @@ init script:
############################################################## Set fields ############################################################## Set fields
set field:
type: info
name: Set Information
set field: set field:
type: text type: text
name: title name: title
...@@ -126,6 +129,7 @@ set field: ...@@ -126,6 +129,7 @@ set field:
set field: set field:
type: text type: text
name: code name: code
default: "COD"
description: Recommended only 3 Capital digits. Will appear before card number. ex: MOR-1 description: Recommended only 3 Capital digits. Will appear before card number. ex: MOR-1
set field: set field:
type: text type: text
...@@ -140,6 +144,9 @@ set field: ...@@ -140,6 +144,9 @@ set field:
type: text type: text
name: copyright name: copyright
description: Copytight information. This information will not appear on the card. description: Copytight information. This information will not appear on the card.
set field:
type: info
name: Defaults and Automation
set field: set field:
type: choice type: choice
name: automatic reminder text name: automatic reminder text
...@@ -149,6 +156,18 @@ set field: ...@@ -149,6 +156,18 @@ set field:
initial: no initial: no
description: Should reminder text be added to keywords by default? Note: you can enable/disable reminder text by right clicking the keyword. 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 ############################################################## Card fields
...@@ -181,6 +200,7 @@ card field: ...@@ -181,6 +200,7 @@ card field:
card field: card field:
type: text type: text
name: cost name: cost
icon: stats/cost.png
script: only_numbers(value) script: only_numbers(value)
card list visible: true card list visible: true
card list column: 3 card list column: 3
...@@ -228,9 +248,8 @@ card field: ...@@ -228,9 +248,8 @@ card field:
position( position(
of: card of: card
in: set in: set
order_by: { order_by: {card.name}
card.name )
})
card list visible: true card list visible: true
card list column: 6 card list column: 6
card list width: 55 card list width: 55
...@@ -262,6 +281,7 @@ card field: ...@@ -262,6 +281,7 @@ card field:
card field: card field:
type: multiple choice type: multiple choice
name: symbols name: symbols
icon: stats/symbols.png
choice: flight choice: flight
choice: range choice: range
choice: ongoing choice: ongoing
...@@ -285,6 +305,7 @@ card field: ...@@ -285,6 +305,7 @@ card field:
card field: card field:
type: text type: text
name: attack name: attack
icon: stats/attack.png
save value: true save value: true
card list visible: true card list visible: true
card list column: 4 card list column: 4
...@@ -294,6 +315,7 @@ card field: ...@@ -294,6 +315,7 @@ card field:
card field: card field:
type: text type: text
name: defence name: defence
icon: stats/defence.png
save value: true save value: true
card list visible: true card list visible: true
card list column: 5 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