Home › Forums › Angry Birds Epic Forum › Health of banner items › Reply To: Health of banner items
@killerkea Sorry, I didn’t explain that part very well. I’ll write out all the calculation steps this time to make sure I don’t goof anything up.
We know the emblem base stat (wood league) is 3/8 of the top/flag base stat.
1. emblem_base = 3/8 * top_flag_base
Turn that around to get:
2. top_flag_base = 8/3 * emblem_base
We know that the per-league bonus on emblems is 1/20 = 5% of the top/flag base stat.
3. emblem_league_bonus = 1/20 * league_diff * top_flag_base
Substituting for top_flag_base from equation 2, we can rewrite that in terms of emblem_base:
4. emblem_league_bonus = 1/20 * league_diff * 8/3 * emblem_base
= 8/60 * league_diff * emblem_base
= 2/15 * league_diff * emblem_baseThere’s the 2/15.
Because the per-league bonus for emblems is 1/2 that for tops/flags, while the base stat is 3/8, your final statement doesn’t hold up.
A level 41 2* Gold League top has the following stat:
3740 + 3740 * 0.1 * 3 =
3740 + 3740 * 0.3 =
3740 * 1.3 =
4862A level 41 2* Gold League emblem has:
3740 * 0.375 + 3740 * 0.05 * 3 =
3740 * 0.375 + 3740 * 0.15 =
3740 * 0.525 =
1963.5The numbers reported and then recorded in the OP are 4862 and 1964, so I know I got those right.
Is this 3/8?
1963.5 / 4862 = 0.4038...
Nope. If the emblem’s per-league bonus had been 3/8 of the top/flag per-league bonus (3/8 * 1/10 = 3/80 = 0.0375), then that logic would work, but it’s not.