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
e77b2d76
Commit
e77b2d76
authored
Jul 15, 2008
by
pichoro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Colored lands for Magic-New-Flip.
parent
7e19723f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
5 deletions
+18
-5
data/magic-new-flip.mse-style/artifact_blend_card.png
data/magic-new-flip.mse-style/artifact_blend_card.png
+0
-0
data/magic-new-flip.mse-style/style
data/magic-new-flip.mse-style/style
+18
-5
No files found.
data/magic-new-flip.mse-style/artifact_blend_card.png
View replaced file @
7e19723f
View file @
e77b2d76
8.22 KB
|
W:
|
H:
8.2 KB
|
W:
|
H:
2-up
Swipe
Onion skin
data/magic-new-flip.mse-style/style
View file @
e77b2d76
...
...
@@ -6,10 +6,10 @@ installer group: magic/new style/flip cards
icon: card-sample.png
position hint: 002
version: 2008-0
6-02
version: 2008-0
7-15
depends on:
package: magic.mse-game
version: 200
8-06-02
version: 200
7-12-29
depends on:
package: magic-default-image.mse-include
version: 2007-09-23
...
...
@@ -41,8 +41,14 @@ init script:
# Should hybrids have a grey name?
mask_hybrid_with_land := { false }
# We have no land templates
land_template := { "cl{type}.jpg" }
# Colored lands are generated by scripting.
land_template := {
masked_blend(
mask: "artifact_blend_{type}.png",
dark: "cl{type}.jpg",
light: ( if input == "c" or input == "a" then "cl{type}.jpg" else input + "{type}.jpg" ),
)
}
# Use the normal tap symbol
mana_t := {
...
...
@@ -62,7 +68,14 @@ set info style:
fill type: solid
fill color: rgb(255,255,255)
border color: rgb(0,0,0)
variation:
name: mythic rare
border radius: 0.07
fill type: linear gradient
fill color 1: rgb(255, 160, 40)
fill color 2: rgb(202, 49, 35)
border color 1: rgb(0, 0, 0)
border color 2: rgb(0, 0, 0)
############################################################## Extra style options
styling field:
...
...
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