2026/04/27 Update

Updated expanded spells & abilities.
Updated PEPS.
Updated Markshire Nomeclature.
Full compile.
This commit is contained in:
Jaysyn904
2026-04-27 10:21:53 -04:00
parent 0ec85e91b7
commit 9405f279d5
484 changed files with 1739 additions and 2757 deletions

View File

@@ -43,7 +43,7 @@ void RunCombustImpact(object oTarget, object oCaster, int nLevel, int nMetaMagic
{
nDamage = nDamage + (nDamage/2);
}
nDamage += SpellDamagePerDice(oCaster, nDamageLimit);
effect eDmg = PRCEffectDamage(oTarget, nDamage,EleDmg);
effect eVFX = EffectVisualEffect(VFX_IMP_FLAME_S);
@@ -86,6 +86,7 @@ int DoSpell(object oCaster, object oTarget, int nCasterLevel, int nEvent)
{
nDamage += nDamage / 2;//Damage/Healing is +50%
}
nDamage += SpellDamagePerDice(oCaster, nDamageLimit);
//nDamage += ApplySpellBetrayalStrikeDamage(oTarget, OBJECT_SELF);
int nDuration = 10 + nCasterLevel;
if (nDuration < 1)