Commit baea47bd authored by coppro's avatar coppro

Fixed line heights on styles

Added tournament pack entry for pack generation.
parent 2b601211
This diff is collapsed.
...@@ -218,6 +218,7 @@ card style: ...@@ -218,6 +218,7 @@ card style:
padding bottom: 2 padding bottom: 2
line height hard: 1.2 line height hard: 1.2
line height line: 1.5 line height line: 1.5
line height soft: 0.9
############################# PT ############################# PT
pt: pt:
......
...@@ -261,6 +261,7 @@ card style: ...@@ -261,6 +261,7 @@ card style:
padding bottom: 2 padding bottom: 2
line height hard: 1.2 line height hard: 1.2
line height line: 1.5 line height line: 1.5
line height soft: 0.9
watermark: watermark:
left: 42 left: 42
top : 380 top : 380
......
...@@ -236,6 +236,7 @@ card style: ...@@ -236,6 +236,7 @@ card style:
padding bottom: 2 padding bottom: 2
line height hard: 1.2 line height hard: 1.2
line height line: 1.5 line height line: 1.5
line height soft: 0.9
watermark: watermark:
left: 127 left: 127
......
...@@ -229,6 +229,7 @@ card style: ...@@ -229,6 +229,7 @@ card style:
padding bottom: 2 padding bottom: 2
line height hard: 1.2 line height hard: 1.2
line height line: 1.5 line height line: 1.5
line height soft: 0.9
watermark: watermark:
left: 127 left: 127
top : 340 top : 340
......
...@@ -311,6 +311,7 @@ card style: ...@@ -311,6 +311,7 @@ card style:
padding bottom: 2 padding bottom: 2
line height hard: 1.2 line height hard: 1.2
line height line: 1.5 line height line: 1.5
line height soft: 0.9
text 2: text 2:
left: 302.74 left: 302.74
top : 244 top : 244
......
...@@ -244,6 +244,7 @@ card style: ...@@ -244,6 +244,7 @@ card style:
padding bottom: 2 padding bottom: 2
line height hard: 1.2 line height hard: 1.2
line height line: 1.5 line height line: 1.5
line height soft: 0.9
textbox: textbox:
left: 52 left: 52
top: 405 top: 405
......
...@@ -257,6 +257,7 @@ card style: ...@@ -257,6 +257,7 @@ card style:
padding bottom: -1 padding bottom: -1
line height hard: 1.2 line height hard: 1.2
line height line: 1.5 line height line: 1.5
line height soft: 0.9
text 2: text 2:
left: 32 left: 32
......
...@@ -211,6 +211,7 @@ card style: ...@@ -211,6 +211,7 @@ card style:
padding bottom: 2 padding bottom: 2
line height hard: 1.2 line height hard: 1.2
line height line: 1.5 line height line: 1.5
line height soft: 0.9
watermark: watermark:
left: 117 left: 117
......
...@@ -254,6 +254,7 @@ card style: ...@@ -254,6 +254,7 @@ card style:
padding bottom: 2 padding bottom: 2
line height hard: 1.2 line height hard: 1.2
line height line: 1.5 line height line: 1.5
line height soft: 0.9
watermark: watermark:
left: 117 left: 117
......
...@@ -290,6 +290,7 @@ card style: ...@@ -290,6 +290,7 @@ card style:
padding bottom: 2 padding bottom: 2
line height hard: 1.2 line height hard: 1.2
line height line: 1.5 line height line: 1.5
line height soft: 0.9
text 2: text 2:
left: 289 left: 289
......
...@@ -192,6 +192,7 @@ card style: ...@@ -192,6 +192,7 @@ card style:
padding bottom: 2 padding bottom: 2
line height hard: 1.2 line height hard: 1.2
line height line: 1.5 line height line: 1.5
line height soft: 0.9
############################# PT ############################# PT
pt: pt:
......
...@@ -211,6 +211,7 @@ card style: ...@@ -211,6 +211,7 @@ card style:
padding bottom: 2 padding bottom: 2
line height hard: 1.2 line height hard: 1.2
line height line: 1.5 line height line: 1.5
line height soft: 0.9
watermark: watermark:
left: 99 left: 99
......
...@@ -216,6 +216,7 @@ card style: ...@@ -216,6 +216,7 @@ card style:
padding bottom: 2 padding bottom: 2
line height hard: 1.2 line height hard: 1.2
line height line: 1.5 line height line: 1.5
line height soft: 0.9
watermark: watermark:
left: 117 left: 117
......
mse version: 0.3.3 mse version: 0.3.3
short name: Magic short name: Magic
full name: Magic the Gathering full name: Magic the Gathering
icon: card-back.png icon: card-back.png
...@@ -1132,20 +1132,54 @@ statistics category: ...@@ -1132,20 +1132,54 @@ statistics category:
pack type: pack type:
name: Starter pack 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: pack type:
name: Booster pack name: Booster pack
card type: card type:
name: Rare name: Rare
amount: 1 amount: 1
filter: card.rarity = "rare" filter: card.rarity == "rare"
card type: card type:
name: Uncommon name: Uncommon
amount: 3 amount: 3
filter: card.rarity = "uncommon" filter: card.rarity == "uncommon"
card type: card type:
name: Common name: Common
amount: 11 amount: 11
filter: card.rarity = "common" filter: card.rarity == "common"
......
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