Removed darker artifact frame from magic-new-tokens; also removed styling relating to it.

Removed vestigial card-typeline and card-textbox files from blends folder.
Added longdash replacement rule to flavor text filter.
Changed font_color to a styling choice in FPM promo template; removed font color from game file.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@518 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
pichoro
2007-07-07 05:28:39 +00:00
parent 43d92a5ce7
commit cc27c3e4a0
17 changed files with 22 additions and 342 deletions
+7 -9
View File
@@ -344,6 +344,13 @@ init script:
replace_rule(
match: "AE",
replace: "Æ") +
# step 1.5 : longdash
replace_rule(
match: "--",
replace: "—") +
replace_rule(
match: " - ",
replace: " — ") +
# step 2 : remove italic tags
tag_remove_rule(tag: "<i-flavor>") +
# step 3 : surround by <i> tags
@@ -625,15 +632,6 @@ card field:
script: card_color_filter(value)
default: card_color(casting_cost: card.casting_cost)
show statistics: false
#needed for FPM temps???
card field:
type: choice
name: font color
choice: black
choice: white
description: Font color for the typeline and textbox
show statistics: false
save value: true
############################# Name line
card field: