Further file organization
Further file organization
This commit is contained in:
15
nwn/nwnprc/trunk/scripts/codi_S0_MasHeal.nss
Normal file
15
nwn/nwnprc/trunk/scripts/codi_S0_MasHeal.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: Warpriest
|
||||
//:: MassHeal
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
#include "prc_inc_spells"
|
||||
|
||||
void main()
|
||||
{
|
||||
int nLevel = GetLevelByClass(CLASS_TYPE_WARPRIEST);
|
||||
int nDC = GetLevelByClass(CLASS_TYPE_WARPRIEST) + GetAbilityModifier(ABILITY_CHARISMA) + 10;
|
||||
DoRacialSLA(SPELL_MASS_HEAL, nLevel, nDC);
|
||||
}
|
||||
|
Reference in New Issue
Block a user