53 lines
No EOL
2.4 KiB
Markdown
53 lines
No EOL
2.4 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.
|
|
Before adding a new model/rule/spell/weapon to an army's catalogue, look for it in all CATs to link it if this item is shared between armies.
|
|
|
|
* Theme force is defined in its CAT's `forceEntries` (include with `modifier` and `infoLink`).
|
|
* Model is defined in its CAT's `selectionEntries` with corresponding `profile`.
|
|
* Unit's option (eg. commander) is defined in its CAT's `SharedSelectionEntries` (include with `entryLink`).
|
|
* Model available in several armies is defined in a single original CAT (include with `catalogueLink`).
|
|
* Weapon is defined in its CAT's `sharedSelectionEntries` with corresponding `profile` (include with `entryLink`).
|
|
* Model/Weapon's advantage/quality is defined in the GST's `sharedRules` (include with `infoLink`).
|
|
* Model/Weapon's special rule is defined in its CAT's `sharedRules` (include with `infoLink`).
|
|
* Spell is defined in its CAT's `sharedSelectionEntries` with corresponding `profile` (include with `entryLink`).
|
|
|
|
## 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 |