Commit 89ed998e authored by artfreakwiu's avatar artfreakwiu

No commit message

No commit message
parent 3ccbceb2
...@@ -53,50 +53,50 @@ choice: ...@@ -53,50 +53,50 @@ choice:
choice: B.P.R.D. choice: B.P.R.D.
choice: Thule Society choice: Thule Society
script: script:
if card.team_2_of_2=="Avengers" then "Marvel A-C Avengers" else if contains(card.team_2_of_2, match: "Avengers") then "Marvel A-C Avengers" else
if card.team_2_of_2=="AVENGERS" then "Marvel A-C Avengers" else if contains(card.team_2_of_2, match: "AVENGERS") then "Marvel A-C Avengers" else
if card.team_2_of_2=="Brood" then "Marvel A-C Brood" else if contains(card.team_2_of_2, match: "Brood") then "Marvel A-C Brood" else
if card.team_2_of_2=="BROOD" then "Marvel A-C Brood" else if contains(card.team_2_of_2, match: "BROOD") then "Marvel A-C Brood" else
if card.team_2_of_2=="Brotherhood" then "Marvel A-C Brotherhood" else if contains(card.team_2_of_2, match: "Brotherhood") then "Marvel A-C Brotherhood" else
if card.team_2_of_2=="BROTHERHOOD" then "Marvel A-C Brotherhood" else if contains(card.team_2_of_2, match: "BROTHERHOOD") then "Marvel A-C Brotherhood" else
if card.team_2_of_2=="Crime Lords" then "Marvel A-C Crime Lords" else if contains(card.team_2_of_2, match: "Crime Lords") then "Marvel A-C Crime Lords" else
if card.team_2_of_2=="CRIME LORDS" then "Marvel A-C Crime Lords" else if contains(card.team_2_of_2, match: "CRIME LORDS") then "Marvel A-C Crime Lords" else
if card.team_2_of_2=="Doom" then "Marvel D-H Doom" else if contains(card.team_2_of_2, match: "Doom") then "Marvel D-H Doom" else
if card.team_2_of_2=="DOOM" then "Marvel D-H Doom" else if contains(card.team_2_of_2, match: "DOOM") then "Marvel D-H Doom" else
if card.team_2_of_2=="Fantastic Four" then "Marvel D-H Fantastic Four" else if contains(card.team_2_of_2, match: "Fantastic Four") then "Marvel D-H Fantastic Four" else
if card.team_2_of_2=="FANTASTIC FOUR" then "Marvel D-H Fantastic Four" else if contains(card.team_2_of_2, match: "FANTASTIC FOUR") then "Marvel D-H Fantastic Four" else
if card.team_2_of_2=="Horsemen of Apocalypse" then "Marvel D-H Horsemen of Apocalypse" else if contains(card.team_2_of_2, match: "Horsemen of Apocalypse") then "Marvel D-H Horsemen of Apocalypse" else
if card.team_2_of_2=="HORSEMEN OF APOCALYPSE" then "Marvel D-H Horsemen of Apocalypse" else if contains(card.team_2_of_2, match: "HORSEMEN OF APOCALYPSE") then "Marvel D-H Horsemen of Apocalypse" else
if card.team_2_of_2=="Marvel Knights" then "Marvel I-M Marvel Knights" else if contains(card.team_2_of_2, match: "Marvel Knights") then "Marvel I-M Marvel Knights" else
if card.team_2_of_2=="MARVEL KNIGHTS" then "Marvel I-M Marvel Knights" else if contains(card.team_2_of_2, match: "MARVEL KNIGHTS") then "Marvel I-M Marvel Knights" else
if card.team_2_of_2=="Negative Zone" then "Marvel N-S Negative Zone" else if contains(card.team_2_of_2, match: "Negative Zone") then "Marvel N-S Negative Zone" else
if card.team_2_of_2=="NEGATIVE ZONE" then "Marvel N-S Negative Zone" else if contains(card.team_2_of_2, match: "NEGATIVE ZONE") then "Marvel N-S Negative Zone" else
if card.team_2_of_2=="Shi'ar" then "Marvel N-S Shi'ar" else if contains(card.team_2_of_2, match: "Shi'ar") then "Marvel N-S Shi'ar" else
if card.team_2_of_2=="SHI'AR" then "Marvel N-S Shi'ar" else if contains(card.team_2_of_2, match: "SHI'AR") then "Marvel N-S Shi'ar" else
if card.team_2_of_2=="Shield" then "Marvel N-S Shield" else if contains(card.team_2_of_2, match: "Shield") then "Marvel N-S Shield" else
if card.team_2_of_2=="SHIELD" then "Marvel N-S Shield" else if contains(card.team_2_of_2, match: "SHIELD") then "Marvel N-S Shield" else
if card.team_2_of_2=="Spider-Friends" then "Marvel N-S Spider-Friends" else if contains(card.team_2_of_2, match: "Spider-Friends") then "Marvel N-S Spider-Friends" else
if card.team_2_of_2=="SPIDER-FRIENDS" then "Marvel N-S Spider-Friends" else if contains(card.team_2_of_2, match: "SPIDER-FRIENDS") then "Marvel N-S Spider-Friends" else
if card.team_2_of_2=="Thunderbolts" then "Marvel T-Z Thunderbolts" else if contains(card.team_2_of_2, match: "Thunderbolts") then "Marvel T-Z Thunderbolts" else
if card.team_2_of_2=="THUNDERBOLTS" then "Marvel T-Z Thunderbolts" else if contains(card.team_2_of_2, match: "THUNDERBOLTS") then "Marvel T-Z Thunderbolts" else
if card.team_2_of_2=="Underworld" then "Marvel T-Z Underworld" else if contains(card.team_2_of_2, match: "Underworld") then "Marvel T-Z Underworld" else
if card.team_2_of_2=="UNDERWORLD" then "Marvel T-Z Underworld" else if contains(card.team_2_of_2, match: "UNDERWORLD") then "Marvel T-Z Underworld" else
if card.team_2_of_2=="Warbound" then "Marvel T-Z Warbound" else if contains(card.team_2_of_2, match: "Warbound") then "Marvel T-Z Warbound" else
if card.team_2_of_2=="WARBOUND" then "Marvel T-Z Warbound" else if contains(card.team_2_of_2, match: "WARBOUND") then "Marvel T-Z Warbound" else
if card.team_2_of_2=="X-Men" then "Marvel T-Z X-Men" else if contains(card.team_2_of_2, match: "X-Men") then "Marvel T-Z X-Men" else
if card.team_2_of_2=="X-MEN" then "Marvel T-Z X-Men" else if contains(card.team_2_of_2, match: "X-MEN") then "Marvel T-Z X-Men" else
if card.team_2_of_2=="Gotham Knights" then "DC D-H Gotham Knights" else if contains(card.team_2_of_2, match: "Gotham Knights") then "DC D-H Gotham Knights" else
if card.team_2_of_2=="GOTHAM KNIGHTS" then "DC D-H Gotham Knights" else if contains(card.team_2_of_2, match: "GOTHAM KNIGHTS") then "DC D-H Gotham Knights" else
if card.team_2_of_2=="Green Lantern" then "DC D-H Green Lantern" else if contains(card.team_2_of_2, match: "Green Lantern") then "DC D-H Green Lantern" else
if card.team_2_of_2=="GREEN LANTERN" then "DC D-H Green Lantern" else if contains(card.team_2_of_2, match: "GREEN LANTERN") then "DC D-H Green Lantern" else
if card.team_2_of_2=="JLA" then "DC I-M JLA" else if contains(card.team_2_of_2, match: "JLA") then "DC I-M JLA" else
if card.team_2_of_2=="JSA" then "DC I-M JSA" else if contains(card.team_2_of_2, match: "JSA") then "DC I-M JSA" else
if card.team_2_of_2=="Speed Force" then "DC N-S Speed Force" else if contains(card.team_2_of_2, match: "Speed Force") then "DC N-S Speed Force" else
if card.team_2_of_2=="SPEED FORCE" then "DC N-S Speed Force" else if contains(card.team_2_of_2, match: "SPEED FORCE") then "DC N-S Speed Force" else
if card.team_2_of_2=="Team Superman" then "DC T-Z Team Superman" else if contains(card.team_2_of_2, match: "Team Superman") then "DC T-Z Team Superman" else
if card.team_2_of_2=="TEAM SUPERMAN" then "DC T-Z Team Superman" else if contains(card.team_2_of_2, match: "TEAM SUPERMAN") then "DC T-Z Team Superman" else
if card.team_2_of_2=="Teen Titans" then "DC T-Z Teen Titans" else if contains(card.team_2_of_2, match: "Teen Titans") then "DC T-Z Teen Titans" else
if card.team_2_of_2=="TEEN TITANS" then "DC T-Z Teen Titans" else if contains(card.team_2_of_2, match: "TEEN TITANS") then "DC T-Z Teen Titans" else
if card.team_2_of_2=="B.P.R.D." then "Other B.P.R.D" else if contains(card.team_2_of_2, match: "B.P.R.D.") then "Other B.P.R.D" else
if card.team_2_of_2=="Thule Society" then "Other Thule Society" else if contains(card.team_2_of_2, match: "Thule Society") then "Other Thule Society" else
if card.team_2_of_2=="THULE SOCIETY" then "Other Thule Society" if contains(card.team_2_of_2, match: "THULE SOCIETY") then "Other Thule Society"
...@@ -53,50 +53,50 @@ choice: ...@@ -53,50 +53,50 @@ choice:
choice: B.P.R.D. choice: B.P.R.D.
choice: Thule Society choice: Thule Society
script: script:
if card.team=="Avengers" then "Marvel A-C Avengers" else if contains(card.team, match:"Avengers") then "Marvel A-C Avengers" else
if card.team=="AVENGERS" then "Marvel A-C Avengers" else if contains(card.team, match:"AVENGERS") then "Marvel A-C Avengers" else
if card.team=="Brood" then "Marvel A-C Brood" else if contains(card.team, match:"Brood") then "Marvel A-C Brood" else
if card.team=="BROOD" then "Marvel A-C Brood" else if contains(card.team, match:"BROOD") then "Marvel A-C Brood" else
if card.team=="Brotherhood" then "Marvel A-C Brotherhood" else if contains(card.team, match:"Brotherhood") then "Marvel A-C Brotherhood" else
if card.team=="BROTHERHOOD" then "Marvel A-C Brotherhood" else if contains(card.team, match:"BROTHERHOOD") then "Marvel A-C Brotherhood" else
if card.team=="Crime Lords" then "Marvel A-C Crime Lords" else if contains(card.team, match:"Crime Lords") then "Marvel A-C Crime Lords" else
if card.team=="CRIME LORDS" then "Marvel A-C Crime Lords" else if contains(card.team, match:"CRIME LORDS") then "Marvel A-C Crime Lords" else
if card.team=="Doom" then "Marvel D-H Doom" else if contains(card.team, match:"Doom") then "Marvel D-H Doom" else
if card.team=="DOOM" then "Marvel D-H Doom" else if contains(card.team, match:"DOOM") then "Marvel D-H Doom" else
if card.team=="Fantastic Four" then "Marvel D-H Fantastic Four" else if contains(card.team, match:"Fantastic Four") then "Marvel D-H Fantastic Four" else
if card.team=="FANTASTIC FOUR" then "Marvel D-H Fantastic Four" else if contains(card.team, match:"FANTASTIC FOUR") then "Marvel D-H Fantastic Four" else
if card.team=="Horsemen of Apocalypse" then "Marvel D-H Horsemen of Apocalypse" else if contains(card.team, match:"Horsemen of Apocalypse") then "Marvel D-H Horsemen of Apocalypse" else
if card.team=="HORSEMEN OF APOCALYPSE" then "Marvel D-H Horsemen of Apocalypse" else if contains(card.team, match:"HORSEMEN OF APOCALYPSE") then "Marvel D-H Horsemen of Apocalypse" else
if card.team=="Marvel Knights" then "Marvel I-M Marvel Knights" else if contains(card.team, match:"Marvel Knights") then "Marvel I-M Marvel Knights" else
if card.team=="MARVEL KNIGHTS" then "Marvel I-M Marvel Knights" else if contains(card.team, match:"MARVEL KNIGHTS") then "Marvel I-M Marvel Knights" else
if card.team=="Negative Zone" then "Marvel N-S Negative Zone" else if contains(card.team, match:"Negative Zone") then "Marvel N-S Negative Zone" else
if card.team=="NEGATIVE ZONE" then "Marvel N-S Negative Zone" else if contains(card.team, match:"NEGATIVE ZONE") then "Marvel N-S Negative Zone" else
if card.team=="Shi'ar" then "Marvel N-S Shi'ar" else if contains(card.team, match:"Shi'ar") then "Marvel N-S Shi'ar" else
if card.team=="SHI'AR" then "Marvel N-S Shi'ar" else if contains(card.team, match:"SHI'AR") then "Marvel N-S Shi'ar" else
if card.team=="Shield" then "Marvel N-S Shield" else if contains(card.team, match:"Shield") then "Marvel N-S Shield" else
if card.team=="SHIELD" then "Marvel N-S Shield" else if contains(card.team, match:"SHIELD") then "Marvel N-S Shield" else
if card.team=="Spider-Friends" then "Marvel N-S Spider-Friends" else if contains(card.team, match:"Spider-Friends") then "Marvel N-S Spider-Friends" else
if card.team=="SPIDER-FRIENDS" then "Marvel N-S Spider-Friends" else if contains(card.team, match:"SPIDER-FRIENDS") then "Marvel N-S Spider-Friends" else
if card.team=="Thunderbolts" then "Marvel T-Z Thunderbolts" else if contains(card.team, match:"Thunderbolts") then "Marvel T-Z Thunderbolts" else
if card.team=="THUNDERBOLTS" then "Marvel T-Z Thunderbolts" else if contains(card.team, match:"THUNDERBOLTS") then "Marvel T-Z Thunderbolts" else
if card.team=="Underworld" then "Marvel T-Z Underworld" else if contains(card.team, match:"Underworld") then "Marvel T-Z Underworld" else
if card.team=="UNDERWORLD" then "Marvel T-Z Underworld" else if contains(card.team, match:"UNDERWORLD") then "Marvel T-Z Underworld" else
if card.team=="Warbound" then "Marvel T-Z Warbound" else if contains(card.team, match:"Warbound") then "Marvel T-Z Warbound" else
if card.team=="WARBOUND" then "Marvel T-Z Warbound" else if contains(card.team, match:"WARBOUND") then "Marvel T-Z Warbound" else
if card.team=="X-Men" then "Marvel T-Z X-Men" else if contains(card.team, match:"X-Men") then "Marvel T-Z X-Men" else
if card.team=="X-MEN" then "Marvel T-Z X-Men" else if contains(card.team, match:"X-MEN") then "Marvel T-Z X-Men" else
if card.team=="Gotham Knights" then "DC D-H Gotham Knights" else if contains(card.team, match:"Gotham Knights") then "DC D-H Gotham Knights" else
if card.team=="GOTHAM KNIGHTS" then "DC D-H Gotham Knights" else if contains(card.team, match:"GOTHAM KNIGHTS") then "DC D-H Gotham Knights" else
if card.team=="Green Lantern" then "DC D-H Green Lantern" else if contains(card.team, match:"Green Lantern") then "DC D-H Green Lantern" else
if card.team=="GREEN LANTERN" then "DC D-H Green Lantern" else if contains(card.team, match:"GREEN LANTERN") then "DC D-H Green Lantern" else
if card.team=="JLA" then "DC I-M JLA" else if contains(card.team, match:"JLA") then "DC I-M JLA" else
if card.team=="JSA" then "DC I-M JSA" else if contains(card.team, match:"JSA") then "DC I-M JSA" else
if card.team=="Speed Force" then "DC N-S Speed Force" else if contains(card.team, match:"Speed Force") then "DC N-S Speed Force" else
if card.team=="SPEED FORCE" then "DC N-S Speed Force" else if contains(card.team, match:"SPEED FORCE") then "DC N-S Speed Force" else
if card.team=="Team Superman" then "DC T-Z Team Superman" else if contains(card.team, match:"Team Superman") then "DC T-Z Team Superman" else
if card.team=="TEAM SUPERMAN" then "DC T-Z Team Superman" else if contains(card.team, match:"TEAM SUPERMAN") then "DC T-Z Team Superman" else
if card.team=="Teen Titans" then "DC T-Z Teen Titans" else if contains(card.team, match:"Teen Titans") then "DC T-Z Teen Titans" else
if card.team=="TEEN TITANS" then "DC T-Z Teen Titans" else if contains(card.team, match:"TEEN TITANS") then "DC T-Z Teen Titans" else
if card.team=="B.P.R.D." then "Other B.P.R.D" else if contains(card.team, match:"B.P.R.D.") then "Other B.P.R.D" else
if card.team=="Thule Society" then "Other Thule Society" else if contains(card.team, match:"Thule Society") then "Other Thule Society" else
if card.team=="THULE SOCIETY" then "Other Thule Society" if contains(card.team, match:"THULE SOCIETY") then "Other Thule Society"
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