Sense detects traps at level 4 (possibly earlier).
Tooltip says this doesn't happen until level 5.
Sense Bug (or typo) *minor*
Moderator: Moderator
-
- Reaper
- Posts: 1535
- Joined: Mon Jan 22, 2007 6:31 pm
- Location: East of the sun, west of the moon
Re: Sense Bug (or typo) *minor*
not really a bug no, this is because of mastery, the 1.3 mastery makes it happen at lvl 4 (ie, 4 * 1.3 = 5.2 > 5)
Oliphant am I, and I never lie.
Re: Sense Bug (or typo) *minor*
Ahh.. I didn't realize mastery would make that kinda stuff kick in early. Thought it would only effect the range.
So you really only need 4/5 Phase Door then too?
So you really only need 4/5 Phase Door then too?
Re: Sense Bug (or typo) *minor*
Yes. As a mage, for every spell that has mastery at 1.3 and a special effect at level 5, you only need to put 4 points in it...
Re: Sense Bug (or typo) *minor*
This can be surprising for some people, and maybe the effective (mastery applied) talent level should be shown somewhere in the LevelupTalents dialog. Maybe something like this:
Code: Select all
--- Actor.lua.old 2010-08-24 22:04:05.000000000 -0700
+++ Actor.lua 2010-08-24 22:07:39.000000000 -0700
@@ -1063,6 +1063,7 @@
local d = {}
+ d[#d+1] = ("#6fff83#Effective talent level: #00FF00#%.1f"):format(self:getTalentLevel(t))
if t.mode == "passive" then d[#d+1] = "#6fff83#Use mode: #00FF00#Passive"
elseif t.mode == "sustained" then d[#d+1] = "#6fff83#Use mode: #00FF00#Sustained"
else d[#d+1] = "#6fff83#Use mode: #00FF00#Activated"
<DarkGod> lets say it's intended
Re: Sense Bug (or typo) *minor*
Good idea, done
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning
