mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
MERGED GameDir files from the development GameDir folder from revision 4545 up to 4882
Development GameDir folder: https://ja2svn.dyndns.org/source/ja2/branches/Wanne/JA2%201.13%20MP/GameDir git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1353 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<!--
|
||||
|
||||
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>
|
||||
Reference in New Issue
Block a user