diff --git a/data/magic-old.mse-style/style b/data/magic-old.mse-style/style index a440230a9..f068b0b25 100644 --- a/data/magic-old.mse-style/style +++ b/data/magic-old.mse-style/style @@ -6,7 +6,7 @@ installer group: magic/old style/normal cards icon: card-sample.png position hint: 301 -version: 2024-05-29 +version: 2025-10-20 depends on: package: magic.mse-game version: 2008-06-02 @@ -111,6 +111,11 @@ set info style: border color 1: rgb(255,255,255) border color 2: rgb(255,255,255) ############################################################## Extra style options +styling field: + type: boolean + name: eldrazi colorless + description: Use the Modern Horizons colorless frame + initial: no styling field: type: boolean name: use guild mana symbols @@ -231,7 +236,7 @@ card style: z index: 0 render style: image popup style: in place - image: { card_background() } + image: { if card.card_color == "colorless" and styling.eldrazi_colorless then "xcard.jpg" else card_background() } ############################# Name line name: left: 42 diff --git a/data/magic-old.mse-style/xcard.jpg b/data/magic-old.mse-style/xcard.jpg new file mode 100644 index 000000000..caa7cbd52 Binary files /dev/null and b/data/magic-old.mse-style/xcard.jpg differ