Files
gamedir/Data/TableData/IncompatibleAttachments.xml
T
lalien cd70506add Little Alien
Initial data import 2006.05.23


git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1 4f8fa57e-7814-0410-bad4-adc449f26b7c
2006-05-23 19:13:46 +00:00

28 lines
1.1 KiB
XML

<!-- this a comment, all of the text between the angled brackets is ignored
Attribute Field Reference:
itemIndex - index of the first attachment
incompatibleattachmentIndex - index of the incompatible attachment
You must pair entries to make attachments truly incompatible. Ie: you need Bipod / Talon AND Talon / Bipod
-->
<INCOMPATIBLEATTACHMENTLIST>
<INCOMPATIBLEATTACHMENT>
<itemIndex>209</itemIndex> <!-- Bipod -->
<incompatibleattachmentIndex>50</incompatibleattachmentIndex> <!-- Talon -->
</INCOMPATIBLEATTACHMENT>
<INCOMPATIBLEATTACHMENT>
<itemIndex>50</itemIndex> <!-- Talon -->
<incompatibleattachmentIndex>209</incompatibleattachmentIndex> <!-- Bipod -->
</INCOMPATIBLEATTACHMENT>
<INCOMPATIBLEATTACHMENT>
<itemIndex>223</itemIndex> <!-- Detonator -->
<incompatibleattachmentIndex>224</incompatibleattachmentIndex> <!-- Remote Det. -->
</INCOMPATIBLEATTACHMENT>
<INCOMPATIBLEATTACHMENT>
<itemIndex>224</itemIndex> <!-- Remote Det. -->
<incompatibleattachmentIndex>223</incompatibleattachmentIndex> <!-- Detonator -->
</INCOMPATIBLEATTACHMENT>
</INCOMPATIBLEATTACHMENTLIST>