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
55 lines
1.8 KiB
XML
55 lines
1.8 KiB
XML
<!-- this a comment, all of the text between the angled brackets is ignored
|
|
|
|
Attribute Field Reference:
|
|
|
|
launchableIndex - index of launchable item
|
|
itemIndex - index of item that launchable can be launched from
|
|
|
|
IMPORTANT!!!!!
|
|
|
|
All equal launchable indexes should be grouped together. The is due to the way the code looks at this array. If you separate equal launchable indexes, the launchables that come after the first group will not be found by the game.
|
|
|
|
-->
|
|
|
|
<LAUNCHABLELIST>
|
|
<LAUNCHABLE>
|
|
<launchableIndex>147</launchableIndex> <!-- 40mm Grenade -->
|
|
<itemIndex>40</itemIndex> <!-- M79 -->
|
|
</LAUNCHABLE>
|
|
<LAUNCHABLE>
|
|
<launchableIndex>147</launchableIndex> <!-- 40mm Grenade -->
|
|
<itemIndex>50</itemIndex> <!-- Talon -->
|
|
</LAUNCHABLE>
|
|
<LAUNCHABLE>
|
|
<launchableIndex>148</launchableIndex> <!-- 40mm Tear Gas -->
|
|
<itemIndex>40</itemIndex> <!-- M79 -->
|
|
</LAUNCHABLE>
|
|
<LAUNCHABLE>
|
|
<launchableIndex>148</launchableIndex> <!-- 40mm Tear Gas -->
|
|
<itemIndex>50</itemIndex> <!-- Talon -->
|
|
</LAUNCHABLE>
|
|
<LAUNCHABLE>
|
|
<launchableIndex>149</launchableIndex> <!-- 40mm Stun -->
|
|
<itemIndex>40</itemIndex> <!-- M79 -->
|
|
</LAUNCHABLE>
|
|
<LAUNCHABLE>
|
|
<launchableIndex>149</launchableIndex> <!-- 40mm Stun -->
|
|
<itemIndex>50</itemIndex> <!-- Talon -->
|
|
</LAUNCHABLE>
|
|
<LAUNCHABLE>
|
|
<launchableIndex>150</launchableIndex> <!-- 40mm Smoke -->
|
|
<itemIndex>40</itemIndex> <!-- M79 -->
|
|
</LAUNCHABLE>
|
|
<LAUNCHABLE>
|
|
<launchableIndex>150</launchableIndex> <!-- 40mm Smoke -->
|
|
<itemIndex>50</itemIndex> <!-- Talon -->
|
|
</LAUNCHABLE>
|
|
<LAUNCHABLE>
|
|
<launchableIndex>140</launchableIndex> <!-- Mortar Shell -->
|
|
<itemIndex>41</itemIndex> <!-- Mortar -->
|
|
</LAUNCHABLE>
|
|
<LAUNCHABLE>
|
|
<launchableIndex>152</launchableIndex> <!-- Shell -->
|
|
<itemIndex>60</itemIndex> <!-- Cannon -->
|
|
</LAUNCHABLE>
|
|
</LAUNCHABLELIST> |