<?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 outside the rebel bunker (that's gridno 9170) -->
  <Item gridno="9170" condition="95">177</Item>  <!-- Kevlar helmet -->
  <Item gridno="9170" condition="97">164</Item>  <!-- Kevlar vest -->
  <Item gridno="9170">203</Item>                 <!-- Tool kit -->
  <Item gridno="9170" quantity="3">201</Item>    <!-- 3 First aid kits -->
  <Item gridno="9170">202</Item>                 <!-- Med kit -->
</ExtraItems>
