<?xml version="1.0" encoding="UTF-8"?> <Outfits> <outfit name="Laser"> <general> <max>5</max> <tech>2</tech> <mass>5</mass> </general> <specific type="1"> <gfx>lasergreen</gfx> <sound>laser</sound> <delay>500</delay> <speed>550</speed> <range>300</range> <accuracy>30</accuracy> <damage> <armour>13</armour> <shield>10</shield> </damage> </specific> </outfit> <outfit name="Missile Launcher"> <general> <max>2</max> <tech>4</tech> <mass>10</mass> </general> <specific type="5" secondary="1"> <ammo>Missile</ammo> <delay>1200</delay> </specific> </outfit> <outfit name="Missile"> <general> <max>60</max> <tech>2</tech> <mass>1</mass> </general> <specific type="6"> <gfx>missile</gfx> <sound>missile</sound> <duration>5</duration> <thrust>1200</thrust> <turn>200</turn> <speed>600</speed> <damage> <armour>25</armour> <shield>20</shield> </damage> </specific> </outfit> </Outfits>