Git Product home page Git Product logo

artifact-database's Introduction

Artifact-Database

It is a JSON database for Artifact, a card game created by Valve (based in Dota 2).

Languages:

  • English (en)

DEPRECATED

โ— This repository won't be updated in favor to ottah/ArtifactDB

Install

$ npm i Desvelao/artifact-database --save

JSON Schema

Set Schema

  • name : string : Name of the card set.
  • name_id : string : ID name of the card set.
  • symbol : string : Symbol of the card set.
  • order : int : Symbol of the card set.
  • releaseDate : DateTime : Date of release for the set
  • description : string : Description

Card Schema

  • name : the name of the card.
  • id : Id of the card used for matching it with signature/related cards.
  • type : int : See contants/cards_types.
  • color : string : Black/blUe/Green/Red/Yellow See contants/cards_colors.
  • rarity : string : Basic/Common/Uncommon/Rare See contants/rarities.
  • text : string :The raw card text.
  • attack : int : Attack.
  • armor : int : Armor.
  • health : int : Health.
  • goldcost : int : Cost of buying an item.
  • skills : array : An array of all abilities/effects for the Hero/Creep/Improvement/Item card. For creeps and improvements their Text has been parsed into an ability so it is easier to search for abilities.
    • name : string : Name of the ability.
    • type : int : See contants/skills_types
    • text : string : The description of the effect.
    • cooldown : int : Active affect cooldown.
  • manacost : int : Mana cost for card.
  • getInitiative : boolean : True if this card gives player initiative. If null/false it cannot.
  • anyLane : boolean : If true this card can be cast across lanes. If null/false it cannot.
  • token : boolean : If true this card is a token created by another card.
  • artist : string : Artist name.
  • lore : string : Lore description for the card.

Developers

Assets

I have a separate repository with assets (card types and card images) for the game, Desvelao/artifact-assets

artifact-database's People

Contributors

desvelao avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.