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:
Starwalker
2009-12-15 08:50:59 +00:00
parent 626f98a29e
commit 8588772eb5
50 changed files with 13676 additions and 15549 deletions
@@ -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>