diff --git a/assassin.html b/assassin.html index a114bb3..9ba52fd 100644 --- a/assassin.html +++ b/assassin.html @@ -17,6 +17,12 @@

Level 5 Assassin

+
+
+

Decepti0n

Action Skill. Create a holographic decoy and vanish for a few seconds. The longer you are invisible the more Damage your next attack deals, but ending invisibility sooner causes your next Deception Cooldown to refresh faster.

Cooldown: 15 seconds.
Up to 650% Melee Damage.
Up to 200% Gun Damage.
Up to 250% Gun Critical Hit Damage.
+
1/1
+
+
diff --git a/commando.html b/commando.html index f3e1abc..bc0a98f 100644 --- a/commando.html +++ b/commando.html @@ -17,6 +17,12 @@

Level 5 Commando

+
+
+

Sabre Turret

Action Skill. Deploy a Sabre Turret that automatically fires at enemies. When you're near the Sabre Turret you can reclaim it and refund some of your Cooldown.
Cooldown: 42 seconds.
+
1/1
+
+
diff --git a/gunzerker.html b/gunzerker.html index 64c85d9..6a3892c 100644 --- a/gunzerker.html +++ b/gunzerker.html @@ -17,6 +17,12 @@

Level 5 Gunzerker

+
+
+

Gunzerking

Action Skill. Draw a second gun and go nuts! While Gunzerking you Instantly Regain 50% of Your Total Health, gain Damage Reduction against enemy attacks, and constantly Regenerate Health and Ammo. Does not regenerate rockets. Cooldown: 42 seconds
+
1/1
+
+
diff --git a/icons/assassin-actionskill.png b/icons/assassin-actionskill.png index ede7e09..64da206 100644 Binary files a/icons/assassin-actionskill.png and b/icons/assassin-actionskill.png differ diff --git a/icons/commando-actionskill.png b/icons/commando-actionskill.png index 7742e80..7085f96 100644 Binary files a/icons/commando-actionskill.png and b/icons/commando-actionskill.png differ diff --git a/icons/gunzerker-actionskill.png b/icons/gunzerker-actionskill.png new file mode 100644 index 0000000..a3417d2 Binary files /dev/null and b/icons/gunzerker-actionskill.png differ diff --git a/icons/mechromancer-actionskill.png b/icons/mechromancer-actionskill.png index 26b263c..8b2ba02 100644 Binary files a/icons/mechromancer-actionskill.png and b/icons/mechromancer-actionskill.png differ diff --git a/icons/psycho-actionskill.png b/icons/psycho-actionskill.png new file mode 100644 index 0000000..d134595 Binary files /dev/null and b/icons/psycho-actionskill.png differ diff --git a/icons/siren-actionskill.png b/icons/siren-actionskill.png index 9752db9..f37755e 100644 Binary files a/icons/siren-actionskill.png and b/icons/siren-actionskill.png differ diff --git a/main.css b/main.css index 11cc638..df9997c 100644 --- a/main.css +++ b/main.css @@ -186,6 +186,12 @@ body.choicePage .wrapper { height: 53px; } +.actionSkill { + display: inline-block; + position: relative; + cursor: pointer; +} + .points { visibility: hidden; position: absolute; @@ -199,11 +205,16 @@ body.choicePage .wrapper { color: white; } +.actionSkill .points { + visibility: initial; +} + .skill.partial .points { color: #F80; } -.skill.full .points { +.skill.full .points, +.actionSkill .points { color: #0B0; } @@ -243,12 +254,14 @@ legend { display: none; } -.tree .description { +.tree .description, +.actionSkill .description + { display: none; position: absolute; top: 0; width: 200px; - z-index: 20; + z-index: 21; background-color: #111; color: white; padding: 0 0.25em 0.5em; @@ -264,6 +277,11 @@ legend { right: 110%; } +.actionSkill .description { + top: 10%; + left: 105%; +} + .tier[data-level='4'] .description { top: auto; bottom: -59px; @@ -279,7 +297,8 @@ legend { bottom: 0; } -.tree .description h2 { +.tree .description h2, +.actionSkill .description h2 { padding: 0.15em 0; margin-bottom: 0.15em; font-size: 125%; @@ -362,6 +381,14 @@ legend { display: none; } +.actionSkill:hover .description { + display: block; +} + +.actionSkill:hover .description:hover { + display: none; +} + .green legend { color: #41974D; } diff --git a/mechromancer.html b/mechromancer.html index 51b803e..0cd069b 100644 --- a/mechromancer.html +++ b/mechromancer.html @@ -17,6 +17,12 @@

Level 5 Mechromancer

+
+
+

Summon Deathtrap

Action Skill. Summon Deathtrap to fight for you. Cooldown: 60 seconds
+
1/1
+
+
diff --git a/psycho.html b/psycho.html index deaab1d..8b6d7f3 100644 --- a/psycho.html +++ b/psycho.html @@ -17,6 +17,12 @@

Level 5 Psycho

+
+
+

Buzz Axe Rampage

Your Melee Damage and Movement Speed is increased. Killing an enemy instantly refills your Health. Taking damage accelerates Cooldown Recharge.
Melee Damage: 500%
Cooldown: 120 seconds
+
1/1
+
+
diff --git a/siren.html b/siren.html index fa4ceb9..a5e038d 100644 --- a/siren.html +++ b/siren.html @@ -17,6 +17,12 @@

Level 5 Siren

+
+
+

Phaselock

Action Skill. Lock an enemy in another dimension, preventing him from fighting back for a short while. Some enemies cannot be Phaselocked and instead instantly take damage. Cooldown: 13 seconds
+
1/1
+
+