Add Nicknames addon pack

This commit is contained in:
Josh Birnholz
2023-02-16 15:17:08 -05:00
parent 4af428b1cd
commit ed4fc08c1b
33 changed files with 23 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@@ -6,6 +6,7 @@ const frameNames = new Map ([
['Inner Crowns', 'M15InnerCrowns'], ['Inner Crowns', 'M15InnerCrowns'],
['Miracle', 'M15Miracle'], ['Miracle', 'M15Miracle'],
['Holo Stamps', 'M15HoloStamps'], ['Holo Stamps', 'M15HoloStamps'],
['Nicknames', 'M15Nickname2'],
['Dark Power/Toughness', 'M15DarkPT'], ['Dark Power/Toughness', 'M15DarkPT'],
['Colored Borders', 'M15Borders'], ['Colored Borders', 'M15Borders'],
['Color Identity Pips', 'M15CIPips'], ['Color Identity Pips', 'M15CIPips'],

View File

@@ -4,6 +4,7 @@ loadFramePacks([
{name:'Legend Crowns', value:'M15LegendCrowns'}, {name:'Legend Crowns', value:'M15LegendCrowns'},
{name:'Floating Legend Crowns', value:'M15LegendCrownsFloating'}, {name:'Floating Legend Crowns', value:'M15LegendCrownsFloating'},
{name:'Inner Crowns', value:'M15InnerCrowns'}, {name:'Inner Crowns', value:'M15InnerCrowns'},
{name:'Nicknames', value:'M15Nickname-2'},
{name:'Miracle', value:'M15Miracle'}, {name:'Miracle', value:'M15Miracle'},
{name:'Holo Stamps', value:'M15HoloStamps'}, {name:'Holo Stamps', value:'M15HoloStamps'},
{name:'Dark Power/Toughness', value:'M15DarkPT'}, {name:'Dark Power/Toughness', value:'M15DarkPT'},

View File

@@ -0,0 +1,21 @@
//Create objects for common properties across available frames
var masks3 = [{src:'/img/frames/m15/nickname/m15NicknameMaskTrueName.png', name:'True Title'}];
var bounds3 = {x:0.0494, y:0.0405, width:0.9014, height:0.1053};
//defines available frames
availableFrames = [
{name:'White Nickname', src:'/img/frames/m15/nickname/addons/m15NicknameTitleW.png', masks:masks3, bounds:bounds3},
{name:'Blue Nickname', src:'/img/frames/m15/nickname/addons/m15NicknameTitleU.png', masks:masks3, bounds:bounds3},
{name:'Black Nickname', src:'/img/frames/m15/nickname/addons/m15NicknameTitleB.png', masks:masks3, bounds:bounds3},
{name:'Red Nickname', src:'/img/frames/m15/nickname/addons/m15NicknameTitleR.png', masks:masks3, bounds:bounds3},
{name:'Green Nickname', src:'/img/frames/m15/nickname/addons/m15NicknameTitleG.png', masks:masks3, bounds:bounds3},
{name:'Multicolored Nickname', src:'/img/frames/m15/nickname/addons/m15NicknameTitleM.png', masks:masks3, bounds:bounds3},
{name:'Artifact Nickname', src:'/img/frames/m15/nickname/addons/m15NicknameTitleA.png', masks:masks3, bounds:bounds3},
{name:'Land Nickname', src:'/img/frames/m15/nickname/addons/m15NicknameTitleL.png', masks:masks3, bounds:bounds3}
];
//disables/enables the "Load Frame Version" button
document.querySelector('#loadFrameVersion').disabled = true;
//defines process for loading this version, if applicable
document.querySelector('#loadFrameVersion').onclick = null;
//loads available frames
loadFramePack();
addTextbox("Nickname");

BIN
nyx/a.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

BIN
nyx/b.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1016 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 KiB

BIN
nyx/g.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 KiB

BIN
nyx/m.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

BIN
nyx/r.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

BIN
nyx/u.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 557 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

BIN
nyx/w.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 963 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 KiB