Fixed line heights on styles

Added tournament pack entry for pack generation.


git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@426 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
coppro
2007-06-17 01:56:15 +00:00
parent 3d84690e69
commit 59d0aee4e7
15 changed files with 96 additions and 49 deletions
+1
View File
@@ -218,6 +218,7 @@ card style:
padding bottom: 2
line height hard: 1.2
line height line: 1.5
line height soft: 0.9
############################# PT
pt:
@@ -261,6 +261,7 @@ card style:
padding bottom: 2
line height hard: 1.2
line height line: 1.5
line height soft: 0.9
watermark:
left: 42
top : 380
@@ -236,6 +236,7 @@ card style:
padding bottom: 2
line height hard: 1.2
line height line: 1.5
line height soft: 0.9
watermark:
left: 127
@@ -229,6 +229,7 @@ card style:
padding bottom: 2
line height hard: 1.2
line height line: 1.5
line height soft: 0.9
watermark:
left: 127
top : 340
@@ -311,6 +311,7 @@ card style:
padding bottom: 2
line height hard: 1.2
line height line: 1.5
line height soft: 0.9
text 2:
left: 302.74
top : 244
@@ -244,6 +244,7 @@ card style:
padding bottom: 2
line height hard: 1.2
line height line: 1.5
line height soft: 0.9
textbox:
left: 52
top: 405
+1
View File
@@ -257,6 +257,7 @@ card style:
padding bottom: -1
line height hard: 1.2
line height line: 1.5
line height soft: 0.9
text 2:
left: 32
+1
View File
@@ -211,6 +211,7 @@ card style:
padding bottom: 2
line height hard: 1.2
line height line: 1.5
line height soft: 0.9
watermark:
left: 117
+1
View File
@@ -254,6 +254,7 @@ card style:
padding bottom: 2
line height hard: 1.2
line height line: 1.5
line height soft: 0.9
watermark:
left: 117
+1
View File
@@ -290,6 +290,7 @@ card style:
padding bottom: 2
line height hard: 1.2
line height line: 1.5
line height soft: 0.9
text 2:
left: 289
+1
View File
@@ -192,6 +192,7 @@ card style:
padding bottom: 2
line height hard: 1.2
line height line: 1.5
line height soft: 0.9
############################# PT
pt:
+1
View File
@@ -211,6 +211,7 @@ card style:
padding bottom: 2
line height hard: 1.2
line height line: 1.5
line height soft: 0.9
watermark:
left: 99
+1
View File
@@ -216,6 +216,7 @@ card style:
padding bottom: 2
line height hard: 1.2
line height line: 1.5
line height soft: 0.9
watermark:
left: 117
+38 -4
View File
@@ -1,4 +1,4 @@
mse version: 0.3.3
mse version: 0.3.3
short name: Magic
full name: Magic the Gathering
icon: card-back.png
@@ -1132,20 +1132,54 @@ statistics category:
pack type:
name: Starter pack
pack type:
name: Tournament pack
card type:
name: Rare
amount: 3
filter: card.rarity == "rare"
card type:
name: Uncommon
amount: 9
filter: card.rarity == "uncommon"
card type:
name: Common
amount: 33
filter: card.rarity == "common"
card type:
name: Plains
amount: 6
filter: card.type == "Plains"
card type:
name: Island
amount: 6
filter: card.type == "Island"
card type:
name: Swamp
amount: 6
filter: card.type == "Swamp"
card type:
name: Mountain
amount: 6
filter: card.type == "Mountain"
card type:
name: Forest
amount: 6
filter: card.type == "Forest"
pack type:
name: Booster pack
card type:
name: Rare
amount: 1
filter: card.rarity = "rare"
filter: card.rarity == "rare"
card type:
name: Uncommon
amount: 3
filter: card.rarity = "uncommon"
filter: card.rarity == "uncommon"
card type:
name: Common
amount: 11
filter: card.rarity = "common"
filter: card.rarity == "common"