diff options
author | Alige <aligetmw@hotmail.fr> | 2013-07-12 14:39:36 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2013-07-12 14:39:36 +0200 |
commit | 68a002517f7b04d7f209fa23c807ae9e22616441 (patch) | |
tree | ba6a57cbe80890be1f9a85fdf2802c5fd6fcb5ec /deadmessages.xml | |
parent | 400ec67f63aa73b86a123e23bda930c40e109a0c (diff) | |
download | clientdata-68a002517f7b04d7f209fa23c807ae9e22616441.tar.gz clientdata-68a002517f7b04d7f209fa23c807ae9e22616441.tar.bz2 clientdata-68a002517f7b04d7f209fa23c807ae9e22616441.tar.xz clientdata-68a002517f7b04d7f209fa23c807ae9e22616441.zip |
Added new death messages.
Diffstat (limited to 'deadmessages.xml')
-rw-r--r-- | deadmessages.xml | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/deadmessages.xml b/deadmessages.xml new file mode 100644 index 00000000..9557b111 --- /dev/null +++ b/deadmessages.xml @@ -0,0 +1,54 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Authors: 4144, Alige +Copyright (C) 2013 ManaPlus --> +<messages> + <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0"> + <its:translateRule selector="//message" translate="yes"/> + </its:rules> + + <message>You are dead.</message> + <message>We regret to inform you that your character was killed in battle.</message> + <message>You are not that alive anymore.</message> + <message>The cold hands of the grim reaper are grabbing for your soul.</message> + <message>Game Over!</message> + <message>Insert coin to continue.</message> + <message>No, kids. Your character did not really die. It... err... went to a better place.</message> + <message>Your plan of breaking your enemies weapon by bashing it with your throat failed.</message> + <message>I guess this did not run too well.</message> + <message>Do you want your possessions identified?</message> // NetHack reference. + <message>Sadly, no trace of you was ever found...</message> // Secret of Mana reference. + <message>Annihilated.</message> // Final Fantasy VI reference. + <message>Looks like you got your head handed to you.</message> // Earthbound reference. + <message>You screwed up again, dump your body down the tubes and get you another one.</message> // Leisure Suit Larry 1 reference. + <message>You're not dead yet. You're just resting.</message> // Monty Python reference. + <message>You are no more.</message> + <message>You have ceased to be.</message> + <message>You've expired and gone to meet your maker.</message> + <message>You're a stiff.</message> + <message>Bereft of life, you rest in peace.</message> + <message>If you weren't so animated, you'd be pushing up the daisies.</message> + <message>Your metabolic processes are now history.</message> + <message>You're off the twig.</message> + <message>You've kicked the bucket.</message> + <message>You've shuffled off your mortal coil, run down the curtain and joined the bleedin' choir invisibile.</message> + <message>You are an ex-player.</message> + <message>You're pining for the fjords.</message> + <message>Right now, you would just love to be resurrected.</message> + <message>Wait, did I just die?</message> + <message>What just happened?</message> + <message>I guess you're not the One.</message> + <message>See you in the underworld.</message> + <message>Try again.</message> + <message>Don't panic, you're just a bit dead.</message> + <message>It's a bit late to start digging your grave, don't you think?</message> + <message>Program terminated.</message> + <message>Mission failed.</message> + <message>Welcome to the Matrix, Neo.</message> // The Matrix reference. + <message>Everybody falls the first time.</message> // The Matrix reference. + <message>Welcome... to the real world.</message> // The Matrix reference. + <message>Fate, it seems, is not without a sense of irony.</message> // The Matrix reference. + <message>There is no spoon.</message> // The Matrix reference. + <message>One shot, one kill.</message> // Call of Duty reference. + <message>Some men just want to watch the world burn.</message> // The Dark Knight reference. + <message>You are fulfilling your destiny.</message> // Star Wars, Darth Sidious reference. +</messages> |