add eldrazi old

This commit is contained in:
cajun
2025-10-20 12:25:44 -05:00
parent d2f99c2f43
commit e482600655
2 changed files with 7 additions and 2 deletions

View File

@@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB