BSD_WarmaHordes_mk3/README.md

48 lines
2 KiB
Markdown

# Warmachine & Hordes
### Warning :
__Work in progress...__
This project has been forked from BSD official mk2 to create mk3, but is incomplete and contains outdated data.
Any help will be greatly appreciated.
#### Contents
* [Overview][]
* [Guide lines][]
* [Links][]
[Overview]: #overview
[Links]: #links
## Overview
__What's this?__
BSData organisation created this project. It's GitHub repository of datafiles. Maintained by community, in no way endorsed by BattleScribe. If you want to develop - cool! We need you! Take a look at [Getting Started wiki][].
We currently are working on adding all the factions, but it will take some time. It will go a lot faster with some more help, please consider helping out. So maybe we can have an actual working set soon. (No we will not take down the ones up untill we have them all finished.)
__Okay, nice project. Is it actually working?__ _I just want those files..._
Yeah! We have it hosted on AppSpot. Take a look: [BattleScribe Data on Appspot][]
## Guide lines
### Sharing data
It is better practice to define common entries/rules in a single file to get them from any army catalogue and to easily maintain it without duplicate oddities.
* Common model between armies defined in a single original catalogue (eg. Mercenary) and included in another with a catalogueLink.
* Model's special rules in the game system's shared rules section.
* Weapon rules in their corresponding army catalogue's shared rules section. If you notice this weapon's rule is shared between armies, then define it in game system's shared rules.
* Theme force rules in their corresponding army catalogue's shared rules section.
## Links
* [BattleScribe homepage][]
* [BattleScribe Data on Appspot][]
* [Getting Started wiki][]
[BattleScribe homepage]: http://www.battlescribe.net/
[BattleScribe Data on Appspot]: http://battlescribedata.appspot.com/#/repos
[Getting Started wiki]: https://github.com/BSData/catalogue-development/wiki/Getting-Started