invention fixes

This commit is contained in:
cajun
2025-09-28 08:00:26 -05:00
parent 4818a59014
commit b23af65911
6 changed files with 17 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 761 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -63,6 +63,7 @@ init script:
else "new" else "new"
} }
card_background2 := { color_background(input: card.card_color, type: "card2", base_hybrid: card_hybrid, blend_type:"card") }@(offset:0 )
# Use guild mana symbols? # Use guild mana symbols?
guild_mana := { styling.use_guild_mana_symbols } guild_mana := { styling.use_guild_mana_symbols }
shrink_name := {if styling.shrink_name_text != "" then to_int(styling.shrink_name_text) else 0 } shrink_name := {if styling.shrink_name_text != "" then to_int(styling.shrink_name_text) else 0 }
@@ -75,6 +76,21 @@ init script:
card_stamp_offset_top_1 := {4} card_stamp_offset_top_1 := {4}
card_stamp_offset_left_1 := {1} card_stamp_offset_left_1 := {1}
information_offset_top_1 := {1} information_offset_top_1 := {1}
alias_offset_top_1 := {4}
alias_colors := {
[
w: rgb(255, 255, 255),
u: rgb(6, 115, 184),
b: rgb(39, 38, 36),
r: rgb(241, 55, 42),
g: rgb(6, 120, 69),
a: rgb(239, 238, 236),
m: rgb(243, 210, 105),
c: rgb(173, 151, 137)
][input]
}
############################################################## Set info fields ############################################################## Set info fields
set info style: set info style:
symbol: symbol:
@@ -172,6 +188,7 @@ include file: /magic-modules.mse-include/card-symbols/card_fields
include file: /magic-modules.mse-include/stamps/card_fields include file: /magic-modules.mse-include/stamps/card_fields
include file: /magic-modules.mse-include/watermarks/card_fields include file: /magic-modules.mse-include/watermarks/card_fields
include file: /magic-modules.mse-include/separators/card_fields include file: /magic-modules.mse-include/separators/card_fields
include file: /magic-modules.mse-include/alias/card_fields
card style: card style:
############################# Background stuff ############################# Background stuff
border color: border color: