Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yuyz0112/legion-artifact-calculator
- Owner: Yuyz0112
- Created: 2016-01-18T10:47:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-19T06:21:35.000Z (over 8 years ago)
- Last Synced: 2024-05-01T19:14:04.088Z (7 months ago)
- Language: JavaScript
- Size: 88.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
``` where X is the number of your target spec.
First, in the index.html, you can create wrapper:
```
Then, init the wrapper by: ```makeSVG(dataX, ".wrapper-X", link-color);```.