mse version: 2.1.2 game: magic full name: Checklist short name: Checklist icon: card-sample.png position hint: 999 version: 2025-07-29 depends on: package: magic.mse-game version: 2008-06-02 depends on: package: magic-modules.mse-include version: 2024-10-01 depends on: package: magic-mana-large.mse-symbol-font version: 2007-09-23 depends on: package: magic-future-common.mse-include version: 2007-09-23 card width: 375 card height: 523 card dpi: 150 ############################################################## Extra scripts init script: transform_symbol_left_1 := { 15 } transform_symbol_top_1 := { 19 } transform_symbol_width_1 := { 44 } transform_symbol_height_1 := { 44 } transform_symbol_default := { "day" } rarity_right_1 := { 303 + if styling.visible_pt then 0 else 52 } rarity_top_1 := { 481 } rarity_width_1 := { 44 } rarity_height_1 := { 22 } rarity_disabled_1 := { not styling.visible_rarity } template := { input + "card.jpg" } land_template := { input + "card.jpg" } card_background := { color_background(type:"card", base_hybrid:card_hybrid, hybrid_blend: "white", artifact_blend: "black", multicolor_blend: "black") }@(offset:0 ) card_full_name := { value } card_full_name_default := { "Checklist" } card_shape := { "checklist" } number_of_boxes := { if styling.number_of_boxes == "" then "100" else styling.number_of_boxes } ############################################################## Extra style options styling field: type: text name: number of boxes description: How many boxes should there be? The default is 20. styling field: type: boolean name: visible pt description: Should there be a pt box? styling field: type: boolean name: visible rarity description: Should there be a rarity symbol? styling field: type: boolean name: inverted common symbol description: Should the common rarity symbol be inverted, like in Coldsnap? initial: no styling field: type: boolean name: use guild mana symbols description: Use the Ravnica guild symbols instead of the official half/half circles for hybrid mana. initial: no styling field: type: choice name: tap symbol description: What tap and untap symbols should be used on cards? initial: modern choice: modern choice: old choice: diagonal T styling field: type: choice name: artist font color description: The default artist and copyright line font color for cards choice: black choice: white ############################################################## Card fields include file: /magic-modules.mse-include/corners/card_fields include file: /magic-modules.mse-include/symbols/card_fields include file: /magic-modules.mse-include/rarities/card_fields card style: ############################# Background stuff image: left: 17 top: 17 width: 341 height: 488 z index: 0 rule text: left: { if card.transformation == "none" then 23 else 65 } top: 27 right: 352 height: 26 alignment: middle center z index: 2 font: name: Matrix size: 11 weight: bold color: black ############################# Copyright stuff illustrator: left: 57 top : 479 width: 217 height: 16 z index: 2 font: name: Matrix size: 10 weight: bold color: { styling.artist_font_color } copyright line: left: 30 top : 493 width: 247 height: 12 z index: 2 font: name: MPlantin size: 6.5 color: { styling.artist_font_color } pt: z index: 900 left: 313 top: 484 width: { if styling.visible_pt then 36 else 0 } height: 17 alignment: center middle shrink-overflow font: name: Beleren Bold size: 15 color: black separator color: red ############################################################## Extra card fields extra card field: type: choice name: ptbox save value: false editable: false choice: pt extra card field: type: choice name: paintbrush script: styling.artist_font_color save value: false editable: false extra card field: type: choice name: black border editable: false save value: false choice: black extra card field: type: choice name: title bar editable: false save value: false choice: title extra card field: type: multiple choice name: box 1 editable: true save value: true empty choice: colorless choice: white choice: blue choice: black choice: red choice: name: green line below: true choice: artifact choice: land choice: multicolor choice: name: hybrid line below: true choice: name: horizontal type: radio choice: name: vertical type: radio choice: name: radial type: radio choice: name: overlay type: radio choice: name: reversed default: stylesheet; card_color(casting_cost: extra_card.cost_1, rules_text: card.rule_text, type: card.super_type, watermark: card.watermark, card_name: card.name, default: "colorless", margin_code: "color1") script: card_color_filter(value) extra card field: type: text name: label 1 editable: true save value: true extra card field: type: text name: cost 1 script: mana_filter(value) editable: true save value: true extra card field: type: multiple choice name: box 2 editable: true save value: true empty choice: colorless choice: white choice: blue choice: black choice: red choice: name: green line below: true choice: artifact choice: land choice: multicolor choice: name: hybrid line below: true choice: name: horizontal type: radio choice: name: vertical type: radio choice: name: radial type: radio choice: name: overlay type: radio choice: name: reversed default: stylesheet; card_color(casting_cost: extra_card.cost_2, rules_text: card.rule_text, type: card.super_type, watermark: card.watermark, card_name: card.name, default: "colorless", margin_code: "color1") script: card_color_filter(value) extra card field: type: text name: label 2 editable: true save value: true extra card field: type: text name: cost 2 script: mana_filter(value) editable: true save value: true extra card field: type: multiple choice name: box 3 editable: true save value: true empty choice: colorless choice: white choice: blue choice: black choice: red choice: name: green line below: true choice: artifact choice: land choice: multicolor choice: name: hybrid line below: true choice: name: horizontal type: radio choice: name: vertical type: radio choice: name: radial type: radio choice: name: overlay type: radio choice: name: reversed default: stylesheet; card_color(casting_cost: extra_card.cost_3, rules_text: card.rule_text, type: card.super_type, watermark: card.watermark, card_name: card.name, default: "colorless", margin_code: "color1") script: card_color_filter(value) extra card field: type: text name: label 3 editable: true save value: true extra card field: type: text name: cost 3 script: mana_filter(value) editable: true save value: true extra card field: type: multiple choice name: box 4 editable: true save value: true empty choice: colorless choice: white choice: blue choice: black choice: red choice: name: green line below: true choice: artifact choice: land choice: multicolor choice: name: hybrid line below: true choice: name: horizontal type: radio choice: name: vertical type: radio choice: name: radial type: radio choice: name: overlay type: radio choice: name: reversed default: stylesheet; card_color(casting_cost: extra_card.cost_4, rules_text: card.rule_text, type: card.super_type, watermark: card.watermark, card_name: card.name, default: "colorless", margin_code: "color1") script: card_color_filter(value) extra card field: type: text name: label 4 editable: true save value: true extra card field: type: text name: cost 4 script: mana_filter(value) editable: true save value: true extra card field: type: multiple choice name: box 5 editable: true save value: true empty choice: colorless choice: white choice: blue choice: black choice: red choice: name: green line below: true choice: artifact choice: land choice: multicolor choice: name: hybrid line below: true choice: name: horizontal type: radio choice: name: vertical type: radio choice: name: radial type: radio choice: name: overlay type: radio choice: name: reversed default: stylesheet; card_color(casting_cost: extra_card.cost_5, rules_text: card.rule_text, type: card.super_type, watermark: card.watermark, card_name: card.name, default: "colorless", margin_code: "color1") script: card_color_filter(value) extra card field: type: text name: label 5 editable: true save value: true extra card field: type: text name: cost 5 script: mana_filter(value) editable: true save value: true extra card field: type: multiple choice name: box 6 editable: true save value: true empty choice: colorless choice: white choice: blue choice: black choice: red choice: name: green line below: true choice: artifact choice: land choice: multicolor choice: name: hybrid line below: true choice: name: horizontal type: radio choice: name: vertical type: radio choice: name: radial type: radio choice: name: overlay type: radio choice: name: reversed default: stylesheet; card_color(casting_cost: extra_card.cost_6, rules_text: card.rule_text, type: card.super_type, watermark: card.watermark, card_name: card.name, default: "colorless", margin_code: "color1") script: card_color_filter(value) extra card field: type: text name: label 6 editable: true save value: true extra card field: type: text name: cost 6 script: mana_filter(value) editable: true save value: true extra card field: type: multiple choice name: box 7 editable: true save value: true empty choice: colorless choice: white choice: blue choice: black choice: red choice: name: green line below: true choice: artifact choice: land choice: multicolor choice: name: hybrid line below: true choice: name: horizontal type: radio choice: name: vertical type: radio choice: name: radial type: radio choice: name: overlay type: radio choice: name: reversed default: stylesheet; card_color(casting_cost: extra_card.cost_7, rules_text: card.rule_text, type: card.super_type, watermark: card.watermark, card_name: card.name, default: "colorless", margin_code: "color1") script: card_color_filter(value) extra card field: type: text name: label 7 editable: true save value: true extra card field: type: text name: cost 7 script: mana_filter(value) editable: true save value: true extra card field: type: multiple choice name: box 8 editable: true save value: true empty choice: colorless choice: white choice: blue choice: black choice: red choice: name: green line below: true choice: artifact choice: land choice: multicolor choice: name: hybrid line below: true choice: name: horizontal type: radio choice: name: vertical type: radio choice: name: radial type: radio choice: name: overlay type: radio choice: name: reversed default: stylesheet; card_color(casting_cost: extra_card.cost_8, rules_text: card.rule_text, type: card.super_type, watermark: card.watermark, card_name: card.name, default: "colorless", margin_code: "color1") script: card_color_filter(value) extra card field: type: text name: label 8 editable: true save value: true extra card field: type: text name: cost 8 script: mana_filter(value) editable: true save value: true extra card field: type: multiple choice name: box 9 editable: true save value: true empty choice: colorless choice: white choice: blue choice: black choice: red choice: name: green line below: true choice: artifact choice: land choice: multicolor choice: name: hybrid line below: true choice: name: horizontal type: radio choice: name: vertical type: radio choice: name: radial type: radio choice: name: overlay type: radio choice: name: reversed default: stylesheet; card_color(casting_cost: extra_card.cost_9, rules_text: card.rule_text, type: card.super_type, watermark: card.watermark, card_name: card.name, default: "colorless", margin_code: "color1") script: card_color_filter(value) extra card field: type: text name: label 9 editable: true save value: true extra card field: type: text name: cost 9 script: mana_filter(value) editable: true save value: true extra card field: type: multiple choice name: box 10 editable: true save value: true empty choice: colorless choice: white choice: blue choice: black choice: red choice: name: green line below: true choice: artifact choice: land choice: multicolor choice: name: hybrid line below: true choice: name: horizontal type: radio choice: name: vertical type: radio choice: name: radial type: radio choice: name: overlay type: radio choice: name: reversed default: stylesheet; card_color(casting_cost: extra_card.cost_10, rules_text: card.rule_text, type: card.super_type, watermark: card.watermark, card_name: card.name, default: "colorless", margin_code: "color1") script: card_color_filter(value) extra card field: type: text name: label 10 editable: true save value: true extra card field: type: text name: cost 10 script: mana_filter(value) editable: true save value: true extra card field: type: multiple choice name: box 11 editable: true save value: true empty choice: colorless choice: white choice: blue choice: black choice: red choice: name: green line below: true choice: artifact choice: land choice: multicolor choice: name: hybrid line below: true choice: name: horizontal type: radio choice: name: vertical type: radio choice: name: radial type: radio choice: name: overlay type: radio choice: name: reversed default: stylesheet; card_color(casting_cost: extra_card.cost_11, rules_text: card.rule_text, type: card.super_type, watermark: card.watermark, card_name: card.name, default: "colorless", margin_code: "color1") script: card_color_filter(value) extra card field: type: text name: label 11 editable: true save value: true extra card field: type: text name: cost 11 script: mana_filter(value) editable: true save value: true extra card field: type: multiple choice name: box 12 editable: true save value: true empty choice: colorless choice: white choice: blue choice: black choice: red choice: name: green line below: true choice: artifact choice: land choice: multicolor choice: name: hybrid line below: true choice: name: horizontal type: radio choice: name: vertical type: radio choice: name: radial type: radio choice: name: overlay type: radio choice: name: reversed default: stylesheet; card_color(casting_cost: extra_card.cost_12, rules_text: card.rule_text, type: card.super_type, watermark: card.watermark, card_name: card.name, default: "colorless", margin_code: "color1") script: card_color_filter(value) extra card field: type: text name: label 12 editable: true save value: true extra card field: type: text name: cost 12 script: mana_filter(value) editable: true save value: true extra card field: type: multiple choice name: box 13 editable: true save value: true empty choice: colorless choice: white choice: blue choice: black choice: red choice: name: green line below: true choice: artifact choice: land choice: multicolor choice: name: hybrid line below: true choice: name: horizontal type: radio choice: name: vertical type: radio choice: name: radial type: radio choice: name: overlay type: radio choice: name: reversed default: stylesheet; card_color(casting_cost: extra_card.cost_13, rules_text: card.rule_text, type: card.super_type, watermark: card.watermark, card_name: card.name, default: "colorless", margin_code: "color1") script: card_color_filter(value) extra card field: type: text name: label 13 editable: true save value: true extra card field: type: text name: cost 13 script: mana_filter(value) editable: true save value: true extra card field: type: multiple choice name: box 14 editable: true save value: true empty choice: colorless choice: white choice: blue choice: black choice: red choice: name: green line below: true choice: artifact choice: land choice: multicolor choice: name: hybrid line below: true choice: name: horizontal type: radio choice: name: vertical type: radio choice: name: radial type: radio choice: name: overlay type: radio choice: name: reversed default: stylesheet; card_color(casting_cost: extra_card.cost_14, rules_text: card.rule_text, type: card.super_type, watermark: card.watermark, card_name: card.name, default: "colorless", margin_code: "color1") script: card_color_filter(value) extra card field: type: text name: label 14 editable: true save value: true extra card field: type: text name: cost 14 script: mana_filter(value) editable: true save value: true extra card field: type: multiple choice name: box 15 editable: true save value: true empty choice: colorless choice: white choice: blue choice: black choice: red choice: name: green line below: true choice: artifact choice: land choice: multicolor choice: name: hybrid line below: true choice: name: horizontal type: radio choice: name: vertical type: radio choice: name: radial type: radio choice: name: overlay type: radio choice: name: reversed default: stylesheet; card_color(casting_cost: extra_card.cost_15, rules_text: card.rule_text, type: card.super_type, watermark: card.watermark, card_name: card.name, default: "colorless", margin_code: "color1") script: card_color_filter(value) extra card field: type: text name: label 15 editable: true save value: true extra card field: type: text name: cost 15 script: mana_filter(value) editable: true save value: true extra card field: type: multiple choice name: box 16 editable: true save value: true empty choice: colorless choice: white choice: blue choice: black choice: red choice: name: green line below: true choice: artifact choice: land choice: multicolor choice: name: hybrid line below: true choice: name: horizontal type: radio choice: name: vertical type: radio choice: name: radial type: radio choice: name: overlay type: radio choice: name: reversed default: stylesheet; card_color(casting_cost: extra_card.cost_16, rules_text: card.rule_text, type: card.super_type, watermark: card.watermark, card_name: card.name, default: "colorless", margin_code: "color1") script: card_color_filter(value) extra card field: type: text name: label 16 editable: true save value: true extra card field: type: text name: cost 16 script: mana_filter(value) editable: true save value: true extra card field: type: multiple choice name: box 17 editable: true save value: true empty choice: colorless choice: white choice: blue choice: black choice: red choice: name: green line below: true choice: artifact choice: land choice: multicolor choice: name: hybrid line below: true choice: name: horizontal type: radio choice: name: vertical type: radio choice: name: radial type: radio choice: name: overlay type: radio choice: name: reversed default: stylesheet; card_color(casting_cost: extra_card.cost_17, rules_text: card.rule_text, type: card.super_type, watermark: card.watermark, card_name: card.name, default: "colorless", margin_code: "color1") script: card_color_filter(value) extra card field: type: text name: label 17 editable: true save value: true extra card field: type: text name: cost 17 script: mana_filter(value) editable: true save value: true extra card field: type: multiple choice name: box 18 editable: true save value: true empty choice: colorless choice: white choice: blue choice: black choice: red choice: name: green line below: true choice: artifact choice: land choice: multicolor choice: name: hybrid line below: true choice: name: horizontal type: radio choice: name: vertical type: radio choice: name: radial type: radio choice: name: overlay type: radio choice: name: reversed default: stylesheet; card_color(casting_cost: extra_card.cost_18, rules_text: card.rule_text, type: card.super_type, watermark: card.watermark, card_name: card.name, default: "colorless", margin_code: "color1") script: card_color_filter(value) extra card field: type: text name: label 18 editable: true save value: true extra card field: type: text name: cost 18 script: mana_filter(value) editable: true save value: true extra card field: type: multiple choice name: box 19 editable: true save value: true empty choice: colorless choice: white choice: blue choice: black choice: red choice: name: green line below: true choice: artifact choice: land choice: multicolor choice: name: hybrid line below: true choice: name: horizontal type: radio choice: name: vertical type: radio choice: name: radial type: radio choice: name: overlay type: radio choice: name: reversed default: stylesheet; card_color(casting_cost: extra_card.cost_19, rules_text: card.rule_text, type: card.super_type, watermark: card.watermark, card_name: card.name, default: "colorless", margin_code: "color1") script: card_color_filter(value) extra card field: type: text name: label 19 editable: true save value: true extra card field: type: text name: cost 19 script: mana_filter(value) editable: true save value: true extra card field: type: multiple choice name: box 20 editable: true save value: true empty choice: colorless choice: white choice: blue choice: black choice: red choice: name: green line below: true choice: artifact choice: land choice: multicolor choice: name: hybrid line below: true choice: name: horizontal type: radio choice: name: vertical type: radio choice: name: radial type: radio choice: name: overlay type: radio choice: name: reversed default: stylesheet; card_color(casting_cost: extra_card.cost_20, rules_text: card.rule_text, type: card.super_type, watermark: card.watermark, card_name: card.name, default: "colorless", margin_code: "color1") script: card_color_filter(value) extra card field: type: text name: label 20 editable: true save value: true extra card field: type: text name: cost 20 script: mana_filter(value) editable: true save value: true extra card style: ptbox: left: 308 top: 481 width: 46 height: 22 z index: 2 visible: { styling.visible_pt } render style: image image: pt.png paintbrush: left: 29 top : 481 width: 27 height: 11 z index: 2 render style: image choice images: black: /magic-future-common.mse-include/paintbrush_black.png white: /magic-future-common.mse-include/paintbrush_white.png black border: left: 0 top: 0 width: 375 height: 523 z index: 2 render style: image image: border.png title bar: left: 0 top: 0 width: 375 height: 523 z index: 1 render style: image image: { "title" + (if card.transformation == "none" then "_full" else "") + ".png" } box 1: left: 20 top: 63 width: { if number_of_boxes() < 1 then 0 else 164 } height: 40 z index: 1 mask: boxmask.png render style: image popup style: in place image: { card_background() } label 1: left: 29 top: 82 width: { if number_of_boxes() < 1 then 0 else 147 } height: 16 alignment: bottom shrink-overflow padding bottom: 0 z index: 2 font: name: Matrix size: 12 weight: bold color: black cost 1: right: 177 top: 67 width: { if number_of_boxes() < 1 then 0 else 66 } height: 16 alignment: bottom right symbol font: name: magic-mana-large size: 12 alignment: bottom right always symbol: true z index: 2 box 2: left: 191 top: 63 width: { if number_of_boxes() < 2 then 0 else 164 } height: 40 z index: 1 mask: boxmask.png render style: image popup style: in place image: { card_background() } label 2: left: 200 top: 82 width: { if number_of_boxes() < 2 then 0 else 147 } height: 16 alignment: bottom shrink-overflow padding bottom: 0 z index: 2 font: name: Matrix size: 12 weight: bold color: black cost 2: right: 347 top: 67 width: { if number_of_boxes() < 2 then 0 else 66 } height: 16 alignment: bottom right symbol font: name: magic-mana-large size: 12 alignment: bottom right always symbol: true z index: 2 box 3: left: 20 top: 105 width: { if number_of_boxes() < 3 then 0 else 164 } height: 40 z index: 1 mask: boxmask.png render style: image popup style: in place image: { card_background() } label 3: left: 29 top: 124 width: { if number_of_boxes() < 3 then 0 else 147 } height: 16 alignment: bottom shrink-overflow padding bottom: 0 z index: 2 font: name: Matrix size: 12 weight: bold color: black cost 3: right: 177 top: 109 width: { if number_of_boxes() < 3 then 0 else 66 } height: 16 alignment: bottom right symbol font: name: magic-mana-large size: 12 alignment: bottom right always symbol: true z index: 2 box 4: left: 191 top: 105 width: { if number_of_boxes() < 4 then 0 else 164 } height: 40 z index: 1 mask: boxmask.png render style: image popup style: in place image: { card_background() } label 4: left: 200 top: 124 width: { if number_of_boxes() < 4 then 0 else 147 } height: 16 alignment: bottom shrink-overflow padding bottom: 0 z index: 2 font: name: Matrix size: 12 weight: bold color: black cost 4: right: 347 top: 109 width: { if number_of_boxes() < 4 then 0 else 66 } height: 16 alignment: bottom right symbol font: name: magic-mana-large size: 12 alignment: bottom right always symbol: true z index: 2 box 5: left: 20 top: 147 width: { if number_of_boxes() < 5 then 0 else 164 } height: 40 z index: 1 mask: boxmask.png render style: image popup style: in place image: { card_background() } label 5: left: 29 top: 166 width: { if number_of_boxes() < 5 then 0 else 147 } height: 16 alignment: bottom shrink-overflow padding bottom: 0 z index: 2 font: name: Matrix size: 12 weight: bold color: black cost 5: right: 177 top: 151 width: { if number_of_boxes() < 5 then 0 else 66 } height: 16 alignment: bottom right symbol font: name: magic-mana-large size: 12 alignment: bottom right always symbol: true z index: 2 box 6: left: 191 top: 147 width: { if number_of_boxes() < 6 then 0 else 164 } height: 40 z index: 1 mask: boxmask.png render style: image popup style: in place image: { card_background() } label 6: left: 200 top: 166 width: { if number_of_boxes() < 6 then 0 else 147 } height: 16 alignment: bottom shrink-overflow padding bottom: 0 z index: 2 font: name: Matrix size: 12 weight: bold color: black cost 6: right: 347 top: 151 width: { if number_of_boxes() < 6 then 0 else 66 } height: 16 alignment: bottom right symbol font: name: magic-mana-large size: 12 alignment: bottom right always symbol: true z index: 2 box 7: left: 20 top: 189 width: { if number_of_boxes() < 7 then 0 else 164 } height: 40 z index: 1 mask: boxmask.png render style: image popup style: in place image: { card_background() } label 7: left: 29 top: 208 width: { if number_of_boxes() < 7 then 0 else 147 } height: 16 alignment: bottom shrink-overflow padding bottom: 0 z index: 2 font: name: Matrix size: 12 weight: bold color: black cost 7: right: 177 top: 193 width: { if number_of_boxes() < 7 then 0 else 66 } height: 16 alignment: bottom right symbol font: name: magic-mana-large size: 12 alignment: bottom right always symbol: true z index: 2 box 8: left: 191 top: 189 width: { if number_of_boxes() < 8 then 0 else 164 } height: 40 z index: 1 mask: boxmask.png render style: image popup style: in place image: { card_background() } label 8: left: 200 top: 208 width: { if number_of_boxes() < 8 then 0 else 147 } height: 16 alignment: bottom shrink-overflow padding bottom: 0 z index: 2 font: name: Matrix size: 12 weight: bold color: black cost 8: right: 347 top: 193 width: { if number_of_boxes() < 8 then 0 else 66 } height: 16 alignment: bottom right symbol font: name: magic-mana-large size: 12 alignment: bottom right always symbol: true z index: 2 box 9: left: 20 top: 230 width: { if number_of_boxes() < 9 then 0 else 164 } height: 40 z index: 1 mask: boxmask.png render style: image popup style: in place image: { card_background() } label 9: left: 29 top: 250 width: { if number_of_boxes() < 9 then 0 else 147 } height: 16 alignment: bottom shrink-overflow padding bottom: 0 z index: 2 font: name: Matrix size: 12 weight: bold color: black cost 9: right: 177 top: 235 width: { if number_of_boxes() < 9 then 0 else 66 } height: 16 alignment: bottom right symbol font: name: magic-mana-large size: 12 alignment: bottom right always symbol: true z index: 2 box 10: left: 191 top: 230 width: { if number_of_boxes() < 10 then 0 else 164 } height: 40 z index: 1 mask: boxmask.png render style: image popup style: in place image: { card_background() } label 10: left: 200 top: 250 width: { if number_of_boxes() < 10 then 0 else 147 } height: 16 alignment: bottom shrink-overflow padding bottom: 0 z index: 2 font: name: Matrix size: 12 weight: bold color: black cost 10: right: 347 top: 235 width: { if number_of_boxes() < 10 then 0 else 66 } height: 16 alignment: bottom right symbol font: name: magic-mana-large size: 12 alignment: bottom right always symbol: true z index: 2 box 11: left: 20 top: 272 width: { if number_of_boxes() < 11 then 0 else 164 } height: 40 z index: 1 mask: boxmask.png render style: image popup style: in place image: { card_background() } label 11: left: 29 top: 291 width: { if number_of_boxes() < 11 then 0 else 147 } height: 16 alignment: bottom shrink-overflow padding bottom: 0 z index: 2 font: name: Matrix size: 12 weight: bold color: black cost 11: right: 177 top: 277 width: { if number_of_boxes() < 11 then 0 else 66 } height: 16 alignment: bottom right symbol font: name: magic-mana-large size: 12 alignment: bottom right always symbol: true z index: 2 box 12: left: 191 top: 272 width: { if number_of_boxes() < 12 then 0 else 164 } height: 40 z index: 1 mask: boxmask.png render style: image popup style: in place image: { card_background() } label 12: left: 200 top: 291 width: { if number_of_boxes() < 12 then 0 else 147 } height: 16 alignment: bottom shrink-overflow padding bottom: 0 z index: 2 font: name: Matrix size: 12 weight: bold color: black cost 12: right: 347 top: 277 width: { if number_of_boxes() < 12 then 0 else 66 } height: 16 alignment: bottom right symbol font: name: magic-mana-large size: 12 alignment: bottom right always symbol: true z index: 2 box 13: left: 20 top: 314 width: { if number_of_boxes() < 13 then 0 else 164 } height: 40 z index: 1 mask: boxmask.png render style: image popup style: in place image: { card_background() } label 13: left: 29 top: 333 width: { if number_of_boxes() < 13 then 0 else 147 } height: 16 alignment: bottom shrink-overflow padding bottom: 0 z index: 2 font: name: Matrix size: 12 weight: bold color: black cost 13: right: 177 top: 319 width: { if number_of_boxes() < 13 then 0 else 66 } height: 16 alignment: bottom right symbol font: name: magic-mana-large size: 12 alignment: bottom right always symbol: true z index: 2 box 14: left: 191 top: 314 width: { if number_of_boxes() < 14 then 0 else 164 } height: 40 z index: 1 mask: boxmask.png render style: image popup style: in place image: { card_background() } label 14: left: 200 top: 333 width: { if number_of_boxes() < 14 then 0 else 147 } height: 16 alignment: bottom shrink-overflow padding bottom: 0 z index: 2 font: name: Matrix size: 12 weight: bold color: black cost 14: right: 347 top: 319 width: { if number_of_boxes() < 14 then 0 else 66 } height: 16 alignment: bottom right symbol font: name: magic-mana-large size: 12 alignment: bottom right always symbol: true z index: 2 box 15: left: 20 top: 356 width: { if number_of_boxes() < 15 then 0 else 164 } height: 40 z index: 1 mask: boxmask.png render style: image popup style: in place image: { card_background() } label 15: left: 29 top: 375 width: { if number_of_boxes() < 15 then 0 else 147 } height: 16 alignment: bottom shrink-overflow padding bottom: 0 z index: 2 font: name: Matrix size: 12 weight: bold color: black cost 15: right: 177 top: 361 width: { if number_of_boxes() < 15 then 0 else 66 } height: 16 alignment: bottom right symbol font: name: magic-mana-large size: 12 alignment: bottom right always symbol: true z index: 2 box 16: left: 191 top: 356 width: { if number_of_boxes() < 16 then 0 else 164 } height: 40 z index: 1 mask: boxmask.png render style: image popup style: in place image: { card_background() } label 16: left: 200 top: 375 width: { if number_of_boxes() < 16 then 0 else 147 } height: 16 alignment: bottom shrink-overflow padding bottom: 0 z index: 2 font: name: Matrix size: 12 weight: bold color: black cost 16: right: 347 top: 361 width: { if number_of_boxes() < 16 then 0 else 66 } height: 16 alignment: bottom right symbol font: name: magic-mana-large size: 12 alignment: bottom right always symbol: true z index: 2 box 17: left: 20 top: 398 width: { if number_of_boxes() < 17 then 0 else 164 } height: 40 z index: 1 mask: boxmask.png render style: image popup style: in place image: { card_background() } label 17: left: 29 top: 417 width: { if number_of_boxes() < 17 then 0 else 147 } height: 16 alignment: bottom shrink-overflow padding bottom: 0 z index: 2 font: name: Matrix size: 12 weight: bold color: black cost 17: right: 177 top: 403 width: { if number_of_boxes() < 17 then 0 else 66 } height: 16 alignment: bottom right symbol font: name: magic-mana-large size: 12 alignment: bottom right always symbol: true z index: 2 box 18: left: 191 top: 398 width: { if number_of_boxes() < 18 then 0 else 164 } height: 40 z index: 1 mask: boxmask.png render style: image popup style: in place image: { card_background() } label 18: left: 200 top: 417 width: { if number_of_boxes() < 18 then 0 else 147 } height: 16 alignment: bottom shrink-overflow padding bottom: 0 z index: 2 font: name: Matrix size: 12 weight: bold color: black cost 18: right: 347 top: 403 width: { if number_of_boxes() < 18 then 0 else 66 } height: 16 alignment: bottom right symbol font: name: magic-mana-large size: 12 alignment: bottom right always symbol: true z index: 2 box 19: left: 20 top: 440 width: { if number_of_boxes() < 19 then 0 else 164 } height: 40 z index: 1 mask: boxmask.png render style: image popup style: in place image: { card_background() } label 19: left: 29 top: 459 width: { if number_of_boxes() < 19 then 0 else 147 } height: 16 alignment: bottom shrink-overflow padding bottom: 0 z index: 2 font: name: Matrix size: 12 weight: bold color: black cost 19: right: 177 top: 445 width: { if number_of_boxes() < 19 then 0 else 66 } height: 16 alignment: bottom right symbol font: name: magic-mana-large size: 12 alignment: bottom right always symbol: true z index: 2 box 20: left: 191 top: 440 width: { if number_of_boxes() < 20 then 0 else 164 } height: 40 z index: 1 mask: boxmask.png render style: image popup style: in place image: { card_background() } label 20: left: 200 top: 459 width: { if number_of_boxes() < 20 then 0 else 147 } height: 16 alignment: bottom shrink-overflow padding bottom: 0 z index: 2 font: name: Matrix size: 12 weight: bold color: black cost 20: right: 347 top: 445 width: { if number_of_boxes() < 20 then 0 else 66 } height: 16 alignment: bottom right symbol font: name: magic-mana-large size: 12 alignment: bottom right always symbol: true z index: 2