Skip to content
Snippets Groups Projects
Commit 26b351a1 authored by DarkGod's avatar DarkGod
Browse files

reduced rethread efficiency

parent 9d2fff53
No related branches found
No related tags found
No related merge requests found
......@@ -79,6 +79,7 @@ newTalent{
local tgr = {type="beam", range=self:getTalentRange(t), selffire=false, talent=t, x=sx, y=sy}
self:project(tgr, actor.x, actor.y, function(px, py)
DamageType:get(DamageType.TEMPORAL).projector(self, px, py, DamageType.TEMPORAL, damage)
damage = damage * 0.67
-- Get our braid targets
local target = game.level.map(px, py, Map.ACTOR)
......@@ -108,6 +109,7 @@ newTalent{
local targets = t.getTargetCount(self, t)
return ([[Rethread the timeline, dealing %0.2f temporal damage to the target before moving on to a second target.
Rethread can hit up to %d targets up to 10 grids apart, and will never hit the same one twice; nor will it hit the caster.
Each time it jumps target the damage is reduced by 33%%.
The damage will increase with your Spellpower.]]):
format(damDesc(self, DamageType.TEMPORAL, damage), targets)
end,
......
......@@ -328,12 +328,12 @@ function _M:makeDefault()
self:setDescriptor("world", "Maj'Eyal")
self:setDescriptor("difficulty", "Normal")
self:setDescriptor("permadeath", "Adventure")
-- self:setDescriptor("race", "Human")
-- self:setDescriptor("subrace", "Higher")
self:setDescriptor("race", "Giant")
self:setDescriptor("subrace", "Ogre")
self:setDescriptor("class", "Warrior")
self:setDescriptor("subclass", "Berserker")
self:setDescriptor("race", "Human")
self:setDescriptor("subrace", "Higher")
-- self:setDescriptor("class", "Warrior")
-- self:setDescriptor("subclass", "Berserker")
self:setDescriptor("class", "Chronomancer")
self:setDescriptor("subclass", "Paradox Mage")
__module_extra_info.no_birth_popup = true
self:atEnd("created")
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