From 6692b5445dea75199541bc9c1cf5af0496756db3 Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Sat, 27 Aug 2022 19:57:14 -0700 Subject: [PATCH] Update packEtched.js --- js/frames/packEtched.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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},