From 699cc07554a7f3fc665dc7df4e4e7b480abf64fb Mon Sep 17 00:00:00 2001 From: artfreakwiu Date: Sat, 25 Oct 2008 20:53:01 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1227 0fc631ac-6414-0410-93d0-97cfa31319b6 --- data/vs.mse-game/game | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/data/vs.mse-game/game b/data/vs.mse-game/game index ba8475eb..a05a8977 100644 --- a/data/vs.mse-game/game +++ b/data/vs.mse-game/game @@ -78,9 +78,9 @@ init script: tag: "", contents: { if card.name=="" then "CARDNAME" else card.name } ) + - # step 5a: add arrow/diamond/dot symbols + # step 5a: add arrow & diamond symbols replace_rule( - match: "->|>>>|@|<>", + match: "->|>>>|@|<>|•", replace: "&") + #X#if contains(card.shape, match:"old") then symbol_filter else new_symbols # step 7a : Bold keywords without reminder text @@ -223,6 +223,18 @@ init script: word_count := break_text@(match:"[^[:space:]]+") + length + name_sep := { + if contains(set.logo, match: "Marvel") then ( + if is_character() and card.identity=="" then "™" + else if is_character() and card.identity!="" then "™ " + else if is_equipment() and card.identity!="" then " " + else "" + ) + else if is_character() and card.identity!="" then " " + else if is_equipment() and card.identity!="" then " " + else "" + } + separator_type := { if contains(card.shape, match:"old") then ( if team2 != "" then " " @@ -380,7 +392,7 @@ card field: type: text name: sep editable: false - script: if is_character() and card.identity=="" then "™" else if is_character() and card.identity!="" then "™ @ " else "" + script: name_sep() show statistics: false card field: type: text @@ -397,7 +409,7 @@ card field: soft_before_empty: false, hide_when_empty: false, type_over1: "TM", - type_over2: "@" + type_over2: "@" ) identifying: true show statistics: false @@ -798,7 +810,7 @@ auto replace: replace: • auto replace: match: @ - replace: • + replace: @ ############################################################## Word lists word list: