diff --git a/img/frames/doubleFeature/stamps/b.png b/img/frames/doubleFeature/stamps/b.png new file mode 100644 index 00000000..0837d1cf Binary files /dev/null and b/img/frames/doubleFeature/stamps/b.png differ diff --git a/img/frames/doubleFeature/stamps/bThumb.png b/img/frames/doubleFeature/stamps/bThumb.png new file mode 100644 index 00000000..592a4e8b Binary files /dev/null and b/img/frames/doubleFeature/stamps/bThumb.png differ diff --git a/img/frames/doubleFeature/stamps/g.png b/img/frames/doubleFeature/stamps/g.png new file mode 100644 index 00000000..1ff6ec28 Binary files /dev/null and b/img/frames/doubleFeature/stamps/g.png differ diff --git a/img/frames/doubleFeature/stamps/gThumb.png b/img/frames/doubleFeature/stamps/gThumb.png new file mode 100644 index 00000000..cfdcd6f8 Binary files /dev/null and b/img/frames/doubleFeature/stamps/gThumb.png differ diff --git a/img/frames/doubleFeature/stamps/m.png b/img/frames/doubleFeature/stamps/m.png new file mode 100644 index 00000000..36ad3bee Binary files /dev/null and b/img/frames/doubleFeature/stamps/m.png differ diff --git a/img/frames/doubleFeature/stamps/mThumb.png b/img/frames/doubleFeature/stamps/mThumb.png new file mode 100644 index 00000000..b738c92a Binary files /dev/null and b/img/frames/doubleFeature/stamps/mThumb.png differ diff --git a/img/frames/doubleFeature/stamps/r.png b/img/frames/doubleFeature/stamps/r.png new file mode 100644 index 00000000..96a5569b Binary files /dev/null and b/img/frames/doubleFeature/stamps/r.png differ diff --git a/img/frames/doubleFeature/stamps/rThumb.png b/img/frames/doubleFeature/stamps/rThumb.png new file mode 100644 index 00000000..69caa6d3 Binary files /dev/null and b/img/frames/doubleFeature/stamps/rThumb.png differ diff --git a/img/frames/doubleFeature/stamps/stamp.png b/img/frames/doubleFeature/stamps/stamp.png new file mode 100644 index 00000000..180f3b26 Binary files /dev/null and b/img/frames/doubleFeature/stamps/stamp.png differ diff --git a/img/frames/doubleFeature/stamps/stampThumb.png b/img/frames/doubleFeature/stamps/stampThumb.png new file mode 100644 index 00000000..fa32f590 Binary files /dev/null and b/img/frames/doubleFeature/stamps/stampThumb.png differ diff --git a/img/frames/doubleFeature/stamps/u.png b/img/frames/doubleFeature/stamps/u.png new file mode 100644 index 00000000..2d154db7 Binary files /dev/null and b/img/frames/doubleFeature/stamps/u.png differ diff --git a/img/frames/doubleFeature/stamps/uThumb.png b/img/frames/doubleFeature/stamps/uThumb.png new file mode 100644 index 00000000..ba0dd384 Binary files /dev/null and b/img/frames/doubleFeature/stamps/uThumb.png differ diff --git a/img/frames/doubleFeature/stamps/w.png b/img/frames/doubleFeature/stamps/w.png new file mode 100644 index 00000000..efd04ca3 Binary files /dev/null and b/img/frames/doubleFeature/stamps/w.png differ diff --git a/img/frames/doubleFeature/stamps/wThumb.png b/img/frames/doubleFeature/stamps/wThumb.png new file mode 100644 index 00000000..032092b4 Binary files /dev/null and b/img/frames/doubleFeature/stamps/wThumb.png differ diff --git a/js/frames/packDoubleFeature.js b/js/frames/packDoubleFeature.js index 4f25d999..93452240 100644 --- a/js/frames/packDoubleFeature.js +++ b/js/frames/packDoubleFeature.js @@ -2,6 +2,7 @@ var masks = [{src:'/img/frames/m15/regular/m15MaskPinline.png', name:'Pinline'}, {src:'/img/frames/m15/regular/m15MaskTitle.png', name:'Title'}, {src:'/img/frames/m15/regular/m15MaskType.png', name:'Type'}, {src:'/img/frames/m15/regular/m15MaskRules.png', name:'Rules'}, {src:'/img/frames/m15/regular/m15MaskFrame.png', name:'Frame'}, {src:'/img/frames/m15/regular/m15MaskBorder.png', name:'Border'}]; var bounds = {x:1555/2010, y:2492/2814, width:353/2010, height:179/2814}; var crownBounds = {x:0, y:0, width:1, height:341/2814}; +var stampBounds = {x:873/2010, y:2539/2814, width:264/2010, height:131/2814}; //defines available frames availableFrames = [ {name:'White Frame', src:'/img/frames/doubleFeature/w.png', masks:masks}, @@ -36,7 +37,15 @@ availableFrames = [ {name:'Green Legend Crown', src:'/img/frames/doubleFeature/crowns/g.png', bounds:crownBounds}, {name:'Multicolored Legend Crown', src:'/img/frames/doubleFeature/crowns/m.png', bounds:crownBounds}, {name:'Artifact Legend Crown', src:'/img/frames/doubleFeature/crowns/a.png', bounds:crownBounds}, - {name:'Land Legend Crown', src:'/img/frames/doubleFeature/crowns/l.png', bounds:crownBounds} + {name:'Land Legend Crown', src:'/img/frames/doubleFeature/crowns/l.png', bounds:crownBounds}, + + {name:'Holo Stamp', src:'/img/frames/doubleFeature/stamps/stamp.png', bounds:stampBounds}, + {name:'White Land Holo Stamp', src:'/img/frames/doubleFeature/stamps/w.png', bounds:stampBounds}, + {name:'Blue Land Holo Stamp', src:'/img/frames/doubleFeature/stamps/u.png', bounds:stampBounds}, + {name:'Black Land Holo Stamp', src:'/img/frames/doubleFeature/stamps/b.png', bounds:stampBounds}, + {name:'Red Land Holo Stamp', src:'/img/frames/doubleFeature/stamps/r.png', bounds:stampBounds}, + {name:'Green Land Holo Stamp', src:'/img/frames/doubleFeature/stamps/g.png', bounds:stampBounds}, + {name:'Multicolored Land Holo Stamp', src:'/img/frames/doubleFeature/stamps/m.png', bounds:stampBounds} ]; //disables/enables the "Load Frame Version" button document.querySelector('#loadFrameVersion').disabled = false; diff --git a/js/frames/packDoubleFeatureTransform.js b/js/frames/packDoubleFeatureTransform.js index 84926808..e8ad6c27 100644 --- a/js/frames/packDoubleFeatureTransform.js +++ b/js/frames/packDoubleFeatureTransform.js @@ -4,6 +4,7 @@ var ciMasks = [{src:'/img/frames/m15/ciPips/firstHalf.svg', name:'First Half'}, var bounds = {x:1555/2010, y:2492/2814, width:353/2010, height:179/2814}; var crownBounds = {x:0, y:0, width:1, height:341/2814}; var iconBounds = {x:0.0594, y:0.0505, width:0.0734, height:0.0524}; +var stampBounds = {x:873/2010, y:2539/2814, width:264/2010, height:131/2814}; //defines available frames availableFrames = [ {name:'White Frame', src:'/img/frames/doubleFeature/transform/w.png', masks:masks}, @@ -53,7 +54,15 @@ availableFrames = [ {name:'Black Pip', src:'/img/frames/m15/ciPips/b.svg', masks:ciMasks, complementary:43}, {name:'Red Pip', src:'/img/frames/m15/ciPips/r.svg', masks:ciMasks, complementary:43}, {name:'Green Pip', src:'/img/frames/m15/ciPips/g.svg', masks:ciMasks, complementary:43}, - {name:'Color Identity Pip Base', src:'/img/frames/m15/ciPips/base.png', bounds:{x:0.0767, y:0.5748, width:0.0467, height:0.0334}} + {name:'Color Identity Pip Base', src:'/img/frames/m15/ciPips/base.png', bounds:{x:0.0767, y:0.5748, width:0.0467, height:0.0334}}, + + {name:'Holo Stamp', src:'/img/frames/doubleFeature/stamps/stamp.png', bounds:stampBounds}, + {name:'White Land Holo Stamp', src:'/img/frames/doubleFeature/stamps/w.png', bounds:stampBounds}, + {name:'Blue Land Holo Stamp', src:'/img/frames/doubleFeature/stamps/u.png', bounds:stampBounds}, + {name:'Black Land Holo Stamp', src:'/img/frames/doubleFeature/stamps/b.png', bounds:stampBounds}, + {name:'Red Land Holo Stamp', src:'/img/frames/doubleFeature/stamps/r.png', bounds:stampBounds}, + {name:'Green Land Holo Stamp', src:'/img/frames/doubleFeature/stamps/g.png', bounds:stampBounds}, + {name:'Multicolored Land Holo Stamp', src:'/img/frames/doubleFeature/stamps/m.png', bounds:stampBounds} ]; //disables/enables the "Load Frame Version" button document.querySelector('#loadFrameVersion').disabled = false;