Fix Plane borders and add special_text
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 198 KiB After Width: | Height: | Size: 208 KiB |
@@ -47,7 +47,9 @@ init script:
|
||||
filter_image := {crop("filter.png", height: height_textbox()+9, width:428, offset_x:0, offset_y:0)}
|
||||
height_chaos := {77 - height_textbox()}
|
||||
height_c_sym := {if is_nom() then 0 else min(22,height_chaos()-4) }
|
||||
|
||||
special_text := {
|
||||
card.text + (if remove_tags(card.rule_text_2) != "" then "\n" + card.rule_text_2 else "")
|
||||
}
|
||||
############################################################## Set info fields
|
||||
set info style:
|
||||
symbol:
|
||||
@@ -343,6 +345,16 @@ extra card field:
|
||||
editable: false
|
||||
save value: false
|
||||
show statistics: false
|
||||
extra card field:
|
||||
type: text
|
||||
name: filler text
|
||||
editable: true
|
||||
save value: true
|
||||
show statistics: false
|
||||
multi line: true
|
||||
script:
|
||||
forward_editor(field: card.special_text)
|
||||
special_text()
|
||||
|
||||
extra card style:
|
||||
background:
|
||||
|
||||
Reference in New Issue
Block a user