- Barotrauma's projects are in the Barotrauma directory - All libraries are in the Libraries directory - MonoGame is now managed by NuGet, rather than referenced from the installed files (TODO: consider using PCL for easier cross-platform development?) - NuGet libraries are not included in the repo, as getting the latest versions automatically should be preferred - Removed Content/effects.mgfx as it didn't seem to be used anywhere - Removed some references to Subsurface directory - Renamed Launcher2 to Launcher
36 lines
2.0 KiB
XML
36 lines
2.0 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<infotexts>
|
|
<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>
|
|
<CauseOfDeath.Bloodloss>Bled out</CauseOfDeath.Bloodloss>
|
|
<CauseOfDeath.Drowning>Drowned</CauseOfDeath.Drowning>
|
|
<CauseOfDeath.Suffocation>Suffocated</CauseOfDeath.Suffocation>
|
|
<CauseOfDeath.Pressure>Crushed by water pressure</CauseOfDeath.Pressure>
|
|
<CauseOfDeath.Burn>Burned to death</CauseOfDeath.Burn>
|
|
<CauseOfDeath.Husk>Taken over by a parasite</CauseOfDeath.Husk>
|
|
<CauseOfDeath.Disconnected>Disconnected</CauseOfDeath.Disconnected>
|
|
|
|
<Self_CauseOfDeath.Damage>You have succumbed to your injuries.</Self_CauseOfDeath.Damage>
|
|
<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.Burn>You have burned to death.</Self_CauseOfDeath.Burn>
|
|
<Self_CauseOfDeath.Husk>The parasite has taken over your body.</Self_CauseOfDeath.Husk>
|
|
<Self_CauseOfDeath.Disconnected>You were disconnected from the server.</Self_CauseOfDeath.Disconnected>
|
|
|
|
<HuskDormant>Your throat feels sore</HuskDormant>
|
|
<HuskDormant>Your feel feverish</HuskDormant>
|
|
<HuskDormant>It feels as if something was stuck in your throat</HuskDormant>
|
|
<HuskDormant>Your muscles are aching</HuskDormant>
|
|
|
|
<HuskCantSpeak>You feel something moving in your throat. You try to scream but no sound comes out.</HuskCantSpeak>
|
|
|
|
<HuskActivate>A strange chitinous appendage bursts out from your mouth. Use it to inject eggs into a living body by pressing [Attack]!</HuskActivate>
|
|
|
|
|
|
</infotexts> |