Fixing some watermarks and team affiliation symbols that don't show up in VS.
Adding antimatter to VS official new symbol-font. Adding lots of lantern symbols to VS unofficial new symbol-font. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1377 0fc631ac-6414-0410-93d0-97cfa31319b6
@@ -4,24 +4,30 @@ choice images:
|
||||
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 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
|
||||
|
||||
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
|
||||
|
||||
@@ -13,18 +13,22 @@ choice:
|
||||
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: Spider-Friends
|
||||
choice:
|
||||
name: T-Z
|
||||
@@ -34,6 +38,9 @@ choice:
|
||||
choice: X-Men
|
||||
choice:
|
||||
name: DC
|
||||
choice:
|
||||
name: A-C
|
||||
choice: Anti-Matter
|
||||
choice:
|
||||
name: D-H
|
||||
choice: Gotham Knights
|
||||
@@ -44,6 +51,7 @@ choice:
|
||||
choice: JSA
|
||||
choice:
|
||||
name: N-S
|
||||
choice: Shadowpact
|
||||
choice: Speed Force
|
||||
choice:
|
||||
name: T-Z
|
||||
@@ -62,22 +70,32 @@ script:
|
||||
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: "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
|
||||
@@ -88,18 +106,22 @@ script:
|
||||
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: "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"
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
mse version: 0.3.7
|
||||
mse version: 0.3.8
|
||||
full name: VS System, textbox watermarks
|
||||
version: 2008-09-23
|
||||
version: 2009-02-04
|
||||
|
||||
depends on:
|
||||
package: vs-standard-official.mse-symbol-font
|
||||
version: 2009-02-04
|
||||
|
||||
# This file doesn't do anything, other files in this directory can be included
|
||||
# in game/style files:
|
||||
|
||||
@@ -15,16 +15,19 @@ choice:
|
||||
name: D-H
|
||||
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: Spider-Friends
|
||||
choice:
|
||||
name: T-Z
|
||||
@@ -34,6 +37,9 @@ choice:
|
||||
choice: X-Men
|
||||
choice:
|
||||
name: DC
|
||||
choice:
|
||||
name: A-C
|
||||
choice: Anti-Matter
|
||||
choice:
|
||||
name: D-H
|
||||
choice: Gotham Knights
|
||||
@@ -44,6 +50,7 @@ choice:
|
||||
choice: JSA
|
||||
choice:
|
||||
name: N-S
|
||||
choice: Shadowpact
|
||||
choice: Speed Force
|
||||
choice:
|
||||
name: T-Z
|
||||
@@ -62,22 +69,32 @@ script:
|
||||
if contains(card.team, match:"BROTHERHOOD") then "Marvel A-C Brotherhood" else
|
||||
if contains(card.team, match:"Crime Lords") then "Marvel A-C Crime Lords" else
|
||||
if contains(card.team, match:"CRIME LORDS") then "Marvel A-C Crime Lords" else
|
||||
if contains(card.team, match:"Defenders") then "Marvel D-H Defenders" else
|
||||
if contains(card.team, match:"DEFENDERS") then "Marvel D-H Defenders" else
|
||||
if contains(card.team, match:"Doom Patrol") then "" else
|
||||
if contains(card.team, match:"DOOM PATROL") then "" else
|
||||
if contains(card.team, match:"Doom") then "Marvel D-H Doom" else
|
||||
if contains(card.team, match:"DOOM") then "Marvel D-H Doom" else
|
||||
if contains(card.team, match:"Fantastic Four") then "Marvel D-H Fantastic Four" else
|
||||
if contains(card.team, match:"FANTASTIC FOUR") then "Marvel D-H Fantastic Four" else
|
||||
if contains(card.team, match:"Hellfire Club") then "Marvel D-H Hellfire Club" else
|
||||
if contains(card.team, match:"HELLFIRE CLUB") then "Marvel D-H Hellfire Club" else
|
||||
if contains(card.team, match:"Heralds of Galactus") then "Marvel D-H Heralds of Galactus" else
|
||||
if contains(card.team, match:"HERALDS OF GALACTUS") then "Marvel D-H Heralds of Galactus" else
|
||||
if contains(card.team, match:"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 contains(card.team, match:"Marvel Knights") then "Marvel I-M Marvel Knights" else
|
||||
if contains(card.team, match:"MARVEL KNIGHTS") then "Marvel I-M Marvel Knights" else
|
||||
if contains(card.team, match:"Masters of Evil") then "Marvel I-M Masters of Evil" else
|
||||
if contains(card.team, match:"MASTERS OF EVIL") then "Marvel I-M Masters of Evil" else
|
||||
if contains(card.team, match:"Negative Zone") then "Marvel N-S Negative Zone" else
|
||||
if contains(card.team, match:"NEGATIVE ZONE") then "Marvel N-S Negative Zone" else
|
||||
if contains(card.team, match:"Shi'ar") then "Marvel N-S Shi'ar" else
|
||||
if contains(card.team, match:"SHI'AR") then "Marvel N-S Shi'ar" else
|
||||
if contains(card.team, match:"Shield") then "Marvel N-S Shield" else
|
||||
if contains(card.team, match:"SHIELD") then "Marvel N-S Shield" else
|
||||
if contains(card.team, match:"Sinister Syndicate") then "Marvel N-S Sinister Syndicate" else
|
||||
if contains(card.team, match:"SINISTER SYNDICATE") then "Marvel N-S Sinister Syndicate" else
|
||||
if contains(card.team, match:"Spider-Friends") then "Marvel N-S Spider-Friends" else
|
||||
if contains(card.team, match:"SPIDER-FRIENDS") then "Marvel N-S Spider-Friends" else
|
||||
if contains(card.team, match:"Thunderbolts") then "Marvel T-Z Thunderbolts" else
|
||||
@@ -88,18 +105,22 @@ script:
|
||||
if contains(card.team, match:"WARBOUND") then "Marvel T-Z Warbound" else
|
||||
if contains(card.team, match:"X-Men") then "Marvel T-Z X-Men" else
|
||||
if contains(card.team, match:"X-MEN") then "Marvel T-Z X-Men" else
|
||||
if contains(card.team, match:"Anti-Matter") then "DC A-C Anti-Matter" else
|
||||
if contains(card.team, match:"ANTI-MATTER") then "DC A-C Anti-Matter" else
|
||||
if contains(card.team, match:"Gotham Knights") then "DC D-H Gotham Knights" else
|
||||
if contains(card.team, match:"GOTHAM KNIGHTS") then "DC D-H Gotham Knights" else
|
||||
if contains(card.team, match:"Green Lantern") then "DC D-H Green Lantern" else
|
||||
if contains(card.team, match:"GREEN LANTERN") then "DC D-H Green Lantern" else
|
||||
if contains(card.team, match:"JLA") then "DC I-M JLA" else
|
||||
if contains(card.team, match:"JSA") then "DC I-M JSA" else
|
||||
if contains(card.team, match:"Shadowpact") then "DC N-S Shadowpact" else
|
||||
if contains(card.team, match:"SHADOWPACT") then "DC N-S Shadowpact" else
|
||||
if contains(card.team, match:"Speed Force") then "DC N-S Speed Force" else
|
||||
if contains(card.team, match:"SPEED FORCE") then "DC N-S Speed Force" else
|
||||
if contains(card.team, match:"Team Superman") then "DC T-Z Team Superman" else
|
||||
if contains(card.team, match:"TEAM SUPERMAN") then "DC T-Z Team Superman" else
|
||||
if contains(card.team, match:"Teen Titans") then "DC T-Z Teen Titans" else
|
||||
if contains(card.team, match:"TEEN TITANS") then "DC T-Z Teen Titans" else
|
||||
if contains(card.team, match:"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 contains(card.team, match:"Thule Society") then "Other Thule Society" else
|
||||
if contains(card.team, match:"THULE SOCIETY") then "Other Thule Society"
|
||||
|
||||
@@ -4,24 +4,30 @@ choice images:
|
||||
Marvel A-C Avengers: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/avengers.png"))
|
||||
Marvel A-C Brotherhood: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/brotherhood.png"))
|
||||
Marvel A-C Crime Lords: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/crimelords.png"))
|
||||
Marvel D-H Defenders: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/defenders.png"))
|
||||
Marvel D-H Doom: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/doom.png"))
|
||||
Marvel D-H Fantastic Four: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/F4.png"))
|
||||
Marvel D-H Hellfire Club: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/hellfire.png"))
|
||||
Marvel D-H Heralds of Galactus: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/heralds.png"))
|
||||
Marvel D-H Horsemen of Apocalypse: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/apocalypse.png"))
|
||||
Marvel I-M Marvel Knights: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/marvelknights.png"))
|
||||
Marvel I-M Masters of Evil: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/mastersofevil.png"))
|
||||
Marvel N-S Negative Zone: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/negativezone.png"))
|
||||
Marvel N-S Shi'ar: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/shiar.png"))
|
||||
Marvel N-S Shield: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/shield.png"))
|
||||
Marvel N-S Sinister Syndicate: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/sinistersyndicate.png"))
|
||||
Marvel N-S Spider-Friends: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/spiderman.png"))
|
||||
Marvel T-Z Thunderbolts: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/thunderbolts.png"))
|
||||
Marvel T-Z Underworld: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/underworld.png"))
|
||||
Marvel T-Z Warbound: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/warbound.png"))
|
||||
Marvel T-Z X-Men: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/xmen.png"))
|
||||
|
||||
DC A-C Anti-Matter: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/anti-matter.png"))
|
||||
DC D-H Gotham Knights: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/gothamknights.png"))
|
||||
DC D-H Green Lantern: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/greenlantern.png"))
|
||||
DC I-M JLA: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/jla.png"))
|
||||
DC I-M JSA: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/jsa.png"))
|
||||
DC N-S Shadowpact: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/shadowpact.png"))
|
||||
DC N-S Speed Force: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/speedforce.png"))
|
||||
DC T-Z Team Superman: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/superman.png"))
|
||||
DC T-Z Teen Titans: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/titans.png"))
|
||||
|
||||
|
After Width: | Height: | Size: 5.6 KiB |
|
Before Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 821 B |
|
After Width: | Height: | Size: 6.6 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 8.7 KiB |
|
After Width: | Height: | Size: 8.5 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 9.8 KiB |
@@ -1,5 +1,5 @@
|
||||
mse version: 0.3.8
|
||||
version: 2009-01-02
|
||||
version: 2009-02-16
|
||||
short name: New (unofficial)
|
||||
position hint: 3
|
||||
installer group: VS System/Symbol Fonts/New
|
||||
@@ -34,7 +34,8 @@ symbol:
|
||||
image: alphaflight.png
|
||||
symbol:
|
||||
code: Anti-Matter
|
||||
image: antimatter.png
|
||||
image: anti-matter.png
|
||||
image font size: 150
|
||||
symbol:
|
||||
code: Autobot
|
||||
image: autobots.png
|
||||
@@ -53,6 +54,14 @@ symbol:
|
||||
symbol:
|
||||
code: Birds of Prey
|
||||
image: birdsofprey.png
|
||||
symbol:
|
||||
code: Black Lantern
|
||||
image: blacklantern.png
|
||||
image font size: 90
|
||||
symbol:
|
||||
code: Blue Lantern
|
||||
image: bluelantern.png
|
||||
image font size: 160
|
||||
symbol:
|
||||
code: B.P.R.D.
|
||||
image: bprd.png
|
||||
@@ -74,6 +83,10 @@ symbol:
|
||||
symbol:
|
||||
code: Doom
|
||||
image: doom.png
|
||||
symbol:
|
||||
code: Emerald Enemies
|
||||
image: emeraldenemies.png
|
||||
image font size: 165
|
||||
symbol:
|
||||
code: Excalibur
|
||||
image: excalibur.png
|
||||
@@ -107,6 +120,10 @@ symbol:
|
||||
symbol:
|
||||
code: Hydra
|
||||
image: hydra.png
|
||||
symbol:
|
||||
code: Indigo Lantern
|
||||
image: indigolantern.png
|
||||
image font size: 240
|
||||
#symbol:
|
||||
# code: Invaders
|
||||
# image: invaders.png
|
||||
@@ -143,12 +160,23 @@ symbol:
|
||||
symbol:
|
||||
code: Omega Flight
|
||||
image: omegaflight.png
|
||||
symbol:
|
||||
code: Orange Lantern
|
||||
image: orangelantern.png
|
||||
image font size: 260
|
||||
symbol:
|
||||
code: New Warriors
|
||||
image: newwarriors.png
|
||||
symbol:
|
||||
code: Project Spitfire
|
||||
image: projectspitfire.png
|
||||
symbol:
|
||||
code: Red Lantern
|
||||
image: redlantern.png
|
||||
image font size: 320
|
||||
symbol:
|
||||
code: Revenge Squad
|
||||
image: revengesquad.png
|
||||
symbol:
|
||||
code: Secret Society
|
||||
image: secretsociety.png
|
||||
@@ -185,6 +213,10 @@ symbol:
|
||||
symbol:
|
||||
code: Starjammers
|
||||
image: starjammers.png
|
||||
symbol:
|
||||
code: Star Sapphires
|
||||
image: starsapphires.png
|
||||
image font size: 230
|
||||
symbol:
|
||||
code: Team Superman
|
||||
image: superman.png
|
||||
@@ -334,17 +366,25 @@ insert symbol menu:
|
||||
item: Anti-Matter
|
||||
item: Arkham Inmates
|
||||
item: Birds of Prey
|
||||
item: Black Lantern
|
||||
item: Blue Lantern
|
||||
item: Emerald Enemies
|
||||
item: Gotham Knights
|
||||
item: Green Lantern
|
||||
item: Indigo Lantern
|
||||
item: JLA
|
||||
item: JSA
|
||||
item: League of Assassins
|
||||
item: Legionnaires
|
||||
item: Orange Lantern
|
||||
item: Outsiders
|
||||
item: Red Lantern
|
||||
item: Revenge Squad
|
||||
item: Secret Six
|
||||
item: Secret Society
|
||||
item: Shadowpact
|
||||
item: Speed Force
|
||||
item: Star Sapphires
|
||||
item: Team Superman
|
||||
item: Teen Titans
|
||||
item:
|
||||
|
||||
|
After Width: | Height: | Size: 1005 B |
@@ -1,5 +1,5 @@
|
||||
mse version: 0.3.8
|
||||
version: 2009-01-02
|
||||
version: 2009-02-04
|
||||
short name: New (official)
|
||||
position hint: 1
|
||||
installer group: VS System/Symbol Fonts/Official New
|
||||
@@ -26,6 +26,10 @@ symbol:
|
||||
symbol:
|
||||
code: Activate
|
||||
image: activate.png
|
||||
symbol:
|
||||
code: Anti-Matter
|
||||
image: anti-matter.png
|
||||
image font size: 80
|
||||
symbol:
|
||||
code: Avengers
|
||||
image: avengers.png
|
||||
@@ -205,6 +209,7 @@ insert symbol menu:
|
||||
item: X-Men
|
||||
item:
|
||||
name: DC Teams
|
||||
item: Anti-Matter
|
||||
item: Gotham Knights
|
||||
item: Green Lantern
|
||||
item: JLA
|
||||
|
||||
@@ -5,10 +5,10 @@ installer group: VS System/game files
|
||||
icon: card-back.png
|
||||
position hint: 3
|
||||
|
||||
version: 2009-01-09
|
||||
version: 2009-02-04
|
||||
depends on:
|
||||
package: vs-common.mse-include
|
||||
version: 2008-09-23
|
||||
version: 2009-02-04
|
||||
############ some scripts copied and altered from magic.mse-game
|
||||
############################################################## The script
|
||||
|
||||
|
||||
@@ -55,6 +55,7 @@ word list:
|
||||
word: ASGARDIANS
|
||||
word: ATLANTIS
|
||||
word: AVENGERS
|
||||
word: BROTHERHOOD
|
||||
word: CRIME LORDS
|
||||
word: DEFENDERS
|
||||
word: DOOM
|
||||
|
||||