Lephisto/dat/fleet.xml
Allanis d1c02773bf [Add] Enemies are now propperly parsed.
[Add] Chance for pirate to come and rampage.
[Fix] Actually got that buffer overflow in ai.
2013-02-09 22:06:02 +00:00

35 lines
872 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<Fleets>
<fleet name="Enemy Test">
<ai>test</ai>
<faction>Independent</faction>
<pilots>
<pilot chance='100'>Enemy Test</pilot>
</pilots>
</fleet>
<fleet name="Merchant Ship">
<ai>merchant</ai>
<faction>Merchant</faction>
<pilots>
<pilot chance='100'>Merchant Ship</pilot>
</pilots>
</fleet>
<fleet name="Sml Merchant Convoy">
<ai>merchant</ai>
<faction>Merchant</faction>
<pilots>
<pilot chance='80'>Merchant Ship</pilot>
<pilot chance='80'>Merchant Ship</pilot>
<pilot chance='60'>Merchant Ship</pilot>
<pilot chance='60'>Merchant Ship</pilot>
</pilots>
</fleet>
<fleet name="Pirate">
<ai>pirate</ai>
<faction>Pirate</faction>
<pilots>
<pilot chance='100'>Merchant Ship</pilot>
</pilots>
</fleet>
</Fleets>