git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1594 0fc631ac-6414-0410-93d0-97cfa31319b6
@@ -1,38 +1,36 @@
|
||||
# Affiliation images
|
||||
|
||||
choice images:
|
||||
Marvel A-C Alpha Flight: /vs-standard-official.mse-symbol-font/alphaflight.png
|
||||
Marvel A-C Avengers: /vs-standard-official.mse-symbol-font/avengers.png
|
||||
Marvel A-C Brotherhood: /vs-standard-official.mse-symbol-font/brotherhood.png
|
||||
Marvel A-C Crime Lords: /vs-standard-official.mse-symbol-font/crimelords.png
|
||||
Marvel D-H Defenders: /vs-standard-official.mse-symbol-font/defenders.png
|
||||
Marvel D-H Doom: /vs-standard-official.mse-symbol-font/doom.png
|
||||
Marvel D-H Fantastic Four: /vs-standard-official.mse-symbol-font/F4.png
|
||||
Marvel D-H Hellfire Club: /vs-standard-official.mse-symbol-font/hellfire.png
|
||||
Marvel D-H Heralds of Galactus: /vs-standard-official.mse-symbol-font/heralds.png
|
||||
Marvel D-H Horsemen of Apocalypse: /vs-standard-official.mse-symbol-font/apocalypse.png
|
||||
Marvel I-M Marvel Knights: /vs-standard-official.mse-symbol-font/marvelknights.png
|
||||
Marvel I-M Masters of Evil: /vs-standard-official.mse-symbol-font/mastersofevil.png
|
||||
Marvel N-S Negative Zone: /vs-standard-official.mse-symbol-font/negativezone.png
|
||||
Marvel N-S Shi'ar: /vs-standard-official.mse-symbol-font/shiar.png
|
||||
Marvel N-S Shield: /vs-standard-official.mse-symbol-font/shield.png
|
||||
Marvel N-S Sinister Syndicate: /vs-standard-official.mse-symbol-font/sinistersyndicate.png
|
||||
Marvel N-S Skrull: /vs-standard-official.mse-symbol-font/skrull.png
|
||||
Marvel N-S Spider-Friends: /vs-standard-official.mse-symbol-font/spiderman.png
|
||||
Marvel T-Z Thunderbolts: /vs-standard-official.mse-symbol-font/thunderbolts.png
|
||||
Marvel T-Z Underworld: /vs-standard-official.mse-symbol-font/underworld.png
|
||||
Marvel T-Z Warbound: /vs-standard-official.mse-symbol-font/warbound.png
|
||||
Marvel T-Z X-Men: /vs-standard-official.mse-symbol-font/xmen.png
|
||||
Marvel A-C Avengers: { if is_concealed() then recolor_image("/vs-common.mse-include/avengers.png", color: rgb(23,4,6)) else if is_equipment() then recolor_image("/vs-common.mse-include/avengers.png", color: rgb(82,82,82)) else if is_location() then recolor_image("/vs-common.mse-include/avengers.png", color: rgb(0,48,33)) else if is_plot_twist() then recolor_image("/vs-common.mse-include/avengers.png", color: rgb(28,47,87)) else if card.card_type=="planet" then recolor_image("/vs-common.mse-include/avengers.png", color: rgb(243,217,105)) else recolor_image("/vs-common.mse-include/avengers.png", color: rgb(76,18,7)) }
|
||||
Marvel A-C Brotherhood: { if is_concealed() then recolor_image("/vs-common.mse-include/brotherhood.png", color: rgb(23,4,6)) else if is_equipment() then recolor_image("/vs-common.mse-include/brotherhood.png", color: rgb(82,82,82)) else if is_location() then recolor_image("/vs-common.mse-include/brotherhood.png", color: rgb(0,48,33)) else if is_plot_twist() then recolor_image("/vs-common.mse-include/brotherhood.png", color: rgb(28,47,87)) else if card.card_type=="planet" then recolor_image("/vs-common.mse-include/brotherhood.png", color: rgb(243,217,105)) else recolor_image("/vs-common.mse-include/brotherhood.png", color: rgb(76,18,7)) }
|
||||
Marvel A-C Crime Lords: { if is_concealed() then recolor_image("/vs-common.mse-include/crimelords.png", color: rgb(23,4,6)) else if is_equipment() then recolor_image("/vs-common.mse-include/crimelords.png", color: rgb(82,82,82)) else if is_location() then recolor_image("/vs-common.mse-include/crimelords.png", color: rgb(0,48,33)) else if is_plot_twist() then recolor_image("/vs-common.mse-include/crimelords.png", color: rgb(28,47,87)) else if card.card_type=="planet" then recolor_image("/vs-common.mse-include/crimelords.png", color: rgb(243,217,105)) else recolor_image("/vs-common.mse-include/crimelords.png", color: rgb(76,18,7)) }
|
||||
Marvel D-H Defenders: { if is_concealed() then recolor_image("/vs-common.mse-include/defenders.png", color: rgb(23,4,6)) else if is_equipment() then recolor_image("/vs-common.mse-include/defenders.png", color: rgb(82,82,82)) else if is_location() then recolor_image("/vs-common.mse-include/defenders.png", color: rgb(0,48,33)) else if is_plot_twist() then recolor_image("/vs-common.mse-include/defenders.png", color: rgb(28,47,87)) else if card.card_type=="planet" then recolor_image("/vs-common.mse-include/defenders.png", color: rgb(243,217,105)) else recolor_image("/vs-common.mse-include/defenders.png", color: rgb(76,18,7)) }
|
||||
Marvel D-H Doom: { if is_concealed() then recolor_image("/vs-common.mse-include/doom.png", color: rgb(23,4,6)) else if is_equipment() then recolor_image("/vs-common.mse-include/doom.png", color: rgb(82,82,82)) else if is_location() then recolor_image("/vs-common.mse-include/doom.png", color: rgb(0,48,33)) else if is_plot_twist() then recolor_image("/vs-common.mse-include/doom.png", color: rgb(28,47,87)) else if card.card_type=="planet" then recolor_image("/vs-common.mse-include/doom.png", color: rgb(243,217,105)) else recolor_image("/vs-common.mse-include/doom.png", color: rgb(76,18,7)) }
|
||||
Marvel D-H Fantastic Four: { if is_concealed() then recolor_image("/vs-common.mse-include/F4.png", color: rgb(23,4,6)) else if is_equipment() then recolor_image("/vs-common.mse-include/F4.png", color: rgb(82,82,82)) else if is_location() then recolor_image("/vs-common.mse-include/F4.png", color: rgb(0,48,33)) else if is_plot_twist() then recolor_image("/vs-common.mse-include/F4.png", color: rgb(28,47,87)) else if card.card_type=="planet" then recolor_image("/vs-common.mse-include/F4.png", color: rgb(243,217,105)) else recolor_image("/vs-common.mse-include/F4.png", color: rgb(76,18,7)) }
|
||||
Marvel D-H Hellfire Club: { if is_concealed() then recolor_image("/vs-common.mse-include/hellfire.png", color: rgb(23,4,6)) else if is_equipment() then recolor_image("/vs-common.mse-include/hellfire.png", color: rgb(82,82,82)) else if is_location() then recolor_image("/vs-common.mse-include/hellfire.png", color: rgb(0,48,33)) else if is_plot_twist() then recolor_image("/vs-common.mse-include/hellfire.png", color: rgb(28,47,87)) else if card.card_type=="planet" then recolor_image("/vs-common.mse-include/hellfire.png", color: rgb(243,217,105)) else recolor_image("/vs-common.mse-include/hellfire.png", color: rgb(76,18,7)) }
|
||||
Marvel D-H Heralds of Galactus: { if is_concealed() then recolor_image("/vs-common.mse-include/heralds.png", color: rgb(23,4,6)) else if is_equipment() then recolor_image("/vs-common.mse-include/heralds.png", color: rgb(82,82,82)) else if is_location() then recolor_image("/vs-common.mse-include/heralds.png", color: rgb(0,48,33)) else if is_plot_twist() then recolor_image("/vs-common.mse-include/heralds.png", color: rgb(28,47,87)) else if card.card_type=="planet" then recolor_image("/vs-common.mse-include/heralds.png", color: rgb(243,217,105)) else recolor_image("/vs-common.mse-include/heralds.png", color: rgb(76,18,7)) }
|
||||
Marvel D-H Horsemen of Apocalypse: { if is_concealed() then recolor_image("/vs-common.mse-include/apocalypse.png", color: rgb(23,4,6)) else if is_equipment() then recolor_image("/vs-common.mse-include/apocalypse.png", color: rgb(82,82,82)) else if is_location() then recolor_image("/vs-common.mse-include/apocalypse.png", color: rgb(0,48,33)) else if is_plot_twist() then recolor_image("/vs-common.mse-include/apocalypse.png", color: rgb(28,47,87)) else if card.card_type=="planet" then recolor_image("/vs-common.mse-include/apocalypse.png", color: rgb(243,217,105)) else recolor_image("/vs-common.mse-include/apocalypse.png", color: rgb(76,18,7)) }
|
||||
Marvel I-M Marvel Knights: { if is_concealed() then recolor_image("/vs-common.mse-include/marvelknights.png", color: rgb(23,4,6)) else if is_equipment() then recolor_image("/vs-common.mse-include/marvelknights.png", color: rgb(82,82,82)) else if is_location() then recolor_image("/vs-common.mse-include/marvelknights.png", color: rgb(0,48,33)) else if is_plot_twist() then recolor_image("/vs-common.mse-include/marvelknights.png", color: rgb(28,47,87)) else if card.card_type=="planet" then recolor_image("/vs-common.mse-include/marvelknights.png", color: rgb(243,217,105)) else recolor_image("/vs-common.mse-include/marvelknights.png", color: rgb(76,18,7)) }
|
||||
Marvel I-M Masters of Evil: { if is_concealed() then recolor_image("/vs-common.mse-include/mastersofevil.png", color: rgb(23,4,6)) else if is_equipment() then recolor_image("/vs-common.mse-include/mastersofevil.png", color: rgb(82,82,82)) else if is_location() then recolor_image("/vs-common.mse-include/mastersofevil.png", color: rgb(0,48,33)) else if is_plot_twist() then recolor_image("/vs-common.mse-include/mastersofevil.png", color: rgb(28,47,87)) else if card.card_type=="planet" then recolor_image("/vs-common.mse-include/mastersofevil.png", color: rgb(243,217,105)) else recolor_image("/vs-common.mse-include/mastersofevil.png", color: rgb(76,18,7)) }
|
||||
Marvel N-S Negative Zone: { if is_concealed() then recolor_image("/vs-common.mse-include/negativezone.png", color: rgb(23,4,6)) else if is_equipment() then recolor_image("/vs-common.mse-include/negativezone.png", color: rgb(82,82,82)) else if is_location() then recolor_image("/vs-common.mse-include/negativezone.png", color: rgb(0,48,33)) else if is_plot_twist() then recolor_image("/vs-common.mse-include/negativezone.png", color: rgb(28,47,87)) else if card.card_type=="planet" then recolor_image("/vs-common.mse-include/negativezone.png", color: rgb(243,217,105)) else recolor_image("/vs-common.mse-include/negativezone.png", color: rgb(76,18,7)) }
|
||||
Marvel N-S Shi'ar: { if is_concealed() then recolor_image("/vs-common.mse-include/shiar.png", color: rgb(23,4,6)) else if is_equipment() then recolor_image("/vs-common.mse-include/shiar.png", color: rgb(82,82,82)) else if is_location() then recolor_image("/vs-common.mse-include/shiar.png", color: rgb(0,48,33)) else if is_plot_twist() then recolor_image("/vs-common.mse-include/shiar.png", color: rgb(28,47,87)) else if card.card_type=="planet" then recolor_image("/vs-common.mse-include/shiar.png", color: rgb(243,217,105)) else recolor_image("/vs-common.mse-include/shiar.png", color: rgb(76,18,7)) }
|
||||
Marvel N-S Shield: { if is_concealed() then recolor_image("/vs-common.mse-include/shield.png", color: rgb(23,4,6)) else if is_equipment() then recolor_image("/vs-common.mse-include/shield.png", color: rgb(82,82,82)) else if is_location() then recolor_image("/vs-common.mse-include/shield.png", color: rgb(0,48,33)) else if is_plot_twist() then recolor_image("/vs-common.mse-include/shield.png", color: rgb(28,47,87)) else if card.card_type=="planet" then recolor_image("/vs-common.mse-include/shield.png", color: rgb(243,217,105)) else recolor_image("/vs-common.mse-include/shield.png", color: rgb(76,18,7)) }
|
||||
Marvel N-S Sinister Syndicate: { if is_concealed() then recolor_image("/vs-common.mse-include/sinistersyndicate.png", color: rgb(23,4,6)) else if is_equipment() then recolor_image("/vs-common.mse-include/sinistersyndicate.png", color: rgb(82,82,82)) else if is_location() then recolor_image("/vs-common.mse-include/sinistersyndicate.png", color: rgb(0,48,33)) else if is_plot_twist() then recolor_image("/vs-common.mse-include/sinistersyndicate.png", color: rgb(28,47,87)) else if card.card_type=="planet" then recolor_image("/vs-common.mse-include/sinistersyndicate.png", color: rgb(243,217,105)) else recolor_image("/vs-common.mse-include/sinistersyndicate.png", color: rgb(76,18,7)) }
|
||||
Marvel N-S Spider-Friends: { if is_concealed() then recolor_image("/vs-common.mse-include/spiderman.png", color: rgb(23,4,6)) else if is_equipment() then recolor_image("/vs-common.mse-include/spiderman.png", color: rgb(82,82,82)) else if is_location() then recolor_image("/vs-common.mse-include/spiderman.png", color: rgb(0,48,33)) else if is_plot_twist() then recolor_image("/vs-common.mse-include/spiderman.png", color: rgb(28,47,87)) else if card.card_type=="planet" then recolor_image("/vs-common.mse-include/spiderman.png", color: rgb(243,217,105)) else recolor_image("/vs-common.mse-include/spiderman.png", color: rgb(76,18,7)) }
|
||||
Marvel T-Z Thunderbolts: { if is_concealed() then recolor_image("/vs-common.mse-include/thunderbolts.png", color: rgb(23,4,6)) else if is_equipment() then recolor_image("/vs-common.mse-include/thunderbolts.png", color: rgb(82,82,82)) else if is_location() then recolor_image("/vs-common.mse-include/thunderbolts.png", color: rgb(0,48,33)) else if is_plot_twist() then recolor_image("/vs-common.mse-include/thunderbolts.png", color: rgb(28,47,87)) else if card.card_type=="planet" then recolor_image("/vs-common.mse-include/thunderbolts.png", color: rgb(243,217,105)) else recolor_image("/vs-common.mse-include/thunderbolts.png", color: rgb(76,18,7)) }
|
||||
Marvel T-Z Underworld: { if is_concealed() then recolor_image("/vs-common.mse-include/underworld.png", color: rgb(23,4,6)) else if is_equipment() then recolor_image("/vs-common.mse-include/underworld.png", color: rgb(82,82,82)) else if is_location() then recolor_image("/vs-common.mse-include/underworld.png", color: rgb(0,48,33)) else if is_plot_twist() then recolor_image("/vs-common.mse-include/underworld.png", color: rgb(28,47,87)) else if card.card_type=="planet" then recolor_image("/vs-common.mse-include/underworld.png", color: rgb(243,217,105)) else recolor_image("/vs-common.mse-include/underworld.png", color: rgb(76,18,7)) }
|
||||
Marvel T-Z Warbound: { if is_concealed() then recolor_image("/vs-common.mse-include/warbound.png", color: rgb(23,4,6)) else if is_equipment() then recolor_image("/vs-common.mse-include/warbound.png", color: rgb(82,82,82)) else if is_location() then recolor_image("/vs-common.mse-include/warbound.png", color: rgb(0,48,33)) else if is_plot_twist() then recolor_image("/vs-common.mse-include/warbound.png", color: rgb(28,47,87)) else if card.card_type=="planet" then recolor_image("/vs-common.mse-include/warbound.png", color: rgb(243,217,105)) else recolor_image("/vs-common.mse-include/warbound.png", color: rgb(76,18,7)) }
|
||||
Marvel T-Z X-Men: { if is_concealed() then recolor_image("/vs-common.mse-include/xmen.png", color: rgb(23,4,6)) else if is_equipment() then recolor_image("/vs-common.mse-include/xmen.png", color: rgb(82,82,82)) else if is_location() then recolor_image("/vs-common.mse-include/xmen.png", color: rgb(0,48,33)) else if is_plot_twist() then recolor_image("/vs-common.mse-include/xmen.png", color: rgb(28,47,87)) else if card.card_type=="planet" then recolor_image("/vs-common.mse-include/xmen.png", color: rgb(243,217,105)) else recolor_image("/vs-common.mse-include/xmen.png", color: rgb(76,18,7)) }
|
||||
|
||||
DC A-C Anti-Matter: /vs-standard-official.mse-symbol-font/anti-matter.png
|
||||
DC D-H Gotham Knights: /vs-standard-official.mse-symbol-font/gothamknights.png
|
||||
DC D-H Green Lantern: /vs-standard-official.mse-symbol-font/greenlantern.png
|
||||
DC I-M JLA: /vs-standard-official.mse-symbol-font/jla.png
|
||||
DC I-M JSA: /vs-standard-official.mse-symbol-font/jsa.png
|
||||
DC N-S Shadowpact: /vs-standard-official.mse-symbol-font/shadowpact.png
|
||||
DC N-S Speed Force: /vs-standard-official.mse-symbol-font/speedforce.png
|
||||
DC T-Z Team Superman: /vs-standard-official.mse-symbol-font/superman.png
|
||||
DC T-Z Teen Titans: /vs-standard-official.mse-symbol-font/titans.png
|
||||
DC A-C Anti-Matter: { if is_concealed() then recolor_image("/vs-common.mse-include/anti-matter.png", color: rgb(23,4,6)) else if is_equipment() then recolor_image("/vs-common.mse-include/anti-matter.png", color: rgb(82,82,82)) else if is_location() then recolor_image("/vs-common.mse-include/anti-matter.png", color: rgb(0,48,33)) else if is_plot_twist() then recolor_image("/vs-common.mse-include/anti-matter.png", color: rgb(28,47,87)) else if card.card_type=="planet" then recolor_image("/vs-common.mse-include/anti-matter.png", color: rgb(243,217,105)) else recolor_image("/vs-common.mse-include/anti-matter.png", color: rgb(76,18,7)) }
|
||||
DC D-H Gotham Knights: { if is_concealed() then recolor_image("/vs-common.mse-include/gothamknights.png", color: rgb(23,4,6)) else if is_equipment() then recolor_image("/vs-common.mse-include/gothamknights.png", color: rgb(82,82,82)) else if is_location() then recolor_image("/vs-common.mse-include/gothamknights.png", color: rgb(0,48,33)) else if is_plot_twist() then recolor_image("/vs-common.mse-include/gothamknights.png", color: rgb(28,47,87)) else if card.card_type=="planet" then recolor_image("/vs-common.mse-include/gothamknights.png", color: rgb(243,217,105)) else recolor_image("/vs-common.mse-include/gothamknights.png", color: rgb(76,18,7)) }
|
||||
DC D-H Green Lantern: { if is_concealed() then recolor_image("/vs-common.mse-include/greenlantern.png", color: rgb(23,4,6)) else if is_equipment() then recolor_image("/vs-common.mse-include/greenlantern.png", color: rgb(82,82,82)) else if is_location() then recolor_image("/vs-common.mse-include/greenlantern.png", color: rgb(0,48,33)) else if is_plot_twist() then recolor_image("/vs-common.mse-include/greenlantern.png", color: rgb(28,47,87)) else if card.card_type=="planet" then recolor_image("/vs-common.mse-include/greenlantern.png", color: rgb(243,217,105)) else recolor_image("/vs-common.mse-include/greenlantern.png", color: rgb(76,18,7)) }
|
||||
DC I-M JLA: { if is_concealed() then recolor_image("/vs-common.mse-include/jla.png", color: rgb(23,4,6)) else if is_equipment() then recolor_image("/vs-common.mse-include/jla.png", color: rgb(82,82,82)) else if is_location() then recolor_image("/vs-common.mse-include/jla.png", color: rgb(0,48,33)) else if is_plot_twist() then recolor_image("/vs-common.mse-include/jla.png", color: rgb(28,47,87)) else if card.card_type=="planet" then recolor_image("/vs-common.mse-include/jla.png", color: rgb(243,217,105)) else recolor_image("/vs-common.mse-include/jla.png", color: rgb(76,18,7)) }
|
||||
DC I-M JSA: { if is_concealed() then recolor_image("/vs-common.mse-include/jsa.png", color: rgb(23,4,6)) else if is_equipment() then recolor_image("/vs-common.mse-include/jsa.png", color: rgb(82,82,82)) else if is_location() then recolor_image("/vs-common.mse-include/jsa.png", color: rgb(0,48,33)) else if is_plot_twist() then recolor_image("/vs-common.mse-include/jsa.png", color: rgb(28,47,87)) else if card.card_type=="planet" then recolor_image("/vs-common.mse-include/jsa.png", color: rgb(243,217,105)) else recolor_image("/vs-common.mse-include/jsa.png", color: rgb(76,18,7)) }
|
||||
DC N-S Shadowpact: { if is_concealed() then recolor_image("/vs-common.mse-include/shadowpact.png", color: rgb(23,4,6)) else if is_equipment() then recolor_image("/vs-common.mse-include/shadowpact.png", color: rgb(82,82,82)) else if is_location() then recolor_image("/vs-common.mse-include/shadowpact.png", color: rgb(0,48,33)) else if is_plot_twist() then recolor_image("/vs-common.mse-include/shadowpact.png", color: rgb(28,47,87)) else if card.card_type=="planet" then recolor_image("/vs-common.mse-include/shadowpact.png", color: rgb(243,217,105)) else recolor_image("/vs-common.mse-include/shadowpact.png", color: rgb(76,18,7)) }
|
||||
DC N-S Speed Force: { if is_concealed() then recolor_image("/vs-common.mse-include/speedforce.png", color: rgb(23,4,6)) else if is_equipment() then recolor_image("/vs-common.mse-include/speedforce.png", color: rgb(82,82,82)) else if is_location() then recolor_image("/vs-common.mse-include/speedforce.png", color: rgb(0,48,33)) else if is_plot_twist() then recolor_image("/vs-common.mse-include/speedforce.png", color: rgb(28,47,87)) else if card.card_type=="planet" then recolor_image("/vs-common.mse-include/speedforce.png", color: rgb(243,217,105)) else recolor_image("/vs-common.mse-include/speedforce.png", color: rgb(76,18,7)) }
|
||||
DC T-Z Team Superman: { if is_concealed() then recolor_image("/vs-common.mse-include/superman.png", color: rgb(23,4,6)) else if is_equipment() then recolor_image("/vs-common.mse-include/superman.png", color: rgb(82,82,82)) else if is_location() then recolor_image("/vs-common.mse-include/superman.png", color: rgb(0,48,33)) else if is_plot_twist() then recolor_image("/vs-common.mse-include/superman.png", color: rgb(28,47,87)) else if card.card_type=="planet" then recolor_image("/vs-common.mse-include/superman.png", color: rgb(243,217,105)) else recolor_image("/vs-common.mse-include/superman.png", color: rgb(76,18,7)) }
|
||||
DC T-Z Teen Titans: { if is_concealed() then recolor_image("/vs-common.mse-include/titans.png", color: rgb(23,4,6)) else if is_equipment() then recolor_image("/vs-common.mse-include/titans.png", color: rgb(82,82,82)) else if is_location() then recolor_image("/vs-common.mse-include/titans.png", color: rgb(0,48,33)) else if is_plot_twist() then recolor_image("/vs-common.mse-include/titans.png", color: rgb(28,47,87)) else if card.card_type=="planet" then recolor_image("/vs-common.mse-include/titans.png", color: rgb(243,217,105)) else recolor_image("/vs-common.mse-include/titans.png", color: rgb(76,18,7)) }
|
||||
|
||||
Other B.P.R.D.: /vs-standard-official.mse-symbol-font/bprd.png
|
||||
Other Thule Society: /vs-standard-official.mse-symbol-font/thule.png
|
||||
Other B.P.R.D.: { if is_concealed() then recolor_image("/vs-common.mse-include/bprd.png", color: rgb(23,4,6)) else if is_equipment() then recolor_image("/vs-common.mse-include/bprd.png", color: rgb(82,82,82)) else if is_location() then recolor_image("/vs-common.mse-include/bprd.png", color: rgb(0,48,33)) else if is_plot_twist() then recolor_image("/vs-common.mse-include/bprd.png", color: rgb(28,47,87)) else if card.card_type=="planet" then recolor_image("/vs-common.mse-include/bprd.png", color: rgb(243,217,105)) else recolor_image("/vs-common.mse-include/bprd.png", color: rgb(76,18,7)) }
|
||||
Other Thule Society: { if is_concealed() then recolor_image("/vs-common.mse-include/thule.png", color: rgb(23,4,6)) else if is_equipment() then recolor_image("/vs-common.mse-include/thule.png", color: rgb(82,82,82)) else if is_location() then recolor_image("/vs-common.mse-include/thule.png", color: rgb(0,48,33)) else if is_plot_twist() then recolor_image("/vs-common.mse-include/thule.png", color: rgb(28,47,87)) else if card.card_type=="planet" then recolor_image("/vs-common.mse-include/thule.png", color: rgb(243,217,105)) else recolor_image("/vs-common.mse-include/thule.png", color: rgb(76,18,7)) }
|
||||
|
||||
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 7.0 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 4.6 KiB |
|
After Width: | Height: | Size: 4.2 KiB |
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 4.9 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 7.0 KiB |
|
After Width: | Height: | Size: 7.9 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 5.5 KiB |
|
After Width: | Height: | Size: 3.7 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 4.1 KiB |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 3.5 KiB |
|
After Width: | Height: | Size: 2.6 KiB |
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 5.5 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 3.7 KiB |
|
After Width: | Height: | Size: 793 B |
|
After Width: | Height: | Size: 4.2 KiB |
|
After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 2.4 KiB |