mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 21:47:00 -04:00
Fixed a bug relating to suspend's parameters.
Added colorless, multicolor, dark artifact, artifact styling choice, and new masks to magic-textless. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@580 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -20,8 +20,13 @@ init script:
|
||||
# There is no land template
|
||||
land_template := { "a{type}.jpg" }
|
||||
|
||||
# there is no multi template
|
||||
template := { (if input == "m" then "a" else input) + "{type}.jpg" }
|
||||
# Which artifact template should be used?
|
||||
artifact_template := {
|
||||
if input == "a" and not styling.darker_artifacts
|
||||
then "oa"
|
||||
else input
|
||||
}
|
||||
template := { artifact_template() + "{type}.jpg" }
|
||||
|
||||
# Use the normal tap symbol
|
||||
mana_t := {
|
||||
@@ -39,6 +44,10 @@ styling field:
|
||||
name: grey hybrid name
|
||||
description: Use a grey background for the name and type line on hybrid cards. This is done on real cards.
|
||||
initial: no
|
||||
styling field:
|
||||
type: boolean
|
||||
name: darker artifacts
|
||||
description: Use darker artifacts, as used by Wizards since Fifth Dawn.
|
||||
styling field:
|
||||
type: boolean
|
||||
name: use guild mana symbols
|
||||
@@ -130,10 +139,10 @@ card style:
|
||||
|
||||
############################# Image
|
||||
image:
|
||||
left: 0
|
||||
top: 55
|
||||
width: 375
|
||||
height: 472
|
||||
left: 31
|
||||
top: 60
|
||||
width: 314
|
||||
height: 410
|
||||
mask: mask_image.png
|
||||
z index: 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user