AFR Update
BIN
data/magic-m15-godzilla-planeswalker.mse-style/cover/3.png
Normal file
|
After Width: | Height: | Size: 8.3 KiB |
BIN
data/magic-m15-godzilla-planeswalker.mse-style/cover/3_alias.png
Normal file
|
After Width: | Height: | Size: 8.4 KiB |
BIN
data/magic-m15-godzilla-planeswalker.mse-style/cover/4.png
Normal file
|
After Width: | Height: | Size: 8.6 KiB |
BIN
data/magic-m15-godzilla-planeswalker.mse-style/cover/4_alias.png
Normal file
|
After Width: | Height: | Size: 8.6 KiB |
|
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 16 KiB |
@@ -4,7 +4,7 @@ short name: GZ Walkers
|
||||
full name: Godzilla Planeswalkers
|
||||
installer group: magic/m15 style/planeswalkers
|
||||
icon: card-sample.png
|
||||
position hint: 002
|
||||
position hint: 018
|
||||
|
||||
version: 2020-06-08
|
||||
depends on:
|
||||
@@ -538,6 +538,12 @@ extra card field:
|
||||
save value: false
|
||||
script: card.card_color
|
||||
show statistics: false
|
||||
extra card field:
|
||||
type: choice
|
||||
name: cover
|
||||
choice: cover
|
||||
editable: false
|
||||
save value: false
|
||||
extra card style:
|
||||
alias:
|
||||
left: 0
|
||||
@@ -738,4 +744,12 @@ extra card style:
|
||||
line height soft: 0.9
|
||||
line height hard max: 1.3
|
||||
line height line max: 1.6
|
||||
visible: { has_four_abilities() }
|
||||
visible: { has_four_abilities() }
|
||||
cover:
|
||||
left: 0
|
||||
top: 0
|
||||
width: 375
|
||||
height: 523
|
||||
z index: 1
|
||||
render style: image
|
||||
image: {"cover/" + (if has_four_abilities() then "4" else "3") + (if not show_alias() then "" else "_alias") + ".png"}
|
||||