pub const TEMPLATES: &[&str] = &[
"\x1F ahead",
"No \x1F ahead",
"\x1F required ahead",
"be wary of \x1F",
"try \x1F",
"Could this be a \x1F?",
"If only I had a \x1F...",
"visions of \x1F...",
"Time for \x1F",
"\x1F",
"\x1F!",
"\x1F?",
"\x1F...",
"Huh. It's a \x1F...",
"praise the \x1F!",
"Let there be \x1F",
"Ahh, \x1F...",
];
#[cfg(not(feature = "newline"))]
pub const CONJUNCTIONS: &[&str] = &[
" and then ",
" therefore ",
" in short ",
" or ",
" only ",
" by the way ",
" so to speak ",
" all the more ",
", ",
];
#[cfg(feature = "newline")]
pub const CONJUNCTIONS: &[&str] = &[
"\nand then ",
"\ntherefore ",
"\nin short ",
"\nor ",
"\nonly ",
"\nby the way ",
"\nso to speak ",
"\nall the more ",
",\n",
];
pub const WORDS: &[&str] = &[
"enemy",
"monster",
"mob enemy",
"tough enemy",
"critical foe",
"Hollow",
"pilgrim",
"prisoner",
"monstrosity",
"skeleton",
"ghost",
"beast",
"lizard",
"bug",
"grub",
"crab",
"dwarf",
"giant",
"demon",
"dragon",
"knight",
"sellword",
"warrior",
"herald",
"bandit",
"assassin",
"sorcerer",
"pyromancer",
"cleric",
"deprived",
"sniper",
"duo",
"trio",
"you",
"you bastard",
"good fellow",
"saint",
"wretch",
"charmer",
"poor soul",
"oddball",
"nimble one",
"laggard",
"moneybags",
"beggar",
"miscreant",
"liar",
"fatty",
"beanpole",
"youth",
"elder",
"old codger",
"old dear",
"merchant",
"artisan",
"master",
"sage",
"champion",
"Lord of Cinder",
"king",
"queen",
"prince",
"princess",
"angel",
"god",
"friend",
"ally",
"spouse",
"covenantor",
"Phantom",
"Dark Spirit",
"bonfire",
"ember",
"fog wall",
"lever",
"contraption",
"key",
"trap",
"torch",
"door",
"treasure",
"chest",
"something",
"quite something",
"rubbish",
"filth",
"weapon",
"shield",
"projectile",
"armor",
"item",
"ring",
"ore",
"coal",
"transposing kiln",
"scroll",
"umbral ash",
"throne",
"rite",
"coffin",
"cinder",
"ash",
"moon",
"eye",
"brew",
"soup",
"message",
"bloodstain",
"illusion",
"close-ranged battle",
"ranged battle",
"eliminating one at a Time",
"luring it out",
"beating to a pulp",
"ambush",
"pincer attack",
"hitting them in one swoop",
"dual-wielding",
"stealth",
"mimicry",
"fleeing",
"charging",
"jumping off",
"dashing through",
"circling around",
"trapping inside",
"rescue",
"Skill",
"sorcery",
"pyromancy",
"miracles",
"pure luck",
"prudence",
"brief respite",
"play dead",
"jog",
"dash",
"rolling",
"backstepping",
"jumping",
"attacking",
"jump attack",
"dash attack",
"counter attack",
"stabbing in the back",
"guard stun & stab",
"plunging attack",
"shield breaking",
"blocking",
"parrying",
"locking-on",
"no lock-on",
"two-handing",
"gesture",
"control",
"destroy",
"boulder",
"lava",
"poison gas",
"enemy horde",
"forest",
"swamp",
"cave",
"shortcut",
"detour",
"hidden path",
"secret passage",
"dead end",
"labyrinth",
"hole",
"bright spot",
"dark spot",
"open area",
"tight spot",
"safe zone",
"danger zone",
"sniper spot",
"hiding place",
"illusory wall",
"ladder",
"lift",
"gorgeous view",
"looking away",
"overconfidence",
"slip-up",
"oversight",
"fatigue",
"bad luck",
"inattention",
"loss of stamina",
"chance encounter",
"planned encounter",
"front",
"back",
"left",
"right",
"up",
"down",
"below",
"above",
"behind",
"head",
"neck",
"stomach",
"back",
"armor",
"finger",
"leg",
"rear",
"tail",
"wings",
"anywhere",
"tongue",
"right arm",
"left arm",
"thumb",
"indexfinger",
"longfinger",
"ringfinger",
"smallfinger",
"right leg",
"left leg",
"right side",
"left side",
"pincer",
"wheel",
"core",
"mount",
"regular",
"strike",
"thrust",
"slash",
"magic",
"crystal",
"fire",
"chaos",
"lightning",
"blessing",
"dark",
"critical hits",
"bleeding",
"poison",
"toxic",
"frost",
"curse",
"equipment breakage",
"chance",
"quagmire",
"hint",
"secret",
"sleeptalk",
"happiness",
"misfortune",
"life",
"death",
"demise",
"joy",
"fury",
"agony",
"sadness",
"tears",
"loyalty",
"betrayal",
"hope",
"despair",
"fear",
"losing sanity",
"victory",
"defeat",
"sacrifice",
"light",
"dark",
"bravery",
"confidence",
"vigor",
"revenge",
"resignation",
"overwhelming",
"regret",
"pointless",
"man",
"woman",
"friendship",
"love",
"recklessness",
"composure",
"guts",
"comfort",
"silence",
"deep",
"dregs",
"good luck",
"fine work",
"I did it!",
"I've failed...",
"here!",
"not here!",
"I can't take this...",
"lonely...",
"don't you dare!",
"do it!",
"look carefully",
"listen carefully",
"think carefully",
"this place again?",
"now the real fight begins",
"you don't deserve this",
"keep moving",
"pull back",
"give it up",
"don't give up",
"help me...",
"impossible...",
"bloody expensive...",
"let me out of here...",
"stay calm",
"like a dream...",
"seems familiar...",
"are you ready?",
"it'll happen to you too",
"praise the Sun!",
"may the flames guide thee",
];