Commit 72f86665 authored by Nemo Ma's avatar Nemo Ma

fix original "extra" template

parent d543be40
No preview for this file type
......@@ -11,6 +11,13 @@ card field:
choice: synchro monster
choice: dark synchro monster
choice: xyz monster
choice: pendulum normal monster
choice: pendulum effect monster
choice: pendulum fusion monster
choice: pendulum ritual monster
choice: pendulum synchro monster
choice: pendulum dark synchro monster
choice: pendulum xyz monster
choice: bigbang monster
choice: dlc monster
choice: token monster
......@@ -35,6 +42,13 @@ card field:
synchro monster : rgb(215,215,215)
dark synchro monster : rgb(92,64,51)
xyz monster : rgb(21,261,21)
pendulum normal monster: rgb(197,179,53)
pendulum effect monster: rgb(208,109,41)
pendulum fusion monster: rgb(90,45,150)
pendulum ritual monster: rgb(55,77,197
pendulum synchro monster: rgb(215,215,215)
pendulum dark synchro monster: rgb(92,64,51)
pendulum xyz monster : rgb(21,261,21)
bigbang monster : rgb(121,121,121)
token monster : rgb(121,121,121)
link monster : rgb(89,89,171)
......
......@@ -154,6 +154,13 @@
card.card_type == "dark synchro monster" or
card.card_type == "xyz monster" or
card.card_type == "link monster" or
card.card_type == "pendulum normal monster" or
card.card_type == "pendulum effect monster" or
card.card_type == "pendulum fusion monster" or
card.card_type == "pendulum ritual monster" or
card.card_type == "pendulum synchro monster" or
card.card_type == "pendulum dark synchro monster" or
card.card_type == "pendulum xyz monster" or
card.card_type == "dlc monster" or
card.card_type == "fusion monster" or
card.card_type == "token monster" or
......@@ -162,6 +169,13 @@
card.card_type == "ra card"
}
is_pendulum := {
card.card_type == "pendulum normal monster" or
card.card_type == "pendulum effect monster" or
card.card_type == "pendulum fusion monster" or
card.card_type == "pendulum ritual monster" or
card.card_type == "pendulum synchro monster" or
card.card_type == "pendulum dark synchro monster" or
card.card_type == "pendulum xyz monster" or
card.pendulum == "pendulum" or
card.pendulum == "pendulum pandemonium" or
card.pendulum == "pandemonium"
......
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