Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pet - equation
#2
>>>> If PetTier = 1: PetTier = PetTier + 1.     Else: PetTier = PetTier.

You should add 1 to all PetTier values. That way you avoid Tier 1 and Tier 2 having the same exponent.

>>>> (1 + StableBonus) * (1 + GuildPersonalUpgrade)

These two add together, not multiply. I assume you want them to be multiplicative?

>>>>  Lower levels will have a gain but won't notice a tremendous difference as the increase will start getting higher with greater tier pets.

Not really. The log difference makes the relative increase smaller and smaller with each pet tier. Also, the value of log(PetTier) will be between 0 and 1. Does it really make that much of a difference?

And can you use  ^ symbol for the power, so the new formula is more clear? I mean this one:

                                                                                   log PetTier
NewPetBaseDamage = [(1 + Ilvl) * (PetBaseDamage)]           +           (1 + PetBaseDamage)

That "+" sign under log PetTier is suspicious.
I am a Nerd.  Angel
Reply


Messages In This Thread
Pet - equation - vosavo - 01-16-2016, 11:01 AM
RE: Pet - equation - Brouwer - 01-16-2016, 03:16 PM
RE: Pet - equation - vosavo - 01-17-2016, 02:45 AM
RE: Pet - equation - Aar118 - 01-17-2016, 09:10 AM
RE: Pet - equation - vosavo - 01-17-2016, 09:24 AM
RE: Pet - equation - Aar118 - 01-18-2016, 05:58 PM
RE: Pet - equation - vosavo - 01-19-2016, 01:07 AM
RE: Pet - equation - Aar118 - 01-19-2016, 04:58 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)