Commit 728f2c42 authored by artfreakwiu's avatar artfreakwiu

No commit message

No commit message
parent 601fd0e2
...@@ -102,6 +102,7 @@ init script: ...@@ -102,6 +102,7 @@ init script:
else if contains(card.type2, match:"Effect") then "effect monster" else if contains(card.type2, match:"Effect") then "effect monster"
else if contains(card.type2, match:"Spirit") then "effect monster" else if contains(card.type2, match:"Spirit") then "effect monster"
else if contains(card.type2, match:"Toon") then "effect monster" else if contains(card.type2, match:"Toon") then "effect monster"
else if contains(card.type2, match:"Tuner") then "effect monster"
else if contains(card.type2, match:"Union") then "effect monster" else if contains(card.type2, match:"Union") then "effect monster"
else "normal monster" else "normal monster"
} }
...@@ -464,6 +465,7 @@ word list: ...@@ -464,6 +465,7 @@ word list:
word: Spirit word: Spirit
word: Synchro word: Synchro
word: Toon word: Toon
word: Tuner
word: Union word: Union
############################################################## Card pack items ############################################################## Card pack items
pack item: pack item:
...@@ -472,6 +474,9 @@ pack item: ...@@ -472,6 +474,9 @@ pack item:
pack item: pack item:
name: common name: common
filter: card.rarity == "common" filter: card.rarity == "common"
pack item:
name: gold
filter: card.rarity != "gold tech"
pack item: pack item:
name: card name: card
filter: card.number != "" filter: card.number != ""
...@@ -500,6 +505,14 @@ pack type: ...@@ -500,6 +505,14 @@ pack type:
item: item:
name: common name: common
amount: 5 amount: 5
pack type:
name: gold series
item:
name: gold
amount 3
item:
name: common
amount: 22
pack type: pack type:
name: movie pack name: movie pack
item: item:
......
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