Commit a08070c7 authored by Nemo Ma's avatar Nemo Ma

small fixes

parent 5b73f667
No preview for this file type
No preview for this file type
...@@ -67,6 +67,11 @@ styling field: ...@@ -67,6 +67,11 @@ styling field:
choice: default choice: default
choice: less choice: less
choice: more choice: more
styling field:
type: boolean
name: disable hologram
description: 移除右下标识 Disable the Eye of Anubis hologram, to make it more similar to Konami's official proxies.
initial: no
############################################################## Card fields ############################################################## Card fields
card style: card style:
card type: card type:
...@@ -94,6 +99,12 @@ card style: ...@@ -94,6 +99,12 @@ card style:
trap card : cardrd-trap.png trap card : cardrd-trap.png
xros monster : cardrd-xros.png xros monster : cardrd-xros.png
dual xros monster : cardrd-xros.png dual xros monster : cardrd-xros.png
pendulum normal monster : cardrd-normal.png
pendulum effect monster : cardrd-effect.png
pendulum fusion monster : cardrd-fusion.png
pendulum ritual monster : cardrd-ritual.png
pendulum synchro monster : cardrd-synchro.png
pendulum xyz monster : cardrd-xyz.png
sdoverlay: sdoverlay:
left: 0 left: 0
top: 0 top: 0
...@@ -330,7 +341,7 @@ card style: ...@@ -330,7 +341,7 @@ card style:
visible: {not is_nmonster()} visible: {not is_nmonster()}
number: number:
left: 242 left: 242
top : 573 top : 575
width: 140 width: 140
height: 16 height: 16
z index: 2 z index: 2
...@@ -402,9 +413,9 @@ card style: ...@@ -402,9 +413,9 @@ card style:
visible: {not is_nmonster()} visible: {not is_nmonster()}
pendulum text: pendulum text:
left: 30 left: 30
top : {if contains(card.card_type, match: "xros") then 373 else if styling.pendulum_size == "more" then 339 else if styling.pendulum_size == "less" then 360 else 373} top : {if contains(card.card_type, match: "xros") then 373 else if styling.pendulum_size == "more" then 339 else if styling.pendulum_size == "less" then 390 else 373}
width: 360 width: 360
height: {if contains(card.card_type, match: "xros") then 47 else if styling.pendulum_size == "more" then 80 else if styling.pendulum_size == "less" then 29.5 else 47} height: {if contains(card.card_type, match: "xros") then 47 else if styling.pendulum_size == "more" then 80 else if styling.pendulum_size == "less" then 35 else 47}
visible: {is_pendulum() or contains(card.card_type, match: "xros monster")} visible: {is_pendulum() or contains(card.card_type, match: "xros monster")}
font: font:
name: Yu-Gi-Oh! Matrix Book name: Yu-Gi-Oh! Matrix Book
...@@ -429,7 +440,8 @@ card style: ...@@ -429,7 +440,8 @@ card style:
line height line max: 0.73 line height line max: 0.73
blue scale: blue scale:
left: 40 left: 40
top: {if styling.pendulum_size == "more" then 427 else if styling.pendulum_size == "less" then 424 else 414.5} #top: {if styling.pendulum_size == "more" then 427 else if styling.pendulum_size == "less" then 424 else 414.5}
top: 415.5
width: 35 width: 35
height: 35 height: 35
visible: {is_pendulum()} visible: {is_pendulum()}
...@@ -441,7 +453,8 @@ card style: ...@@ -441,7 +453,8 @@ card style:
color: rgb(255,255,255) color: rgb(255,255,255)
red scale: red scale:
left: 340 left: 340
top: {if styling.pendulum_size == "more" then 427 else if styling.pendulum_size == "less" then 424 else 414.5} #top: {if styling.pendulum_size == "more" then 427 else if styling.pendulum_size == "less" then 424 else 414.5}
top: 415.5
width: 35 width: 35
height: 35 height: 35
visible: {is_pendulum()} visible: {is_pendulum()}
...@@ -450,7 +463,7 @@ card style: ...@@ -450,7 +463,7 @@ card style:
font: font:
name: Ro GSan Serif Std B name: Ro GSan Serif Std B
size: 13 size: 13
color: rgb(30,30,30) color: rgb(255,255,255)
gamecode: gamecode:
left: 15 left: 15
top: 575 top: 575
...@@ -472,10 +485,10 @@ card style: ...@@ -472,10 +485,10 @@ card style:
render style: image list render style: image list
choice images: choice images:
stamp: stamp:
script: if card.edition!="" then "cornerfirst.png" else "cornerunlimited.png" script: if styling.disable_hologram then "blank2.png" else if card.edition!="" then "cornerfirst.png" else "cornerunlimited.png"
copyright: copyright:
left: 24 left: 24
top: 573 top: 575
width: 135 width: 135
height: 17 height: 17
z index: 4 z index: 4
......
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