Add Ikoria Crystal frame

This commit is contained in:
Josh birnholz
2023-04-04 18:42:47 -04:00
parent d25ad1f145
commit cd26e16da0
45 changed files with 53 additions and 3 deletions

View File

@@ -3528,6 +3528,7 @@ function changeCardIndex() {
return '{i}' + a + '{/i}';
});
rulesText = curlyQuotes(rulesText).replace(/{Q}/g, '{untap}').replace(/{\u221E}/g, "{inf}").replace(/• /g, '• {indent}');
rulesText = rulesText.replace('(If this card is your chosen companion, you may put it into your hand from outside the game for {3} any time you could cast a sorcery.)', '(If this card is your chosen companion, you may put it into your hand from outside the game for {3} as a sorcery.)')
card.text.rules.text = langFontCode + rulesText;
if (cardToImport.flavor_text) {
var flavorText = cardToImport.flavor_text;