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

lore

git-svn-id: http://svn.net-core.org/repos/t-engine4@1931 51575b47-30f0-44d4-a5cc-537603b46e54
parent 725e5b14
No related branches found
No related tags found
No related merge requests found
......@@ -28,3 +28,4 @@ load("/data/lore/last-hope.lua")
load("/data/lore/angolwen.lua")
load("/data/lore/sunwall.lua")
load("/data/lore/spellhunt.lua")
load("/data/lore/spellblaze.lua")
-- ToME - Tales of Maj'Eyal
-- Copyright (C) 2009, 2010 Nicolas Casalini
--
-- This program is free software: you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
-- the Free Software Foundation, either version 3 of the License, or
-- (at your option) any later version.
--
-- This program is distributed in the hope that it will be useful,
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-- GNU General Public License for more details.
--
-- You should have received a copy of the GNU General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.
--
-- Nicolas Casalini "DarkGod"
-- darkgod@te4.org
--------------------------------------------------------------------------
-- The Spellblaze
--------------------------------------------------------------------------
newLore{
id = "grand-corruptor-draft",
category = "spellblaze",
name = "draft letter (mark of the spellblaze)",
lore = [[Dear Father,
How glad you must be to hear from your "renegade" son. Do not worry overmuch, I keep myself and my group well hidden from your petty Council. I know how you fret about your status amongst those fools.
I write to you to tell you that I have discovered something wonderful. In all my travels I could not have imagined a place so perfect as this. It is a remnant of the Great Spellblaze, a scar in the very fabric of Eyal. How beautiful it is! Ah, and what strength lies here too! You cannot possibly imagine, sitting idly in your little hall of stone.
You are wrong about the Spellblaze, of this I am certain. Seeing this has opened my eyes fully. The success of our ancestors cannot be denied! The power unleashed was tremendous, and still it lasts, 2646 years later on. So much power still remains, untapped! You rabble on about the destruction it caused, but I cannot think you are exaggerating about the deaths. And were not the orcs also defeated? The grand purpose was achieved. Oh, you prattle about the plagues and blights, but I have seen how those dirty humans live, and those halflings in their grimy holes. Pestilence is rife amongst them. Besides, it seems clear to me that a little help with natural selection can only serve to improve the lesser races. Indeed, I have done some experiments which show just that. But alas, I think with your short vision you would only be disgusted by my advances.
My Rhaloren have come far in the world, and we have learned many things. Oft we have had to flee the terrible Ziguranth and their Death Wilders, but we have pulled through by force of will and grown stronger every day. Here our pilgrimage ends, for here is where we shall truly come into being. You should hear the voices here, screaming from the other side. You should hear their glorious cacophony! The Spellblaze is almost complete, it only needs our gentle push to bring everything to full fruition. The walls between worlds have been worn thin here, and with my strength we can break through to realms of power beyond belief. Such power I shall have! And with it I shall rend forces through this broken world that shall make the Spellblaze seem a happy memory. Eyal will be put to right, and our mighty place restored at the head of all other races! For the Rhaloren this shall truly be the Age of Ascendancy. For the lesser races, herewith comes their Age of Torment.
As I write to you our final plans are in motion. Sleep well when you read this, for it may well be your last night before the Great Torment begins.
With passionate detest,
Your disobedient son]],
}
......@@ -41,6 +41,7 @@ newEntity{ base = "BASE_NPC_ELVEN_CASTER", define_as = "GRAND_CORRUPTOR",
{type="armor", subtype="cloth", autoreq=true},
},
resolvers.drops{chance=100, nb=1, {unique=true} },
resolvers.drops{chance=100, nb=1, {defined="DRAFT_LETTER"} },
resolvers.drops{chance=100, nb=3, {ego_chance=100} },
combat_armor = 0, combat_def = 0,
......
......@@ -18,3 +18,12 @@
-- darkgod@te4.org
load("/data/general/objects/objects.lua")
newEntity{ base = "BASE_LORE",
define_as = "DRAFT_LETTER",
name = "draft letter", lore="grand-corruptor-draft",
desc = [[A letter.]],
rarity = false,
is_magic_device = 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