Updated ruleset.2da. Drug Resistance should be able to target the caster. Changed crafting constants for better compatibility with nwn_script_comp. Made Mirror Image work better.
11 lines
302 B
Plaintext
11 lines
302 B
Plaintext
#include "moi_inc_moifunc"
|
|
#include "psi_inc_psifunc"
|
|
|
|
void main()
|
|
{
|
|
object oMeldshaper = OBJECT_SELF;
|
|
int nEssentia = GetEssentiaInvestedFeat(oMeldshaper, FEAT_AZURE_TALENT);
|
|
if (GetCanBindChakra(oMeldshaper, CHAKRA_CROWN)) nEssentia += 2;
|
|
|
|
GainPowerPoints(oMeldshaper, nEssentia, TRUE, TRUE);
|
|
} |