Commit 815f6488 authored by YGOCC's avatar YGOCC

Addition of Evolute, Enhance, and Timeleap

parent 6d9b112b
This diff is collapsed.
......@@ -7,6 +7,66 @@ installer group: Yugioh/Symbol Fonts/Standard
# Symbol font for level symbols
horizontal space: 2.85
symbol:
code: 0
image: stage/0.png
enabled: {card.card_type == "evolute monster" or card.card_type=="conjoint spell card" or card.card_type == "conjoint trap card" or card.card_type == "evolute conjoint monster"}
image font size: 33
symbol:
code: 1
image: stage/1.png
enabled: {card.card_type == "evolute monster" or card.card_type=="conjoint spell card" or card.card_type == "conjoint trap card" or card.card_type == "evolute conjoint monster"}
image font size: 33
symbol:
code: 2
image: stage/2.png
enabled: {card.card_type == "evolute monster" or card.card_type=="conjoint spell card" or card.card_type == "conjoint trap card" or card.card_type == "evolute conjoint monster"}
image font size: 33
symbol:
code: 3
image: stage/3.png
enabled: {card.card_type == "evolute monster" or card.card_type=="conjoint spell card" or card.card_type == "conjoint trap card" or card.card_type == "evolute conjoint monster"}
image font size: 33
symbol:
code: 4
image: stage/4.png
enabled: {card.card_type == "evolute monster" or card.card_type=="conjoint spell card" or card.card_type == "conjoint trap card" or card.card_type == "evolute conjoint monster"}
image font size: 33
symbol:
code: 5
image: stage/5.png
enabled: {card.card_type == "evolute monster" or card.card_type=="conjoint spell card" or card.card_type == "conjoint trap card" or card.card_type == "evolute conjoint monster"}
image font size: 33
symbol:
code: 6
image: stage/6.png
enabled: {card.card_type == "evolute monster" or card.card_type=="conjoint spell card" or card.card_type == "conjoint trap card" or card.card_type == "evolute conjoint monster"}
image font size: 33
symbol:
code: 7
image: stage/7.png
enabled: {card.card_type == "evolute monster" or card.card_type=="conjoint spell card" or card.card_type == "conjoint trap card" or card.card_type == "evolute conjoint monster"}
image font size: 33
symbol:
code: 8
image: stage/8.png
enabled: {card.card_type == "evolute monster" or card.card_type=="conjoint spell card" or card.card_type == "conjoint trap card" or card.card_type == "evolute conjoint monster"}
image font size: 33
symbol:
code: 9
image: stage/9.png
enabled: {card.card_type == "evolute monster" or card.card_type=="conjoint spell card" or card.card_type == "conjoint trap card" or card.card_type == "evolute conjoint monster"}
image font size: 33
symbol:
code: A
image: stage/10.png
enabled: {card.card_type == "evolute monster" or card.card_type=="conjoint spell card" or card.card_type == "conjoint trap card" or card.card_type == "evolute conjoint monster"}
image font size: 33
symbol:
code: C
image: stage/12.png
enabled: {card.card_type == "evolute monster" or card.card_type=="conjoint spell card" or card.card_type == "conjoint trap card" or card.card_type == "evolute conjoint monster"}
image font size: 33
symbol:
code: %
image: continuous.png
......@@ -59,6 +119,11 @@ symbol:
image: estar.png
enabled: {card.card_type=="pendulum xyz monster"}
image font size: 17
symbol:
code: *
image: estar.png
enabled: {card.card_type=="xyz conjoint monster"}
image font size: 17
symbol:
code: *
image: dstar.png
......@@ -69,6 +134,11 @@ symbol:
image: dstar.png
enabled: {card.card_type=="dark synchro monster"}
image font size: 13.5
symbol:
code: *
image: TP_Level2.png
enabled: {card.card_type=="time leap monster"}
image font size: 17
symbol:
code: *
image: star.png
......@@ -77,6 +147,18 @@ symbol:
##############################################################
# Insert-symbol menu
insert symbol menu:
item: 0
item: 1
item: 2
item: 3
item: 4
item: 5
item: 6
item: 7
item: 8
item: 9
item: A
item: C
item: %
item: !
item: +
......
......@@ -23,6 +23,19 @@ card field:
choice: dlc monster
choice: token monster
choice: link monster
choice: evolute monster
choice: evolute conjoint monster
choice: enhance monster
choice: time leap monster
choice: normal conjoint monster
choice: effect conjoint monster
choice: ritual conjoint monster
choice: fusion conjoint monster
choice: synchro conjoint monster
choice: xyz conjoint monster
choice: link conjoint monster
choice: conjoint spell card
choice: conjoint trap card
choice: spell card
choice: trap card
choice: trell card
......@@ -175,6 +188,24 @@ card field:
default: attribute()
card list visible: true
card list column: 2
card field:
type: choice
name: conjoint_val
choice: none
choice: 1
choice: 2
choice: 3
choice: 4
choice: 5
choice: 6
choice: 7
choice: 8
choice: 9
choice: 10
choice: 11
choice: 12
card list visible: false
card list column: 0
card field:
type: text
name: level
......
......@@ -142,6 +142,8 @@
is_nmonster := {
card.card_type == "spell card" or
card.card_type == "trap card" or
card.card_type == "conjoint spell card" or
card.card_type == "conjoint trap card" or
card.card_type == "trell card"
}
is_monster := {
......
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