4 zap_type
spell_to_zap(spell_type spell
);
6 // Translate from spell to zap power (usually identical).
7 int spell_zap_power(spell_type spell
, int powc
);
9 // Zaps have their own cap -- translate to spell power.
10 int spell_zap_power_cap(spell_type spell
);