diff --git a/img/frames/m15/ub/pt/a.png b/img/frames/m15/ub/pt/a.png new file mode 100644 index 00000000..403023fc Binary files /dev/null and b/img/frames/m15/ub/pt/a.png differ diff --git a/img/frames/m15/ub/pt/aThumb.png b/img/frames/m15/ub/pt/aThumb.png new file mode 100644 index 00000000..3a11e818 Binary files /dev/null and b/img/frames/m15/ub/pt/aThumb.png differ diff --git a/img/frames/m15/ub/pt/b.png b/img/frames/m15/ub/pt/b.png new file mode 100644 index 00000000..ccccdbde Binary files /dev/null and b/img/frames/m15/ub/pt/b.png differ diff --git a/img/frames/m15/ub/pt/bThumb.png b/img/frames/m15/ub/pt/bThumb.png new file mode 100644 index 00000000..b4d638bd Binary files /dev/null and b/img/frames/m15/ub/pt/bThumb.png differ diff --git a/img/frames/m15/ub/pt/c.png b/img/frames/m15/ub/pt/c.png new file mode 100644 index 00000000..4705309b Binary files /dev/null and b/img/frames/m15/ub/pt/c.png differ diff --git a/img/frames/m15/ub/pt/cThumb.png b/img/frames/m15/ub/pt/cThumb.png new file mode 100644 index 00000000..577664c6 Binary files /dev/null and b/img/frames/m15/ub/pt/cThumb.png differ diff --git a/img/frames/m15/ub/pt/g.png b/img/frames/m15/ub/pt/g.png new file mode 100644 index 00000000..31f6b9ed Binary files /dev/null and b/img/frames/m15/ub/pt/g.png differ diff --git a/img/frames/m15/ub/pt/gThumb.png b/img/frames/m15/ub/pt/gThumb.png new file mode 100644 index 00000000..fe4e82dc Binary files /dev/null and b/img/frames/m15/ub/pt/gThumb.png differ diff --git a/img/frames/m15/ub/pt/m.png b/img/frames/m15/ub/pt/m.png new file mode 100644 index 00000000..9bf531b8 Binary files /dev/null and b/img/frames/m15/ub/pt/m.png differ diff --git a/img/frames/m15/ub/pt/mThumb.png b/img/frames/m15/ub/pt/mThumb.png new file mode 100644 index 00000000..078e9a81 Binary files /dev/null and b/img/frames/m15/ub/pt/mThumb.png differ diff --git a/img/frames/m15/ub/pt/r.png b/img/frames/m15/ub/pt/r.png new file mode 100644 index 00000000..e9832dcb Binary files /dev/null and b/img/frames/m15/ub/pt/r.png differ diff --git a/img/frames/m15/ub/pt/rThumb.png b/img/frames/m15/ub/pt/rThumb.png new file mode 100644 index 00000000..4489e6f8 Binary files /dev/null and b/img/frames/m15/ub/pt/rThumb.png differ diff --git a/img/frames/m15/ub/pt/u.png b/img/frames/m15/ub/pt/u.png new file mode 100644 index 00000000..f25063f8 Binary files /dev/null and b/img/frames/m15/ub/pt/u.png differ diff --git a/img/frames/m15/ub/pt/uThumb.png b/img/frames/m15/ub/pt/uThumb.png new file mode 100644 index 00000000..0f31a92b Binary files /dev/null and b/img/frames/m15/ub/pt/uThumb.png differ diff --git a/img/frames/m15/ub/pt/w.png b/img/frames/m15/ub/pt/w.png new file mode 100644 index 00000000..cd153d86 Binary files /dev/null and b/img/frames/m15/ub/pt/w.png differ diff --git a/img/frames/m15/ub/pt/wThumb.png b/img/frames/m15/ub/pt/wThumb.png new file mode 100644 index 00000000..7b93ced3 Binary files /dev/null and b/img/frames/m15/ub/pt/wThumb.png differ diff --git a/js/creator-23.js b/js/creator-23.js index 55c2fee8..5cd5abc8 100644 --- a/js/creator-23.js +++ b/js/creator-23.js @@ -839,7 +839,7 @@ async function autoUBFrame(colors, mana_cost, type_line, power) { } frames.push(makeUBFrameByLetter(properties.pinline, "Stamp", false)); if (properties.pt) { - frames.push(makeM15FrameByLetter(properties.pt, 'PT', false)); + frames.push(makeUBFrameByLetter(properties.pt, 'PT', false)); } if (properties.pinlineRight) { frames.push(makeUBFrameByLetter(properties.pinlineRight, 'Pinline', true)); @@ -1601,7 +1601,7 @@ function makeUBFrameByLetter(letter, mask = false, maskToRightHalf = false) { if (mask == 'PT') { return { 'name': frameName + ' Power/Toughness', - 'src': '/img/frames/m15/regular/m15PT' + letter + '.png', + 'src': '/img/frames/m15/ub/pt/' + (letter == 'L' ? 'C' : letter).toLowerCase() + '.png', 'masks': [], 'bounds': { 'height': 0.0733, diff --git a/js/frames/packUB.js b/js/frames/packUB.js index 97acd2a8..088f601f 100644 --- a/js/frames/packUB.js +++ b/js/frames/packUB.js @@ -18,14 +18,14 @@ availableFrames = [ {name:'Red Land Frame', src:'/img/frames/m15/ub/regular/rl.png', masks:masks}, {name:'Green Land Frame', src:'/img/frames/m15/ub/regular/gl.png', masks:masks}, {name:'Multicolored Land Frame', src:'/img/frames/m15/ub/regular/ml.png', masks:masks}, - {name:'White Power/Toughness', src:'/img/frames/m15/regular/m15PTW.png', bounds:bounds}, - {name:'Blue Power/Toughness', src:'/img/frames/m15/regular/m15PTU.png', bounds:bounds}, - {name:'Black Power/Toughness', src:'/img/frames/m15/regular/m15PTB.png', bounds:bounds}, - {name:'Red Power/Toughness', src:'/img/frames/m15/regular/m15PTR.png', bounds:bounds}, - {name:'Green Power/Toughness', src:'/img/frames/m15/regular/m15PTG.png', bounds:bounds}, - {name:'Multicolored Power/Toughness', src:'/img/frames/m15/regular/m15PTM.png', bounds:bounds}, - {name:'Artifact Power/Toughness', src:'/img/frames/m15/regular/m15PTA.png', bounds:bounds}, - {name:'Colorless Power/Toughness', src:'/img/frames/m15/regular/m15PTC.png', bounds:bounds}, + {name:'White Power/Toughness', src:'/img/frames/m15/ub/pt/w.png', bounds:bounds}, + {name:'Blue Power/Toughness', src:'/img/frames/m15/ub/pt/u.png', bounds:bounds}, + {name:'Black Power/Toughness', src:'/img/frames/m15/ub/pt/b.png', bounds:bounds}, + {name:'Red Power/Toughness', src:'/img/frames/m15/ub/pt/r.png', bounds:bounds}, + {name:'Green Power/Toughness', src:'/img/frames/m15/ub/pt/g.png', bounds:bounds}, + {name:'Multicolored Power/Toughness', src:'/img/frames/m15/ub/pt/m.png', bounds:bounds}, + {name:'Artifact Power/Toughness', src:'/img/frames/m15/ub/pt/a.png', bounds:bounds}, + {name:'Colorless Power/Toughness', src:'/img/frames/m15/ub/pt/c.png', bounds:bounds}, {name:'White Holo Stamp', src:'/img/frames/m15/ub/regular/stamp/w.png', bounds:bounds2}, {name:'Blue Holo Stamp', src:'/img/frames/m15/ub/regular/stamp/u.png', bounds:bounds2}, {name:'Black Holo Stamp', src:'/img/frames/m15/ub/regular/stamp/b.png', bounds:bounds2}, diff --git a/js/frames/packUBExtendedArt.js b/js/frames/packUBExtendedArt.js index ef9bbefb..ced17263 100644 --- a/js/frames/packUBExtendedArt.js +++ b/js/frames/packUBExtendedArt.js @@ -18,14 +18,14 @@ availableFrames = [ {name:'Red Land Frame', src:'/img/frames/m15/ub/extended/rl.png', masks:masks}, {name:'Green Land Frame', src:'/img/frames/m15/ub/extended/gl.png', masks:masks}, {name:'Multicolored Land Frame', src:'/img/frames/m15/ub/extended/ml.png', masks:masks}, - {name:'White Power/Toughness', src:'/img/frames/m15/regular/m15PTW.png', bounds:bounds}, - {name:'Blue Power/Toughness', src:'/img/frames/m15/regular/m15PTU.png', bounds:bounds}, - {name:'Black Power/Toughness', src:'/img/frames/m15/regular/m15PTB.png', bounds:bounds}, - {name:'Red Power/Toughness', src:'/img/frames/m15/regular/m15PTR.png', bounds:bounds}, - {name:'Green Power/Toughness', src:'/img/frames/m15/regular/m15PTG.png', bounds:bounds}, - {name:'Multicolored Power/Toughness', src:'/img/frames/m15/regular/m15PTM.png', bounds:bounds}, - {name:'Artifact Power/Toughness', src:'/img/frames/m15/regular/m15PTA.png', bounds:bounds}, - {name:'Colorless Power/Toughness', src:'/img/frames/m15/regular/m15PTC.png', bounds:bounds}, + {name:'White Power/Toughness', src:'/img/frames/m15/ub/pt/w.png', bounds:bounds}, + {name:'Blue Power/Toughness', src:'/img/frames/m15/ub/pt/u.png', bounds:bounds}, + {name:'Black Power/Toughness', src:'/img/frames/m15/ub/pt/b.png', bounds:bounds}, + {name:'Red Power/Toughness', src:'/img/frames/m15/ub/pt/r.png', bounds:bounds}, + {name:'Green Power/Toughness', src:'/img/frames/m15/ub/pt/g.png', bounds:bounds}, + {name:'Multicolored Power/Toughness', src:'/img/frames/m15/ub/pt/m.png', bounds:bounds}, + {name:'Artifact Power/Toughness', src:'/img/frames/m15/ub/pt/a.png', bounds:bounds}, + {name:'Colorless Power/Toughness', src:'/img/frames/m15/ub/pt/c.png', bounds:bounds}, {name:'Bevel Cutout for Nickname', src:'/img/black.png', bounds:{x:0.058, y:0.111, width:0.884, height:0.0381}, erase:true}, {name:'Nickname Bevel', src:'/img/frames/m15/boxTopper/m15BoxTopperNicknameBevel.png', bounds:{x:0.058, y:0.111, width:0.884, height:0.0381}}, {name:'White Holo Stamp', src:'/img/frames/m15/ub/regular/stamp/w.png', bounds:bounds2}, diff --git a/js/frames/packUBFull.js b/js/frames/packUBFull.js index b0afcc6b..48645535 100644 --- a/js/frames/packUBFull.js +++ b/js/frames/packUBFull.js @@ -18,14 +18,14 @@ availableFrames = [ {name:'Red Land Frame', src:'/img/frames/m15/ub/full/rl.png', masks:masks}, {name:'Green Land Frame', src:'/img/frames/m15/ub/full/gl.png', masks:masks}, {name:'Multicolored Land Frame', src:'/img/frames/m15/ub/full/ml.png', masks:masks}, - {name:'White Power/Toughness', src:'/img/frames/m15/regular/m15PTW.png', bounds:bounds}, - {name:'Blue Power/Toughness', src:'/img/frames/m15/regular/m15PTU.png', bounds:bounds}, - {name:'Black Power/Toughness', src:'/img/frames/m15/regular/m15PTB.png', bounds:bounds}, - {name:'Red Power/Toughness', src:'/img/frames/m15/regular/m15PTR.png', bounds:bounds}, - {name:'Green Power/Toughness', src:'/img/frames/m15/regular/m15PTG.png', bounds:bounds}, - {name:'Multicolored Power/Toughness', src:'/img/frames/m15/regular/m15PTM.png', bounds:bounds}, - {name:'Artifact Power/Toughness', src:'/img/frames/m15/regular/m15PTA.png', bounds:bounds}, - {name:'Colorless Power/Toughness', src:'/img/frames/m15/regular/m15PTC.png', bounds:bounds}, + {name:'White Power/Toughness', src:'/img/frames/m15/ub/pt/w.png', bounds:bounds}, + {name:'Blue Power/Toughness', src:'/img/frames/m15/ub/pt/u.png', bounds:bounds}, + {name:'Black Power/Toughness', src:'/img/frames/m15/ub/pt/b.png', bounds:bounds}, + {name:'Red Power/Toughness', src:'/img/frames/m15/ub/pt/r.png', bounds:bounds}, + {name:'Green Power/Toughness', src:'/img/frames/m15/ub/pt/g.png', bounds:bounds}, + {name:'Multicolored Power/Toughness', src:'/img/frames/m15/ub/pt/m.png', bounds:bounds}, + {name:'Artifact Power/Toughness', src:'/img/frames/m15/ub/pt/a.png', bounds:bounds}, + {name:'Colorless Power/Toughness', src:'/img/frames/m15/ub/pt/c.png', bounds:bounds}, {name:'White Holo Stamp', src:'/img/frames/m15/ub/regular/stamp/w.png', bounds:bounds2}, {name:'Blue Holo Stamp', src:'/img/frames/m15/ub/regular/stamp/u.png', bounds:bounds2}, {name:'Black Holo Stamp', src:'/img/frames/m15/ub/regular/stamp/b.png', bounds:bounds2},