diff --git a/img/frames/m15/miracle/a.png b/img/frames/m15/miracle/a.png new file mode 100644 index 00000000..9cde7474 Binary files /dev/null and b/img/frames/m15/miracle/a.png differ diff --git a/img/frames/m15/miracle/aThumb.png b/img/frames/m15/miracle/aThumb.png new file mode 100644 index 00000000..b1331e43 Binary files /dev/null and b/img/frames/m15/miracle/aThumb.png differ diff --git a/img/frames/m15/miracle/b.png b/img/frames/m15/miracle/b.png new file mode 100644 index 00000000..796a231e Binary files /dev/null and b/img/frames/m15/miracle/b.png differ diff --git a/img/frames/m15/miracle/bThumb.png b/img/frames/m15/miracle/bThumb.png new file mode 100644 index 00000000..a4bca9d8 Binary files /dev/null and b/img/frames/m15/miracle/bThumb.png differ diff --git a/img/frames/m15/miracle/g.png b/img/frames/m15/miracle/g.png new file mode 100644 index 00000000..86cf0545 Binary files /dev/null and b/img/frames/m15/miracle/g.png differ diff --git a/img/frames/m15/miracle/gThumb.png b/img/frames/m15/miracle/gThumb.png new file mode 100644 index 00000000..df743677 Binary files /dev/null and b/img/frames/m15/miracle/gThumb.png differ diff --git a/img/frames/m15/miracle/l.png b/img/frames/m15/miracle/l.png new file mode 100644 index 00000000..14f61acd Binary files /dev/null and b/img/frames/m15/miracle/l.png differ diff --git a/img/frames/m15/miracle/lThumb.png b/img/frames/m15/miracle/lThumb.png new file mode 100644 index 00000000..ac4a6b3e Binary files /dev/null and b/img/frames/m15/miracle/lThumb.png differ diff --git a/img/frames/m15/miracle/m.png b/img/frames/m15/miracle/m.png new file mode 100644 index 00000000..d6eaa2e0 Binary files /dev/null and b/img/frames/m15/miracle/m.png differ diff --git a/img/frames/m15/miracle/mThumb.png b/img/frames/m15/miracle/mThumb.png new file mode 100644 index 00000000..e5417138 Binary files /dev/null and b/img/frames/m15/miracle/mThumb.png differ diff --git a/img/frames/m15/miracle/r.png b/img/frames/m15/miracle/r.png new file mode 100644 index 00000000..1d802c9f Binary files /dev/null and b/img/frames/m15/miracle/r.png differ diff --git a/img/frames/m15/miracle/rThumb.png b/img/frames/m15/miracle/rThumb.png new file mode 100644 index 00000000..10c49481 Binary files /dev/null and b/img/frames/m15/miracle/rThumb.png differ diff --git a/img/frames/m15/miracle/u.png b/img/frames/m15/miracle/u.png new file mode 100644 index 00000000..08f58e1c Binary files /dev/null and b/img/frames/m15/miracle/u.png differ diff --git a/img/frames/m15/miracle/uThumb.png b/img/frames/m15/miracle/uThumb.png new file mode 100644 index 00000000..d93e3ccd Binary files /dev/null and b/img/frames/m15/miracle/uThumb.png differ diff --git a/img/frames/m15/miracle/w.png b/img/frames/m15/miracle/w.png new file mode 100644 index 00000000..d57db391 Binary files /dev/null and b/img/frames/m15/miracle/w.png differ diff --git a/img/frames/m15/miracle/wThumb.png b/img/frames/m15/miracle/wThumb.png new file mode 100644 index 00000000..1c80eee6 Binary files /dev/null and b/img/frames/m15/miracle/wThumb.png differ diff --git a/js/frames/groupStandard-3.js b/js/frames/groupStandard-3.js index ea41a70d..afbedeb5 100644 --- a/js/frames/groupStandard-3.js +++ b/js/frames/groupStandard-3.js @@ -4,6 +4,7 @@ loadFramePacks([ {name:'Legend Crowns', value:'M15LegendCrowns'}, {name:'Floating Legend Crowns', value:'M15LegendCrownsFloating'}, {name:'Inner Crowns', value:'M15InnerCrowns'}, + {name:'Miracle', value:'M15Miracle'}, {name:'Holo Stamps', value:'M15HoloStamps'}, {name:'Dark Power/Toughness', value:'M15DarkPT'}, {name:'Colored Borders', value:'M15Borders'}, diff --git a/js/frames/packM15Miracle.js b/js/frames/packM15Miracle.js new file mode 100644 index 00000000..10290b2c --- /dev/null +++ b/js/frames/packM15Miracle.js @@ -0,0 +1,20 @@ +//Create objects for common properties across available frames +// var masks = [{src:'/img/frames/m15/crowns/m15MaskLegendCrown.png', name:'Crown Without Pinlines'}, {src:'/img/frames/m15/crowns/m15MaskLegendCrownPinline.png', name:'Crown With Pinlines'}]; +var bounds = {x:0.04, y:0.0286, width:0.92, height:0.5324}; +//defines available frames +availableFrames = [ + {name:'White Miracle Frame', src:'/img/frames/m15/miracle/w.png', bounds:bounds}, + {name:'Blue Miracle Frame', src:'/img/frames/m15/miracle/u.png', bounds:bounds}, + {name:'Black Miracle Frame', src:'/img/frames/m15/miracle/b.png', bounds:bounds}, + {name:'Red Miracle Frame', src:'/img/frames/m15/miracle/r.png', bounds:bounds}, + {name:'Green Miracle Frame', src:'/img/frames/m15/miracle/g.png', bounds:bounds}, + {name:'Multicolored Miracle Frame', src:'/img/frames/m15/miracle/m.png', bounds:bounds}, + {name:'Artifact Miracle Frame', src:'/img/frames/m15/miracle/a.png', bounds:bounds}, + {name:'Land Miracle Frame', src:'/img/frames/m15/miracle/l.png', bounds:bounds} +]; +//disables/enables the "Load Frame Version" button +document.querySelector('#loadFrameVersion').disabled = true; +//defines process for loading this version, if applicable +document.querySelector('#loadFrameVersion').onclick = null; +//loads available frames +loadFramePack(); \ No newline at end of file