Files
magic-set-editor-fork/data/vs-common.mse-include/dual-affiliation
CajunAvenger eda330eee8 Initial commit
2021-07-09 02:07:58 -05:00

134 lines
6.7 KiB
Plaintext

# The second affiliation choices
# Included by a game file
choice:
name: none
line below: true
choice:
name: Marvel
choice:
name: A-C
choice: Alpha Flight
choice: Avengers
choice: Brotherhood
choice: Crime Lords
choice:
name: D-H
choice: Defenders
choice: Doom
choice: Fantastic Four
choice: Hellfire Club
choice: Heralds of Galactus
choice: Horsemen of Apocalypse
choice:
name: I-M
choice: Marvel Knights
choice: Masters of Evil
choice:
name: N-S
choice: Negative Zone
choice: Shi'ar
choice: Shield
choice: Sinister Syndicate
choice: Skrull
choice: Spider-Friends
choice:
name: T-Z
choice: Thunderbolts
choice: Underworld
choice: Warbound
choice: X-Men
choice:
name: DC
choice:
name: A-C
choice: Anti-Matter
choice:
name: D-H
choice: Gotham Knights
choice: Green Lantern
choice:
name: I-M
choice: JLA
choice: JSA
choice:
name: N-S
choice: Shadowpact
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: "Alpha Flight") then "Marvel A-C Alpha Flight" else
if contains(card.team_2_of_2, match: "ALPHA FLIGHT") then "Marvel A-C Alpha Flight" else
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: "Defenders") then "Marvel D-H Defenders" else
if contains(card.team_2_of_2, match: "DEFENDERS") then "Marvel D-H Defenders" else
if contains(card.team_2_of_2, match: "Doom Patrol") then "" else
if contains(card.team_2_of_2, match: "DOOM PATROL") then "" 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: "Hellfire Club") then "Marvel D-H Hellfire Club" else
if contains(card.team_2_of_2, match: "HELLFIRE CLUB") then "Marvel D-H Hellfire Club" 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: "Masters of Evil") then "Marvel I-M Masters of Evil" else
if contains(card.team_2_of_2, match: "MASTERS OF EVIL") then "Marvel I-M Masters of Evil" 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: "Sinister Syndicate") then "Marvel N-S Sinister Syndicate" else
if contains(card.team_2_of_2, match: "SINISTER SYNDICATE") then "Marvel N-S Sinister Syndicate" else
if contains(card.team_2_of_2, match: "Skrull") then "Marvel N-S Skrull" else
if contains(card.team_2_of_2, match: "SKRULL") then "Marvel N-S Skrull" 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: "Anti-Matter") then "DC A-C Anti-Matter" else
if contains(card.team_2_of_2, match: "ANTI-MATTER") then "DC A-C Anti-Matter" 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: "Shadowpact") then "DC N-S Shadowpact" else
if contains(card.team_2_of_2, match: "SHADOW PACT") then "DC N-S Shadowpact" 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"