Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yuyz0112/legion-artifact-calculator

Inspired by wowdb
https://github.com/yuyz0112/legion-artifact-calculator

Last synced: about 1 month ago
JSON representation

Inspired by wowdb

Awesome Lists containing this project

README

        

# Legion-Artifact-Calculator
This calculator was inspired by WOWDB's artifact simulator.

Actually, there is no database which have the details of artifact power in chinese. So I store the data in objects in data.js.
It may cause some difficulties when the data need to be update. I highly recommend people who want to fork this repository set up a database and create a API for use instead of the way I do.

The usage of Legion Artifact Calculator is simple.
First, in the index.html, you can create wrapper:
```

``` where X is the number of your target spec.
Then, init the wrapper by: ```makeSVG(dataX, ".wrapper-X", link-color);```.