Initial commit
This commit is contained in:
10
data/vs-common.mse-include/old-to-new
Normal file
10
data/vs-common.mse-include/old-to-new
Normal file
@@ -0,0 +1,10 @@
|
||||
# convert the old to new scripts
|
||||
|
||||
old_to_new := {
|
||||
if card.card_type=="character" then "characters visible character" else
|
||||
if card.card_type=="character dual" then "characters visible character dual" else
|
||||
if card.card_type=="character dual (new)" then "characters visible character dual (new)" else
|
||||
if card.card_type=="concealed" then "characters hidden concealed" else
|
||||
if card.card_type=="concealed dual" then "characters hidden concealed dual" else
|
||||
if card.card_type=="concealed dual (new)" then "characters hidden concealed dual (new)" else card_type()
|
||||
};
|
||||
Reference in New Issue
Block a user