mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-16 16:27:15 -05:00
Further file organization
Further file organization
This commit is contained in:
15
nwn/nwnprc/trunk/scripts/codi_S0_MasHaste.nss
Normal file
15
nwn/nwnprc/trunk/scripts/codi_S0_MasHaste.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: Warpriest
|
||||
//:: MassHaste
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
#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_HASTE, nLevel, nDC);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user