sw-legion-data
v5.13.0
Published
An easy-to-use collection of data for Star Wars: Legion game by Fantasy Flight Games
Downloads
17
Readme
Legion Data
An easy-to-use collection of all data from Star Wars: Legion miniatures game by Fantasy Flight Games.
What's included
This repository contains data for the following components:
- Units
- Upgrades
- Keywords
- Typed data for Typescript
- Structure for shared save format (see
types/ldf
)
Usage
You can use this data to build your own apps, army builders, web sites, etc.
The easiest way to do this is via Yarn, npm
- Yarn:
yarn add sw-legion-data
- npm:
npm install sw-legion-data
Bugs / Issues
Please open a ticket on Github.
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-awesome-feature
- Commit your changes:
git commit -am 'Add some awesome feature'
- Push to the branch:
git push origin my-awesome-feature
- Submit a pull request :tada:
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 dataMINOR
version when new content is added in a backwards-compatible manner, or existing content is changed in a backwards-compatible mannerPATCH
version when fixing mistakes in existing content
example release:
yarn minor --npm.skipChecks
History
See the Releases tab in Github.
Contributors
Originally a fork of https://github.com/andrelind/legion-data, but with the switch from Flow to Typescript, this is now its own project.
Special thanks to the following original contributors to legion-data project:
- André Lind ([email protected])
- Steve Good ([email protected])
License
MIT
Star Wars, Star Wars: Legion and all related properties and text are owned by Fantasy Flight Games, Lucasfilm Ltd., and/or Disney.