mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
infinity symbol + patreon list
This commit is contained in:
@@ -736,6 +736,8 @@ include('../globalHTML/header-1.php');
|
|||||||
<h4>Julian N.</h4>
|
<h4>Julian N.</h4>
|
||||||
<h4>Sean A.</h4>
|
<h4>Sean A.</h4>
|
||||||
<h4>Johnny S.</h4>
|
<h4>Johnny S.</h4>
|
||||||
|
<h4>Stef B.</h4>
|
||||||
|
<h4>Jovanny S.</h4>
|
||||||
</div>
|
</div>
|
||||||
<h4 class='margin-bottom'>And of course, thank you to all of those who have made donations in the past.</h4>
|
<h4 class='margin-bottom'>And of course, thank you to all of those who have made donations in the past.</h4>
|
||||||
<div class='supporters margin-bottom'>
|
<div class='supporters margin-bottom'>
|
||||||
|
@@ -260,7 +260,7 @@ const setSymbolAliases = new Map([
|
|||||||
const mana = new Map();
|
const mana = new Map();
|
||||||
// var manaSymbols = [];
|
// var manaSymbols = [];
|
||||||
loadManaSymbols(['0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20',
|
loadManaSymbols(['0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20',
|
||||||
'w', 'u', 'b', 'r', 'g', 'c', 'x', 'y', 'z', 't', 'untap', 'e', 's', 'oldtap', 'originaltap', 'purple', "a"]);
|
'w', 'u', 'b', 'r', 'g', 'c', 'x', 'y', 'z', 't', 'untap', 'e', 's', 'oldtap', 'originaltap', 'purple', "a", "inf"]);
|
||||||
loadManaSymbols(['wu', 'wb', 'ub', 'ur', 'br', 'bg', 'rg', 'rw', 'gw', 'gu', '2w', '2u', '2b', '2r', '2g', 'wp', 'up', 'bp', 'rp', 'gp', 'p',
|
loadManaSymbols(['wu', 'wb', 'ub', 'ur', 'br', 'bg', 'rg', 'rw', 'gw', 'gu', '2w', '2u', '2b', '2r', '2g', 'wp', 'up', 'bp', 'rp', 'gp', 'p',
|
||||||
'wup', 'wbp', 'ubp', 'urp', 'brp', 'bgp', 'rgp', 'rwp', 'gwp', 'gup', 'purplew', 'purpleu', 'purpleb', 'purpler', 'purpleg',
|
'wup', 'wbp', 'ubp', 'urp', 'brp', 'bgp', 'rgp', 'rwp', 'gwp', 'gup', 'purplew', 'purpleu', 'purpleb', 'purpler', 'purpleg',
|
||||||
'2purple', 'purplep'], [1.2, 1.2]);
|
'2purple', 'purplep'], [1.2, 1.2]);
|
||||||
@@ -1855,7 +1855,7 @@ function changeCardIndex() {
|
|||||||
if (card.text.mana) {card.text.mana.text = cardToImport.mana_cost || '';}
|
if (card.text.mana) {card.text.mana.text = cardToImport.mana_cost || '';}
|
||||||
if (card.text.type) {card.text.type.text = langFontCode + cardToImport.type_line || '';}
|
if (card.text.type) {card.text.type.text = langFontCode + cardToImport.type_line || '';}
|
||||||
if (card.text.rules) {
|
if (card.text.rules) {
|
||||||
var rulesText = curlyQuotes((cardToImport.oracle_text || '').replace('(', '{i}(').replace(')', '){/i}')).replace(/{Q}/g, '{untap}').replace(/• /g, '• {indent}');
|
var rulesText = curlyQuotes((cardToImport.oracle_text || '').replace('(', '{i}(').replace(')', '){/i}')).replace(/{Q}/g, '{untap}').replace(/{\u221E}/g, "{inf}").replace(/• /g, '• {indent}');
|
||||||
card.text.rules.text = langFontCode + rulesText;
|
card.text.rules.text = langFontCode + rulesText;
|
||||||
if (cardToImport.flavor_text) {
|
if (cardToImport.flavor_text) {
|
||||||
var flavorText = cardToImport.flavor_text;
|
var flavorText = cardToImport.flavor_text;
|
||||||
|
Reference in New Issue
Block a user