generated from Jaysyn/ModuleTemplate
16 lines
698 B
Plaintext
16 lines
698 B
Plaintext
// 5.5
|
|
//changed the drain text.
|
|
// 5.4
|
|
// hc_text_*****
|
|
// These files contains many of the text strings used throughout HCR for those
|
|
// wishing to convert HCR to a foreign language.
|
|
// Best Wishes, Archaegeo
|
|
|
|
const string INTDRAIN = "Your low Intellegence causes you to forget the memorized spell.";
|
|
const string WISDRAIN = "Your low Wisdom makes the spell ineffective.";
|
|
const string CHARDRAIN = "Your low Charisma makes the spell ineffctive.";
|
|
const string DRAIN = "Your low abilities make the spell ineffective.";
|
|
const string FAILURE = "Spell casting failure";
|
|
const string MISHAP = "Spell casting mishap damage: ";
|
|
const string DAMAGE = "You take a point of damage for casting a spell.";
|