mirror of
https://github.com/1dot13/gamedir.git
synced 2026-07-22 13:40:25 +02:00
Initial data import 2006.05.23 git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1 4f8fa57e-7814-0410-bad4-adc449f26b7c
28 lines
1.1 KiB
XML
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> |