diff --git a/img/frames/m15/signatureSpellbook/artifact.png b/img/frames/m15/signatureSpellbook/artifact.png new file mode 100644 index 00000000..9b7c00d2 Binary files /dev/null and b/img/frames/m15/signatureSpellbook/artifact.png differ diff --git a/img/frames/m15/signatureSpellbook/artifactPT.png b/img/frames/m15/signatureSpellbook/artifactPT.png new file mode 100644 index 00000000..4fd9c0fa Binary files /dev/null and b/img/frames/m15/signatureSpellbook/artifactPT.png differ diff --git a/img/frames/m15/signatureSpellbook/artifactPTThumb.png b/img/frames/m15/signatureSpellbook/artifactPTThumb.png new file mode 100644 index 00000000..3fcfe48b Binary files /dev/null and b/img/frames/m15/signatureSpellbook/artifactPTThumb.png differ diff --git a/img/frames/m15/signatureSpellbook/artifactThumb.png b/img/frames/m15/signatureSpellbook/artifactThumb.png new file mode 100644 index 00000000..cdbc71f8 Binary files /dev/null and b/img/frames/m15/signatureSpellbook/artifactThumb.png differ diff --git a/js/frames/packSignatureSpellbook.js b/js/frames/packSignatureSpellbook.js index eab386d0..eae874ef 100644 --- a/js/frames/packSignatureSpellbook.js +++ b/js/frames/packSignatureSpellbook.js @@ -4,8 +4,10 @@ var bounds = {x:0.7573, y:0.8848, width:0.188, height:0.0733}; availableFrames = [ {name:'White Frame (Gideon)', src:'/img/frames/m15/signatureSpellbook/gideon.png'}, {name:'Blue Frame (Jace)', src:'/img/frames/m15/signatureSpellbook/jace.png'}, + {name:'Artifact Frame (Gideon)', src:'/img/frames/m15/signatureSpellbook/artifact.png'}, {name:'White Power/Toughness', src:'/img/frames/m15/signatureSpellbook/gideonPT.png', bounds:bounds}, {name:'Blue Power/Toughness', src:'/img/frames/m15/signatureSpellbook/jacePT.png', bounds:bounds}, + {name:'Artifact Power/Toughness', src:'/img/frames/m15/signatureSpellbook/artifactPT.png', bounds:bounds}, {name:'Holo Stamp', src:'/img/frames/m15/m21/m15M21Stamp.png', bounds:{x:0.4727, y:0.892, width:0.0547, height:0.0391}}, ]; //disables/enables the "Load Frame Version" button