Page 1 of 1

Defense buff confuses me [Solved]

Posted: Sun Nov 27, 2011 10:44 am
by Bob

Code: Select all

BuffDefenseMult     = "0.5"
Since i'ts a multiplicator, shouldn't the number be something higher than 1.0 to do anything good?

Re: defense buff confuses me

Posted: Sun Nov 27, 2011 11:37 am
by Noobasaurus
Bob wrote:

Code: Select all

BuffDefenseMult     = "0.5"
Since i'ts a multiplicator, shouldn't the number be something higher than 1.0 to do anything good?
Perhaps it's "times your normal defense by this and add it on" or something.

Re: defense buff confuses me

Posted: Sun Nov 27, 2011 11:54 am
by DarthD.U.C.K.
it is the multiplier for the damage that the unit recieves i guess, here is a topic about it that search turned up

Re: defense buff confuses me

Posted: Sun Nov 27, 2011 12:26 pm
by Bob
OK, that answered some questions :thumbs:

Last thing: Is it possible to raise a unit's speed and/or jumpheight via buff?

Re: defense buff confuses me

Posted: Sun Nov 27, 2011 12:36 pm
by THEWULFMAN
Bob wrote:Last thing: Is it possible to raise a unit's speed and/or jumpheight via buff?

No there's not. At least not directly. If there was only one unit of that class, you could use Lua to change those values.

Re: defense buff confuses me

Posted: Sun Nov 27, 2011 1:22 pm
by Bob
And more than one of that unit class there is.

Thanks @ all
________________
SOLVED