No description
Find a file
2018-05-26 00:32:54 +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 Add a stamp class for Vanilla and UCP badges 2017-09-05 01:56:46 -04: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 Fixed onslaught capitalization (#3) 2017-09-09 16:06:38 -04: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 Add a stamp class for Vanilla and UCP badges 2017-09-05 01:56:46 -04: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 Rename skill-action to actionSkill to conform with current coding style 2018-05-26 00:32:54 +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 Fix scaling values and names of Krieg's skills 2017-10-24 20:29:35 -04: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 added health scaling description to sustenance 2017-09-15 01:02:59 -05: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.