git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1231 0fc631ac-6414-0410-93d0-97cfa31319b6

This commit is contained in:
artfreakwiu
2008-10-27 00:29:20 +00:00
parent 97118f87b5
commit 7604142acc
9 changed files with 27 additions and 26 deletions
+2 -2
View File
@@ -6,10 +6,10 @@ short name: Alter Ego
icon: card-sample.png
position hint: 008
version: 2008-10-25
version: 2008-10-26
depends on:
package: vs.mse-game
version: 2008-10-25
version: 2008-10-26
depends on:
package: vs-common.mse-include
version: 2008-01-03
+2 -2
View File
@@ -6,10 +6,10 @@ installer group: VS System/Standard style/Extended art
icon: card-sample.png
position hint: 005
version: 2008-10-25
version: 2008-10-26
depends on:
package: vs.mse-game
version: 2008-10-25
version: 2008-10-26
depends on:
package: vs-common.mse-include
version: 2008-01-03
+2 -2
View File
@@ -6,10 +6,10 @@ installer group: VS System/Hellboy style/Extended Art
icon: card-sample.png
position hint: 006
version: 2008-10-25
version: 2008-10-26
depends on:
package: vs.mse-game
version: 2008-10-25
version: 2008-10-26
depends on:
package: vs-common.mse-include
version: 2008-01-03
+2 -2
View File
@@ -6,10 +6,10 @@ short name: Hellboy
icon: card-sample.png
position hint: 003
version: 2008-10-25
version: 2008-10-26
depends on:
package: vs.mse-game
version: 2008-10-25
version: 2008-10-26
depends on:
package: vs-common.mse-include
version: 2008-01-03
+2 -2
View File
@@ -6,10 +6,10 @@ installer group: VS System/Insanity Style/Normal
icon: card-sample.png
position hint: 004
version: 2008-10-25
version: 2008-10-26
depends on:
package: vs.mse-game
version: 2008-10-25
version: 2008-10-26
depends on:
package: vs-common.mse-include
version: 2008-01-03
+2 -2
View File
@@ -6,10 +6,10 @@ installer group: VS System/New style/Normal
icon: card-sample.png
position hint: 001
version: 2008-10-25
version: 2008-10-26
depends on:
package: vs.mse-game
version: 2008-10-25
version: 2008-10-26
depends on:
package: vs-common.mse-include
version: 2007-09-06
+2 -2
View File
@@ -6,10 +6,10 @@ installer group: VS System/Oversize Avatar
icon: card-sample.png
position hint: 007
version: 2008-10-25
version: 2008-10-26
depends on:
package: vs.mse-game
version: 2008-10-25
version: 2008-10-26
depends on:
package: vs-common.mse-include
version: 2008-01-03
+2 -2
View File
@@ -6,10 +6,10 @@ installer group: VS System/Standard style/Normal
icon: card-sample.png
position hint: 002
version: 2008-10-25
version: 2008-10-26
depends on:
package: vs.mse-game
version: 2008-10-25
version: 2008-10-26
depends on:
package: vs-common.mse-include
version: 2008-01-03
+11 -10
View File
@@ -5,7 +5,7 @@ installer group: VS System/game files
icon: card-back.png
position hint: 3
version: 2008-10-25
version: 2008-10-26
depends on:
package: vs-common.mse-include
version: 2008-09-23
@@ -15,15 +15,16 @@ depends on:
init script:
############### Sorting
sort_index := {
if contains(card.team, match: "EQUIPMENT") then "2"
else if contains(card.team, match: "Equipment") then "2"
else if contains(card.team, match: "LOCATION") then "3"
else if contains(card.team, match: "Location") then "3"
else if contains(card.team, match: "PLOT TWIST") then "4"
else if contains(card.team, match: "Plot Twist") then "4"
else if contains(card.team, match: "Planet") then "5"
else if contains(card.team, match: "PLANET") then "5"
else "1"
if contains(card.team, match: "<word-list-affiliation1></word-list-affiliation1>") then "2"
else if contains(card.team, match: "EQUIPMENT") then "3"
else if contains(card.team, match: "Equipment") then "3"
else if contains(card.team, match: "LOCATION") then "4"
else if contains(card.team, match: "Location") then "4"
else if contains(card.team, match: "PLOT TWIST") then "5"
else if contains(card.team, match: "Plot Twist") then "5"
else if contains(card.team, match: "Planet") then "6"
else if contains(card.team, match: "PLANET") then "6"
else "1"
}
extensive_sort := {
card.team + card.team_2_of_2 + card.team_2 + card.team_2_of_2_2 + card.name + card.version + " • " + card.team_affiliation