diff --git a/js/frames/packIxalanLegends1.js b/js/frames/packIxalanLegends1.js index 8cc66d29..0f1b9ceb 100644 --- a/js/frames/packIxalanLegends1.js +++ b/js/frames/packIxalanLegends1.js @@ -10,7 +10,7 @@ availableFrames = [ {name:'Green Frame', src:'/img/frames/ixalanLegends/g1.png'}, {name:'Multicolored Frame', src:'/img/frames/ixalanLegends/m1.png'}, {name:'Artifact Frame', src:'/img/frames/ixalanLegends/a1.png'}, - {name:'Land Frame', src:'/img/frames/ixalanLegends/c1.png'}, + {name:'Land Frame', src:'/img/frames/ixalanLegends/l1.png'}, {name:'White Power/Toughness', src:'/img/frames/ixalanLegends/pt/w.png', bounds: ptBounds}, {name:'Blue Power/Toughness', src:'/img/frames/ixalanLegends/pt/u.png', bounds: ptBounds}, @@ -19,7 +19,7 @@ availableFrames = [ {name:'Green Power/Toughness', src:'/img/frames/ixalanLegends/pt/g.png', bounds: ptBounds}, {name:'Multicolored Power/Toughness', src:'/img/frames/ixalanLegends/pt/m.png', bounds: ptBounds}, {name:'Artifact Power/Toughness', src:'/img/frames/ixalanLegends/pt/a.png', bounds: ptBounds}, - {name:'Land Power/Toughness', src:'/img/frames/ixalanLegends/pt/c.png', bounds: ptBounds}, + {name:'Land Power/Toughness', src:'/img/frames/ixalanLegends/pt/l.png', bounds: ptBounds}, {name:'White Legendary Crown', src:'/img/frames/ixalanLegends/crown/w.png', bounds: crownBounds}, {name:'Blue Legendary Crown', src:'/img/frames/ixalanLegends/crown/u.png', bounds: crownBounds}, @@ -28,7 +28,7 @@ availableFrames = [ {name:'Green Legendary Crown', src:'/img/frames/ixalanLegends/crown/g.png', bounds: crownBounds}, {name:'Multicolored Legendary Crown', src:'/img/frames/ixalanLegends/crown/m.png', bounds: crownBounds}, {name:'Artifact Legendary Crown', src:'/img/frames/ixalanLegends/crown/a.png', bounds: crownBounds}, - {name:'Land Legendary Crown', src:'/img/frames/ixalanLegends/crown/c.png', bounds: crownBounds} + {name:'Land Legendary Crown', src:'/img/frames/ixalanLegends/crown/l.png', bounds: crownBounds} ]; //disables/enables the "Load Frame Version" button document.querySelector('#loadFrameVersion').disabled = false; diff --git a/js/frames/packIxalanLegends2.js b/js/frames/packIxalanLegends2.js index b8dedad2..728afd74 100644 --- a/js/frames/packIxalanLegends2.js +++ b/js/frames/packIxalanLegends2.js @@ -10,7 +10,7 @@ availableFrames = [ {name:'Green Frame', src:'/img/frames/ixalanLegends/g2.png'}, {name:'Multicolored Frame', src:'/img/frames/ixalanLegends/m2.png'}, {name:'Artifact Frame', src:'/img/frames/ixalanLegends/a2.png'}, - {name:'Land Frame', src:'/img/frames/ixalanLegends/c2.png'}, + {name:'Land Frame', src:'/img/frames/ixalanLegends/l2.png'}, {name:'White Power/Toughness', src:'/img/frames/ixalanLegends/pt/w.png', bounds: ptBounds}, {name:'Blue Power/Toughness', src:'/img/frames/ixalanLegends/pt/u.png', bounds: ptBounds}, @@ -19,7 +19,7 @@ availableFrames = [ {name:'Green Power/Toughness', src:'/img/frames/ixalanLegends/pt/g.png', bounds: ptBounds}, {name:'Multicolored Power/Toughness', src:'/img/frames/ixalanLegends/pt/m.png', bounds: ptBounds}, {name:'Artifact Power/Toughness', src:'/img/frames/ixalanLegends/pt/a.png', bounds: ptBounds}, - {name:'Land Power/Toughness', src:'/img/frames/ixalanLegends/pt/c.png', bounds: ptBounds}, + {name:'Land Power/Toughness', src:'/img/frames/ixalanLegends/pt/l.png', bounds: ptBounds}, {name:'White Legendary Crown', src:'/img/frames/ixalanLegends/crown/w.png', bounds: crownBounds}, {name:'Blue Legendary Crown', src:'/img/frames/ixalanLegends/crown/u.png', bounds: crownBounds}, @@ -28,7 +28,7 @@ availableFrames = [ {name:'Green Legendary Crown', src:'/img/frames/ixalanLegends/crown/g.png', bounds: crownBounds}, {name:'Multicolored Legendary Crown', src:'/img/frames/ixalanLegends/crown/m.png', bounds: crownBounds}, {name:'Artifact Legendary Crown', src:'/img/frames/ixalanLegends/crown/a.png', bounds: crownBounds}, - {name:'Land Legendary Crown', src:'/img/frames/ixalanLegends/crown/c.png', bounds: crownBounds} + {name:'Land Legendary Crown', src:'/img/frames/ixalanLegends/crown/l.png', bounds: crownBounds} ]; //disables/enables the "Load Frame Version" button document.querySelector('#loadFrameVersion').disabled = false; diff --git a/js/frames/packIxalanLegends3.js b/js/frames/packIxalanLegends3.js index 83e58e08..f8e89388 100644 --- a/js/frames/packIxalanLegends3.js +++ b/js/frames/packIxalanLegends3.js @@ -10,7 +10,7 @@ availableFrames = [ {name:'Green Frame', src:'/img/frames/ixalanLegends/g3.png'}, {name:'Multicolored Frame', src:'/img/frames/ixalanLegends/m3.png'}, {name:'Artifact Frame', src:'/img/frames/ixalanLegends/a3.png'}, - {name:'Land Frame', src:'/img/frames/ixalanLegends/c3.png'}, + {name:'Land Frame', src:'/img/frames/ixalanLegends/l3.png'}, {name:'White Power/Toughness', src:'/img/frames/ixalanLegends/pt/w.png', bounds: ptBounds}, {name:'Blue Power/Toughness', src:'/img/frames/ixalanLegends/pt/u.png', bounds: ptBounds}, @@ -19,7 +19,7 @@ availableFrames = [ {name:'Green Power/Toughness', src:'/img/frames/ixalanLegends/pt/g.png', bounds: ptBounds}, {name:'Multicolored Power/Toughness', src:'/img/frames/ixalanLegends/pt/m.png', bounds: ptBounds}, {name:'Artifact Power/Toughness', src:'/img/frames/ixalanLegends/pt/a.png', bounds: ptBounds}, - {name:'Land Power/Toughness', src:'/img/frames/ixalanLegends/pt/c.png', bounds: ptBounds}, + {name:'Land Power/Toughness', src:'/img/frames/ixalanLegends/pt/l.png', bounds: ptBounds}, {name:'White Legendary Crown', src:'/img/frames/ixalanLegends/crown/w.png', bounds: crownBounds}, {name:'Blue Legendary Crown', src:'/img/frames/ixalanLegends/crown/u.png', bounds: crownBounds}, @@ -28,7 +28,7 @@ availableFrames = [ {name:'Green Legendary Crown', src:'/img/frames/ixalanLegends/crown/g.png', bounds: crownBounds}, {name:'Multicolored Legendary Crown', src:'/img/frames/ixalanLegends/crown/m.png', bounds: crownBounds}, {name:'Artifact Legendary Crown', src:'/img/frames/ixalanLegends/crown/a.png', bounds: crownBounds}, - {name:'Land Legendary Crown', src:'/img/frames/ixalanLegends/crown/c.png', bounds: crownBounds} + {name:'Land Legendary Crown', src:'/img/frames/ixalanLegends/crown/l.png', bounds: crownBounds} ]; //disables/enables the "Load Frame Version" button document.querySelector('#loadFrameVersion').disabled = false;