Commit 997f0869 authored by artfreakwiu's avatar artfreakwiu

No commit message

No commit message
parent 43d6c3f6
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment