From e989985b94119326c65ebb52988085b470c00f7b Mon Sep 17 00:00:00 2001 From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54> Date: Wed, 1 Sep 2010 16:23:33 +0000 Subject: [PATCH] lore git-svn-id: http://svn.net-core.org/repos/t-engine4@1123 51575b47-30f0-44d4-a5cc-537603b46e54 --- game/modules/tome/data/lore/lore.lua | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/game/modules/tome/data/lore/lore.lua b/game/modules/tome/data/lore/lore.lua index 1b720c741c..0c4d156925 100644 --- a/game/modules/tome/data/lore/lore.lua +++ b/game/modules/tome/data/lore/lore.lua @@ -21,34 +21,39 @@ newLore{ id = "trollshaws-note-1", category = "trollshaws", name = "tattered paper scrap (trollshaws)", - lore = [[...is a gorgeous glade, but I could swear that looked like a half of a human femur.]], + lore = [[You find a tattered page scrap. Perhaps this is part of a diary entry. +"...is a gorgeous glade, but I could swear that looked like a half of a human femur."]], } newLore{ id = "trollshaws-note-2", category = "trollshaws", name = "tattered paper scrap (trollshaws)", - lore = [[11th of Yestarë -Saw an absolutely gigantic troll, but fortunately I threw him off my scent.]], + lore = [[You find a tattered page scrap. Perhaps this is part of a diary entry. +"11th of Yestarë +Saw an absolutely gigantic troll, but fortunately I threw him off my scent."]], } newLore{ id = "trollshaws-note-3", category = "trollshaws", name = "tattered paper scrap (trollshaws)", - lore = [[...ack again, but he's just a stupid old troll. It'll be easy to not let him get wind of me.]], + lore = [[You find a tattered page scrap. Perhaps this is part of a diary entry. +"...ack again, but he's just a stupid old troll. It'll be easy to not let him get wind of me."]], } newLore{ id = "trollshaws-note-4", category = "trollshaws", name = "tattered paper scrap (trollshaws)", - lore = [[...initely found his treasure stash further on, but had to turn back. If you get this, HELP!]], + lore = [[You find a tattered page scrap. Perhaps this is part of a diary entry. +"...initely found his treasure stash further on, but had to turn back. If you get this, HELP!"]], } newLore{ id = "trollshaws-note-5", category = "trollshaws", name = "tattered paper scrap (trollshaws)", - lore = [[...writing this in a tree and he's at the bottom of it. Waiting. His club is the size of a tall dwarf. Don't think I'm going to make it.]], + lore = [[You find a tattered page scrap. Perhaps this is part of a diary entry. +"...writing this in a tree and he's at the bottom of it. Waiting. His club is the size of a tall dwarf. Don't think I'm going to make it."]], } -- GitLab