Lephisto/dat/fleet.xml
Allanis 85bec426ba [Add] libxml for ship data etc.
[Fix] Memory leaks.
[Fix] fixed #1 For dear old KonoM.
2013-01-31 01:30:51 +00:00

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>