From 69593826a542a79bbdcee97ef26736fe8f169d96 Mon Sep 17 00:00:00 2001
From: cajun <12363371+CajunAvenger@users.noreply.github.com>
Date: Sat, 4 Oct 2025 00:15:10 -0500
Subject: [PATCH] ft v0.6
---
data/magic-field-test.mse-export-template/export-template | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/data/magic-field-test.mse-export-template/export-template b/data/magic-field-test.mse-export-template/export-template
index 255f7cdfb..48efec40d 100644
--- a/data/magic-field-test.mse-export-template/export-template
+++ b/data/magic-field-test.mse-export-template/export-template
@@ -1,6 +1,6 @@
mse version: 2.0.0
short name: Field Test
-full name: version 0.5
+full name: version 0.6
position hint: 120
icon: icon.png
version: 2018-02-09
@@ -116,7 +116,6 @@ script:
# process text for LackeyBot
lackey_bot_rule_filter := replace@(match:"’", replace:"'")+
- replace@(match:"\n", replace:"\\\\n")+
replace@(match:"[(]", replace:"*(")+
replace@(match:"[)]", replace: ")*")+
replace@(match:"\"", replace:"”")
@@ -194,7 +193,7 @@ script:
"[LEVEL " + card.level_2 + "] " + card.rule_text_3 + "\\n"
}
flavor_script := { if input == "" then ""
- else replace(italic_filter(input), match:"\n", replace:"\\\\n") + "\\n"
+ else replace(italic_filter(input), match:"\n", replace:"\\n") + "\n"
}
italic_filter := replace@(match:"", replace:"*")+
replace@(match:" *", replace:"*")+