diff --git a/img/frames/token/jmpFront/j22Frame.png b/img/frames/token/jmpFront/j22Frame.png new file mode 100644 index 00000000..8d24b3cc Binary files /dev/null and b/img/frames/token/jmpFront/j22Frame.png differ diff --git a/img/frames/token/jmpFront/j22FrameThumb.png b/img/frames/token/jmpFront/j22FrameThumb.png new file mode 100644 index 00000000..d3feac4d Binary files /dev/null and b/img/frames/token/jmpFront/j22FrameThumb.png differ diff --git a/img/setSymbols/custom/J22-c.png b/img/setSymbols/custom/J22-c.png new file mode 100644 index 00000000..cb0392af Binary files /dev/null and b/img/setSymbols/custom/J22-c.png differ diff --git a/img/setSymbols/custom/J22-m.png b/img/setSymbols/custom/J22-m.png new file mode 100644 index 00000000..fd80986a Binary files /dev/null and b/img/setSymbols/custom/J22-m.png differ diff --git a/img/setSymbols/custom/J22-r.png b/img/setSymbols/custom/J22-r.png new file mode 100644 index 00000000..6900784c Binary files /dev/null and b/img/setSymbols/custom/J22-r.png differ diff --git a/img/setSymbols/custom/J22-u.png b/img/setSymbols/custom/J22-u.png new file mode 100644 index 00000000..d2d6eb93 Binary files /dev/null and b/img/setSymbols/custom/J22-u.png differ diff --git a/js/creator-23.js b/js/creator-23.js index 473537cd..57c6f3cf 100644 --- a/js/creator-23.js +++ b/js/creator-23.js @@ -2818,7 +2818,7 @@ function fetchSetSymbol() { localStorage.setItem('lockSetSymbolCode', setCode); } var setRarity = document.querySelector('#set-symbol-rarity').value.toLowerCase().replace('uncommon', 'u').replace('common', 'c').replace('rare', 'r').replace('mythic', 'm') || 'c'; - if (['sld', 'a22', 'a23'].includes(setCode.toLowerCase())) { + if (['sld', 'a22', 'a23', 'j22'].includes(setCode.toLowerCase())) { uploadSetSymbol(fixUri(`/img/setSymbols/custom/${setCode.toLowerCase()}-${setRarity}.png`), 'resetSetSymbol'); } else if (['cc', 'logan', 'joe'].includes(setCode.toLowerCase())) { uploadSetSymbol(fixUri(`/img/setSymbols/custom/${setCode.toLowerCase()}-${setRarity}.svg`), 'resetSetSymbol'); diff --git a/js/frameSearch.js b/js/frameSearch.js index ef0047d8..09e2e404 100644 --- a/js/frameSearch.js +++ b/js/frameSearch.js @@ -116,6 +116,7 @@ const frameNames = new Map ([ ['Day/Night Marker', 'TokenDayNight'], ['Planeswalker Emblems', 'Emblem'], ['Jumpstart Front Cards', 'JMPFront'], + ['Jumpstart 2022 Front Cards', 'J22Front'], ['Regular Tokens (Bordered M15)', 'TokenRegularM15'], ['Textless Tokens (Bordered M15)', 'TokenTextlessM15'], ['Original Tokens (Old Bordered)', 'TokenOld'], diff --git a/js/frames/groupToken-2.js b/js/frames/groupToken-2.js index fdaf2f0e..a5f21136 100644 --- a/js/frames/groupToken-2.js +++ b/js/frames/groupToken-2.js @@ -7,6 +7,7 @@ loadFramePacks([ {name:'Day/Night Marker', value:'TokenDayNight'}, {name:'Planeswalker Emblems', value:'Emblem'}, {name:'Jumpstart Front Cards', value:'JMPFront'}, + {name:'Jumpstart 2022 Front Cards', value:'J22Front'}, {name:'Older Tokens', value:'disabled'}, {name:'Regular (Bordered M15)', value:'TokenRegularM15'}, {name:'Textless (Bordered M15)', value:'TokenTextlessM15'}, diff --git a/js/frames/packJ22Front.js b/js/frames/packJ22Front.js new file mode 100644 index 00000000..d9d96140 --- /dev/null +++ b/js/frames/packJ22Front.js @@ -0,0 +1,39 @@ +//defines available frames +availableFrames = [ + {name:'Frame', src:'/img/frames/token/jmpFront/j22Frame.png'} +]; +//disables/enables the "Load Frame Version" button +document.querySelector('#loadFrameVersion').disabled = false; +//defines process for loading this version, if applicable +document.querySelector('#loadFrameVersion').onclick = async function() { + //resets things so that every frame doesn't have to + await resetCardIrregularities(); + //sets card version + card.version = 'j22Front'; + //art bounds + card.artBounds = {x:0.0474, y:0.0353, width:0.9054, height:0.9296}; + autoFitArt(); + //set symbol bounds + card.setSymbolBounds = {x:0.5, y:0.9524, width:0.12, height:0.0410, vertical:'center', horizontal: 'center'}; + resetSetSymbol(); + //watermark bounds + card.watermarkBounds = {x:0.5, y:0.7762, width:0.75, height:0.2305}; + resetWatermark(); + //text + loadTextOptions({ + mana: {name:'Color Identity', text:'', y:1752/2100, width:1, height:100/2100, oneLine:true, size:100/1638, align:'center', manaCost:true, manaSpacing:0}, + title: {name:'Title', text:'', x:0.0474, y:1525/2100, width:0.9054, height:0.0534, oneLine:true, font:'gothammedium', size:0.0534, color:'white', align:'center'}, + subtitle: {name:'Subtitle', text:'', x:0.0474, y:1631/2100, width:0.9054, height:0.03, oneLine:true, font:'belerenbsc', size:0.03, color:'white', align:'center'} + }); + //bottom info + await loadBottomInfo({ + midLeft: {text:'{elemidinfo-set} \u2022 {elemidinfo-language} {savex}{fontbelerenbsc}{fontsize' + scaleHeight(0.001) + '}{upinline' + scaleHeight(0.0005) + '}\uFFEE{savex2}{elemidinfo-artist}', x:0.0647, y:0.9548, width:0.8707, height:0.0171, oneLine:true, font:'gothammedium', size:0.0171, color:'white', outlineWidth:0.003}, + topLeft: {text:'{elemidinfo-number} {loadx}{elemidinfo-rarity}', x:0.0647, y:0.9377, width:0.8707, height:0.0171, oneLine:true, font:'gothammedium', size:0.0171, color:'white', outlineWidth:0.003}, + note: {text:'{loadx2}{elemidinfo-note}', x:0.0647, y:0.9377, width:0.8707, height:0.0171, oneLine:true, font:'gothammedium', size:0.0171, color:'white', outlineWidth:0.003}, + bottomLeft: {text:'NOT FOR SALE', x:0.0647, y:0.9719, width:0.8707, height:0.0143, oneLine:true, font:'gothammedium', size:0.0143, color:'white', outlineWidth:0.003}, + bottomRight: {text:'CardConjurer.com', x:0.0647, y:0.972, width:0.8707, height:0.0143, oneLine:true, font:'mplantin', size:0.0143, color:'white', align:'right', outlineWidth:0.003}, + wizards: {name:'wizards', text:'{ptshift0,0.0172}\u2122 & \u00a9 {elemidinfo-year} Wizards of the Coast. Illus. {elemidinfo-artist}', x:0.91, y:0.9762, width:1.3014, height:0.0153, oneLine:true, font:'mplantin', size:0.0153, color:'white', align:'right', rotation:270} + }); +} +//loads available frame +loadFramePack(); \ No newline at end of file diff --git a/js/frames/packJMPFront.js b/js/frames/packJMPFront.js index 25cf68aa..ece6f770 100644 --- a/js/frames/packJMPFront.js +++ b/js/frames/packJMPFront.js @@ -27,8 +27,9 @@ document.querySelector('#loadFrameVersion').onclick = async function() { }); //bottom info await loadBottomInfo({ - midLeft: {text:'{elemidinfo-set}*{elemidinfo-language} {savex}', x:0.0647, y:0.9548, width:0.8707, height:0.0171, oneLine:true, font:'gothammedium', size:0.0171, color:'white', outlineWidth:0.003}, + midLeft: {text:'{elemidinfo-set} \u2022 {elemidinfo-language} {savex}{fontbelerenbsc}{fontsize' + scaleHeight(0.001) + '}{upinline' + scaleHeight(0.0005) + '}\uFFEE{savex2}{elemidinfo-artist}', x:0.0647, y:0.9548, width:0.8707, height:0.0171, oneLine:true, font:'gothammedium', size:0.0171, color:'white', outlineWidth:0.003}, topLeft: {text:'{elemidinfo-number} {loadx}{elemidinfo-rarity}', x:0.0647, y:0.9377, width:0.8707, height:0.0171, oneLine:true, font:'gothammedium', size:0.0171, color:'white', outlineWidth:0.003}, + note: {text:'{loadx2}{elemidinfo-note}', x:0.0647, y:0.9377, width:0.8707, height:0.0171, oneLine:true, font:'gothammedium', size:0.0171, color:'white', outlineWidth:0.003}, bottomLeft: {text:'NOT FOR SALE', x:0.0647, y:0.9719, width:0.8707, height:0.0143, oneLine:true, font:'gothammedium', size:0.0143, color:'white', outlineWidth:0.003}, bottomRight: {text:'CardConjurer.com', x:0.0647, y:0.972, width:0.8707, height:0.0143, oneLine:true, font:'mplantin', size:0.0143, color:'white', align:'right', outlineWidth:0.003}, wizards: {name:'wizards', text:'{ptshift0,0.0172}\u2122 & \u00a9 {elemidinfo-year} Wizards of the Coast. Illus. {elemidinfo-artist}', x:0.91, y:0.9762, width:1.3014, height:0.0153, oneLine:true, font:'mplantin', size:0.0153, color:'white', align:'right', rotation:270}