No description
Find a file
Aldi Doanta d4985d7c23 Implement Action Skill to other characters (Vanilla)
Also fix z-index for Action Skill description.
2018-05-26 01:22:13 +08:00
icons Replacing action skill assets with the active one (green) 2018-05-24 22:58:21 +08:00
patch 🐛 Fix unclosed EM tag which broke Ordered Chaos tree 2017-11-29 14:35:11 -05:00
assassin.html Implement Action Skill to other characters (Vanilla) 2018-05-26 01:22:13 +08:00
assassinPortrait.png when I made this I didn't know how to use version control systems LOL 2017-07-16 16:16:14 -04:00
background.jpg when I made this I didn't know how to use version control systems LOL 2017-07-16 16:16:14 -04:00
changelog.txt Added Community Patch to the Site (#1) 2017-09-01 23:21:49 -04:00
CNAME Create CNAME 2017-07-16 16:18:12 -04:00
commando.html Implement Action Skill to other characters (Vanilla) 2018-05-26 01:22:13 +08:00
commandoPortrait.png when I made this I didn't know how to use version control systems LOL 2017-07-16 16:16:14 -04:00
gunzerker.html Implement Action Skill to other characters (Vanilla) 2018-05-26 01:22:13 +08:00
gunzerkerPortrait.png when I made this I didn't know how to use version control systems LOL 2017-07-16 16:16:14 -04:00
index.html added a home button to character screens and renamed the patch index to patch.html to reduce confusion 2017-09-02 00:48:29 -05:00
LICENSE Add MIT license 2017-07-16 16:44:27 -04:00
main.css Implement Action Skill to other characters (Vanilla) 2018-05-26 01:22:13 +08:00
mechromancer.html Rename skill-action to actionSkill to conform with current coding style 2018-05-26 00:32:54 +08:00
mechromancerPortrait.png when I made this I didn't know how to use version control systems LOL 2017-07-16 16:16:14 -04:00
mechromancerPortrait2.png when I made this I didn't know how to use version control systems LOL 2017-07-16 16:16:14 -04:00
psycho.html Implement Action Skill to other characters (Vanilla) 2018-05-26 01:22:13 +08:00
psychoPortrait.png when I made this I didn't know how to use version control systems LOL 2017-07-16 16:16:14 -04:00
README.md Create README 2017-07-16 16:41:15 -04:00
siren.html Implement Action Skill to other characters (Vanilla) 2018-05-26 01:22:13 +08:00
sirenPortrait.png when I made this I didn't know how to use version control systems LOL 2017-07-16 16:16:14 -04:00
skill_bg_blue.png when I made this I didn't know how to use version control systems LOL 2017-07-16 16:16:14 -04:00
skill_bg_blue_gray.png when I made this I didn't know how to use version control systems LOL 2017-07-16 16:16:14 -04:00
skill_bg_green.png when I made this I didn't know how to use version control systems LOL 2017-07-16 16:16:14 -04:00
skill_bg_green_gray.png when I made this I didn't know how to use version control systems LOL 2017-07-16 16:16:14 -04:00
skill_bg_red.png when I made this I didn't know how to use version control systems LOL 2017-07-16 16:16:14 -04:00
skill_bg_red_gray.png when I made this I didn't know how to use version control systems LOL 2017-07-16 16:16:14 -04:00
skillManager.js Add back permalinks but in a less ugly way 2017-09-05 01:35:15 -04:00
vanilla.html change index.html links to / links for clean URLs 2017-09-05 01:34:41 -04:00

Borderlands 2 skill calculator

This project was one of my first publicly-used websites. I am a big fan of the Borderlands franchise, and when Borderlands 2 came out, I really wanted a better skill calculator than the official one.

I put this together in, like, a week or so, using some assets from the original skill calculator and some high resolution character renders. I wanted something fully client-side with few or no external dependencies. I didn't know about Knockout or any similar tech so I stored the data in the DOM (!).

Please feel free to submit pull requests or even to fork this for your own uses.