mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Removed longdash replacement from title.
Fixed capital AE in embossed-letters. Added BOM to all files git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@554 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -2,15 +2,15 @@ mse version: 0.3.3
|
||||
|
||||
image font size: 46
|
||||
horizontal space: 1.2
|
||||
symbol:
|
||||
code: Ae
|
||||
image: ae.png
|
||||
symbol:
|
||||
code: AE
|
||||
image: ae.png
|
||||
symbol:
|
||||
code: aE
|
||||
image: ae.png
|
||||
symbol:
|
||||
code: Ae
|
||||
image: ae.png
|
||||
symbol:
|
||||
code: &
|
||||
image: ampersand.png
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
mse version: 0.3.2
|
||||
mse version: 0.3.2
|
||||
# Symbol font in the normal, flat, style, used for text boxes and on old style cards
|
||||
# Note:
|
||||
# Define small_mana_t:="mana_t(_old)?.png" in the init script of the style
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
mse version: 0.3.2
|
||||
mse version: 0.3.2
|
||||
# Symbol font in the 'popup' style, used for casting costs on modern cards
|
||||
|
||||
image font size: 135
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
mse version: 0.3.2
|
||||
mse version: 0.3.2
|
||||
# Symbol font in the normal, flat, style, used for text boxes and on old style cards
|
||||
# Note:
|
||||
# Define mana_t := {"new|old|older"} in the init script of the style
|
||||
|
||||
@@ -45,6 +45,9 @@ init script:
|
||||
|
||||
# We have no land template
|
||||
font_colors_white := { input == "b" }
|
||||
|
||||
# AE replacement shouldn't happen in the title, or else MSE compresses the symbol
|
||||
name_filter := { input }
|
||||
|
||||
############################################################## Set info fields
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
mse version: 0.3.2
|
||||
mse version: 0.3.2
|
||||
#symbol font for custom magic paintbrushes
|
||||
image font size: 135
|
||||
horizontal space: 2
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
mse version: 0.3.4
|
||||
mse version: 0.3.4
|
||||
game: magic
|
||||
short name: Textless
|
||||
full name: Modern style
|
||||
|
||||
@@ -376,14 +376,7 @@ init script:
|
||||
# step 1 : Æ replacement rule
|
||||
replace_rule(
|
||||
match: "AE",
|
||||
replace: "Æ") +
|
||||
# step 2 : longdash for keywords
|
||||
replace_rule(
|
||||
match: "--",
|
||||
replace: "—") +
|
||||
replace_rule(
|
||||
match: " - ",
|
||||
replace: " — ")
|
||||
replace: "Æ")
|
||||
|
||||
#character filter for copyright line
|
||||
copyright_filter :=
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
mse version: 0.3.2
|
||||
mse version: 0.3.2
|
||||
game: vanguard
|
||||
short name: Standard
|
||||
icon: card-sample.png
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
mse version: 0.3.3
|
||||
mse version: 0.3.3
|
||||
game: vs
|
||||
full name: VS Extended Art
|
||||
short name: VS Extended
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
mse version: 0.3.3
|
||||
mse version: 0.3.3
|
||||
game: vs
|
||||
full name: VS Hellboy Extended Art
|
||||
short name: Hellboy Extended
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
mse version: 0.3.3
|
||||
mse version: 0.3.3
|
||||
game: vs
|
||||
full name: VS Hellboy
|
||||
short name: VS Hellboy
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
mse version: 0.3.2
|
||||
mse version: 0.3.2
|
||||
# Symbol font for arrow symbol
|
||||
|
||||
image font size: 135
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
mse version: 0.3.3
|
||||
mse version: 0.3.3
|
||||
game: vs
|
||||
full name: VS Standard
|
||||
short name: Standard
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
mse version: 0.3.2
|
||||
mse version: 0.3.2
|
||||
# Symbol font for level symbols
|
||||
|
||||
image font size: 16
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
mse version: 0.3.2
|
||||
mse version: 0.3.2
|
||||
game: yugioh
|
||||
short name: Standard
|
||||
icon: card-sample.png
|
||||
|
||||
Reference in New Issue
Block a user