Further file organization

Further file organization
This commit is contained in:
Jaysyn904
2023-08-23 22:11:00 -04:00
parent 3062876237
commit d87fe14826
22364 changed files with 0 additions and 3253 deletions

View File

@@ -0,0 +1,21 @@
//::///////////////////////////////////////////////
//:: True Necomancer Energy Drain
//:: PRC_TN_EnDrain.nss
//:://////////////////////////////////////////////
/*
Target loses 2d4 levels.
Undead gain 2d4x5 HP for one hour.
*/
//:://////////////////////////////////////////////
//:: Created By: Stratovarius
//:: Created On: Mar 4, 2004
//:://////////////////////////////////////////////
#include "prc_inc_template"
void main()
{
DoRacialSLA(SPELL_ENERGY_DRAIN);
}