Guns Of Icarus Online

Main => The Classroom => Q&A => Topic started by: Wundsalz on June 25, 2014, 05:35:02 am

Title: how does the buff hammer effect stack with ammo damage modifiers?
Post by: Wundsalz on June 25, 2014, 05:35:02 am
are the boni additive (e.g. charged&buffed: 1+.3+.2 = 1.5) or are they multiplicative (e.g. charged&buffed: 1*1.3*1.2 = 1.6)? Or is it more complex?
Title: Re: how does the buff hammer effect stack with ammo damage modifiers?
Post by: Mezhu on June 25, 2014, 07:47:28 am
Additive
Title: Re: how does the buff hammer effect stack with ammo damage modifiers?
Post by: Tanya Phenole on June 25, 2014, 12:50:11 pm
Additive

proof?
Title: Re: how does the buff hammer effect stack with ammo damage modifiers?
Post by: Frogger on June 25, 2014, 02:45:08 pm
I'm quite sure it's additive. If you dig through the forums, you'll find awkm stating as much.
Title: Re: how does the buff hammer effect stack with ammo damage modifiers?
Post by: Dementio on June 25, 2014, 03:41:31 pm
But is it
e.g. charged&buffed: 1+.3+.2 = 1.5

or (depending on what is applied first)

1 + .3 * (1) = 1.3 + .2 * (1.3) = 1.56

?
Title: Re: how does the buff hammer effect stack with ammo damage modifiers?
Post by: Queso on June 25, 2014, 05:26:18 pm
Just checked the code. It's additive and is definitely supposed to be that way.
Title: Re: how does the buff hammer effect stack with ammo damage modifiers?
Post by: Alistair MacBain on August 20, 2014, 04:48:17 am
A similiar thing where i just dont want to open a new thread.
How does the ammo+buff calculate with multipliers for different components?
ammo+buff*component modifier
or
ammo+buff+component modifier
Title: Re: how does the buff hammer effect stack with ammo damage modifiers?
Post by: Mattilald Anguisad on August 20, 2014, 08:00:58 am
damage of the shot*component modifier would make most sense, ergo i would assume (ammo+buff)*component modifier. I would assume (not having access to any code) damage is calculated on the component side.
But will need confirmation by anyone that has access to numbers. Where have gone the days, when the only anwer was something allong the line of "you don't realy need to know that formula".