Search and destroy mission

Featuring ugly code
This commit is contained in:
juanjp600
2016-09-26 22:09:06 -03:00
parent 790212a20b
commit 344947c3c4
16 changed files with 398 additions and 66 deletions
+11
View File
@@ -174,4 +174,15 @@
</Item>
</Items>
</CargoMission>
<CombatMission
name="Search and Destroy"
description="[location1] and [location2] are at war! Eliminate the enemy crew and return to base."
commonness="100"
reward="2000"
successmessage="[winner] has defeated [loser]!"
failuremessage="Both crews have perished.">
<message header="Crew eliminated" text="[location1] has fallen! Navigate back to your base."/>
<message header="Crew eliminated" text="[location2] has fallen! Navigate back to your base."/>
</CombatMission>
</Missions>