Statistics Update (#12)
* Adding GenevensiS's stats page overhaul * Update card_fields: automated stats are now disabled * Update set_fields: added customization fields for stats * Stats have new icons * Updated position hint and card shape for several frames * Added preliminary localization updates * Added detect_custom_subtypes_statistic --------- Co-authored-by: cajun <kajunkittyavenger@gmail.com>
This commit is contained in:
@@ -25,7 +25,7 @@ card field:
|
||||
choice: checklist
|
||||
choice: emblem
|
||||
choice: masterpiece
|
||||
choice: nightbreak
|
||||
choice: nightbreak
|
||||
choice: plane card
|
||||
choice: saga
|
||||
script:
|
||||
@@ -129,16 +129,18 @@ card field:
|
||||
card list alignment: right
|
||||
card list width: 50
|
||||
card list name: CC
|
||||
show statistics: false
|
||||
description: The casting cost of the card
|
||||
card field:
|
||||
type: choice
|
||||
name: card symbol
|
||||
position hint: 10
|
||||
icon: stats/card_symbol.png
|
||||
icon: stats/symbol.png
|
||||
choice: none
|
||||
choice: tombstone
|
||||
choice: alchemy
|
||||
choice: alchemy old
|
||||
show statistics: false
|
||||
description: Symbol for this card
|
||||
card field:
|
||||
type: choice
|
||||
@@ -219,15 +221,16 @@ card field:
|
||||
card field:
|
||||
type: text
|
||||
name: super type
|
||||
icon: stats/card_type.png
|
||||
icon: stats/type.png
|
||||
position hint: 30
|
||||
script: super_type_filter(value)
|
||||
show statistics: false
|
||||
card field:
|
||||
type: text
|
||||
name: sub type
|
||||
icon: stats/creature_type.png
|
||||
icon: stats/type.png
|
||||
position hint: 31
|
||||
show statistics: false
|
||||
script: sub_type_filter(value, type:card.super_type)
|
||||
card field:
|
||||
type: text
|
||||
@@ -308,6 +311,7 @@ card field:
|
||||
icon: stats/watermark.png
|
||||
position hint: 200
|
||||
include file: /magic-watermarks.mse-include/watermark-names
|
||||
show statistics: false
|
||||
description: A watermark for below the textbox, this can be a big mana symbol used on basic lands, or a guild symbol
|
||||
###############################Leveler textboxes
|
||||
card field:
|
||||
@@ -410,8 +414,9 @@ card field:
|
||||
card field:
|
||||
type: text
|
||||
name: loyalty
|
||||
icon: stats/toughness.png
|
||||
icon: stats/loyalty.png
|
||||
position hint: 59
|
||||
show statistics: false
|
||||
description: The initial loyalty of a planeswalker
|
||||
card field:
|
||||
type: text
|
||||
@@ -551,6 +556,7 @@ card field:
|
||||
choice: alchemy old
|
||||
choice: custom
|
||||
default: set.default_stamp
|
||||
show statistics: false
|
||||
description: The stamp style for this card.
|
||||
############################################################## Duplicate fields (split/flip cards)
|
||||
# Based on flip templates by Wolfwood
|
||||
@@ -560,7 +566,7 @@ card field:
|
||||
card field:
|
||||
type: multiple choice
|
||||
name: card color 2
|
||||
icon: stats/card_color.png
|
||||
icon: stats/color.png
|
||||
empty choice: colorless
|
||||
choice: white
|
||||
choice: blue
|
||||
@@ -642,7 +648,7 @@ card field:
|
||||
card field:
|
||||
type: choice
|
||||
name: card symbol 2
|
||||
icon: stats/card_symbol.png
|
||||
icon: stats/symbol.png
|
||||
choice: none
|
||||
choice: tombstone
|
||||
choice: alchemy
|
||||
@@ -707,13 +713,13 @@ card field:
|
||||
card field:
|
||||
type: text
|
||||
name: super type 2
|
||||
icon: stats/creature_type.png
|
||||
icon: stats/type.png
|
||||
show statistics: false
|
||||
script: super_type_filter(value)
|
||||
card field:
|
||||
type: text
|
||||
name: sub type 2
|
||||
icon: stats/creature_type.png
|
||||
icon: stats/type.png
|
||||
show statistics: false
|
||||
script: sub_type_filter(value, type:card.super_type_2)
|
||||
card field:
|
||||
@@ -733,13 +739,13 @@ card field:
|
||||
card field:
|
||||
type: text
|
||||
name: super type 3
|
||||
icon: stats/creature_type.png
|
||||
icon: stats/type.png
|
||||
show statistics: false
|
||||
script: super_type_filter(value)
|
||||
card field:
|
||||
type: text
|
||||
name: sub type 3
|
||||
icon: stats/creature_type.png
|
||||
icon: stats/type.png
|
||||
show statistics: false
|
||||
script: sub_type_filter(value, type:card.super_type_3)
|
||||
card field:
|
||||
@@ -901,7 +907,7 @@ card field:
|
||||
card field:
|
||||
type: text
|
||||
name: loyalty 2
|
||||
icon: stats/toughness.png
|
||||
icon: stats/loyalty.png
|
||||
show statistics: false
|
||||
description: The initial loyalty of a planeswalker
|
||||
card field:
|
||||
@@ -1358,3 +1364,16 @@ card field:
|
||||
script: text_filter(input: value, card_name: if set.alias_as_cardname and card.alias_2 != "" then card.alias_2 else card.name_2, margin_code:"unknown")
|
||||
default: if not b_saga() then "" else "<i-auto>(" + saga_reminderb() + ")</i-auto>"
|
||||
description: The saga reminder text
|
||||
card field:
|
||||
type: choice
|
||||
name: card stamp 2
|
||||
choice: standard
|
||||
choice: none
|
||||
choice: acorn
|
||||
choice: universes beyond
|
||||
choice: alchemy
|
||||
choice: alchemy old
|
||||
choice: custom
|
||||
default: set.default_stamp
|
||||
show statistics: false
|
||||
description: The stamp style for this card.
|
||||
|
||||
Reference in New Issue
Block a user