mirror of
https://github.com/1dot13/gamedir.git
synced 2026-07-22 13:40:25 +02:00
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1519 4f8fa57e-7814-0410-bad4-adc449f26b7c
23 lines
541 B
XML
23 lines
541 B
XML
<!--
|
|
|
|
This file defines garrisons in game.
|
|
|
|
Fields index:
|
|
Sector - it is where garrison will be sitting. Provide valid sector name.
|
|
|
|
Composition - it is composition index of garrison. Composition define quantity
|
|
and quality of enemy forces. Look into ArmyCompositions.xml for
|
|
more information.
|
|
|
|
NOTE: Maximum 100 garrisons can be used in game.
|
|
|
|
Changes require starting of a new game.
|
|
|
|
-->
|
|
<GARRISON_INFO>
|
|
<GARRISON>
|
|
<Sector>H9</Sector>
|
|
<Composition>0</Composition>
|
|
</GARRISON>
|
|
</GARRISON_INFO>
|