From 38eacd1e6709b3fa97ee2dd1813591428a7dffa5 Mon Sep 17 00:00:00 2001 From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54> Date: Tue, 22 Mar 2011 11:21:06 +0000 Subject: [PATCH] Correct dwarf intro text git-svn-id: http://svn.net-core.org/repos/t-engine4@3045 51575b47-30f0-44d4-a5cc-537603b46e54 --- game/modules/tome/data/general/objects/scrolls.lua | 2 +- game/modules/tome/data/texts/intro-dwarf.lua | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/game/modules/tome/data/general/objects/scrolls.lua b/game/modules/tome/data/general/objects/scrolls.lua index a0f0626bbc..2a4f531fb3 100644 --- a/game/modules/tome/data/general/objects/scrolls.lua +++ b/game/modules/tome/data/general/objects/scrolls.lua @@ -88,7 +88,7 @@ newEntity{ use_no_silence = true, is_magic_device = true, fire_destroy = {{10,1}, {20,2}, {40,5}, {60,10}, {120,20}}, - desc = [[Corrupted taints may be inscribes onto your body, granting you an on-demand ability.]], + desc = [[Corrupted taints may be inscribed onto your body, granting you an on-demand ability.]], egos = "/data/general/objects/egos/infusions.lua", egos_chance = resolvers.mbonus(30, 5), power_source = {arcane=true}, diff --git a/game/modules/tome/data/texts/intro-dwarf.lua b/game/modules/tome/data/texts/intro-dwarf.lua index 7e1d80500e..1d6b62a435 100644 --- a/game/modules/tome/data/texts/intro-dwarf.lua +++ b/game/modules/tome/data/texts/intro-dwarf.lua @@ -19,12 +19,11 @@ return [[Welcome #LIGHT_GREEN#@name@#WHITE#. You are a member of the proud, but secretive, race of the Dwarves. -Hailing from the Dwarven strongholds of the Iron Throne, you have decided to take to the road and start a new life of adventuring. +Hailing from the Dwarven Empire of the Iron Throne, you have been sent to investigate the old fortress of Reknor which has been overrun by orcs. -You have decided to venture into the old and wild places of the world, looking for ancient treasures and glory. +Upon arriving most of your team got killed and now you must crawl back to the Iron Council and report what you saw there. +Only Norgan, a fellow dwarf berserker, and you have survived, but the orcs will not let you go easily. -You have come to a land called the Derthfields on the western border of the Thaloren forest, in search of the Trollmire. It is an old forest infested with trolls and all kinds of wild animals. -To the west lies another dangerous place: the old ruins of Kor'Pul. You heard the caves below it were infested by vermin and undead. - -After days of travel, you have found the forest and entered it. What will you find there...? +You have sworn that once you reach the Iron Council safely you will take on a life of adventurer, looking for treasures and fame of old. +Away from all those orcs... ]] -- GitLab