diff --git a/js/frames/packEtched.js b/js/frames/packEtched.js index 77dbdd10..315abc8f 100644 --- a/js/frames/packEtched.js +++ b/js/frames/packEtched.js @@ -12,13 +12,13 @@ availableFrames = [ {name:'Green Frame', src:'/img/frames/etched/regular/g.png', masks:masks}, {name:'Multicolored Frame', src:'/img/frames/etched/regular/m.png', masks:masks}, {name:'Artifact Frame', src:'/img/frames/etched/regular/a.png', masks:masks}, - {name:'White Power/Toughness', src:'/img/frames/etched/regular/w.png', bounds:bounds}, - {name:'Blue Power/Toughness', src:'/img/frames/etched/regular/u.png', bounds:bounds}, - {name:'Black Power/Toughness', src:'/img/frames/etched/regular/b.png', bounds:bounds}, - {name:'Red Power/Toughness', src:'/img/frames/etched/regular/r.png', bounds:bounds}, - {name:'Green Power/Toughness', src:'/img/frames/etched/regular/g.png', bounds:bounds}, - {name:'Multicolored Power/Toughness', src:'/img/frames/etched/regular/m.png', bounds:bounds}, - {name:'Artifact Power/Toughness', src:'/img/frames/etched/regular/a.png', bounds:bounds}, + {name:'White Power/Toughness', src:'/img/frames/etched/regular/pt/w.png', bounds:bounds}, + {name:'Blue Power/Toughness', src:'/img/frames/etched/regular/pt/u.png', bounds:bounds}, + {name:'Black Power/Toughness', src:'/img/frames/etched/regular/pt/b.png', bounds:bounds}, + {name:'Red Power/Toughness', src:'/img/frames/etched/regular/pt/r.png', bounds:bounds}, + {name:'Green Power/Toughness', src:'/img/frames/etched/regular/pt/g.png', bounds:bounds}, + {name:'Multicolored Power/Toughness', src:'/img/frames/etched/regular/pt/m.png', bounds:bounds}, + {name:'Artifact Power/Toughness', src:'/img/frames/etched/regular/pt/a.png', bounds:bounds}, {name:'White Legend Crown', src:'/img/frames/etched/regular/crowns/w.png', bounds:bounds3, complementary:21}, {name:'Blue Legend Crown', src:'/img/frames/etched/regular/crowns/u.png', bounds:bounds3, complementary:21}, {name:'Black Legend Crown', src:'/img/frames/etched/regular/crowns/b.png', bounds:bounds3, complementary:21},