mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user