MH3 Updates (#50)
* add Emerge from --------- Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
This commit is contained in:
@@ -32,7 +32,7 @@ include file: language
|
||||
include file: statistics_script
|
||||
include file: /magic-blends.mse-include/new-blends
|
||||
############################################################## Versioning
|
||||
version_date := {"2024-05-24 Mainframe 1.3.d Showcase Catchup: Alchemy Compatibility"}
|
||||
version_date := {"2024-05-27 Mainframe 1.3.e Showcase Catchup: MH3 Keywords"}
|
||||
version := version_date
|
||||
############################################################## Common filters
|
||||
############################################################## Utility
|
||||
@@ -47,6 +47,8 @@ word_count := break_text@(match:"[^[:space:]]+") + length
|
||||
has_png := contains@(match:".png")
|
||||
has_none := contains@(match: "none")
|
||||
|
||||
starts_vowel := match@(match:"[aâäàáeêëèéiîïìíoôöòóuûüùúAÂÄÀÁEÊËÈÉIÎÏÌÍOÔÖÒÓUÛÜÙÚ]")
|
||||
|
||||
remove_comma := replace@(match: ",", replace: "")
|
||||
long_dash := replace@(match:"-", replace:"—")
|
||||
softline_ripper := replace@(match:"</?soft-line>", replace:"")
|
||||
|
||||
Reference in New Issue
Block a user