145:/d/Genesis/newmagic/resist.c (/d/Genesis/newmagic/spell.c)
(public int) spell_resist_basic(object caster, object target, int element,     int difficulty)
/*
 * Function name: spell_resist_basic
 * Description:   Determines a target's base resistance to a spell.  This
 *                can be used for spells for which stat/skill-based
 *                resistance checks don't make sense.
 * Arguments:     object caster - the caster of the spell
 *                object target - the target of the spell
 *                int element   - the spell element
 *                int difficulty - the difficulty of resisting the spell
 * Returns:       Resistance percentage
 */
