Commit d448a8c5 authored by artfreakwiu's avatar artfreakwiu

No commit message

No commit message
parent f776f627
...@@ -23,11 +23,6 @@ card dpi: 152.6265 ...@@ -23,11 +23,6 @@ card dpi: 152.6265
############################################################## Extra scripts ############################################################## Extra scripts
############################################################## Extra style ############################################################## Extra style
styling field:
type: boolean
name: corner stamp
description: Should there be a foil stamp in the lower right corner?
initial: yes
styling field: styling field:
type: choice type: choice
name: rules alignment name: rules alignment
...@@ -257,11 +252,11 @@ card style: ...@@ -257,11 +252,11 @@ card style:
size: 8 size: 8
color: rgb(0,0,0) color: rgb(0,0,0)
rarity: rarity:
left: 112 left: 332
top: 494 top : 492
width: 18 height: 20
height: 18 width: 20
z index: 2 z index: 3
render style: image render style: image
popup style: in place popup style: in place
choice images: choice images:
...@@ -274,8 +269,18 @@ card style: ...@@ -274,8 +269,18 @@ card style:
parallel rare: blank2.png parallel rare: blank2.png
gold tech: blank2.png gold tech: blank2.png
promo: blank2.png promo: blank2.png
corner foil:
left: 332
top : 492
height: 20
width: 20
z index: 2
render style: image list
choice images:
stamp:
script: if card.edition!="" then "cornerfirst.png" else "cornerunlimited.png"
copyright: copyright:
left: { if styling.corner_stamp=="no" then 202 else 180 } left: 180
top : 495 top : 495
width: 145 width: 145
height: 18 height: 18
...@@ -311,12 +316,6 @@ extra card field: ...@@ -311,12 +316,6 @@ extra card field:
name: defoverlay name: defoverlay
default: "DEF/" default: "DEF/"
editable: false editable: false
extra card field:
type: choice
name: corner foil
choice: 1st
choice: 2nd
editable: true
extra card style: extra card style:
bar: bar:
left: 37 left: 37
...@@ -372,14 +371,3 @@ extra card style: ...@@ -372,14 +371,3 @@ extra card style:
size: 12 size: 12
color: rgb(0,0,0) color: rgb(0,0,0)
visible: script: if is_nmonster() then false else true visible: script: if is_nmonster() then false else true
corner foil:
left: 332
top : 492
height: 20
width: 20
z index: 3
render style: image list
choice images:
1st: cornerfirst.png
2nd: cornerunlimited.png
visible: script: if styling.corner_stamp=="no" then false else true
...@@ -424,6 +424,11 @@ card field: ...@@ -424,6 +424,11 @@ card field:
choice: promo choice: promo
card list visible: true card list visible: true
card list column: 7 card list column: 7
card field:
type: choice
name: corner foil
choice: stamp
editable: false
card field: card field:
type: text type: text
name: copyright name: copyright
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment