Skip to content
Snippets Groups Projects
Commit 54e9bf6f authored by DarkGod's avatar DarkGod
Browse files

Dreadfell bosses & Shade of Telos cant roll wilders

parent 1b5a5458
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -39,6 +39,7 @@ newEntity{ define_as = "THE_MASTER",
display = "V", color=colors.VIOLET,
desc = [[A terrifying vampiric figure of power, with flowing robes and an intense aura of fright. His cold, sinewy flesh seems to cling to this world through greed and malice, and his eyes betray a strength of mind beyond any puny mortal. All nearby are utterly subservient to his will, though he stands aloof from them, as if to say he needs not the pathetic meddling of minions to help him overcome his foes. Your eyes are drawn to a dark staff in his hands which seems to suck the very life from the air around it. It looks ancient and dangerous and terrible, and the sight of it fills you with fervent desire.]],
killer_message = "and raised as his tortured undead thrall",
not_power_source = {nature=true},
level_range = {23, nil}, exp_worth = 2,
max_life = 350, life_rating = 19, fixed_rating = true,
max_mana = 165,
......@@ -139,6 +140,7 @@ newEntity{ define_as = "PALE_DRAKE",
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/undead_skeleton_pale_drake.png", display_h=2, display_y=-1}}},
desc = [[A malevolent skeleton archmage that has taken control of the Dreadfell since the Master's demise.]],
level_range = {40, nil}, exp_worth = 3,
not_power_source = {nature=true},
max_life = 450, life_rating = 21, fixed_rating = true,
rank = 4,
size_category = 3,
......@@ -210,6 +212,7 @@ newEntity{ define_as = "BORFAST",
desc = [[Thick skin hangs loosely from this short, shambling form. Tufts of hair sticking out from its chin give evidence of a once magnificent dwarven beard. Half its face seems to have been seared in acid at some point, the flesh melted away from the skull and an eyeball drooping low from its socket. There is a unique sadness to its eyes, and a slump of resignation to its gait.
What proud hero of renown was this before he was condemned to such a terrible fate?]],
killer_message = "and offered to his dark Master",
not_power_source = {nature=true},
level_range = {20, nil}, exp_worth = 2,
max_life = 350, life_rating = 19, fixed_rating = true,
max_stamina = 200,
......@@ -281,6 +284,7 @@ newEntity{ define_as = "ALETTA",
desc = [[What once must have been an enchantingly beautiful Higher woman now looks to be a ghost of utter despair. Her thin, elegant form ripples gently in the air, whilst her tattered robes seem oddly still. The ghost's face looks jittery and pained whilst her wild, glowing eyes move rapidly back and forth in their sockets.
Now and then she seems to see something and her jaw pulls back, her whole face splitting apart as she shrieks an unholy cry of pain and torment.]],
killer_message = "and offered to her dark Master",
not_power_source = {nature=true},
level_range = {20, nil}, exp_worth = 2,
max_life = 150, life_rating = 10, fixed_rating = true,
hate_regen = 1,
......@@ -356,6 +360,7 @@ newEntity{ define_as = "FILIO",
desc = [[A short, furtive-looking skeleton with padded feet. He moves quickly and silently, and seems to meld into the shadows with ease. In one hand he holds a sling, and the other a short dagger.
There is a cunning air to his hollow skull, and his empty sockets reveal nothing of what tricks and tactics he has planned.]],
killer_message = "and offered to his dark Master",
not_power_source = {nature=true},
level_range = {20, nil}, exp_worth = 2,
max_life = 250, life_rating = 15, fixed_rating = true,
max_stamina = 200,
......
......@@ -33,6 +33,7 @@ newEntity{ define_as = "SHADE_OF_TELOS",
display = "G", color=colors.VIOLET,
desc = [[Everybody thought Telos dead and his spirit destroyed, but it seems he still lingers in his old place of power.]],
killer_message = "and was savagely mutilated, a show of his rage towards all living things",
not_power_source = {nature=true},
level_range = {38, nil}, exp_worth = 3,
max_life = 250, life_rating = 22, fixed_rating = true,
rank = 4,
......
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