MatchSpellProtections(talent)
Returns if the talent is a protective spell.
int MatchSpellProtections( talent tUse );
Parameters
tUse
Talent to check.
Description
Returns TRUE if the talent fed to the function is one of 11 protective spells (Ethereal Visage, Ghostly Visage, Globe of Invulnerability, Greater Spell Mantle, Lesser Spell Mantle, Minor Globe of Invulnerability, Negative Energy Protection, Protection from Spells, Shadow Shield, Spell Mantle, and Spell Resistance). Otherwise, it returns FALSE.
Remarks
Found in x0_i0_match.nss line 186.
In the core AI function GetMatchCompatibility, if the class fed to that function is mage, it calls MatchSpellProtections to determine whether GetMatchCompatibility should return true or false.
Requirements
#include "x0_i0_match"
Version
1.28
See Also
functions: | GetMatchCompatibility |
categories: | Core AI Talent Functions |
author: Lilac Soul, editor: Mistress, additional contributor: Lilac Soul