clarify readme ; clarify profiles in GST ; experiment cryx
This commit is contained in:
parent
888cefb299
commit
d32340ce70
3 changed files with 20 additions and 2032 deletions
17
README.md
17
README.md
|
|
@ -30,10 +30,16 @@ Yeah! We have it hosted on AppSpot. Take a look: [BattleScribe Data on Appspot][
|
||||||
## Guide lines
|
## Guide lines
|
||||||
### Sharing data
|
### 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.
|
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.
|
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.
|
||||||
* 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 is defined in its CAT's `forceEntries` (include with `modifier` and `infoLink`).
|
||||||
* Theme force rules in their corresponding army catalogue's shared rules section.
|
* Model is defined in its CAT's `selectionEntries`.
|
||||||
|
* 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` (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` (include with `entryLink`).
|
||||||
|
|
||||||
## Links
|
## Links
|
||||||
|
|
||||||
|
|
@ -44,5 +50,4 @@ It is better practice to define common entries/rules in a single file to get the
|
||||||
|
|
||||||
[BattleScribe homepage]: http://www.battlescribe.net/
|
[BattleScribe homepage]: http://www.battlescribe.net/
|
||||||
[BattleScribe Data on Appspot]: http://battlescribedata.appspot.com/#/repos
|
[BattleScribe Data on Appspot]: http://battlescribedata.appspot.com/#/repos
|
||||||
[Getting Started wiki]: https://github.com/BSData/catalogue-development/wiki/Getting-Started
|
[Getting Started wiki]: https://github.com/BSData/catalogue-development/wiki/Getting-Started
|
||||||
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
<characteristicType id="414f4523232344415441232323" name="AOE"/>
|
<characteristicType id="414f4523232344415441232323" name="AOE"/>
|
||||||
<characteristicType id="504f5723232344415441232323" name="POW"/>
|
<characteristicType id="504f5723232344415441232323" name="POW"/>
|
||||||
<characteristicType id="502b5323232344415441232323" name="P+S"/>
|
<characteristicType id="502b5323232344415441232323" name="P+S"/>
|
||||||
<characteristicType id="4c2f522f4823232344415441232323" name="L/R/H"/>
|
<characteristicType id="4c2f522f4823232344415441232323" name="Location"/>
|
||||||
</characteristicTypes>
|
</characteristicTypes>
|
||||||
</profileType>
|
</profileType>
|
||||||
<profileType id="8ec0-d76c-650f-0a4b" name="Spell">
|
<profileType id="8ec0-d76c-650f-0a4b" name="Spell">
|
||||||
|
|
@ -27,6 +27,7 @@
|
||||||
<characteristicType id="504f5723232344415441232323" name="POW"/>
|
<characteristicType id="504f5723232344415441232323" name="POW"/>
|
||||||
<characteristicType id="555023232344415441232323" name="UP"/>
|
<characteristicType id="555023232344415441232323" name="UP"/>
|
||||||
<characteristicType id="4f464623232344415441232323" name="OFF"/>
|
<characteristicType id="4f464623232344415441232323" name="OFF"/>
|
||||||
|
<characteristicType id="1665-0d26-0cb8-d647" name="Description"/>
|
||||||
</characteristicTypes>
|
</characteristicTypes>
|
||||||
</profileType>
|
</profileType>
|
||||||
<profileType id="3f52-e6f4-87ff-5105" name="Warcaster">
|
<profileType id="3f52-e6f4-87ff-5105" name="Warcaster">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue