old mana symbols

This commit is contained in:
Kyle
2020-08-20 19:56:58 -07:00
parent 561d0b54b2
commit 5422bbf94e
6 changed files with 51 additions and 1 deletions

View File

@@ -990,7 +990,7 @@ function autoCrop(targetImage, source = targetImage.src) {
var textCodeReferenceArray = [
['Code', 'Result'],
['{linenospace}', 'Moves to the next line without an extra space'],
['{linenospace}', 'Moves to the next line without an extra space ({lns} for short)'],
['{bar}', 'Moves to the next line and draws the flavor text bar'],
['{flavor}', 'Moves to the next line, draws the flavor text bar, and italicizes the text'],
['{i}', 'Italicizes the text'],

View File

@@ -1,5 +1,7 @@
if (!loadedVersions.includes('legends/version')) {
loadedVersions.push('legends/version')
addToManaSymbolList('/data/images/cardImages/manaSymbols/old/', ["oldw.svg", "oldu.svg", "oldb.svg", "oldr.svg", "oldg.svg"])
notify('The Legends frame uses special mana symbols for WUBRG. If you would like to use these, just add an "old" at the beginning of each symbol. For example, "2 g g" would become "2 oldg oldg".', '#aaffaae0')
}
if (currentVersion != 'legends/version') {