RedGlow / TheLegendaryQuest

A tool to plan for your legendary weapon in Guild Wars 2
11 stars 2 forks source link

The Legendary Quest

The Legendary Quest is a tool to plan your legendary weapon in Guild Wars 2.

It provides information both about the crafting process, in the form of a crafting tree, and about the costs, giving you both a list of the items still needed and a breakdown of the different currencies you need to get them.

How to use it

You can directly head to the website in order to use it.

There you can choose your legendary, whether you want trading post costs to be computed as "buy now" or "buy order", and optionally put an API key in order to access your bank content, and take it into consideration for the cost computation.

After the program has finished querying the ANet services, you will get your result below.

Technical aspects

If you want to contribute, you may be interested in some technical aspects.

The program is completely contained in a single web page. Every computation is client-side, and takes advantage of the Guild Wars 2 API to query for various data (recipes, bank/material contents, inventory contents, ...).

The build infrastructure is based on npm and Grunt.

Setup a development environment

In order to setup a functional development environment, the following steps are needed:

Changelog

0.4.1

0.4.0

0.3.0

0.2.1

0.2.0

0.1.0