mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-17 06:37:15 -05:00
Initial upload.
Adding base PRC 4.19a files to repository.
This commit is contained in:
15
trunk/scripts/codi_s0_HealCirc.nss
Normal file
15
trunk/scripts/codi_s0_HealCirc.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: Warpriest
|
||||
//:: HealingCircle
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
#include "inc_newspellbook"
|
||||
|
||||
void main()
|
||||
{
|
||||
int nLevel = GetLevelByClass(CLASS_TYPE_WARPRIEST);
|
||||
int nDC = GetLevelByClass(CLASS_TYPE_WARPRIEST) + GetAbilityModifier(ABILITY_CHARISMA) + 10;
|
||||
DoRacialSLA(SPELL_HEALING_CIRCLE, nLevel, nDC);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user