Commit cd6f5832 authored by artfreakwiu's avatar artfreakwiu

No commit message

No commit message
parent 66b643c6
......@@ -116,15 +116,8 @@ card style:
DC-new: /vs-common.mse-include/dcnew.png
DC-old: /vs-common.mse-include/dcold.png
Hellboy: /vs-common.mse-include/hellboy.png
Other...: /vs-common.mse-include/blank.png
Other...: { set.custom_logo }
z index: 3
custom symbol:
left: 310
top: 31
height: 30
width: 30
visible: { card.card_symbol=="Other..." }
z index: 4
############################# Type Bar
############################# Version
############################# Card ID
......
......@@ -129,15 +129,8 @@ card style:
DC-new: /vs-common.mse-include/dcnew.png
DC-old: /vs-common.mse-include/dcold.png
Hellboy: /vs-common.mse-include/hellboy.png
Other...: /vs-common.mse-include/blank.png
Other...: { set.custom_logo }
z index: 3
custom symbol:
left: 310
top: 31
height: 30
width: 30
visible: { card.card_symbol=="Other..." }
z index: 4
edition:
left: 335
top: 472
......
......@@ -129,15 +129,8 @@ card style:
DC-new: /vs-common.mse-include/dcnew.png
DC-old: /vs-common.mse-include/dcold.png
Hellboy: /vs-common.mse-include/hellboy.png
Other...: /vs-common.mse-include/blank.png
Other...: { set.custom_logo }
z index: 3
custom symbol:
left: 310
top: 31
height: 30
width: 30
visible: { card.card_symbol=="Other..." }
z index: 4
edition:
left: 335
top: 472
......
......@@ -131,15 +131,8 @@ card style:
DC-new: /vs-common.mse-include/dcnew.png
DC-old: /vs-common.mse-include/dcold.png
Hellboy: /vs-common.mse-include/hellboy.png
Other...: /vs-common.mse-include/blank.png
Other...: { set.custom_logo }
z index: 3
custom symbol:
left: 310
top: 31
height: 30
width: 30
visible: { card.card_symbol=="Other..." }
z index: 4
edition:
left: 315
top: 447
......
......@@ -131,15 +131,8 @@ card style:
DC-new: /vs-common.mse-include/dcnew.png
DC-old: /vs-common.mse-include/dcold.png
Hellboy: /vs-common.mse-include/hellboy.png
Other...: /vs-common.mse-include/blank.png
Other...: { set.custom_logo }
z index: 3
custom symbol:
left: 310
top: 31
height: 30
width: 30
visible: { card.card_symbol=="Other..." }
z index: 4
edition:
left: 315
top: 447
......
......@@ -174,15 +174,8 @@ card style:
DC-new: /vs-common.mse-include/dcnew.png
DC-old: /vs-common.mse-include/dcold.png
Hellboy: /vs-common.mse-include/hellboy.png
Other...: /vs-common.mse-include/blank.png
Other...: { set.custom_logo }
z index: 3
custom symbol:
left: 310
top: 31
height: 30
width: 30
visible: { card.card_symbol=="Other..." }
z index: 4
############################# Type Bar
############################# Version
version full:
......
......@@ -131,15 +131,8 @@ card style:
DC-new: /vs-common.mse-include/dcnew.png
DC-old: /vs-common.mse-include/dcold.png
Hellboy: /vs-common.mse-include/hellboy.png
Other...: /vs-common.mse-include/blank.png
Other...: { set.custom_logo }
z index: 3
custom symbol:
left: 310
top: 31
height: 30
width: 30
visible: { card.card_symbol=="Other..." }
z index: 4
edition:
left: 315
top: 447
......
......@@ -628,6 +628,7 @@ card field:
if card.flightrange=="flight" then "flight"
else if card.flightrange=="range" then "range"
else if card.flightrange=="both" then "flight, range"
else if card.flightrange=="none" then ""
else (value)
description: Symbols for this card (flight/range/ongoing), multiple symbols can be selected
show statistics: false
......@@ -715,11 +716,6 @@ card field:
choice: range
choice: both
initial: none
script:
if card.symbols=="flight" then "flight"
else if card.symbols=="range" then "range"
else if card.symbols=="flight, range" then "both"
else (value)
show statistics: false
save value: true
description: Flight and range icons for the card.
......@@ -1027,12 +1023,21 @@ word list:
script: all_affiliations()
line below: true
############################################################## Card pack items
pack item:
name: common / uncommon
filter: card.rarity == "common" or card.rarity == "uncommon"
pack item:
name: rare
filter: card.rarity == "rare"
pack item:
name: uncommon
filter: card.rarity == "uncommon"
pack item:
name: common
filter: card.rarity == "common"
pack item:
name: promo
filter: card.rarity == "promo"
pack item:
name: random non-rare foil
filter: card.rarity == "common" or card.rarity == "uncommon"
############################################################## Card packs
pack type:
name: booster pack
......@@ -1040,16 +1045,34 @@ pack type:
name: rare
amount: 1
item:
name: common / uncommon
amount: 13
name: uncommon
amount: 3
item:
name: common
amount: 9
item:
name: random non-rare foil
amount: 1
pack type:
name: additional common / uncommon
name: additional promo
item:
name: common / uncommon
name: promo
pack type:
name: additional rare
item:
name: rare
pack type:
name: additional uncommon
item:
name: uncommon
pack type:
name: additional common
item:
name: common
pack type:
name: additional random non-rare foil
item:
name: random foil
############################################################## Keywords
############################# Keyword rules
......@@ -1057,13 +1080,13 @@ has keywords: true
keyword match script: text_filter(value)
keyword mode:
name: real
description: Actual keywords.
keyword mode:
is default: true
name: custom
description: Custom keywords.
keyword mode:
name: real
description: Actual keywords.
keyword parameter type:
name: number
......
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