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> Siren</h3>
|
||||
</div>
|
||||
<img unselectable="on" class="portrait" src="sirenPortrait.png">
|
||||
<div>
|
||||
<div class="actionSkill"><img src="icons/siren-actionskill.png" />
|
||||
<div class="description"><h2>Phaselock</h2>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</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