# The second affiliation choices # Included by a game file choice: name: none line below: true choice: name: Marvel choice: name: A-C choice: Avengers choice: Brotherhood choice: Crime Lords choice: name: D-H choice: Doom choice: Fantastic Four choice: Heralds of Galactus choice: Horsemen of Apocalypse choice: name: I-M choice: Marvel Knights choice: name: N-S choice: Negative Zone choice: Shi'ar choice: Shield choice: Spider-Friends choice: name: T-Z choice: Thunderbolts choice: Underworld choice: Warbound choice: X-Men choice: name: DC choice: name: D-H choice: Gotham Knights choice: Green Lantern choice: name: I-M choice: JLA choice: JSA choice: name: N-S choice: Speed Force choice: name: T-Z choice: Team Superman choice: Teen Titans choice: name: Other choice: B.P.R.D. choice: Thule Society script: if contains(card.team_2_of_2, match: "Avengers") then "Marvel A-C Avengers" else if contains(card.team_2_of_2, match: "AVENGERS") then "Marvel A-C Avengers" else if contains(card.team_2_of_2, match: "Brood") then "Marvel A-C Brood" else if contains(card.team_2_of_2, match: "BROOD") then "Marvel A-C Brood" else if contains(card.team_2_of_2, match: "Brotherhood") then "Marvel A-C Brotherhood" else if contains(card.team_2_of_2, match: "BROTHERHOOD") then "Marvel A-C Brotherhood" else if contains(card.team_2_of_2, match: "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 contains(card.team_2_of_2, match: "Doom") then "Marvel D-H Doom" else if contains(card.team_2_of_2, match: "DOOM") then "Marvel D-H Doom" else if contains(card.team_2_of_2, match: "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 contains(card.team_2_of_2, match: "Heralds of Galactus") then "Marvel D-H Heralds of Galactus" else if contains(card.team_2_of_2, match: "HERALDS OF GALACTUS") then "Marvel D-H Heralds of Galactus" else if contains(card.team_2_of_2, match: "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 contains(card.team_2_of_2, match: "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 contains(card.team_2_of_2, match: "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 contains(card.team_2_of_2, match: "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 contains(card.team_2_of_2, match: "Shield") then "Marvel N-S Shield" else if contains(card.team_2_of_2, match: "SHIELD") then "Marvel N-S Shield" else if contains(card.team_2_of_2, match: "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 contains(card.team_2_of_2, match: "Thunderbolts") then "Marvel T-Z Thunderbolts" else if contains(card.team_2_of_2, match: "THUNDERBOLTS") then "Marvel T-Z Thunderbolts" else if contains(card.team_2_of_2, match: "Underworld") then "Marvel T-Z Underworld" else if contains(card.team_2_of_2, match: "UNDERWORLD") then "Marvel T-Z Underworld" else if contains(card.team_2_of_2, match: "Warbound") then "Marvel T-Z Warbound" else if contains(card.team_2_of_2, match: "WARBOUND") then "Marvel T-Z Warbound" else if contains(card.team_2_of_2, match: "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 contains(card.team_2_of_2, match: "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 contains(card.team_2_of_2, match: "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 contains(card.team_2_of_2, match: "JLA") then "DC I-M JLA" else if contains(card.team_2_of_2, match: "JSA") then "DC I-M JSA" else if contains(card.team_2_of_2, match: "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 contains(card.team_2_of_2, match: "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 contains(card.team_2_of_2, match: "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 contains(card.team_2_of_2, match: "B.P.R.D.") then "Other B.P.R.D" else if contains(card.team_2_of_2, match: "Thule Society") then "Other Thule Society" else if contains(card.team_2_of_2, match: "THULE SOCIETY") then "Other Thule Society"