Author Topic: how does the buff hammer effect stack with ammo damage modifiers?  (Read 8110 times)

Offline Wundsalz

  • Member
  • Salutes: 72
    • [Rydr]
    • 45 
    • 45
    • 45 
    • View Profile
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?

Offline Mezhu

  • Member
  • Salutes: 33
    • [Sgar]
    • 45 
    • 45
    • 41 
    • View Profile
Re: how does the buff hammer effect stack with ammo damage modifiers?
« Reply #1 on: June 25, 2014, 07:47:28 am »
Additive

Offline Tanya Phenole

  • Member
  • Salutes: 92
    • [Duck]
    • 14
    • View Profile

Offline Frogger

  • Member
  • Salutes: 20
    • [Duck]
    • 23 
    • 45
    • 45 
    • View Profile
Re: how does the buff hammer effect stack with ammo damage modifiers?
« Reply #3 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.

Offline Dementio

  • Member
  • Salutes: 135
    • [Rydr]
    • 43 
    • 45
    • 45 
    • View Profile
Re: how does the buff hammer effect stack with ammo damage modifiers?
« Reply #4 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

?

Offline Queso

  • Muse Games
  • Salutes: 126
    • [Muse]
    • 13
    • 25 
    • View Profile
Re: how does the buff hammer effect stack with ammo damage modifiers?
« Reply #5 on: June 25, 2014, 05:26:18 pm »
Just checked the code. It's additive and is definitely supposed to be that way.

Offline Alistair MacBain

  • Member
  • Salutes: 23
    • [GwTh]
    • 22 
    • 45
    • 19 
    • View Profile
Re: how does the buff hammer effect stack with ammo damage modifiers?
« Reply #6 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

Offline Mattilald Anguisad

  • Community Ambassador
  • Salutes: 12
    • [GwTh]
    • 12 
    • 45
    • 30 
    • View Profile
Re: how does the buff hammer effect stack with ammo damage modifiers?
« Reply #7 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".