Commit 3abf19b2 authored by Nemo Ma's avatar Nemo Ma

INFDEV 23 - Added ZARC card and 2FC Orbs

parent 78d0aa88
No preview for this file type
......@@ -215,6 +215,11 @@ styling field:
name: pendulum text centering
description: 灵摆区域排版居中 TCG用 Center the pendulum text in the box.
initial: no
styling field:
type: boolean
name: is ZARC card
description: 是否是霸王龙ZARC卡模 Set the pendulum monster to be ZARC monster.
initial: no
styling style:
language:
render style: both
......@@ -274,11 +279,11 @@ card style:
xyz monster : { if styling.extended_artwork=="yes" and styling.template_style=="actual style" then "new/fullart/xyzex.png" else if styling.extended_artwork=="yes" then "fullart/xyzex.png" else if styling.template_style=="actual style" then "new/xyznew.png" else "card-xyz.png" }
pendulum normal monster: { if styling.template_style=="actual style" and styling.pendulum_size=="less" then "new/normalnew-pl.png" else if styling.template_style=="actual style" and styling.pendulum_size=="more" then "new/normalnew-pm.png" else if styling.pendulum_size=="less" then "card-normal-pendulum-less.png" else if styling.pendulum_size=="more" then "card-normal-pendulum-more.png" else if styling.template_style=="actual style" then "new/normalnew-p.png" else "card-normal-pendulum.png" }
pendulum effect monster: { if styling.template_style=="actual style" and styling.pendulum_size=="less" then "new/effectnew-pl.png" else if styling.template_style=="actual style" and styling.pendulum_size=="more" then "new/effectnew-pm.png" else if styling.pendulum_size=="less" then "card-effect-pendulum-less.png" else if styling.pendulum_size=="more" then "card-effect-pendulum-more.png" else if styling.template_style=="actual style" then "new/effectnew-p.png" else "card-effect-pendulum.png" }
pendulum fusion monster: { if styling.template_style=="actual style" and styling.pendulum_size=="less" then "new/fusionnew-pl.png" else if styling.template_style=="actual style" and styling.pendulum_size=="more" then "new/fusionnew-pm.png" else if styling.pendulum_size=="less" then "card-fusion-pendulum-less.png" else if styling.pendulum_size=="more" then "card-fusion-pendulum-more.png" else if styling.template_style=="actual style" then "new/fusionnew-p.png" else "card-fusion-pendulum.png" }
pendulum fusion monster: { if styling.is_ZARC_card and styling.pendulum_size=="less" then "ZARC_Small.png" else if styling.is_ZARC_card and styling.pendulum_size=="more" then "ZARC_Large.png" else if styling.is_ZARC_card then "ZARC_Medium.png" else if styling.template_style=="actual style" and styling.pendulum_size=="less" then "new/fusionnew-pl.png" else if styling.template_style=="actual style" and styling.pendulum_size=="more" then "new/fusionnew-pm.png" else if styling.pendulum_size=="less" then "card-fusion-pendulum-less.png" else if styling.pendulum_size=="more" then "card-fusion-pendulum-more.png" else if styling.template_style=="actual style" then "new/fusionnew-p.png" else "card-fusion-pendulum.png" }
pendulum ritual monster: { if styling.template_style=="actual style" and styling.pendulum_size=="less" then "new/ritualnew-pl.png" else if styling.template_style=="actual style" and styling.pendulum_size=="more" then "new/ritualnew-pm.png" else if styling.pendulum_size=="less" then "card-ritual-pendulum-less.png" else if styling.pendulum_size=="more" then "card-ritual-pendulum-more.png" else if styling.template_style=="actual style" then "new/ritualnew-p.png" else "card-ritual-pendulum.png" }
pendulum synchro monster: { if styling.template_style=="actual style" and styling.pendulum_size=="less" then "new/synchronew-pl.png" else if styling.template_style=="actual style" and styling.pendulum_size=="more" then "new/synchronew-pm.png" else if styling.pendulum_size=="less" then "card-synchro-pendulum-less.png" else if styling.pendulum_size=="more" then "card-synchro-pendulum-more.png" else if styling.template_style=="actual style" then "new/synchronew-p.png" else "card-synchro-pendulum.png" }
pendulum synchro monster: { if styling.is_ZARC_card and styling.pendulum_size=="less" then "ZARC_Small.png" else if styling.is_ZARC_card and styling.pendulum_size=="more" then "ZARC_Large.png" else if styling.is_ZARC_card then "ZARC_Medium.png" else if styling.template_style=="actual style" and styling.pendulum_size=="less" then "new/synchronew-pl.png" else if styling.template_style=="actual style" and styling.pendulum_size=="more" then "new/synchronew-pm.png" else if styling.pendulum_size=="less" then "card-synchro-pendulum-less.png" else if styling.pendulum_size=="more" then "card-synchro-pendulum-more.png" else if styling.template_style=="actual style" then "new/synchronew-p.png" else "card-synchro-pendulum.png" }
pendulum dark synchro monster: { if styling.pendulum_size=="less" then "card-dark-synchro-pendulum-less.png" else if styling.pendulum_size=="more" then "card-dark-synchro-pendulum-more.png" else "card-dark-synchro-pendulum.png" }
pendulum xyz monster: { if styling.template_style=="actual style" and styling.pendulum_size=="less" then "new/xyznew-pl.png" else if styling.template_style=="actual style" and styling.pendulum_size=="more" then "new/xyznew-pm.png" else if styling.pendulum_size=="less" then "card-xyz-pendulum-less.png" else if styling.pendulum_size=="more" then "card-xyz-pendulum-more.png" else if styling.template_style=="actual style" then "new/xyznew-p.png" else "card-xyz-pendulum.png" }
pendulum xyz monster: { if styling.is_ZARC_card and styling.pendulum_size=="less" then "ZARC_Small.png" else if styling.is_ZARC_card and styling.pendulum_size=="more" then "ZARC_Large.png" else if styling.is_ZARC_card then "ZARC_Medium.png" else if styling.template_style=="actual style" and styling.pendulum_size=="less" then "new/xyznew-pl.png" else if styling.template_style=="actual style" and styling.pendulum_size=="more" then "new/xyznew-pm.png" else if styling.pendulum_size=="less" then "card-xyz-pendulum-less.png" else if styling.pendulum_size=="more" then "card-xyz-pendulum-more.png" else if styling.template_style=="actual style" then "new/xyznew-p.png" else "card-xyz-pendulum.png" }
pandemonium monster: { if styling.pendulum_size=="less" then "card-pandemonium-small.png" else if styling.pendulum_size=="more" then "card-pandemonium-large.png" else "card-pandemonium-medium.png" }
bigbang monster : { if styling.template_style=="actual style" then "new/bigbangnew.png" else "card-bigbang.png" }
dlc monster : card-dlc.png
......@@ -415,6 +420,9 @@ card style:
else if card.card_type=="bigbang monster" then rgb(255,255,255)
else if is_nmonster() then rgb(255,255,255)
else rgb(0,0,0)
symbol font:
name: yugioh-text-replacements
alignment: bottom center
attribute:
#left: 351
#top : 29
......@@ -467,7 +475,7 @@ card style:
width: { if is_pendulum() and styling.template_style=="actual style" then 371 else if is_pendulum() then 365 else if styling.image_frame then 333 else if card.card_type=="link monster" and ( styling.extended_artwork=="yes" and styling.template_style=="actual style" ) then 374 else if styling.extended_artwork=="yes" and styling.template_style=="actual style" then 373 else if styling.extended_artwork=="yes" then 366 else if styling.template_style=="actual style" then 326 else 320 }
height: { if is_pendulum() then ( if styling.pendulum_transparency then ( if styling.pendulum_size=="more" then 368 else 347 ) ) else if styling.image_frame then 333 else if card.card_type=="link monster" and ( styling.extended_artwork=="yes" and styling.template_style=="actual style" ) then 483 else if card.card_type=="link monster" and styling.extended_artwork=="yes" then 479 else if styling.extended_artwork=="yes" and styling.template_style=="actual style" then 474 else if styling.extended_artwork=="yes" then 470 else if styling.template_style=="actual style" then 326 else 320 }
z index: 1
mask: { if is_pendulum() and styling.template_style=="actual style" then ( if styling.pendulum_size=="less" then "new/mask-p_less.png" else if styling.pendulum_size=="more" then "new/mask-p_more.png" else "new/mask-p.png" ) else if is_pendulum() and styling.template_style=="proxy-like" then ( if styling.pendulum_transparency then ( if styling.pendulum_size=="less" then "mask-p_less.png" else if styling.pendulum_size=="more" then "mask-p_more.png" else "mask-p.png" ) else ( if styling.pendulum_size=="less" then "mask-p_opaque_less.png" else "mask-p_opaque.png" ) ) else if styling.template_style=="actual style" and styling.extended_artwork=="yes" then ( if card.card_type=="spell card" or card.card_type=="trap card" then "new/maskex5.png" else if card.card_type=="link monster" then "new/maskex5.png" else "new/maskex5.png" ) else if styling.extended_artwork=="yes" then (if card.card_type=="spell card" or card.card_type=="trap card" then "maskex1.png" else if card.card_type=="link monster" then "maskex2.png" else "maskex.png") else "" }
mask: { if is_pendulum() and styling.template_style=="actual style" then ( if styling.pendulum_size=="less" then "new/mask-p_less.png" else if styling.pendulum_size=="more" then "new/mask-p_more.png" else "new/mask-p.png" ) else if is_pendulum() and styling.template_style=="proxy-like" then ( if styling.pendulum_transparency then ( if styling.pendulum_size=="less" then "mask-p_less.png" else if styling.pendulum_size=="more" then "mask-p_more.png" else "mask-p.png" ) else ( if styling.pendulum_size=="less" then "mask-p_opaque_less.png" else "mask-p_opaque.png" ) ) else if styling.template_style=="actual style" and styling.extended_artwork=="yes" then ( if card.card_type=="spell card" or card.card_type=="trap card" then "new/maskex5.png" else if card.card_type=="link monster" then "new/maskex1.png" else "new/maskex5.png" ) else if styling.extended_artwork=="yes" then (if card.card_type=="spell card" or card.card_type=="trap card" then "maskex1.png" else if card.card_type=="link monster" then "maskex2.png" else "maskex.png") else "" }
############################# Link Marker Border INDENTS MATTER
linkborder:
left:
......
......@@ -25,6 +25,14 @@ symbol:
symbol:
code: *
image: dot.png
symbol:
code: O
image: omote1.png
image font size: 25
symbol:
code: R
image: reverse1.png
image font size: 25
##############################################################
# Insert-symbol menu
......@@ -33,4 +41,6 @@ insert symbol menu:
item: ]
item: @
item: ?
item: *
\ No newline at end of file
item: *
item: O
item: R
\ No newline at end of file
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