diff --git a/img/frames/etched/legends/a.png b/img/frames/etched/legends/a.png index 64957df9..6622cb32 100644 Binary files a/img/frames/etched/legends/a.png and b/img/frames/etched/legends/a.png differ diff --git a/img/frames/etched/legends/aThumb.png b/img/frames/etched/legends/aThumb.png index f2a7d178..ef93d6a0 100644 Binary files a/img/frames/etched/legends/aThumb.png and b/img/frames/etched/legends/aThumb.png differ diff --git a/img/frames/etched/legends/l.png b/img/frames/etched/legends/l.png new file mode 100644 index 00000000..1bc19369 Binary files /dev/null and b/img/frames/etched/legends/l.png differ diff --git a/img/frames/etched/legends/lThumb.png b/img/frames/etched/legends/lThumb.png new file mode 100644 index 00000000..699bbae0 Binary files /dev/null and b/img/frames/etched/legends/lThumb.png differ diff --git a/img/frames/etched/regular/a.png b/img/frames/etched/regular/a.png index 77a6d2e0..4e0272b9 100644 Binary files a/img/frames/etched/regular/a.png and b/img/frames/etched/regular/a.png differ diff --git a/img/frames/etched/regular/aThumb.png b/img/frames/etched/regular/aThumb.png index 1f47e3f0..4abd2de2 100644 Binary files a/img/frames/etched/regular/aThumb.png and b/img/frames/etched/regular/aThumb.png differ diff --git a/img/frames/etched/regular/crowns/a.png b/img/frames/etched/regular/crowns/a.png index 729e33f3..ea64bb1b 100644 Binary files a/img/frames/etched/regular/crowns/a.png and b/img/frames/etched/regular/crowns/a.png differ diff --git a/img/frames/etched/regular/crowns/aThumb.png b/img/frames/etched/regular/crowns/aThumb.png index 0191a4ea..1f6a14e8 100644 Binary files a/img/frames/etched/regular/crowns/aThumb.png and b/img/frames/etched/regular/crowns/aThumb.png differ diff --git a/img/frames/etched/regular/crowns/l.png b/img/frames/etched/regular/crowns/l.png new file mode 100644 index 00000000..8fc38073 Binary files /dev/null and b/img/frames/etched/regular/crowns/l.png differ diff --git a/img/frames/etched/regular/crowns/lThumb.png b/img/frames/etched/regular/crowns/lThumb.png new file mode 100644 index 00000000..6c318d0f Binary files /dev/null and b/img/frames/etched/regular/crowns/lThumb.png differ diff --git a/img/frames/etched/regular/holo/a.png b/img/frames/etched/regular/holo/a.png index 3354fc21..98d9ba10 100644 Binary files a/img/frames/etched/regular/holo/a.png and b/img/frames/etched/regular/holo/a.png differ diff --git a/img/frames/etched/regular/holo/aThumb.png b/img/frames/etched/regular/holo/aThumb.png index 89ecb2e9..dd0175b6 100644 Binary files a/img/frames/etched/regular/holo/aThumb.png and b/img/frames/etched/regular/holo/aThumb.png differ diff --git a/img/frames/etched/regular/holo/l.png b/img/frames/etched/regular/holo/l.png new file mode 100644 index 00000000..53d8e246 Binary files /dev/null and b/img/frames/etched/regular/holo/l.png differ diff --git a/img/frames/etched/regular/holo/lThumb.png b/img/frames/etched/regular/holo/lThumb.png new file mode 100644 index 00000000..07568225 Binary files /dev/null and b/img/frames/etched/regular/holo/lThumb.png differ diff --git a/img/frames/etched/regular/l.png b/img/frames/etched/regular/l.png new file mode 100644 index 00000000..fd55f50a Binary files /dev/null and b/img/frames/etched/regular/l.png differ diff --git a/img/frames/etched/regular/lThumb.png b/img/frames/etched/regular/lThumb.png new file mode 100644 index 00000000..34826ad6 Binary files /dev/null and b/img/frames/etched/regular/lThumb.png differ diff --git a/img/frames/etched/regular/pt/a.png b/img/frames/etched/regular/pt/a.png index 47d6c773..ad1b0b63 100644 Binary files a/img/frames/etched/regular/pt/a.png and b/img/frames/etched/regular/pt/a.png differ diff --git a/img/frames/etched/regular/pt/aThumb.png b/img/frames/etched/regular/pt/aThumb.png index 3b059639..19688bbe 100644 Binary files a/img/frames/etched/regular/pt/aThumb.png and b/img/frames/etched/regular/pt/aThumb.png differ diff --git a/img/frames/etched/regular/pt/l.png b/img/frames/etched/regular/pt/l.png new file mode 100644 index 00000000..63782868 Binary files /dev/null and b/img/frames/etched/regular/pt/l.png differ diff --git a/img/frames/etched/regular/pt/lThumb.png b/img/frames/etched/regular/pt/lThumb.png new file mode 100644 index 00000000..c1b5016d Binary files /dev/null and b/img/frames/etched/regular/pt/lThumb.png differ diff --git a/js/creator-23.js b/js/creator-23.js index a00c951d..315d2e65 100644 --- a/js/creator-23.js +++ b/js/creator-23.js @@ -624,6 +624,8 @@ function cardFrameProperties(colors, manaCost, typeLine, power, style) { } else if (style == 'Etched') { if (colors.length > 2) { typeTitle = 'M'; + } else if (colors.length == 1) { + typeTitle = colors[0]; } else { typeTitle = 'L'; } @@ -1633,10 +1635,6 @@ function makeUBFrameByLetter(letter, mask = false, maskToRightHalf = false) { return frame; } function makeEtchedFrameByLetter(letter, mask = false, maskToRightHalf = false) { - if (letter == 'L') { - letter = 'C'; - } - letter = letter.toUpperCase(); var frameNames = { 'W': 'White', diff --git a/js/frames/packEtched.js b/js/frames/packEtched.js index 3ecd8ae0..a0024408 100644 --- a/js/frames/packEtched.js +++ b/js/frames/packEtched.js @@ -12,6 +12,7 @@ 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:'Land Frame', src:'/img/frames/etched/regular/l.png', masks: masks}, {name:'Colorless Frame', src:'/img/frames/etched/regular/c.png', masks:masks}, {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}, @@ -20,15 +21,17 @@ availableFrames = [ {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:'Land Power/Toughness', src:'/img/frames/etched/regular/pt/l.png', bounds:bounds}, {name:'Colorless Power/Toughness', src:'/img/frames/etched/regular/pt/c.png', bounds:bounds}, - {name:'White Legend Crown', src:'/img/frames/etched/regular/crowns/w.png', bounds:bounds3, complementary:24}, - {name:'Blue Legend Crown', src:'/img/frames/etched/regular/crowns/u.png', bounds:bounds3, complementary:24}, - {name:'Black Legend Crown', src:'/img/frames/etched/regular/crowns/b.png', bounds:bounds3, complementary:24}, - {name:'Red Legend Crown', src:'/img/frames/etched/regular/crowns/r.png', bounds:bounds3, complementary:24}, - {name:'Green Legend Crown', src:'/img/frames/etched/regular/crowns/g.png', bounds:bounds3, complementary:24}, - {name:'Multicolored Legend Crown', src:'/img/frames/etched/regular/crowns/m.png', bounds:bounds3, complementary:24}, - {name:'Artifact Legend Crown', src:'/img/frames/etched/regular/crowns/a.png', bounds:bounds3, complementary:24}, - {name:'Colorless Crown', src:'/img/frames/etched/regular/crowns/c.png', bounds:bounds3, complementary:24}, + {name:'White Legend Crown', src:'/img/frames/etched/regular/crowns/w.png', bounds:bounds3, complementary:27}, + {name:'Blue Legend Crown', src:'/img/frames/etched/regular/crowns/u.png', bounds:bounds3, complementary:27}, + {name:'Black Legend Crown', src:'/img/frames/etched/regular/crowns/b.png', bounds:bounds3, complementary:27}, + {name:'Red Legend Crown', src:'/img/frames/etched/regular/crowns/r.png', bounds:bounds3, complementary:27}, + {name:'Green Legend Crown', src:'/img/frames/etched/regular/crowns/g.png', bounds:bounds3, complementary:27}, + {name:'Multicolored Legend Crown', src:'/img/frames/etched/regular/crowns/m.png', bounds:bounds3, complementary:27}, + {name:'Artifact Legend Crown', src:'/img/frames/etched/regular/crowns/a.png', bounds:bounds3, complementary:27}, + {name:'Land Crown', src:'/img/frames/etched/regular/crowns/l.png', bounds:bounds3, complementary:27}, + {name:'Colorless Crown', src:'/img/frames/etched/regular/crowns/c.png', bounds:bounds3, complementary:27}, {name:'Legend Crown Cover', src:'/img/frames/etched/regular/crowns/cover.svg'}, {name:'White Holo Stamp', src:'/img/frames/etched/regular/holo/w.png', bounds:bounds2}, {name:'Blue Holo Stamp', src:'/img/frames/etched/regular/holo/u.png', bounds:bounds2}, @@ -37,6 +40,7 @@ availableFrames = [ {name:'Green Holo Stamp', src:'/img/frames/etched/regular/holo/g.png', bounds:bounds2}, {name:'Multicolored Holo Stamp', src:'/img/frames/etched/regular/holo/m.png', bounds:bounds2}, {name:'Artifact Holo Stamp', src:'/img/frames/etched/regular/holo/a.png', bounds:bounds2}, + {name:'Land Holo Stamp', src:'/img/frames/etched/regular/holo/l.png', bounds:bounds2}, {name:'Colorless Holo Stamp', src:'/img/frames/etched/regular/holo/c.png', bounds:bounds2} ]; //disables/enables the "Load Frame Version" button