mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10:23 +02:00
Corrections for some items from UB
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1204 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -1,28 +1,19 @@
|
||||
<!-- 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>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<INCOMPATIBLEATTACHMENTLIST>
|
||||
<INCOMPATIBLEATTACHMENT>
|
||||
<itemIndex>50</itemIndex>
|
||||
<incompatibleattachmentIndex>209</incompatibleattachmentIndex>
|
||||
</INCOMPATIBLEATTACHMENT>
|
||||
<INCOMPATIBLEATTACHMENT>
|
||||
<itemIndex>209</itemIndex>
|
||||
<incompatibleattachmentIndex>50</incompatibleattachmentIndex>
|
||||
</INCOMPATIBLEATTACHMENT>
|
||||
<INCOMPATIBLEATTACHMENT>
|
||||
<itemIndex>223</itemIndex>
|
||||
<incompatibleattachmentIndex>224</incompatibleattachmentIndex>
|
||||
</INCOMPATIBLEATTACHMENT>
|
||||
<INCOMPATIBLEATTACHMENT>
|
||||
<itemIndex>224</itemIndex>
|
||||
<incompatibleattachmentIndex>223</incompatibleattachmentIndex>
|
||||
</INCOMPATIBLEATTACHMENT>
|
||||
</INCOMPATIBLEATTACHMENTLIST>
|
||||
Reference in New Issue
Block a user