PRC8/trunk/scripts/prc_hextor_dam.nss
Jaysyn904 1662218bb4 Initial upload.
Adding base PRC 4.19a files to repository.
2022-10-07 13:51:24 -04:00

17 lines
482 B
Plaintext

//::///////////////////////////////////////////////
//:: Fist of Hextor Damage/Attack
//:: prc_hextor.nss
//:://////////////////////////////////////////////
//:: Applies Fist of Hextor Bonuses by using
//:: ActionCastSpellOnSelf
//:://////////////////////////////////////////////
#include "prc_inc_spells"
#include "prc_inc_hextor"
void main()
{
object oPC = PRCGetSpellTargetObject();
_prc_inc_hextor_ApplyBrutalStrike(oPC, _prc_inc_hextor_BrutalStrikeFeatCount(oPC));
}