I’ve also found that the glory (and gold and souls) amounts are much higher than they should be due to the yellow statue bonus.
I think @Fourdottwoone nailed it here: The Mystery of the Amazing Tribute - #31 by Fourdottwoone
Instead of what we’d expect:
total = 0 for each kingdom { total += kingdom.glory } total *= statueMultiplier
it seems to actually be implemented as
total = 0 for each kingdom { total += kingdom.glory total *= statueMultiplier }
Pretty big difference as statueMultiplier increases.