Definition : F_EXP_TEAM_BONUS(size)

Defined in : #include <formulas.h>

Description: To promote teamplay, people will get extra experience when they
             are in a team. This formula returns the percentage by which the
             exp should be multiplied. So if you deserve 20% extra, this
             formula returns 120.

Arguments  : int size - the size of the team [present in the room]

Returns    : int - the percentage to multiply with.
