mirror of
https://github.com/seigler/bl2skills.com
synced 2025-07-27 01:36:10 +00:00
Add Action Skill for Vanilla Version (#6)
* Replacing action skill assets with the active one (green) * Initial implementation of Action Skill * Add hardcoded skill point for action skill * Rename skill-action to actionSkill to conform with current coding style * Implement Action Skill to other characters (Vanilla) Also fix z-index for Action Skill description.
This commit is contained in:
parent
11232680c7
commit
de156c0d3d
13 changed files with 67 additions and 4 deletions
|
@ -17,6 +17,12 @@
|
|||
<h3>Level <span class="charLevel">5</span> Mechromancer</h3>
|
||||
</div>
|
||||
<img unselectable="on" class="portrait" src="mechromancerPortrait.png">
|
||||
<div>
|
||||
<div class="actionSkill"><img src="icons/mechromancer-actionskill.png" />
|
||||
<div class="description"><h2>Summon Deathtrap</h2>Action Skill. Summon Deathtrap to fight for you. Cooldown: 60 seconds</div>
|
||||
<div class="points">1/1</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="treeCollection">
|
||||
<div class="treewrapper green">
|
||||
<div class="bglayer gray"></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue