Reply To: Golden Pig Machine

Home Forums Angry Birds Epic Forum Golden Pig Machine Reply To: Golden Pig Machine

dr_ishmael
@dr_ishmael

@kerravon Thanks yet again! But no, my formula predicts those numbers ([email protected] and [email protected]) exactly. For reference, I’ll repeat it here:

Red/Matilda Weapon Attack = Bround(2.5 * (Level+5)) + Bround(3.5 * (Level+5) - 1) + 1

Actually, I’ve discovered an alternate version (that I forgot to post about until now) that doesn’t need the -1 term, although it uses different level offsets. This new version is:

Red/Matilda Weapon Attack = Bround(1.5 * (Level+3)) + Bround(4.5 * (Level+5)) + 3

Both of these formulas produce the exact same output for all levels, so I don’t know if we can say that one is better than the other, aside from the second one having fewer terms.