Skip to content
/ tswcalc Public
forked from joakibj/tswcalc

Living glyph/gear calculator for The Secret World

License

Notifications You must be signed in to change notification settings

mitien/tswcalc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tswcalc

tswcalc is a fan-made living talisman and glyph calculator for The Secret World (TSW), a MMORPG by Funcom. It can be used to plan how to spend your Black Bullions, Criterion Upgrades and Astral Fuses. In addition to share and show others what gear you use to tackle encounters in PvE or PvP.

tswcalc features:

  • All Nightwatch custom gear and glyphs from QL 10.0 to 10.5.
  • Custom gear able to be attached with all signets in normal, elite and epic variations.
  • Issue 6 and 7 signets.
  • NY Raid items.

tswcalc can be found at: http://joakibj.github.io/tswcalc

Note: all active development of tswcalc takes place in the develop branch. The tip of master always points to the latest, stable release. All releases are tagged. The latest release is deployed to the gh-pages branch.

Prerequisites

The tools needed to build tswcalc are:

node.js comes included with npm, the node package manager.

After installing node.js and npm, install grunt globally:

npm install -g grunt-cli

Building

Fetch the source code (if you have added a SSH key to github):

git clone [email protected]:joakibj/tswcalc.git

Alternatively:

git clone https://github.com/joakibj/tswcalc.git

Install tswcalc dependencies, defined in package.json:

npm install

Build tswcalc by running:

grunt

When developing, use:

grunt watch

The previous command monitors changes to files in the src folder. If any changes are detected, the build task is run.

Open build/index.html to view.

Distribution

To create a distribution in the dist folder:

grunt dist

Open dist/index.html to view.

License

MIT License for the source code. Please see the LICENSE file.

All art assets included in public/assets/images/icons/ folder are taken from The Secret World™ Chronicle. The artwork should be considered property of Funcom GmBH unless otherwise noted. A small sample of signet, glyph and item icons are redistributed under fair use.

About

Living glyph/gear calculator for The Secret World

Resources

License

Stars

Watchers

Forks

Packages

No packages published