More VS changes:

Moving "~ to CARDNAME" into auto replace file.
Automatic symbolization of new official affiliations in new styles.
Typeline symbols and watermarks for new official affiliations.
Now showing statistics for frame type. (seems useful)
In Alter and Oversize styles, calling background image more directly instead of having every frame choice point to it.
Ditching an unused card-sample.jpg from oversize style.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1487 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
pichoro
2010-08-13 22:19:51 +00:00
parent 352b5f48bf
commit da01c308d6
12 changed files with 35 additions and 53 deletions
+2
View File
@@ -1,6 +1,7 @@
# 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
@@ -16,6 +17,7 @@ choice images:
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
@@ -8,6 +8,7 @@ choice:
name: Marvel
choice:
name: A-C
choice: Alpha Flight
choice: Avengers
choice: Brotherhood
choice: Crime Lords
@@ -29,6 +30,7 @@ choice:
choice: Shi'ar
choice: Shield
choice: Sinister Syndicate
choice: Skrull
choice: Spider-Friends
choice:
name: T-Z
@@ -62,6 +64,8 @@ choice:
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
@@ -96,6 +100,8 @@ script:
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
+3 -3
View File
@@ -1,11 +1,11 @@
mse version: 0.3.8
full name: VS System, textbox watermarks
version: 2009-02-04
version: 2010-03-25
depends on:
package: vs-standard-official.mse-symbol-font
version: 2009-02-04
version: 2010-03-25
# This file doesn't do anything, other files in this directory can be included
# in game/style files:
# watermarks Includes references to the watermark images, to be used in a style file
# watermarks Includes references to the watermark images, to be used in a style file
@@ -8,6 +8,7 @@ choice:
name: Marvel
choice:
name: A-C
choice: Alpha Flight
choice: Avengers
choice: Brotherhood
choice: Crime Lords
@@ -28,6 +29,7 @@ choice:
choice: Shi'ar
choice: Shield
choice: Sinister Syndicate
choice: Skrull
choice: Spider-Friends
choice:
name: T-Z
@@ -61,6 +63,8 @@ choice:
choice: B.P.R.D.
choice: Thule Society
script:
if contains(card.team, match:"Alpha Flight") then "Marvel A-C Alpha Flight" else
if contains(card.team, match:"ALPHA FLIGHT") then "Marvel A-C Alpha Flight" else
if contains(card.team, match:"Avengers") then "Marvel A-C Avengers" else
if contains(card.team, match:"AVENGERS") then "Marvel A-C Avengers" else
if contains(card.team, match:"Brood") then "Marvel A-C Brood" else
@@ -95,6 +99,8 @@ script:
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:"Skrull") then "Marvel N-S Skrull" else
if contains(card.team, match:"SKRULL") then "Marvel N-S Skrull" 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
+2
View File
@@ -1,6 +1,7 @@
# Watermark images
choice images:
Marvel A-C Alpha Flight: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/alphaflight.png"))
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"))
@@ -16,6 +17,7 @@ choice images:
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 Skrull: script: set_combine(combine:"shadow", set_alpha(alpha: 0.2, input:"/vs-standard-official.mse-symbol-font/skrull.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"))