mirror of
https://github.com/1dot13/gamedir.git
synced 2026-07-29 13:52:22 +02:00
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@521 4f8fa57e-7814-0410-bad4-adc449f26b7c
17 lines
520 B
XML
17 lines
520 B
XML
<!-- this a comment, all of the text between the angled brackets is ignored
|
|
|
|
Attribute Field Reference:
|
|
|
|
uiIndex - index of item in array, just increment this for each new entry
|
|
sItemIndex - item index to stock
|
|
ubOptimalNumber - optimal number of items to keep in stock - if zero, shopkeeper will just buy item, not sell it
|
|
|
|
-->
|
|
<INVENTORYLIST>
|
|
<INVENTORY>
|
|
<uiIndex>0</uiIndex>
|
|
<sItemIndex>0</sItemIndex> <!-- Nada -->
|
|
<ubOptimalNumber>0</ubOptimalNumber>
|
|
</INVENTORY>
|
|
</INVENTORYLIST>
|