Bug fix for Card Symbol on DFCs
Bug fix for Amass rt
Bug fixes for "this type" capitalization
Bug fixes for CARDNAME on planes
Adds THIS atom that gets the opposite value as CARDNAME
Adds Custom Border automization
This commit is contained in:
cajun
2025-01-18 15:01:42 -06:00
parent 79765cda02
commit 64fc3828d6
10 changed files with 132 additions and 35 deletions

View File

@@ -66,7 +66,17 @@ init script:
alt_text_script := {
combined_editor(field1:card.rule_text, separator1:"<line>\n</line>", field2:card.rule_text_2)
}
card_name_for_face := { "" }
card_name_for_face := {
if (set.CARDNAME_replacement == "card's type" xor reverse)
then (
ty := to_lower(cardname_type(card["type"]))
if ty == "" then "this"
else "this " + ty
)
else if set.CARDNAME_replacement == "card's alias" and card["alias"] != ""
then card["alias"]
else card["name"]
}@(reverse:false)
is_loaded := { card_style.text.layout.separator[0] or else 0 > 0 }
top_box_height := {