Page 1 of 1

[1.0.4] Thought-form talents have no tactical ai...

Posted: Tue Sep 03, 2013 3:12 am
by jenx
...which explains why rare/boss solipsists NEVER regenerate a thought-from if you destroy it.

This is simply fixed by this, for all three thought-form talents:

Code: Select all

newTalent{
	name = "Thought-Form: Defender",
	short_name = "TF_DEFENDER",
	type = {"psionic/other", 1},
	points = 5, 
	require = psi_wil_req1,
	sustain_psi = 20,
	mode = "sustained",
	no_sustain_autoreset = true,
+++	tactical = { ATTACK = 2 },
	cooldown = 24,
	range = 10,
	no_unlearn_last = true,
I've tested this and it works.