| .gitignore | ||
| Circle_of_Orboros.cat | ||
| Convergence_of_Cyriss.cat | ||
| Crucible_Guard.cat | ||
| Cryx.cat | ||
| Cygnar.cat | ||
| Grymkin_the_Wicked_Harvest.cat | ||
| Infernals.cat | ||
| Khador.cat | ||
| Legion_of_Everblight.cat | ||
| Mercenaries.cat | ||
| Minions.cat | ||
| Protectorate_of_Menoth.cat | ||
| README.md | ||
| Retribution_of_Scyrah.cat | ||
| Skorne.cat | ||
| Trollbloods.cat | ||
| WarmaHordes.gst | ||
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
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 withmodifierandinfoLink). - Model is defined in its CAT's
selectionEntrieswith correspondingprofile.- Unit's option (eg. commander) is defined in its CAT's
SharedSelectionEntries(include withentryLink). - Model available in several armies is defined in a single original CAT (include with
catalogueLink).
- Unit's option (eg. commander) is defined in its CAT's
- Weapon is defined in its CAT's
sharedSelectionEntrieswith correspondingprofile(include withentryLink). - Model/Weapon's advantage/quality is defined in the GST's
sharedRules(include withinfoLink). - Model/Weapon's special rule is defined in its CAT's
sharedRules(include withinfoLink). - Spell is defined in its CAT's
sharedSelectionEntrieswith correspondingprofile(include withentryLink).