Fixed shiftsummary showing info for the wrong quest
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<infotexts>
|
||||
<progress>[sub] has made its way from [location1] to [location2].</progress>
|
||||
<progress>[sub] has arrived at [location2].</progress>
|
||||
<return>[sub] has returned to [location1].</return>
|
||||
<progress>[sub] has made its way to [location].</progress>
|
||||
<progress>[sub] has arrived at [location].</progress>
|
||||
<return>[sub] has returned to [location].</return>
|
||||
<gameover>The ocean has claimed [sub] and its crew.</gameover>
|
||||
|
||||
<CauseOfDeath.Damage>Succumbed to their injuries</CauseOfDeath.Damage>
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
<MonsterMission
|
||||
name="Beast from the Abyss"
|
||||
description="Seismic readings are indicating that something colossal has emerged from the depths of Europa into the passageway between [location1] and [location2]. All transports through the passageway have been canceled for now and a reward of 10,000 has been promised to those who get rid of whatever is causing the seismic activity."
|
||||
commonness="10"
|
||||
commonness="2"
|
||||
reward="10000"
|
||||
radarlabel="Target"
|
||||
successmessage="The End Worm is dead and the passageway is open for transport again."
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Orders>
|
||||
<Order name="Follow" doingtext="Following" color="0.0,1.0,0.0,1.0">
|
||||
<Order name="Follow" doingtext="Following" color="1.0,0.5,0.1,1.0">
|
||||
<Sprite texture="Content/UI/orderSymbols.png" sourcerect="0,0,64,64"/>
|
||||
</Order>
|
||||
|
||||
<Order name="Wait" doingtext="Waiting" color="1.0,0.5,0.1,1.0">
|
||||
<Order name="Wait" doingtext="Waiting" color="1.0,0.0,0.0,1.0">
|
||||
<Sprite texture="Content/UI/orderSymbols.png" sourcerect="128,0,64,64"/>
|
||||
</Order>
|
||||
|
||||
<Order name="Dismiss" doingtext="Dismissed" color="1.0,1.0,1.0,1.0">
|
||||
<Order name="Dismissed" doingtext="Dismissed" color="0.0,1.0,0.0,1.0">
|
||||
<Sprite texture="Content/UI/orderSymbols.png" sourcerect="64,0,64,64"/>
|
||||
</Order>
|
||||
|
||||
|
||||
<Order name="Operate Reactor" doingtext="Operating Reactor" targetitemtype="Reactor" options="Power up, Shutdown" color="1.0,1.0,0.0,1.0">
|
||||
<Order name="Operate Reactor" doingtext="Operating Reactor" targetitemtype="Reactor" options="Power up, Shutdown" color="0.12,0.3,0.5,1.0">
|
||||
<Sprite texture="Content/UI/orderSymbols.png" sourcerect="192,0,64,64"/>
|
||||
</Order>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user