Page 1 of 1

Quick question about talents

Posted: Sat Dec 11, 2010 4:50 am
by Omega Blue
So, I have just mucked around with the costs of a few talents, but I don't see the changes showing up when I restart the game... Do I need to do more other than changing the numbers in the modules?

Re: Quick question about talents

Posted: Sat Dec 11, 2010 5:24 am
by Final Master
Can you go into more detail about what you've done?

Re: Quick question about talents

Posted: Sat Dec 11, 2010 1:47 pm
by Omega Blue
Something like this:

Code: Select all

newTalent{
	name = "Precise Strikes",
	type = {"technique/combat-techniques-active", 1},
	mode = "sustained",
	points = 5,
	require = techs_strdex_req1,
	cooldown = 20,                                                             -- original 30
	sustain_stamina = 20,                                                      -- original 30
in combat-techniques.lua under "...\t-engine4-windows-1.0.0beta15b\game\modules\tome\data\talents\techniques"

Another thing I don't quite understand is, say for example Shield Wall
The tooltip says "Stamina Cost: 50" but it is 30 in the relevant lua file.