Add Universes Beyond vehicle frame

This commit is contained in:
Josh birnholz
2023-07-15 16:37:20 -04:00
parent 8cfb6cd7c1
commit 3fef3ca09f
11 changed files with 6 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ availableFrames = [
{name:'Multicolored Frame', src:'/img/frames/m15/ub/full/m.png', masks:masks},
{name:'Artifact Frame', src:'/img/frames/m15/ub/full/a.png', masks:masks},
{name:'Land Frame', src:'/img/frames/m15/ub/full/l.png', masks:masks},
{name:'Vehicle Frame', src:'/img/frames/m15/ub/full/v.png', masks:masks},
{name:'White Land Frame', src:'/img/frames/m15/ub/full/wl.png', masks:masks},
{name:'Blue Land Frame', src:'/img/frames/m15/ub/full/ul.png', masks:masks},
{name:'Black Land Frame', src:'/img/frames/m15/ub/full/bl.png', masks:masks},
@@ -26,6 +27,7 @@ availableFrames = [
{name:'Multicolored Power/Toughness', src:'/img/frames/m15/ub/pt/m.png', bounds:bounds},
{name:'Artifact Power/Toughness', src:'/img/frames/m15/ub/pt/a.png', bounds:bounds},
{name:'Colorless Power/Toughness', src:'/img/frames/m15/ub/pt/c.png', bounds:bounds},
{name:'Vehicle Power/Toughness', src:'/img/frames/m15/ub/pt/v.png', bounds:bounds},
{name:'White Holo Stamp', src:'/img/frames/m15/ub/regular/stamp/w.png', bounds:bounds2},
{name:'Blue Holo Stamp', src:'/img/frames/m15/ub/regular/stamp/u.png', bounds:bounds2},
{name:'Black Holo Stamp', src:'/img/frames/m15/ub/regular/stamp/b.png', bounds:bounds2},