/**
 * LANGUAGE lump for ZandroSpree
 * 
 * In addition to translations, you can use this if you want to change the
 * colors of different messages, for example.
 */

[enu default]


// Sprees/multikills:

SPREE0 = "Killing Spree!";
SPREE1 = "Killing Frenzy!";
SPREE2 = "Running Riot!";
SPREE3 = "Rampage!";
SPREE4 = "Untouchable!";
SPREE5 = "Invincible!";
SPREE6 = "Inconceivable!";
SPREE7 = "Unfrigginbelievable!";

MULTI0 = "Double Kill!";
MULTI1 = "Triple Kill!";
MULTI2 = "Over Kill!";
MULTI3 = "Killtacular!";
MULTI4 = "Killtrocity!";
MULTI5 = "Killimanjaro!";
MULTI6 = "Killtrastophe!";
MULTI7 = "Killpocalypse!";
MULTI8 = "Killionare!";

SPREE_COLOR0 = "\c[h0]";
SPREE_COLOR1 = "\c[c5]";
SPREE_COLOR2 = "\c[l8]";
SPREE_COLOR3 = "\c[j3]";
SPREE_COLOR4 = "\c[h7]";
SPREE_COLOR5 = "\c[l7]";
SPREE_COLOR6 = "\c[i7]";
SPREE_COLOR7 = "\c[v6]";

MULTI_COLOR0 = "\c[l4]";
MULTI_COLOR1 = "\c[k2]";
MULTI_COLOR2 = "\c[e2]";
MULTI_COLOR3 = "\c[l5]";
MULTI_COLOR4 = "\c[k9]";
MULTI_COLOR5 = "\c[x4]";
MULTI_COLOR6 = "\c[f0]";
MULTI_COLOR7 = "\c[f1]";
MULTI_COLOR8 = "\c[w9]";

SPREE_NOCOLOR = "\cn";
MULTI_NOCOLOR = "\cg";


// Ending sprees:
SPREE_END = "'s killing spree was ended by \c-";
SPREE_END_NOCOLOR = "\cn";
SPREE_END_COLOR = "\cj";


// Suicides:
SPREE_SELF = " was lookin' good until ";
SPREE_MALE = "he killed himself";
SPREE_FEMALE = "she killed herself";
SPREE_OTHER = "it killed itself";
SPREE_SELF_COLOR = "\cj";
SPREE_SELF_NOCOLOR = "\cn";

// Misc.
// Copy-pasted in case someone wants to change the messages.
SPREE_ONSPREE0 = " is on a ";
SPREE_ONSPREE1 = " is on a ";
SPREE_ONSPREE2 = " is on a ";
SPREE_ONSPREE3 = " is on a ";
SPREE_ONSPREE4 = " is ";
SPREE_ONSPREE5 = " is ";
SPREE_ONSPREE6 = " is ";
SPREE_ONSPREE7 = " is ";
