This commit is contained in:
cajun
2025-10-04 00:15:10 -05:00
parent 399c5d17af
commit 69593826a5

View File

@@ -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 == "<i-flavor></i-flavor>" 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:"<i-flavor>", replace:"*")+
replace@(match:" *</i-flavor>", replace:"*")+