Add Eldraine Storybook frame (non-Adventure)

This commit is contained in:
Josh birnholz
2023-07-14 20:12:38 -04:00
parent 8845ba5dd0
commit 87a26f1e1d
45 changed files with 70 additions and 3 deletions

View File

@@ -2544,7 +2544,7 @@ function writeText(textObject, targetContext) {
}
if (card.version == 'pokemon') {
rawText = rawText.replace(/{flavor}/g, '{oldflavor}{fontsize-20}{fontgillsansbolditalic}');
} else if (autoFramePack == 'Seventh' || autoFramePack == '8th' || card.version == 'invocation') {
} else if (autoFramePack == 'Seventh' || autoFramePack == '8th' || card.version == 'invocation' || card.version == "storybook_mul") {
rawText = rawText.replace(/{flavor}/g, '{oldflavor}');
}
rawText = rawText.replace(/ - /g, ' — ');