mirror of
https://github.com/1dot13/gamedir.git
synced 2026-08-05 14:00:28 +02:00
added rhe missing subdirectory for Extra Items and moved existing files into the new subdirectory
21 lines
519 B
XML
21 lines
519 B
XML
<!-- This is just an empty template for the addition extra sector items -->
|
|
<!-- See "Docs\Extra Sector Items.txt" for additional informations -->
|
|
<!--
|
|
<ExtraItems>
|
|
<Item>
|
|
<uiIndex>201</uiIndex>
|
|
<quantity>1</quantity>
|
|
<condition>80</condition>
|
|
<gridno>6479</gridno>
|
|
<visible>1</visible>
|
|
</Item>
|
|
<Item>
|
|
<uiIndex>15</uiIndex>
|
|
<quantity>1</quantity>
|
|
<condition>80</condition>
|
|
<gridno>6479</gridno>
|
|
<visible>1</visible>
|
|
</Item>
|
|
</ExtraItems>
|
|
-->
|