Lephisto/dat/faction.xml
Allanis a89395a54f [Add] We can now have multiple enemies.
[Add] You are able to get other ship's health from AI now.
2013-02-10 05:21:09 +00:00

28 lines
629 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<Factions>
<faction name = "Player">
</faction>
<faction name = "Independent">
</faction>
<faction name = "Merchant">
</faction>
<faction name = "Pirate">
</faction>
<Alliances>
<alliance name = "Neutral">
<ally>Independent</ally>
<ally>Merchant</ally>
</alliance>
</Alliances>
<Enemies>
<enemies>
<enemy type = "alliance">Neutral</enemy>
<enemy type = "faction">Pirate</enemy>
</enemies>
<enemies>
<enemy type="faction">Pirate</enemy>
<enemy type="faction">Player</enemy>
</enemies>
</Enemies>
</Factions>