mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
4a64c97d62
Added first version of horizontal cycle to magic.mse-game/add_cards_scripts. Should be expanded upon when dialogs are done. Altered magic.mse-game/packs to give illusion of handling mythic rares by including in rare pack items. Tweaked text size on magic-new-token. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1296 0fc631ac-6414-0410-93d0-97cfa31319b6
37 lines
665 B
Plaintext
37 lines
665 B
Plaintext
|
|
############################################################## Auto replace
|
|
|
|
# Do we need categories?
|
|
#auto replace category: text box
|
|
#auto replace category: copyright
|
|
#auto replace category: everywhere
|
|
auto replace:
|
|
match: (C)
|
|
replace: ©
|
|
auto replace:
|
|
match: AE
|
|
replace: Æ
|
|
whole word: false
|
|
auto replace:
|
|
match: TM
|
|
replace: ™
|
|
whole word: false
|
|
auto replace:
|
|
match: --
|
|
replace: —
|
|
auto replace:
|
|
# note the spaces
|
|
match:
|
|
-
|
|
replace:
|
|
—
|
|
auto replace:
|
|
match: CIP
|
|
replace: comes into play
|
|
auto replace:
|
|
match: AAA
|
|
replace: as an additional cost to play
|
|
auto replace:
|
|
match: @
|
|
replace: LEGENDNAME
|