[Embers 1.0.2] Mindwave targets a ball

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
nsrr
Sher'Tul
Posts: 1126
Joined: Mon Sep 21, 2015 8:45 pm
Location: Middle of Nowhere

[Embers 1.0.2] Mindwave targets a ball

#1 Post by nsrr »

The description for Mindwave states that it will deal damage in a cone, but the talent actually targets a ball:
target = function(self, t) return {type="ball", radius=self:getTalentRadius(t), range=self:getTalentRange(t), friendlyfire=false} end,
I haven't actually used it yet myself, but I noticed it while I was diving into the Algid Rage code.

While we're on the topic of Mindwave, why does a mind damage attack generated by frying your Yeti's mind scale on Con and not Wil?

Ravenholme
Cornac
Posts: 31
Joined: Fri Nov 27, 2015 6:05 pm

Re: [Embers 1.0.2] Mindwave targets a ball

#2 Post by Ravenholme »

nsrr wrote:The description for Mindwave states that it will deal damage in a cone, but the talent actually targets a ball:
target = function(self, t) return {type="ball", radius=self:getTalentRadius(t), range=self:getTalentRange(t), friendlyfire=false} end,
I haven't actually used it yet myself, but I noticed it while I was diving into the Algid Rage code.

While we're on the topic of Mindwave, why does a mind damage attack generated by frying your Yeti's mind scale on Con and not Wil?
Con for the Yeti to withstand the frying of its brain? I agree that Will makes more sense, but I guess that must be the reasoning behind it using Con.

Post Reply