mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10:23 +02:00
- guns can now be attached to tripwire and then be used as tripwire-activatd traps o To support this feature, some (already existing) xml-tags have been added to the weapons in Data-1.13\TableData\Items.xml (<nasAttachmentClass>, <AttachmentPoint>, <AttachToPointAPCost>, <Attachment>) o see: http://www.bears-pit.com/board/ubbthreads.php/topics/305634.html#Post305634 git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1451 4f8fa57e-7814-0410-bad4-adc449f26b7c
11 lines
209 B
XML
11 lines
209 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<JA2Data>
|
|
<AttachmentPoint>
|
|
<id>0</id>
|
|
<name>None</name>
|
|
</AttachmentPoint>
|
|
<AttachmentPoint>
|
|
<id>1</id>
|
|
<name>Any Gun</name>
|
|
</AttachmentPoint>
|
|
</JA2Data> |