AFR Update

This commit is contained in:
CajunAvenger
2021-07-09 13:58:11 -05:00
parent b582d03f6a
commit 197d52006c
799 changed files with 5992 additions and 2740 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

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