mirror of
https://github.com/1dot13/gamedir.git
synced 2026-09-02 14:36:10 +02:00
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
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
<!-- 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>
|
||||
Reference in New Issue
Block a user