Indicator update (#76)
* update indicator script and remove color indicator dot styling options --------- Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
This commit is contained in:
@@ -184,11 +184,6 @@ init script:
|
||||
contains(set.mainframe_rarity_name, match: ".png")
|
||||
}
|
||||
|
||||
has_identity :=
|
||||
{
|
||||
styling.color_indicator_dot and length(color_to_base_prefix()) > 0
|
||||
}
|
||||
|
||||
image_left := { if has_extended_art() then 0 else 54 }
|
||||
image_top := { if styling.type_location == "under the name" then 175 else 114 }
|
||||
image_width := { if has_extended_art() then 750 else if styling.transformation_reminder == "notch" then (if card.pt == "" then 654 else 656) else 642 }
|
||||
@@ -392,7 +387,7 @@ init script:
|
||||
has_only_banner_in_type_left :=
|
||||
{
|
||||
styling.banner and
|
||||
( not styling.color_indicator_dot or styling.color_indicator_dot_location != "type line left" ) and
|
||||
( not has_identity() or styling.color_indicator_dot_location != "type line left" ) and
|
||||
( not styling.rarity or styling.rarity_location != "type line left" )
|
||||
}
|
||||
|
||||
@@ -1073,15 +1068,6 @@ styling field:
|
||||
# localized description:
|
||||
# fr: Utiliser un champ de texte sur la gauche de la carte?
|
||||
initial: no
|
||||
styling field:
|
||||
type: boolean
|
||||
name: color indicator dot
|
||||
description: Use the color indicator dot?
|
||||
# localized caption:
|
||||
# fr: Indicateur de couleur
|
||||
# localized description:
|
||||
# fr: Utiliser un indicateur de couleur, par exemple sur les cartes sans coût de lancement?
|
||||
initial: no
|
||||
styling field:
|
||||
type: choice
|
||||
name: color indicator dot location
|
||||
|
||||
Reference in New Issue
Block a user