Add shared data advice in readme
This commit is contained in:
parent
a689da8c11
commit
14ec731adb
1 changed files with 8 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ Any help will be greatly appreciated.
|
||||||
|
|
||||||
#### Contents
|
#### Contents
|
||||||
* [Overview][]
|
* [Overview][]
|
||||||
|
* [Guide lines][]
|
||||||
* [Links][]
|
* [Links][]
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -26,6 +27,13 @@ __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][]
|
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
|
## Links
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue