How do you associate racial talents with a race?
Posted: Sat Jul 16, 2011 11:34 pm
I am thinking about designing a new race, but can't find out how to associate a racial talent tree with a race. Any guidance will be deeply appreciated.
Everything about ToME
https://forums.te4.org/
Code: Select all
talents_types = { [x]={true, 0} },
Code: Select all
talents_types = { ["race/higher"]={true, 0} },
Code: Select all
talents = {
[ActorTalents.T_HIGHER_HEAL]=1,
},