diff --git a/img/frames/dossier/crown/m.png b/img/frames/dossier/crown/m.png new file mode 100644 index 000000000..dd23472ed Binary files /dev/null and b/img/frames/dossier/crown/m.png differ diff --git a/img/frames/dossier/crown/mThumb.png b/img/frames/dossier/crown/mThumb.png new file mode 100644 index 000000000..345da2ba6 Binary files /dev/null and b/img/frames/dossier/crown/mThumb.png differ diff --git a/img/frames/dossier/m.png b/img/frames/dossier/m.png new file mode 100644 index 000000000..dc8b40226 Binary files /dev/null and b/img/frames/dossier/m.png differ diff --git a/img/frames/dossier/mThumb.png b/img/frames/dossier/mThumb.png new file mode 100644 index 000000000..aacba86f8 Binary files /dev/null and b/img/frames/dossier/mThumb.png differ diff --git a/js/frames/packDossier.js b/js/frames/packDossier.js index e1e4cc4f7..5e7f407b2 100644 --- a/js/frames/packDossier.js +++ b/js/frames/packDossier.js @@ -8,6 +8,7 @@ availableFrames = [ {name:'Black Frame', src:'/img/frames/dossier/b.png', masks:masks}, {name:'Red Frame', src:'/img/frames/dossier/r.png', masks:masks}, {name:'Green Frame', src:'/img/frames/dossier/g.png', masks:masks}, + {name:'Multicolor Frame', src:'/img/frames/dossier/m.png', masks:masks}, {name:'Artifact Frame', src:'/img/frames/dossier/a.png', masks:masks}, {name:'Power/Toughness Box', src:'/img/frames/dossier/pt.png', bounds:{x: 1538/2010, y:2468/2814, width: 392/2010, height: 195/2814}}, @@ -17,6 +18,7 @@ availableFrames = [ {name:'Black Legendary Crown', src:'/img/frames/dossier/crown/b.png', bounds: crownBounds}, {name:'Red Legendary Crown', src:'/img/frames/dossier/crown/r.png', bounds: crownBounds}, {name:'Green Legendary Crown', src:'/img/frames/dossier/crown/g.png', bounds: crownBounds}, + {name:'Multicolor Legendary Crown', src:'/img/frames/dossier/crown/m.png', bounds: crownBounds}, {name:'Artifact Legendary Crown', src:'/img/frames/dossier/crown/a.png', bounds: crownBounds}, {name:'Holo Stamp', src:'/img/frames/dossier/stamp.png', bounds: {x:857/2010, y:2540/2814, width:295/2010, height:134/2814}}