mirror of
https://github.com/1dot13/source.git
synced 2026-08-19 14:20:30 +02:00
- 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:
@@ -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>
|
||||
Reference in New Issue
Block a user