Skip to content
Snippets Groups Projects
Commit a3cfe872 authored by Lisa Greene's avatar Lisa Greene
Browse files

Revert change to adept used for testing

parent f72bc8ad
No related branches found
No related tags found
1 merge request!663Misc talent scaling changes
......@@ -467,21 +467,15 @@ uberTalent{
-- Re-used icon
uberTalent{
name = "Adept", image = "talents/meditation.png",
name = "Adept",
mode = "passive",
cant_steal = true,
info = function(self, t)
return ([[Your talent masteries are increased by 0.3. Note that many talents will not benefit from this increase.]])
:format()
return ([[You are adept at many different skills, granting you +1.5 to all known talent levels.
This works on already known talents and those that you will learn afterwards.]]):tformat()
end,
passives = function(self, t, tmptable)
self:talentTemporaryValue(tmptable, "talents_mastery_bonus", {all = 0.3})
if not self._updating_adept then
self._updating_adept = true
self:updateAllTalentsPassives()
self._updating_adept = nil
end
passives = function(self, t, p)
self:talentTemporaryValue(p, "all_talents_bonus_level", 1.5)
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