mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 13:37:00 -04:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user