kaldheim nonlegendary
@@ -92,7 +92,7 @@ include('../globalHTML/header-1.php');
|
|||||||
<option value='Planeswalker'>Planeswalkers</option>
|
<option value='Planeswalker'>Planeswalkers</option>
|
||||||
<option value='DFC'>Transform</option>
|
<option value='DFC'>Transform</option>
|
||||||
<option disabled>Special Frames</option>
|
<option disabled>Special Frames</option>
|
||||||
<option value='Showcase-3'>Showcase Frames</option>
|
<option value='Showcase-4'>Showcase Frames</option>
|
||||||
<option value='Promo-1'>Promos (Tall Art)</option>
|
<option value='Promo-1'>Promos (Tall Art)</option>
|
||||||
<option value='Textless-3'>Textless/Fullart</option>
|
<option value='Textless-3'>Textless/Fullart</option>
|
||||||
<option value='Modal-1'>Short Modal DFC's</option>
|
<option value='Modal-1'>Short Modal DFC's</option>
|
||||||
|
BIN
img/frames/kaldheim/nonlegend/a.png
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
img/frames/kaldheim/nonlegend/aThumb.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
img/frames/kaldheim/nonlegend/b.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
img/frames/kaldheim/nonlegend/bThumb.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
img/frames/kaldheim/nonlegend/g.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
img/frames/kaldheim/nonlegend/gThumb.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
img/frames/kaldheim/nonlegend/m.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
img/frames/kaldheim/nonlegend/mThumb.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
img/frames/kaldheim/nonlegend/r.png
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
img/frames/kaldheim/nonlegend/rThumb.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
img/frames/kaldheim/nonlegend/u.png
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
img/frames/kaldheim/nonlegend/uThumb.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
img/frames/kaldheim/nonlegend/w.png
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
img/frames/kaldheim/nonlegend/wThumb.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
@@ -1,6 +1,6 @@
|
|||||||
loadFramePacks([
|
loadFramePacks([
|
||||||
{name:'Praetors', value:'Praetors'},
|
{name:'Praetors', value:'Praetors'},
|
||||||
{name:'Kaldheim', value:'Kaldheim'},
|
{name:'Kaldheim', value:'Kaldheim-1'},
|
||||||
{name:'Commander Legends', value:'CommanderLegends'},
|
{name:'Commander Legends', value:'CommanderLegends'},
|
||||||
{name:'Zendikar Rising', value:'ZendikarRising'},
|
{name:'Zendikar Rising', value:'ZendikarRising'},
|
||||||
{name:'M21', value:'M21'},
|
{name:'M21', value:'M21'},
|
@@ -4,6 +4,7 @@ var masks2 = [{src:'/img/frames/kaldheim/maskPTCorners.png', name:'Corners'}, {s
|
|||||||
var bounds = {x:0.7627, y:0.8853, width:0.188, height:0.0724};
|
var bounds = {x:0.7627, y:0.8853, width:0.188, height:0.0724};
|
||||||
var bounds2 = {x:0.02, y:0.0529, width:0.098, height:0.0591};
|
var bounds2 = {x:0.02, y:0.0529, width:0.098, height:0.0591};
|
||||||
var bounds3 = {x:0.03, y:0.8886, width:0.438, height:0.0429};
|
var bounds3 = {x:0.03, y:0.8886, width:0.438, height:0.0429};
|
||||||
|
var bounds4 = {x:0.0414, y:0.0196, width:0.9174, height:0.0424};
|
||||||
//defines available frames
|
//defines available frames
|
||||||
availableFrames = [
|
availableFrames = [
|
||||||
{name:'White Frame', src:'/img/frames/kaldheim/frameW.png', masks:masks},
|
{name:'White Frame', src:'/img/frames/kaldheim/frameW.png', masks:masks},
|
||||||
@@ -20,6 +21,13 @@ availableFrames = [
|
|||||||
{name:'Green Power/Toughness', src:'/img/frames/kaldheim/ptG.png', bounds:bounds, masks:masks2},
|
{name:'Green Power/Toughness', src:'/img/frames/kaldheim/ptG.png', bounds:bounds, masks:masks2},
|
||||||
{name:'Multicolored Power/Toughness', src:'/img/frames/kaldheim/ptM.png', bounds:bounds, masks:masks2},
|
{name:'Multicolored Power/Toughness', src:'/img/frames/kaldheim/ptM.png', bounds:bounds, masks:masks2},
|
||||||
{name:'Artifact Power/Toughness', src:'/img/frames/kaldheim/ptA.png', bounds:bounds, masks:masks2},
|
{name:'Artifact Power/Toughness', src:'/img/frames/kaldheim/ptA.png', bounds:bounds, masks:masks2},
|
||||||
|
{name:'White Nonlegendary', src:'/img/frames/kaldheim/nonlegend/w.png', bounds:bounds4},
|
||||||
|
{name:'Blue Nonlegendary', src:'/img/frames/kaldheim/nonlegend/u.png', bounds:bounds4},
|
||||||
|
{name:'Black Nonlegendary', src:'/img/frames/kaldheim/nonlegend/b.png', bounds:bounds4},
|
||||||
|
{name:'Red Nonlegendary', src:'/img/frames/kaldheim/nonlegend/r.png', bounds:bounds4},
|
||||||
|
{name:'Green Nonlegendary', src:'/img/frames/kaldheim/nonlegend/g.png', bounds:bounds4},
|
||||||
|
{name:'Multicolored Nonlegendary', src:'/img/frames/kaldheim/nonlegend/m.png', bounds:bounds4},
|
||||||
|
{name:'Artifact Nonlegendary', src:'/img/frames/kaldheim/nonlegend/a.png', bounds:bounds4},
|
||||||
{name:'White Icon (Front)', src:'/img/frames/kaldheim/modal/wft.png', bounds:bounds2},
|
{name:'White Icon (Front)', src:'/img/frames/kaldheim/modal/wft.png', bounds:bounds2},
|
||||||
{name:'Blue Icon (Front)', src:'/img/frames/kaldheim/modal/uft.png', bounds:bounds2},
|
{name:'Blue Icon (Front)', src:'/img/frames/kaldheim/modal/uft.png', bounds:bounds2},
|
||||||
{name:'Black Icon (Front)', src:'/img/frames/kaldheim/modal/bft.png', bounds:bounds2},
|
{name:'Black Icon (Front)', src:'/img/frames/kaldheim/modal/bft.png', bounds:bounds2},
|