MH3 Updates (#50)

* add Emerge from

---------

Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
This commit is contained in:
cajun
2024-05-27 19:45:32 -05:00
committed by GitHub
parent c7b9382929
commit a21cb6e4a0
10 changed files with 104 additions and 25 deletions

View File

@@ -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:"")