What you were expecting to happen, and what actually happened
My minishroom says it is applying “Magic Team Bonus x2.25”. I could interpret that to mean many things:
The Magic of all my troops is more than doubled.
My Kingdom magic bonuses are more than doubled.
My Guild magic bonus is more than doubled.
Some extra bonus is applied to my team.
I’ve checked the “Bonuses” tab in “Troops” and I get no visible bonus. I’ve checked The “Skills” tab on the “Hero” page and I have no visible bonus. Even my “Masteries” on the Hero page, which has a visible “Pets” category, has no value.
So what does “Magic Team Bonus x2.25” mean? How am I supposed to know?
How often does this happen? When did it begin happening?
3.4.
@Slypenslyde
I have no idea what it means, either, but I absolutely wanted to say by now that you write the most hilarious bug reports on this forum (especially the “Steps to make it happen again”).
The color of the pet doesn’t directly have any connection to what it buffs, it specifies what kind of food it likes to eat.
The Bonus card tells you which team bonus it buffs (the bonuses you get for using unique troops of that type/kingdom).
Example:
Feyrie is a Purple Buff Pet. Therefor she likes eating Purple Food (Purple food will have a star next to it in the Level up tab and will award more XP to the pet). She is also a Buff Pet, meaning she buffs one of your existing team bonuses. (Loot pets buff your Souls/Gold/XP, Event pets are just Cosmetic)
Looking at this example team I put together, you can see we have 3 Team Bonuses active for it:
Lord of Summer - 2 Unique Bright Forest Troops
Lord of Thorns - 2 Unique Forest of Thorns Troops
Fey General - 4 Unique Fey Troops
You can see Feyrie displayed in the Fey General section to show that that bonus is being buffed by her. (it is normally +2 Attack and +2 Magic) If I had Twigant as well you would see him showing up on the Lord of Thorns section and an increase to those buffs.
TL;DR: Pets buff the existing team bonuses mentioned on their Bonus card. The colour of the pet isn’t directly tied to what they buff. (Though you will usually see like with like, eg a Purple team bonus pet is generally purple etc)
I don’t know why my quote isn’t working after updating my pc today.
You clearly stated 3-4 troops gets the buff. I have the minischroom. It is not working at all with 3 purple troops, only with 4 troop, and ONLY gives +2 Magic. Mine is Epic +2.75. Can you elaborate why this Pet follows totally different rules. If its bugged that’s fine, I would just like to know.
OK I think I can field this now that @Ozball’s clarified the color part. Thanks for that extra bit, it wasn’t clear to me that the color just meant the food, and my choice of a ‘Magic Team’ pet made it more confusing. (Actually he answered it already whoops, not deleting, not sorry.)
Right now, there’s an undocumented set of bonuses in the game. There are bonuses for having 3 unique troops from a certain kingdom/creature type, and larger bonuses for having 4. There are bonuses for having 4 unique troops using a certain color, but I didn’t find a color that has a bonus for 3. Ozball didn’t specifically say “3 troops of a certain color”.
So roughly speaking it’s likely intended that:
3 Centaurs
3 Bright Forest troops
3 Purple troops
Part of the problem is these bonuses aren’t visible/browsable anywhere, you just have to know they exist and build the teams to see what they are. The pets kind of guide you to it.
This is actually a bit more complicated to explain, but I’ll try to keep it brief. In short, our code uses the IEEE 754 standard of Round Half to Even. Meaning that .5 decimals get rounded to the nearest Even number, so 2.5 gets rounded down to 2, while 3.5 gets rounded up to 4 (4.5 also gets rounded down to 4, etc).
So in this particular case, 2.25 and 2.5 will get rounded down to 2, but once you hit 2.75 it should start rounding up to 3.
so it gives you double the same bonus with 2.25 and 2.50
means ,you get onöy +2 for both levels
so my question is
why is 2.50 as a level good for i allreay have +2 from 2.25?
or do i understand something wrong
same with upgrade bonuses
?
Consistency, the multiplier is the same for all similar pets. Consider it to work a bit like Crescendo, it has a powerful effect, so you need to level up more than once to benefit. Besides, those pet levels get you some gems and chaos orbs, so you’ll eventually want to level up, even if you don’t consider yourself a completionist.
That kind of rounding is more colloquially called “banker’s rounding” because it’s more fair than “normal” rounding. We only round values x.1 through x.9, so that means we round down for { 1, 2, 3, 4 } and up for { 5, 6, 7, 8, 9 }. Thus, that rounding has a bias for rounding up. When we use “banker’s rounding”, we have to consider 2 different numbers to see if it’s fair. We round up the 9 values from 1.1 to 1.9 and down the 9 values from 2.1 to 2.9, thus there are 9 “round up” possibilities and 9 “round down” possibilities, thus “it’s more fair”.
For the current considered bonuses, the decimal points on multipliers aren’t very relevant. But perhaps there will someday be new bonuses with higher factors. Then they would be relevant. Or there might be pets with higher multipliers. Either way you’re going to level it to max anyway
I didn’t read all replies yet, so I might say something that already been said, but…
As long as I play this game it tought me that x2 means (+2) not (x2) as it should x)
But when it stands 3:1 it really means what it truly is. Unfair, isn’t it?