mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 13:17:00 -04:00
More Shadowmoor Updates.
New keyword (Conspire). New colored artifact blends. Partially adjusted sorting. Truncated legend names via "@". Fixed some errors in magic-new-flip. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@840 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -5,7 +5,7 @@ short name: Old Splits
|
||||
icon: card-sample.png
|
||||
position hint: 103
|
||||
|
||||
version: 2008-04-05
|
||||
version: 2008-04-13
|
||||
depends on:
|
||||
package: magic.mse-game
|
||||
version: 2007-12-29
|
||||
@@ -67,7 +67,9 @@ init script:
|
||||
)
|
||||
else if artifact then
|
||||
masked_blend(
|
||||
mask: "multicolor_blend_{type}.png",
|
||||
mask: ( if styling.type_of_gradient_artifact == "full card" then "multicolor_blend_{type}.png"
|
||||
else if styling.type_of_gradient_artifact == "trim only" then "multicolor_blend_{type}2.png"
|
||||
else "multicolor_blend_{type}.png" ),
|
||||
dark: template("a"),
|
||||
light: base,
|
||||
)
|
||||
@@ -119,6 +121,13 @@ styling field:
|
||||
choice: full card
|
||||
choice: trim only
|
||||
initial: full card
|
||||
styling field:
|
||||
type: choice
|
||||
name: type of gradient artifact
|
||||
description: What parts of the card should be blended for gradient artifact?
|
||||
choice: full card
|
||||
choice: trim only
|
||||
initial: full card
|
||||
styling field:
|
||||
type: choice
|
||||
name: tap symbol
|
||||
|
||||
Reference in New Issue
Block a user