78 lines
1.7 KiB
XML
78 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Fleets>
|
|
<fleet name="Militia Lancelot">
|
|
<ai>militia</ai>
|
|
<faction>Militia</faction>
|
|
<pilots>
|
|
<pilot chance='100'>Lancelot</pilot>
|
|
</pilots>
|
|
</fleet>
|
|
<fleet name="Merchant Llama">
|
|
<ai>merchant</ai>
|
|
<faction>Merchant</faction>
|
|
<pilots>
|
|
<pilot chance='100'>Llama</pilot>
|
|
</pilots>
|
|
</fleet>
|
|
<fleet name="Merchant Mule">
|
|
<ai>merchant</ai>
|
|
<faction>Merchant</faction>
|
|
<pilots>
|
|
<pilot chance='100'>Mule</pilot>
|
|
</pilots>
|
|
</fleet>
|
|
<fleet name="Sml Merchant Convoy">
|
|
<ai>merchant</ai>
|
|
<faction>Merchant</faction>
|
|
<pilots>
|
|
<pilot chance='80'>Llama</pilot>
|
|
<pilot chance='80'>Llama</pilot>
|
|
<pilot chance='80'>Mule</pilot>
|
|
<pilot chance='80'>Mule</pilot>
|
|
</pilots>
|
|
</fleet>
|
|
<fleet name="Pirate Hyena">
|
|
<ai>pirate</ai>
|
|
<faction>Pirate</faction>
|
|
<pilots>
|
|
<pilot chance='100'>Hyena</pilot>
|
|
</pilots>
|
|
</fleet>
|
|
<fleet name="Collective Drone">
|
|
<ai>collective</ai>
|
|
<faction>Collective</faction>
|
|
<pilots>
|
|
<pilot chance='100'>Drone</pilot>
|
|
</pilots>
|
|
</fleet>
|
|
<fleet name="Collective Sml Swarm">
|
|
<ai>collective</ai>
|
|
<faction>Collective</faction>
|
|
<pilots>
|
|
<pilot chance='100'>Drone</pilot>
|
|
<pilot chance='90'>Drone</pilot>
|
|
<pilot chance='80'>Drone</pilot>
|
|
<pilot chance='70'>Drone</pilot>
|
|
<pilot chance='60'>Drone</pilot>
|
|
<pilot chance='50'>Drone</pilot>
|
|
</pilots>
|
|
</fleet>
|
|
<fleet name="Empire Lancelot">
|
|
<ai>empire</ai>
|
|
<faction>Empire</faction>
|
|
<pilots>
|
|
<pilot chance='100'>Lancelot</pilot>
|
|
</pilots>
|
|
</fleet>
|
|
<fleet name="Empire Sml Defense">
|
|
<ai>empire</ai>
|
|
<faction>Empire</faction>
|
|
<pilots>
|
|
<pilot chance='100'>Lancelot</pilot>
|
|
<pilot chance='80'>Lancelot</pilot>
|
|
<pilot chance='60'>Lancelot</pilot>
|
|
<pilot chance='50'>Hawking</pilot>
|
|
</pilots>
|
|
</fleet>
|
|
</Fleets>
|