306:/std/mobile.c (/std/mobile.c)
(public int) query_exp_factor()
/*
 * Function name: query_exp_factor
 * Description  : This routine returns the percentage on the basic experience
 *                that is given out when killing this living. For instance. An
 *                NPC with special (magical) abilities might be more difficult
 *                to kill than one would assume based on the stats alone. The
 *                exp-factor is only valid for NPC's. Range: 50% to 200%
 * Returns      : int - the exp-factor, if it returns 140, that means that 40%
 *                    bonus is added.
 */
