Lfun: query_def_wc - return the default weapon class of a monster Syntax: int query_def_wc() Description: Via set_level every monster gets a default weapon class depending on the level. The query_def_wc call returns this default weapon class. Return value: A positive integer indicating the weapon class depending on level. Examples: int wc; wc = monster->query_def_wc(); Note: Even when a monster wields weapon, at least this default weapon class is kept. Only if the weapon classes of the wielded weapon is higher then the default, the weapon class of the wielded weapon is used. See also: monster/set_level, monster/set_wc, living/query_wc, monster/query_def_ac