Files
MagicSetEditor2/data/vs-common.mse-include/dual-affiliation
T
pichoro 9c5c3de62a New affiliation symbols for VS.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1000 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-24 03:00:48 +00:00

103 lines
4.1 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: Avengers
choice: Brotherhood
choice: Crime Lords
choice:
name: D-H
choice: Doom
choice: Fantastic Four
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 card.team_2_of_2=="Avengers" then "Marvel A-C Avengers" else
if card.team_2_of_2=="AVENGERS" then "Marvel A-C Avengers" else
if card.team_2_of_2=="Brood" then "Marvel A-C Brood" else
if card.team_2_of_2=="BROOD" then "Marvel A-C Brood" else
if card.team_2_of_2=="Brotherhood" then "Marvel A-C Brotherhood" else
if card.team_2_of_2=="BROTHERHOOD" then "Marvel A-C Brotherhood" else
if card.team_2_of_2=="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 card.team_2_of_2=="Doom" then "Marvel D-H Doom" else
if card.team_2_of_2=="DOOM" then "Marvel D-H Doom" else
if card.team_2_of_2=="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 card.team_2_of_2=="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 card.team_2_of_2=="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 card.team_2_of_2=="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 card.team_2_of_2=="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 card.team_2_of_2=="Shield" then "Marvel N-S Shield" else
if card.team_2_of_2=="SHIELD" then "Marvel N-S Shield" else
if card.team_2_of_2=="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 card.team_2_of_2=="Thunderbolts" then "Marvel T-Z Thunderbolts" else
if card.team_2_of_2=="THUNDERBOLTS" then "Marvel T-Z Thunderbolts" else
if card.team_2_of_2=="Underworld" then "Marvel T-Z Underworld" else
if card.team_2_of_2=="UNDERWORLD" then "Marvel T-Z Underworld" else
if card.team_2_of_2=="Warbound" then "Marvel T-Z Warbound" else
if card.team_2_of_2=="WARBOUND" then "Marvel T-Z Warbound" else
if card.team_2_of_2=="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 card.team_2_of_2=="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 card.team_2_of_2=="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 card.team_2_of_2=="JLA" then "DC I-M JLA" else
if card.team_2_of_2=="JSA" then "DC I-M JSA" else
if card.team_2_of_2=="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 card.team_2_of_2=="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 card.team_2_of_2=="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 card.team_2_of_2=="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 card.team_2_of_2=="THULE SOCIETY" then "Other Thule Society"