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
2fe2d138
Commit
2fe2d138
authored
Jun 09, 2007
by
pichoro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Finished adding overlay hybrids.
Updated flying's reminder text to 10th edition version.
parent
610fcaf2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
3 deletions
+21
-3
data/magic-blends.mse-include/blend-scripts
data/magic-blends.mse-include/blend-scripts
+19
-1
data/magic.mse-game/game
data/magic.mse-game/game
+1
-1
data/vanguard.mse-game/game
data/vanguard.mse-game/game
+1
-1
No files found.
data/magic-blends.mse-include/blend-scripts
View file @
2fe2d138
...
...
@@ -1411,8 +1411,14 @@ card_hybrid_pt := {
then land_hybrid_pt()
else pt_template()
}
#
'overlay' 2 color pt hybrid
#
For overlay p/t box
card_hybrid_pt_overlay := {
if mask_hybrid_with_land()
then land_hybrid_pt_overlay()
else card_hybrid_pt_overlayer()
}
# 'overlay' 2 color pt hybrid
card_hybrid_pt_overlayer := {
combine_blend(
image1: pt_template(input[0]),
image2: pt_template(input[1]),
...
...
@@ -1427,6 +1433,18 @@ land_hybrid_pt := {
light: pt_template(),
)
}
# Mask part of the input p/t box with "hpt.jpg" file, do the rest as an overlay hybrid
land_hybrid_pt_overlay := {
masked_blend(
mask: "hybrid_blend_pt.png",
dark: "hpt.jpg",
light: combine_blend(
image1: pt_template(input[0]),
image2: pt_template(input[1]),
combine: "symmetric overlay"
)
)
}
# Multicolor blend for pt box
multi_hybrid_pt := {
masked_blend(
...
...
data/magic.mse-game/game
View file @
2fe2d138
...
...
@@ -1251,7 +1251,7 @@ keyword:
keyword: Flying
match: Flying
mode: core
reminder: This creature can’t be blocked except by creatures with flying
and/
or reach.
reminder: This creature can’t be blocked except by creatures with flying or reach.
keyword:
keyword: First strike
match: First strike
...
...
data/vanguard.mse-game/game
View file @
2fe2d138
...
...
@@ -465,7 +465,7 @@ keyword:
keyword: Flying
match: Flying
mode: core
reminder: This creature can’t be blocked except by creatures with flying
and/
or reach.
reminder: This creature can’t be blocked except by creatures with flying or reach.
keyword:
keyword: First strike
match: First strike
...
...
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