WIP item grouping in store screen, endworm event
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<Self_CauseOfDeath.Bloodloss>You have bled out.</Self_CauseOfDeath.Bloodloss>
|
||||
<Self_CauseOfDeath.Drowning>You have drowned.</Self_CauseOfDeath.Drowning>
|
||||
<Self_CauseOfDeath.Suffocation>You have suffocated.</Self_CauseOfDeath.Suffocation>
|
||||
<Self_CauseOfDeath.Pressure>You have been crushed by water pressure.</Self_CauseOfDeath.Pressure>
|
||||
<Self_CauseOfDeath.Pressure>You have been crushed by water pressure.</Self_CauseOfDeath.Pressure>
|
||||
<Self_CauseOfDeath.Burn>You have burned to death.</Self_CauseOfDeath.Burn>
|
||||
|
||||
</infotexts>
|
||||
@@ -46,13 +46,24 @@
|
||||
<message header="Target terminated" text="The thresher is dead. Navigate the submarine out of the cavern to claim the reward."/>
|
||||
</MonsterMission>
|
||||
|
||||
<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"
|
||||
reward="10000"
|
||||
radarlabel="Target"
|
||||
successmessage="The End Worm is dead and the passageway is open for transport again."
|
||||
monsterfile="Content/Characters/Endworm/endworm.xml">
|
||||
<message header="Target terminated" text="The beast is dead. Navigate the submarine out of the cavern to claim the reward."/>
|
||||
</MonsterMission>
|
||||
|
||||
<MonsterMission
|
||||
name="Salvaging an artifact"
|
||||
description="Researchers of [location1] have picked up an infrasonic signal highly similar to those emitted by alien artifacts previously discovered on Europa. Investigate the signal and retrieve the potential artifact."
|
||||
commonness="5"
|
||||
reward="1000"
|
||||
radarlabel="Infrasonic signal"
|
||||
successmessage="It turns out the signal was emitted by a Moloch. The researchers of [location1] have agreed to pay you the reward nevertheless for killing the Moloch."
|
||||
successmessage="It turns out the signal was emitted by a Moloch. The researchers of [location1] have agreed to pay you the reward nevertheless for getting rid of the Moloch."
|
||||
monsterfile="Content/Characters/Moloch/moloch.xml">
|
||||
</MonsterMission>
|
||||
</Missions>
|
||||
@@ -33,5 +33,13 @@
|
||||
difficulty="5"
|
||||
minamount="1" maxamount="1"
|
||||
musictype="monster"/>
|
||||
|
||||
<MonsterEvent name="Under attack" description=""
|
||||
characterfile="Content/Characters/Endworm/endworm.xml"
|
||||
spawndeep="true"
|
||||
commonness="1"
|
||||
difficulty="5"
|
||||
minamount="1" maxamount="1"
|
||||
musictype="deep"/>
|
||||
|
||||
</Randomevents>
|
||||
Reference in New Issue
Block a user