Personal sync, part 2
add m15-black, future-planeswalker, m15-imageupload, token-invention add dungeon updates add land TTK frames lots of little cleanups
This commit is contained in:
@@ -88,7 +88,7 @@ init script:
|
||||
replace@(match:"<soft-line>\n", replace:"")+
|
||||
filter_text@(match:"\n")
|
||||
|
||||
text_size := { 14 -(if styling.separated_text_size = "" then 0 else if contains(styling.separated_text_size, match: ".5") then to_int(split_text(match:".5", styling.separated_text_size).0) else styling.separated_text_size) }
|
||||
text_size := { 14 -(if styling.separated_text_size == "" then 0 else if contains(styling.separated_text_size, match: ".5") then to_int(split_text(match:".5", styling.separated_text_size).0) else styling.separated_text_size) }
|
||||
level_three := { contains(styling.use_separate_textboxes, match: "three") }
|
||||
level_four := { contains(styling.use_separate_textboxes, match: "four") }
|
||||
level_two := { contains(styling.use_separate_textboxes, match: "two") }
|
||||
@@ -312,7 +312,7 @@ card style:
|
||||
color: rgba(0,0,0,0)
|
||||
separator color: red
|
||||
rarity:
|
||||
right: 202
|
||||
right: {188 + 0.5*(card_style.rarity.content_width)}
|
||||
top: 476
|
||||
width: 44
|
||||
height: 22
|
||||
@@ -577,7 +577,7 @@ extra card field:
|
||||
save value: false
|
||||
editable: false
|
||||
show statistics: false
|
||||
extra card field
|
||||
extra card field:
|
||||
type: text
|
||||
name: replace type
|
||||
editable: false
|
||||
|
||||
Reference in New Issue
Block a user