<?xml version="1.0" encoding="utf-8"?>
<!--
This file defines a list of items to be placed in this sector when the sector is first visited.  The item
is the id number from the items.xml file.

Attribute reference:
	quantity - How many of the item there are.  If missing default is 1.
	condition - The condition (0-100) of the item.  If missing default is 100.
	gridno - The grid number in the sector where the iteam appears.  If missing 
	         default is map center which may be inaccessible.  You can retrieve
	         items placed in an inaccessible location by using Shift-M, though.
-->
<ExtraItems>
  <!-- Placed just south of the insertion zone (that's gridno 5509) -->
  <Item gridno="5509" condition="95">29</Item>  <!-- G3A3 -->
  <Item gridno="5509" quantity="2">101</Item>   <!-- 2 clips of 20 round 7.62x51mm -->
</ExtraItems>
