- xml-files migration for main game data directory

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@521 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Lesh
2006-09-30 12:56:55 +00:00
parent a41f4d8aa5
commit 53e762cf22
23 changed files with 4250 additions and 0 deletions
@@ -0,0 +1,26 @@
<!-- 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>