Skip to content
Snippets Groups Projects
Commit 805cddaa authored by dg's avatar dg
Browse files

moooar

git-svn-id: http://svn.net-core.org/repos/t-engine4@5575 51575b47-30f0-44d4-a5cc-537603b46e54
parent 55f7c21b
No related branches found
No related tags found
No related merge requests found
game/modules/tome/data/gfx/talents/worldly_knowledge.png

4.13 KiB

......@@ -233,3 +233,29 @@ uberTalent{
:format()
end,
}
uberTalent{
name = "Worldly Knowledge",
mode = "passive",
on_learn = function(self, t, kind)
local Chat = require "engine.Chat"
local chat = Chat.new("worldly-knowledge", {name="Wordly Knowledge"}, self)
chat:invoke()
end,
info = function(self, t)
return ([[Learn a new talent category from one of those at 0.9 mastery, unlocked:
- Technique / Conditioning
- Technique / Mobility
- Technique / Field Control
- Wild Gift / Call of the Wild
- Wild Gift / Mindstar Mastery
- Spell / Divination
- Spell / Staff Combat
- Spell / Stone Alchemy
- Cunning / Survival
- Celestial / Chants
- Celestial / Light
Some will not be available depending on your status toward magic.]])
:format()
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