How do Talents work
Posted: Tue Sep 29, 2015 10:41 pm
The next phase of the Player AI is getting it to activate talents and infusions. Preferably, I can set up a generic framework so the AI can look at its talents and work out how to use them on its own (overambition ho!). The problem is:
How do Talents and Infusions actually work internally? I can find the definitions of Talents, but they're just data objects, without a lot of hints on how to look them up or call them. They seem to mostly define functions which presumably get hooked into things. How does a player look up what talents they have? Can I get at the basic information on the Talent (like Activated vs Sustained, etc)?
How do Talents and Infusions actually work internally? I can find the definitions of Talents, but they're just data objects, without a lot of hints on how to look them up or call them. They seem to mostly define functions which presumably get hooked into things. How does a player look up what talents they have? Can I get at the basic information on the Talent (like Activated vs Sustained, etc)?