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
0c43840f
Commit
0c43840f
authored
Jul 09, 2009
by
pichoro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removing a bit of redundant code from Magic old styles.
parent
62f528f8
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
35 deletions
+5
-35
data/magic-old-promo.mse-style/style
data/magic-old-promo.mse-style/style
+1
-7
data/magic-old-split.mse-style/style
data/magic-old-split.mse-style/style
+1
-7
data/magic-old-textless.mse-style/style
data/magic-old-textless.mse-style/style
+1
-7
data/magic-old-token.mse-style/style
data/magic-old-token.mse-style/style
+1
-7
data/magic-old.mse-style/style
data/magic-old.mse-style/style
+1
-7
No files found.
data/magic-old-promo.mse-style/style
View file @
0c43840f
...
@@ -6,7 +6,7 @@ installer group: magic/old style/promo cards
...
@@ -6,7 +6,7 @@ installer group: magic/old style/promo cards
icon: card-sample.png
icon: card-sample.png
position hint: 104
position hint: 104
version: 2009-07-0
7
version: 2009-07-0
9
depends on:
depends on:
package: magic.mse-game
package: magic.mse-game
version: 2007-12-29
version: 2007-12-29
...
@@ -68,12 +68,6 @@ init script:
...
@@ -68,12 +68,6 @@ init script:
dark: template("a"),
dark: template("a"),
light: base,
light: base,
)
)
else if color_count > 1 and mask_hybrid_with_land() then
masked_blend(
mask: "hybrid_blend_{type}.png",
dark: land_template("c"),
light: base,
)
else base
else base
}
}
...
...
data/magic-old-split.mse-style/style
View file @
0c43840f
...
@@ -6,7 +6,7 @@ installer group: magic/old style/split cards
...
@@ -6,7 +6,7 @@ installer group: magic/old style/split cards
icon: card-sample.png
icon: card-sample.png
position hint: 103
position hint: 103
version: 2009-07-0
6
version: 2009-07-0
9
depends on:
depends on:
package: magic.mse-game
package: magic.mse-game
version: 2008-06-02
version: 2008-06-02
...
@@ -70,12 +70,6 @@ init script:
...
@@ -70,12 +70,6 @@ init script:
dark: template("a"),
dark: template("a"),
light: base,
light: base,
)
)
else if color_count > 1 and mask_hybrid_with_land() then
masked_blend(
mask: "hybrid_blend_{type}.png",
dark: land_template("c"),
light: base,
)
else base
else base
}
}
...
...
data/magic-old-textless.mse-style/style
View file @
0c43840f
...
@@ -6,7 +6,7 @@ installer group: magic/old style/textless cards
...
@@ -6,7 +6,7 @@ installer group: magic/old style/textless cards
icon: card-sample.png
icon: card-sample.png
position hint: 105
position hint: 105
version: 2009-07-0
7
version: 2009-07-0
9
depends on:
depends on:
package: magic.mse-game
package: magic.mse-game
version: 2008-06-02
version: 2008-06-02
...
@@ -65,12 +65,6 @@ init script:
...
@@ -65,12 +65,6 @@ init script:
dark: template("a"),
dark: template("a"),
light: base,
light: base,
)
)
else if color_count > 1 and mask_hybrid_with_land() then
masked_blend(
mask: "hybrid_blend_{type}.png",
dark: land_template("c"),
light: base,
)
else base
else base
}
}
...
...
data/magic-old-token.mse-style/style
View file @
0c43840f
...
@@ -6,7 +6,7 @@ installer group: magic/old style/tokens
...
@@ -6,7 +6,7 @@ installer group: magic/old style/tokens
icon: card-sample.png
icon: card-sample.png
position hint: 107
position hint: 107
version: 2009-07-0
7
version: 2009-07-0
9
depends on:
depends on:
package: magic.mse-game
package: magic.mse-game
version: 2008-06-02
version: 2008-06-02
...
@@ -61,12 +61,6 @@ init script:
...
@@ -61,12 +61,6 @@ init script:
dark: template("a"),
dark: template("a"),
light: base,
light: base,
)
)
else if color_count > 1 and mask_hybrid_with_land() then
masked_blend(
mask: "hybrid_blend_{type}.png",
dark: land_template("c"),
light: base,
)
else base
else base
}
}
...
...
data/magic-old.mse-style/style
View file @
0c43840f
...
@@ -6,7 +6,7 @@ installer group: magic/old style/normal cards
...
@@ -6,7 +6,7 @@ installer group: magic/old style/normal cards
icon: card-sample.png
icon: card-sample.png
position hint: 101
position hint: 101
version: 2009-07-0
6
version: 2009-07-0
9
depends on:
depends on:
package: magic.mse-game
package: magic.mse-game
version: 2008-06-02
version: 2008-06-02
...
@@ -69,12 +69,6 @@ init script:
...
@@ -69,12 +69,6 @@ init script:
dark: template("a"),
dark: template("a"),
light: base,
light: base,
)
)
else if color_count > 1 and mask_hybrid_with_land() then
masked_blend(
mask: "hybrid_blend_{type}.png",
dark: land_template("c"),
light: base,
)
else base
else base
}
}
############################################################## Set info fields
############################################################## Set info fields
...
...
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