nonjosh / gloomhaven

All of the JSON data files and card images that the GCV utilizes for Gloomhaven

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gloomhaven (GH)

An easy-to-use collection of data and images from Gloomhaven by Cephalofair Games - Developer: Isaac Childres.

11/10/2021: Only used for Firefox Add-On. The new Chrome Extension is powered by Worldhaven Asset Viewer.

What's included

This repository contains data and images for the following components:

  • attack-modifiers
  • battle-goals
  • character-ability-cards
  • character-ability-cards-revised
  • character-mats
  • character-perks
  • events
  • items
  • monster-ability-cards
  • monster-stat-cards
  • overlay-tokens
  • personal-goals
  • player-aid-cards
  • random-dungeons
  • random-scenarios
  • summons
  • world-map

There are four top-level directories; data , images , pbf ,and xwc.

data

The data folder contains all GH Card Viewer data in JSON format.

images

The images folder contains all GH Card Viewer images for each of the above components.

pbf

The pbf folder contains specific GH Card Viewer images for Play By Forum (PBF) use.

xwc

The xwc folder contains all of the files that power the GH Card Viewer Chrome Extension/Firefox Add-On.

Usage

You can use this data to build your own apps, etc.

The easiest way to do this is via Git submodule:

  • Git submodule: git submodule add https://github.com/any2cards/gloomhaven.git

Bugs / Issues

Please open a ticket on Github.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request 🎉

When adding images please use TinyPNG to reduce their filesize as much as possible without affecting image quality.

Projects

A list of projects that use this content:

Want your project listed here? Let us know!

Versioning

This project uses SemVer. Given a MAJOR.MINOR.PATCH version number, we will increment the:

  • MAJOR version when existing content is changed in such a way that it can break consumers of the data
  • MINOR version when new content is added in a backwards-compatible manner, or existing content is changed in a backwards-compatible manner
  • PATCH version when fixing mistakes in existing content

History

See the Releases tab in Github.

Contributors

This work would not have been possible without the invaluable help and guidance of Guido Kessels. You can find his excellent X-Wing data at: https://github.com/guidokessels/xwing-data.


Gloomhaven: Gloomhaven and all related properties, images and text are owned by Cephalofair Games.

About

All of the JSON data files and card images that the GCV utilizes for Gloomhaven


Languages

Language:JavaScript 59.9%Language:HTML 39.9%Language:CSS 0.3%