generated from Jaysyn/ModuleTemplate
19 lines
827 B
Plaintext
19 lines
827 B
Plaintext
// sr6.1
|
|
// hc_text_comp
|
|
// for text strings for spell component messages.
|
|
// This file contains many of the text strings used throughout HCR for those
|
|
// wishing to convert HCR to a foreign language.
|
|
|
|
const string COMP = "You do not have the required materials to cast this spell. For this spell you need ";
|
|
const string HCOMP = " does not have the required materials to cast this spell. For this spell they need ";
|
|
const string s1 = "Diamond Dust.";
|
|
const string s2 = "Black Onyx Gem.";
|
|
const string s3 = "Crushed Black Pearl.";
|
|
const string s4 = "Pearl Infusion.";
|
|
const string s5 = "Miniture Platinum Sword.";
|
|
const string s6 = "Small Diamond.";
|
|
const string s7 = "Diamond Dust.";
|
|
const string s8 = "Jade Circlet.";
|
|
const string s9 = "Mushroom Ointment.";
|
|
const string s10 = "You need to wear the Jade Circlet to cast.";
|