updated celid asap with pt and crowns

This commit is contained in:
Kyle
2022-04-30 17:40:58 -07:00
parent e15cff2b74
commit 0bea19cbe0
29 changed files with 25 additions and 11 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@@ -1,15 +1,29 @@
//Create objects for common properties across available frames
var masks = []//[{src:'/img/frames/m15/regular/m15MaskPinline.png', name:'Pinline'}];
// var bounds = {x:0.74, y:0.85, width:0.26, height:0.15};
var bounds1 = {x:0.8294, y:0.8715, width:0.1214, height:0.0715};
var bounds2 = {x:0.002, y:0.0134, width:0.996, height:0.1362};
//defines available frames
availableFrames = [
{name:'White Frame', src:'/img/frames/custom/celid/asap/w.png', masks:masks},
{name:'Blue Frame', src:'/img/frames/custom/celid/asap/u.png', masks:masks},
{name:'Black Frame', src:'/img/frames/custom/celid/asap/b.png', masks:masks},
{name:'Red Frame', src:'/img/frames/custom/celid/asap/r.png', masks:masks},
{name:'Green Frame', src:'/img/frames/custom/celid/asap/g.png', masks:masks},
{name:'Multicolored Frame', src:'/img/frames/custom/celid/asap/m.png', masks:masks},
{name:'Artifact Frame', src:'/img/frames/custom/celid/asap/a.png', masks:masks}
{name:'White Frame', src:'/img/frames/custom/celid/asap/w.png'},
{name:'Blue Frame', src:'/img/frames/custom/celid/asap/u.png'},
{name:'Black Frame', src:'/img/frames/custom/celid/asap/b.png'},
{name:'Red Frame', src:'/img/frames/custom/celid/asap/r.png'},
{name:'Green Frame', src:'/img/frames/custom/celid/asap/g.png'},
{name:'Multicolored Frame', src:'/img/frames/custom/celid/asap/m.png'},
{name:'Artifact Frame', src:'/img/frames/custom/celid/asap/a.png'},
{name:'White Power/Toughness', src:'/img/frames/custom/celid/asap/pt/w.png', bounds:bounds1},
{name:'Blue Power/Toughness', src:'/img/frames/custom/celid/asap/pt/u.png', bounds:bounds1},
{name:'Black Power/Toughness', src:'/img/frames/custom/celid/asap/pt/b.png', bounds:bounds1},
{name:'Red Power/Toughness', src:'/img/frames/custom/celid/asap/pt/r.png', bounds:bounds1},
{name:'Green Power/Toughness', src:'/img/frames/custom/celid/asap/pt/g.png', bounds:bounds1},
{name:'Multicolored Power/Toughness', src:'/img/frames/custom/celid/asap/pt/m.png', bounds:bounds1},
{name:'Artifact Power/Toughness', src:'/img/frames/custom/celid/asap/pt/a.png', bounds:bounds1},
{name:'White Legend Crown', src:'/img/frames/custom/celid/asap/crown/w.png', bounds:bounds2},
{name:'Blue Legend Crown', src:'/img/frames/custom/celid/asap/crown/u.png', bounds:bounds2},
{name:'Black Legend Crown', src:'/img/frames/custom/celid/asap/crown/b.png', bounds:bounds2},
{name:'Red Legend Crown', src:'/img/frames/custom/celid/asap/crown/r.png', bounds:bounds2},
{name:'Green Legend Crown', src:'/img/frames/custom/celid/asap/crown/g.png', bounds:bounds2},
{name:'Multicolored Legend Crown', src:'/img/frames/custom/celid/asap/crown/m.png', bounds:bounds2},
{name:'Artifact Legend Crown', src:'/img/frames/custom/celid/asap/crown/a.png', bounds:bounds2},
];
//disables/enables the "Load Frame Version" button
document.querySelector('#loadFrameVersion').disabled = false;
@@ -23,7 +37,7 @@ document.querySelector('#loadFrameVersion').onclick = async function() {
card.artBounds = {x:0, y:0, width:1, height:0.8929};
autoFitArt();
//set symbol bounds
card.setSymbolBounds = {x:0.9213, y:0.9196, width:0.12, height:0.0362, vertical:'center', horizontal: 'right'};
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};
@@ -34,7 +48,7 @@ document.querySelector('#loadFrameVersion').onclick = async function() {
title: {name:'Title', text:'', x:0.06, y:0.0743, width:0.88, height:0.04, oneLine:true, font:'belerenb', size:0.04, color:'white', align:'center'},
type: {name:'Type', text:'', x:0.07, y:0.9058, width:0.86, height:0.0286, oneLine:true, font:'belerenb', size:0.0286, color:'white', align:'center'},
rules: {name:'Rules Text', text:'', x:0.074, y:0.672, width:0.852, height:0.2191, size:0.0362, color:'white', align:'center'},
// pt: {name:'Power/Toughness', text:'', x:0.7928, y:0.902, width:0.1367, height:0.0372, size:0.0372, font:'belerenbsc', oneLine:true, align:'center', color:'white'}
pt: {name:'Power/Toughness', text:'', x:0.8367, y:0.8943, width:0.11, height:0.0372, size:0.0372, font:'belerenbsc', oneLine:true, align:'center', color:'white'}
});
//bottom info
await loadBottomInfo({