diff --git a/game/modules/tome/data/general/objects/scrolls.lua b/game/modules/tome/data/general/objects/scrolls.lua index a0f0626bbcd05085b5a01a939659eddd58a1a586..2a4f531fb3fe1e96c7189640def5b3a585890fda 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 7e1d80500e47fd51739136958cf038f3530db8cb..1d6b62a435f38e8cc0e08ece434a8c4ea471c749 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... ]]