mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +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
27 lines
804 B
XML
27 lines
804 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>256</sItemIndex> <!-- Beer -->
|
|
<ubOptimalNumber>12</ubOptimalNumber>
|
|
</INVENTORY>
|
|
<INVENTORY>
|
|
<uiIndex>1</uiIndex>
|
|
<sItemIndex>255</sItemIndex> <!-- Wine -->
|
|
<ubOptimalNumber>6</ubOptimalNumber>
|
|
</INVENTORY>
|
|
<INVENTORY>
|
|
<uiIndex>2</uiIndex>
|
|
<sItemIndex>245</sItemIndex> <!-- Alcohol -->
|
|
<ubOptimalNumber>9</ubOptimalNumber>
|
|
</INVENTORY>
|
|
</INVENTORYLIST>
|