Files
source/gamedir/Data-1.13/TableData/NPCInventory/PeterInventory.xml
T
Lesh a41f4d8aa5 - xml-files migration
- xml for movement costs was added

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@520 4f8fa57e-7814-0410-bad4-adc449f26b7c
2006-09-30 12:24:52 +00:00

27 lines
759 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>
<ubOptimalNumber>12</ubOptimalNumber>
</INVENTORY>
<INVENTORY>
<uiIndex>1</uiIndex>
<sItemIndex>255</sItemIndex>
<ubOptimalNumber>6</ubOptimalNumber>
</INVENTORY>
<INVENTORY>
<uiIndex>2</uiIndex>
<sItemIndex>245</sItemIndex>
<ubOptimalNumber>9</ubOptimalNumber>
</INVENTORY>
</INVENTORYLIST>