Commit ec1fcbc4 authored by Nemo Ma's avatar Nemo Ma

fix Gold Rare border issue

Reference #2
parent 43f51e9e
......@@ -330,8 +330,8 @@ card style:
) else
if card.rarity=="gold rare" and is_pendulum() then ( if styling.pendulum_size=="less" then "goldfoil-pendulum_less.png" else if styling.pendulum_size=="more" then "goldfoil-pendulum_more.png" else "goldfoil-pendulum.png" ) else
if card.rarity=="gold rare" and styling.image_frame then "goldfoil-anniversary.png" else
if card.rarity=="gold rare" and styling.extended_artwork=="yes" then "goldfoil-anniversary.png" else
if card.rarity=="gold rare" and styling.image_frame=="no" then "goldfoil.png" else
if card.rarity=="gold rare" and styling.extended_artwork=="yes" then "goldfoil-anniversary.png"
if card.rarity=="gold rare" then "goldfoil.png" else
if styling.foil_texture then (
if card.rarity=="super rare" then "defaultfoil.png" else
if card.rarity=="ultra rare" then "ultrafoil.png" else
......
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