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

Impending Doom is affected by spell save

git-svn-id: http://svn.net-core.org/repos/t-engine4@6330 51575b47-30f0-44d4-a5cc-537603b46e54
parent 7b1370a0
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ To the south you will find the storage room.]],
newChat{ id="energy",
text = [[This Fortress is designed as a mobile base for the Godslayers - it can fly.
It is also equiped with various facilities: exploratory farportal, emergency containment field, remote storage, ...
However, the Fortess is badly damaged and has lain dormant for too long. Its energies are nearly depleted.
However, the Fortress is badly damaged and has lain dormant for too long. Its energies are nearly depleted.
Take this Transmogrification Chest. It is linked by a permanent farportal to the Fortress. Any item you put inside will be sent to the power core and dismantled for energy.
There are, however, unwanted byproducts to this operation: the generation of a metal known as gold. It is of no use to the Fortress and thus will be sent back to you.]],
answers = {
......@@ -131,7 +131,7 @@ You may use the farportal; however, beware - I sense a strange presence in the f
newChat{ id="recall",
text = [[The rod of recall you possess is not a Sher'tul artifact, but it is based on Sher'tul design.
The Fortress now has enough energy to upgrade it. It can be changed to recall you to the Fortess.]],
The Fortress now has enough energy to upgrade it. It can be changed to recall you to the Fortress.]],
answers = {
{"I like it the way it is now. Thanks anyway."},
{"That could be quite useful. Yes, please do it.", action=function() q:upgrade_rod() end},
......
......@@ -70,7 +70,7 @@ newTalent{
if not target then return end
local dam = target.life * t.getDamage(self, t) / 100
dam = math.min(dam, t.getMax(self, t))
target:setEffect(target.EFF_IMPENDING_DOOM, 10, {dam=dam/10, src=self})
target:setEffect(target.EFF_IMPENDING_DOOM, 10, {apply_power=self:combatSpellpower(), dam=dam/10, src=self})
end, 1, {type="freeze"})
return true
end,
......
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