2026/04/27 Update
Updated expanded spells & abilities. Updated PEPS. Updated Markshire Nomeclature. Full compile.
This commit is contained in:
@@ -49,7 +49,7 @@ void main()
|
||||
int nCasterLvl = PRCGetCasterLevel(oPC);
|
||||
if(nCasterLvl > 20) nCasterLvl = 20;
|
||||
int nDam = d6(1) + nCasterLvl;
|
||||
|
||||
nDam += SpellDamagePerDice(oPC, 1);
|
||||
if(spellsIsTarget(oTarget, SPELL_TARGET_STANDARDHOSTILE, oPC) && oTarget != oPC)
|
||||
{
|
||||
ApplyEffectToObject(DURATION_TYPE_INSTANT, PRCEffectDamage(oTarget, DAMAGE_TYPE_SLASHING, nDam), oTarget);
|
||||
|
||||
Reference in New Issue
Block a user