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

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.";