Make alchemists able to use AAD

All new ideas for the upcoming releases of ToME 4.x.x should be discussed here

Moderator: Moderator

Post Reply
Message
Author
Nevuk
Thalore
Posts: 189
Joined: Thu Jul 27, 2006 2:50 am

Make alchemists able to use AAD

#1 Post by Nevuk »

Due to the way alchemist protection works when maxed it results in Alchemists being almost entirely unable to use AAD (has come up a couple of times) .

This relatively easy to fix. I made a thread in the dev forum where Erenion helped me do it for my add-on, but I think it should be part of the main game since it's such a simple fix.

Code: Select all

else -- reduced damage to friendly npcs (could make random chance like friendlyfire instead)
    if target and self:reactionToward(target) >= 0 and not target:knowTalent(target.T_ARCANE_AMPLIFICATION_DRONE_EFFECT) then d = dam * (1 - prot) end
end
The AAD will then trigger off of throw bomb and other alchemist spells - the AAD can still hit the golem, but I'm assuming it hits other minions too so I don't see the problem.

Chronosplit
Archmage
Posts: 318
Joined: Fri Oct 09, 2015 2:27 pm

Re: Make alchemists able to use AAD

#2 Post by Chronosplit »

Making AAD at least work when hit by your bombs would be a big deal for Alchemist, not to mention it's probably a good match with lore. It's probably the class that can benefit the most from it, as long as the golem is managed anyway.

Post Reply