How do you add a talent category via add-on?

Have a really dumb question? Ask it here to get help from the experts (or those with too much time on their hands)

Moderator: Moderator

Post Reply
Message
Author
GlitchyVirus
Posts: 2
Joined: Mon Jan 06, 2020 6:18 pm

How do you add a talent category via add-on?

#1 Post by GlitchyVirus »

I'm trying to give Shadowblades access to the Poison tree, but even though it seems like I've done everything right, it's still not showing up. Am I missing something here?

The code I have is:

local Particles = require "engine.Particles"

getBirthDescriptor("subclass", "Shadowblade").talents_types["cunning/poisons"]={false, 0.3}

-This is located in \data\birth\classes\rogue.lua of my add-on

-data is set to true in the init.lua

-If it matters, I've been able to make changes to prodigies successfully with no problems

I appreciate any help that can be offered. Thank you!

Post Reply