mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 05:36:59 -04:00
Added shapeshift keyword (from Lorwyn); added Art rampage and Super haste keywords (from Unhinged) in the spirit of Denimwalk.
Resized future sight type symbol watermarks. Added land to default images. Added card_shape scripts to splits, tokens, and "shifted"s. Redid sort_index script to be more modular and better allow correct sorting of splits and shifts inside of their colors, and for tokens to be at end of list and still follow other sorting rules. Fixed some dpi problems with fpm-promo and fpm-token. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@668 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -10,6 +10,7 @@ card height: 523
|
||||
card dpi: 150
|
||||
|
||||
#By: Pichoro
|
||||
#Images by Spiderboy4, Buttock1234, and Artfreakwiu
|
||||
############################################################## Extra scripts
|
||||
|
||||
init script:
|
||||
@@ -76,6 +77,8 @@ init script:
|
||||
else if contains(card.card_color, match:"artifact") or contains(card.card_color, match:"multicolor") or contains(card.card_color, match:"white") then "black"
|
||||
else "white"
|
||||
}
|
||||
|
||||
card_shape := { "shifted" }
|
||||
|
||||
############################################################## Set info fields
|
||||
set info style:
|
||||
@@ -218,7 +221,7 @@ card style:
|
||||
top : 434
|
||||
width: { 300 - max(18,card_style.rarity.content_width) }
|
||||
height: 28
|
||||
alignment: top shrink-overflow
|
||||
alignment: middle shrink-overflow
|
||||
z index: 1
|
||||
padding top: 2
|
||||
font:
|
||||
|
||||
Reference in New Issue
Block a user