FAB talents

This commit is contained in:
Kyle
2021-10-19 21:24:30 -07:00
parent c79c7b5b63
commit 05ada08a82
24 changed files with 13 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -1,6 +1,12 @@
//defines available frames //defines available frames
availableFrames = [ availableFrames = [
{name:'Elemental Frame', src:'/img/frames/fab/talents/elemental/elemental.png', complementary:[1,4]}, {name:'Elemental Frame', src:'/img/frames/fab/talents/elemental/elemental.png', complementary:[7,10]},
{name:'Earth Frame', src:'/img/frames/fab/talents/elemental/earth.png', complementary:[7,10]},
{name:'Ice Frame', src:'/img/frames/fab/talents/elemental/ice.png', complementary:[7,10]},
{name:'Lightning Frame', src:'/img/frames/fab/talents/elemental/lightning.png', complementary:[7,10]},
{name:'Elemental Guardian Frame', src:'/img/frames/fab/talents/elemental/guardian.png', complementary:[7,10]},
{name:'Elemental Ranger Frame', src:'/img/frames/fab/talents/elemental/ranger.png', complementary:[7,10]},
{name:'Elemental Runeblade Frame', src:'/img/frames/fab/talents/elemental/runeblade.png', complementary:[7,10]},
{name:'Pitch (1)', src:'/img/frames/fab/talents/1.svg'}, {name:'Pitch (1)', src:'/img/frames/fab/talents/1.svg'},
{name:'Pitch (2)', src:'/img/frames/fab/talents/2.svg'}, {name:'Pitch (2)', src:'/img/frames/fab/talents/2.svg'},
{name:'Pitch (3)', src:'/img/frames/fab/talents/3.svg'}, {name:'Pitch (3)', src:'/img/frames/fab/talents/3.svg'},

View File

@@ -1,6 +1,8 @@
//defines available frames //defines available frames
availableFrames = [ availableFrames = [
{name:'Light Frame', src:'/img/frames/fab/talents/light/light.png', complementary:[1,4]}, {name:'Light Frame', src:'/img/frames/fab/talents/light/light.png', complementary:[3,6]},
{name:'Light Illusionist Frame', src:'/img/frames/fab/talents/light/illusionist.png', complementary:[3,6]},
{name:'Light Warrior Frame', src:'/img/frames/fab/talents/light/warrior.png', complementary:[3,6]},
{name:'Pitch (1)', src:'/img/frames/fab/talents/1.svg'}, {name:'Pitch (1)', src:'/img/frames/fab/talents/1.svg'},
{name:'Pitch (2)', src:'/img/frames/fab/talents/2.svg'}, {name:'Pitch (2)', src:'/img/frames/fab/talents/2.svg'},
{name:'Pitch (3)', src:'/img/frames/fab/talents/3.svg'}, {name:'Pitch (3)', src:'/img/frames/fab/talents/3.svg'},

View File

@@ -1,6 +1,8 @@
//defines available frames //defines available frames
availableFrames = [ availableFrames = [
{name:'Shadow Frame', src:'/img/frames/fab/talents/shadow/shadow.png', complementary:[1,4]}, {name:'Shadow Frame', src:'/img/frames/fab/talents/shadow/shadow.png', complementary:[3,6]},
{name:'Shadow Brute Frame', src:'/img/frames/fab/talents/shadow/brute.png', complementary:[3,6]},
{name:'Shadow Runeblade Frame', src:'/img/frames/fab/talents/shadow/runeblade.png', complementary:[3,6]},
{name:'Pitch (1)', src:'/img/frames/fab/talents/1.svg'}, {name:'Pitch (1)', src:'/img/frames/fab/talents/1.svg'},
{name:'Pitch (2)', src:'/img/frames/fab/talents/2.svg'}, {name:'Pitch (2)', src:'/img/frames/fab/talents/2.svg'},
{name:'Pitch (3)', src:'/img/frames/fab/talents/3.svg'}, {name:'Pitch (3)', src:'/img/frames/fab/talents/3.svg'},