Skip to content
Snippets Groups Projects
Commit 00557945 authored by dg's avatar dg
Browse files

Added a lore note when killing Ukruk in the ambush, explaining what and why he does what he does

git-svn-id: http://svn.net-core.org/repos/t-engine4@6320 51575b47-30f0-44d4-a5cc-537603b46e54
parent a7f125c9
No related branches found
No related tags found
No related merge requests found
......@@ -593,6 +593,7 @@ newLore{
Eyal is a torn world, and the forces of nature can react strongly to the arcane energies that seek to manipulate them. Some items and areas are imbued with anti-magic, a natural energy that disrupts magical abilities and effects. There are even those who have learned to harness anti-magic into their own wild abilities, and who use them to hunt down and destroy those who practise magic. So beware, caster! It is a hostile world ye wander in.]],
}
--------------------------------------------------------------
-- Misc bosses
--------------------------------------------------------------
......
......@@ -345,3 +345,34 @@ I see his notes also suggest the mothers may be in pain. I will allow a doping i
]]
}
--------------------------------------------------------------------------
-- Misc Orc lore
--------------------------------------------------------------------------
newLore{
id = "ukruk-log",
category = "orc prides",
name = "Ukruk's log",
lore = [[Sher'Tul ruin matches description from high command. Investigation begun, but slow. Looks like it crashed into the ground long ago - hard to access many areas. Target item has been described by command as a staff. Do not know why a staff so important. Surely the ultimate weapon should be a sword or axe, like that wielded by the great Garkul?
Have heard many rumours against high command lately - strange rumours, indeed. Perhaps by completing this mission I shall get closer to them so that I might seek the truth...
...
Curses and banes! Some bastard blaze-born THIEF has raided the ruins! And a halfling no less, a curr-damned halfling! I am pyred with rage!
He got in during dusk somehow, crawling through a tunnel too narrow for my workers to reach. He grabbed a staff from the ruins and snuck out past my orcs! The dirty, treacherous sneak has run away, and my career with him! I have sent scouts to track him, but he is proving elusive. But I will not let him escape! This is unforgiveable!
...
We've followed the tracks of the wretch. It seems as if he met up with a dwarf and a human near a town called Derth, and they travelled south-east from there. Following the three of them was much easier than the sneak alone, but we still must take care to remain hidden. Our orders from high command strictly forbid showing ourselves, and we must avoid battle as much as possible. I have a trained team of archers and fighters with me that know how to stay hidden in the woods.
The thief and his cursed allies have entered an old ruined tower called Dreadfell. It an ancient place, known to be filled with undead in its dungeons. If we break in we're bound to cause a stir, and so close to the big human town east of here... I am not sure how to proceed, and have sent a message to command requesting instructions. For now we wait in the woods, keeping an eye on the entrance for any change. If anyone comes out from the tower with that staff they will face my wrath!
...
Word is finally back from command - hold position and wait for the staff to emerge. If it doesn't happen soon then they will send their own agents in time.
In time! Bah! This will be my ruin if it comes to that. If there is any appearance of the staff I must snatch it and get back East as soon as possible...]],
}
......@@ -48,6 +48,7 @@ newEntity{ base="BASE_NPC_ORC", define_as = "UKRUK",
},
resolvers.drop_randart{},
resolvers.drops{chance=100, nb=3, {tome_drops="boss"} },
resolvers.drops{chance=100, nb=1, {defined="UKRUK_NOTE"} },
resolvers.talents{
[Talents.T_WEAPONS_MASTERY]=5, [Talents.T_ASSAULT]=5, [Talents.T_OVERPOWER]=5, [Talents.T_RUSH]=5,
......
......@@ -18,3 +18,11 @@
-- darkgod@te4.org
load("/data/general/objects/objects-maj-eyal.lua")
newEntity{ base = "BASE_LORE",
define_as = "UKRUK_NOTE",
name = "hastily written log", lore="ukruk-log",
desc = [[A paper scrap, left by Ukurk.]],
rarity = false,
encumberance = 0,
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment