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

Reduced Adept slightly to 1.5

parent a54ddae9
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -471,11 +471,11 @@ uberTalent{
mode = "passive",
cant_steal = true,
info = function(self, t)
return ([[You are adept at many different skills, granting you +2 to all talent levels.
return ([[You are adept at many different skills, granting you +1.5 to all talent levels.
This works on already known talents and those that you will learn afterwards.]]):tformat()
end,
passives = function(self, t, p)
self:talentTemporaryValue(p, "all_talents_bonus_level", 2)
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