Files
HeroesStone_PRC8/_module/nss/hc_text_innrest.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

22 lines
1.2 KiB
Plaintext

// sr6.1
// added text for party rest
// sr5.2
// 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 ";
const string RESTED = "You have already rested once in this room.";
// 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.";