Page 1 of 1

[1.0.4] Nourishing Moss tactical ai should include HEAL...

Posted: Tue Sep 03, 2013 12:39 am
by jenx
... in addition to already ATTACKAREA and DISABLE.

Re: [1.0.4] Nourishing Moss tactical ai should include HEAL.

Posted: Mon Sep 09, 2013 12:12 am
by jenx
In fact, I"m not sure why it needs DISABLE at all.

I think it should be:

Code: Select all

newTalent{
	name = "Nourishing Moss",
	type = {"wild-gift/moss", 2},
	require = gifts_req2,
	points = 5,
	cooldown = 16,
	equilibrium = 5,
	no_energy = true,
---	tactical = { ATTACKAREA = {NATURE=1}, DISABLE = {pin = 1} },
+++	tactical = { ATTACKAREA = {NATURE=1}, HEAL = 1 },