generated from Jaysyn/ModuleTemplate
24 lines
1.4 KiB
Plaintext
24 lines
1.4 KiB
Plaintext
// sr6.1
|
|
// added enter and exit rest area messages.
|
|
// sr5.4
|
|
// Added party rest textmessage
|
|
// hc_text_rest
|
|
// This file contains many of the text strings used throughout HCR for those
|
|
// wishing to convert HCR to a foreign language.
|
|
// Best Wishes, Archaegeo
|
|
|
|
const string RESTSHIFT = "You cannot rest while another party member is resting; sleep in shifts.";
|
|
const string EATFOOD = "You eat some food.";
|
|
const string NOTTIRED = " is not tired enough.";
|
|
const string NOTWELL = "You are not yet well enough to rest.";
|
|
const string TOOHUNGRY = "You cannot rest on an empty stomach.";
|
|
const string TOOTHIRSTY = "You cannot rest while you are thirsty.";
|
|
const string TOOHUNGRYANDTHIRSTY = "You must eat and drink something before you can rest.";
|
|
const string FATIG = "You are unable to sleep well in your heavy armor and have become fatigued!";
|
|
const string EXHAUS = "Sleeping in your heavy armor has caused you to become exhausted!";
|
|
const string TOOSOON = "It is too soon in the game to rest. Please wait ";
|
|
// added party rest message.
|
|
const string PCANTREST = "A fellow party member is in combat, in conversation, or not in your area. You cannot rest now.";
|
|
const string ENTERREST = "You have entered a free rest area. You can rest as much as you need here.";
|
|
const string EXITREST = "You have left a free rest Area. All good effects have been removed please recast any beneficial spells. This is to prevent spam buffing.";
|