"Subinventory" (= jumpsuit pockets etc) bugfixes, quest message fix
This commit is contained in:
@@ -103,7 +103,9 @@
|
||||
<sprite texture="engigear.png" limb="LeftLeg" sourcerect="33,0,20,51" origin="0.5,0.5" depth="0.15" hidelimb="true"/>
|
||||
</Wearable>
|
||||
|
||||
<ItemContainer containable="smallitem" capacity="5"/>
|
||||
<ItemContainer capacity="5">
|
||||
<Containable name="smallitem"/>
|
||||
</ItemContainer>
|
||||
</Item>
|
||||
|
||||
<Item
|
||||
@@ -127,7 +129,9 @@
|
||||
<sprite texture="engigear.png" limb="LeftLeg" sourcerect="33,77,20,51" origin="0.5,0.5" depth="0.15" hidelimb="true"/>
|
||||
</Wearable>
|
||||
|
||||
<ItemContainer containable="smallitem" capacity="5"/>
|
||||
<ItemContainer capacity="5">
|
||||
<Containable name="smallitem"/>
|
||||
</ItemContainer>
|
||||
</Item>
|
||||
</Items>
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
failuremessage="Retrieving the artifact failed"
|
||||
successmessage="The artifact has been succesfully retrieved"
|
||||
itemname="Skyholder Artifact">
|
||||
<message header="Artifact collected" message="The artifact is now on board. Navigate the submarine out of the cavern to claim the reward."/>
|
||||
<message header="Artifact collected" text="The artifact is now on board. Navigate the submarine out of the cavern to claim the reward."/>
|
||||
</SalvageQuest>
|
||||
|
||||
<SalvageQuest
|
||||
@@ -21,7 +21,7 @@
|
||||
failuremessage="Retrieving the artifact failed"
|
||||
successmessage="The artifact has been succesfully retrieved"
|
||||
itemname="Thermal Artifact">
|
||||
<message header="Artifact collected" message="The artifact is now on board. Navigate the submarine out of the cavern to claim the reward."/>
|
||||
<message header="Artifact collected" text="The artifact is now on board. Navigate the submarine out of the cavern to claim the reward."/>
|
||||
</SalvageQuest>
|
||||
|
||||
<MonsterQuest
|
||||
@@ -32,7 +32,7 @@
|
||||
radarlabel="Moloch"
|
||||
successmessage="The Moloch has been killed."
|
||||
monsterfile="Content/Characters/Moloch/moloch.xml">
|
||||
<message header="Target terminated" message="The moloch is dead. Navigate the submarine out of the cavern to claim the reward."/>
|
||||
<message header="Target terminated" text="The moloch is dead. Navigate the submarine out of the cavern to claim the reward."/>
|
||||
</MonsterQuest>
|
||||
|
||||
<MonsterQuest
|
||||
@@ -43,7 +43,7 @@
|
||||
radarlabel="Tiger Thresher"
|
||||
successmessage="The Tiger Thresher has been killed."
|
||||
monsterfile="Content/Characters/TigerThresher/tigerthresher.xml">
|
||||
<message header="Target terminated" message="The thresher is dead. Navigate the submarine out of the cavern to claim the reward."/>
|
||||
<message header="Target terminated" text="The thresher is dead. Navigate the submarine out of the cavern to claim the reward."/>
|
||||
</MonsterQuest>
|
||||
|
||||
<MonsterQuest
|
||||
|
||||
Reference in New Issue
Block a user