How do you associate racial talents with a race?
Moderator: Moderator
How do you associate racial talents with a race?
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.
Re: How do you associate racial talents with a race?
Pretty simple:
in the racial entry, where x is the talent tree name.
You can check some racial entries, for example Highers( check /game/modules/tome/data/birth/races/human.lua) have:
(they also have
so they get the first talent of the tree for free.)
Code: Select all
talents_types = { [x]={true, 0} },
You can check some racial entries, for example Highers( check /game/modules/tome/data/birth/races/human.lua) have:
Code: Select all
talents_types = { ["race/higher"]={true, 0} },
Code: Select all
talents = {
[ActorTalents.T_HIGHER_HEAL]=1,
},
ToME online profile: http://te4.org/users/zonk
Addons (most likely obsolete): Wights, Trolls, Starting prodigy, Alternate save/resistance system
Addons (most likely obsolete): Wights, Trolls, Starting prodigy, Alternate save/resistance system