infininight / gamedatabase

EpicSevenDB.com community database for game information, such as Heroes, Artifacts, Gear, Skills and anything else necessary to feed the DB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EpicSevenDB.com - Game Database Build Status

EpicSevenDB.com community database for game information, such as Heroes, Artifacts, Gear, Skills and anything else necessary to feed the DB

Feel free to open an Issue if you see something wrong or some data/property is missing. Better yet if you make a Pull Request with the fixes :-)

General Contributing Rules

Whenever referring to another hero, another resource, always write them with the following rules:

  • Always lowercase
  • If name contains spaces, replace them for - (dash)
    • E.g.: Ruele of Light (5 star Light hero) becomes ruele-of-light
  • If name contains ' (apostrophe) or any other special symbol (that is, not a-zA-Z0-9, and not a greek word, see rule below), simply ignore it.
    • E.g.: Water's Origin (4 star artifact) becomes waters-origin.
  • If name contains greek special symbol (that is, β), write it's greek name (reference letter->name). Some other games have items of same name with different greek letter so let's prepare for that.
    • E.g.: Abyss Guide β (Item that gives entries to Abyss dungeon) becomes abyss-guide-beta.

Contributing to Buff & Debuffs

Please read buff-debuff/README.md before contributing


Contributing to Artifacts

Please read artifact/README.md before contributing


Contributing to Heroes

Please read hero/README.md before contributing


Thank you for contributing.

Testing your changes before committing:

  1. Run npm install to install dependencies
  2. Run npm test and check if all JSONs are valid:
    • Success: you'll get a All JSON validated. Congrats! if everything is fine.
    • Error: You'll get a JSON {nameofjson} is not valid. and validation will halt with One or more JSONs are not valid. Please fix above files and commit the changes.

About

EpicSevenDB.com community database for game information, such as Heroes, Artifacts, Gear, Skills and anything else necessary to feed the DB

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%