diff --git a/img/frames/etched/regular/pt/v.png b/img/frames/etched/regular/pt/v.png new file mode 100644 index 00000000..6f25e9b9 Binary files /dev/null and b/img/frames/etched/regular/pt/v.png differ diff --git a/img/frames/etched/regular/pt/vThumb.png b/img/frames/etched/regular/pt/vThumb.png new file mode 100644 index 00000000..07f30b04 Binary files /dev/null and b/img/frames/etched/regular/pt/vThumb.png differ diff --git a/img/frames/etched/regular/v.png b/img/frames/etched/regular/v.png new file mode 100644 index 00000000..cbd97120 Binary files /dev/null and b/img/frames/etched/regular/v.png differ diff --git a/img/frames/etched/regular/vThumb.png b/img/frames/etched/regular/vThumb.png new file mode 100644 index 00000000..14916a66 Binary files /dev/null and b/img/frames/etched/regular/vThumb.png differ diff --git a/js/creator-23.js b/js/creator-23.js index 4716ce5a..1da86d29 100644 --- a/js/creator-23.js +++ b/js/creator-23.js @@ -2037,6 +2037,8 @@ function makeEtchedFrameByLetter(letter, mask = false, maskToRightHalf = false) letter = 'M'; } else if (letter.includes('L') && letter.length > 1) { letter = letter[0]; + } else if (letter == 'V' && mask == 'Crown') { + letter = 'A'; } var frameName = frameNames[letter]; diff --git a/js/frames/packEtched.js b/js/frames/packEtched.js index a0024408..5721f944 100644 --- a/js/frames/packEtched.js +++ b/js/frames/packEtched.js @@ -14,6 +14,7 @@ availableFrames = [ {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:'Vehicle Frame', src:'/img/frames/etched/regular/v.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}, {name:'Black Power/Toughness', src:'/img/frames/etched/regular/pt/b.png', bounds:bounds}, @@ -22,16 +23,17 @@ availableFrames = [ {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:'Vehicle Power/Toughness', src:'/img/frames/etched/regular/pt/v.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: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:'White Legend Crown', src:'/img/frames/etched/regular/crowns/w.png', bounds:bounds3, complementary:29}, + {name:'Blue Legend Crown', src:'/img/frames/etched/regular/crowns/u.png', bounds:bounds3, complementary:29}, + {name:'Black Legend Crown', src:'/img/frames/etched/regular/crowns/b.png', bounds:bounds3, complementary:29}, + {name:'Red Legend Crown', src:'/img/frames/etched/regular/crowns/r.png', bounds:bounds3, complementary:29}, + {name:'Green Legend Crown', src:'/img/frames/etched/regular/crowns/g.png', bounds:bounds3, complementary:29}, + {name:'Multicolored Legend Crown', src:'/img/frames/etched/regular/crowns/m.png', bounds:bounds3, complementary:29}, + {name:'Artifact Legend Crown', src:'/img/frames/etched/regular/crowns/a.png', bounds:bounds3, complementary:29}, + {name:'Land Crown', src:'/img/frames/etched/regular/crowns/l.png', bounds:bounds3, complementary:29}, + {name:'Colorless Crown', src:'/img/frames/etched/regular/crowns/c.png', bounds:bounds3, complementary:29}, {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},