25 lines
575 B
XML
25 lines
575 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Fleets>
|
|
<fleet name="Test">
|
|
<faction>2</faction>
|
|
<pilots>
|
|
<pilot chance='100'>Mr. Test</pilot>
|
|
</pilots>
|
|
</fleet>
|
|
<fleet name="Merchant Ship">
|
|
<faction>2</faction>
|
|
<pilots>
|
|
<pilot chance='100'>Ship</pilot>
|
|
</pilots>
|
|
</fleet>
|
|
<fleet name="Sml Merchant Convoy">
|
|
<faction>2</faction>
|
|
<pilots>
|
|
<pilot chance='80'>Ship</pilot>
|
|
<pilot chance='80'>Ship</pilot>
|
|
<pilot chance='60'>Ship</pilot>
|
|
<pilot chance='60'>Ship</pilot>
|
|
</pilots>
|
|
</fleet>
|
|
</Fleets>
|