Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
magicseteditor
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
magicseteditor
Commits
baea47bd
Commit
baea47bd
authored
Jun 17, 2007
by
coppro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed line heights on styles
Added tournament pack entry for pack generation.
parent
2b601211
Changes
15
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
96 additions
and
49 deletions
+96
-49
Makefile.am
Makefile.am
+45
-45
data/magic-extended-art.mse-style/style
data/magic-extended-art.mse-style/style
+1
-0
data/magic-firepenguinmaster-flip.mse-style/style
data/magic-firepenguinmaster-flip.mse-style/style
+1
-0
data/magic-firepenguinmaster.mse-style/style
data/magic-firepenguinmaster.mse-style/style
+1
-0
data/magic-firepenguinmasterpromo.mse-style/style
data/magic-firepenguinmasterpromo.mse-style/style
+1
-0
data/magic-firepenguinmastersplit.mse-style/style
data/magic-firepenguinmastersplit.mse-style/style
+1
-0
data/magic-firepenguinmastertokens.mse-style/style
data/magic-firepenguinmastertokens.mse-style/style
+1
-0
data/magic-new-flip.mse-style/style
data/magic-new-flip.mse-style/style
+1
-0
data/magic-new-promo.mse-style/style
data/magic-new-promo.mse-style/style
+1
-0
data/magic-new.mse-style/style
data/magic-new.mse-style/style
+1
-0
data/magic-old-split.mse-style/style
data/magic-old-split.mse-style/style
+1
-0
data/magic-old-token.mse-style/style
data/magic-old-token.mse-style/style
+1
-0
data/magic-old.mse-style/style
data/magic-old.mse-style/style
+1
-0
data/magic-planeshifted.mse-style/style
data/magic-planeshifted.mse-style/style
+1
-0
data/magic.mse-game/game
data/magic.mse-game/game
+38
-4
No files found.
Makefile.am
View file @
baea47bd
This diff is collapsed.
Click to expand it.
data/magic-extended-art.mse-style/style
View file @
baea47bd
...
@@ -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:
...
...
data/magic-firepenguinmaster-flip.mse-style/style
View file @
baea47bd
...
@@ -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
...
...
data/magic-firepenguinmaster.mse-style/style
View file @
baea47bd
...
@@ -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
...
...
data/magic-firepenguinmasterpromo.mse-style/style
View file @
baea47bd
...
@@ -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
...
...
data/magic-firepenguinmastersplit.mse-style/style
View file @
baea47bd
...
@@ -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
...
...
data/magic-firepenguinmastertokens.mse-style/style
View file @
baea47bd
...
@@ -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
...
...
data/magic-new-flip.mse-style/style
View file @
baea47bd
...
@@ -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
...
...
data/magic-new-promo.mse-style/style
View file @
baea47bd
...
@@ -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
...
...
data/magic-new.mse-style/style
View file @
baea47bd
...
@@ -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
...
...
data/magic-old-split.mse-style/style
View file @
baea47bd
...
@@ -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
...
...
data/magic-old-token.mse-style/style
View file @
baea47bd
...
@@ -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:
...
...
data/magic-old.mse-style/style
View file @
baea47bd
...
@@ -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
...
...
data/magic-planeshifted.mse-style/style
View file @
baea47bd
...
@@ -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
...
...
data/magic.mse-game/game
View file @
baea47bd
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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment