2026/01/22 Update 2
Mechanatrixes always fail saves vs elecricity. Incorporated most creature ability scripts into the PRC8 & updated them to use PRCEffect(), SPApplyEffectToObject(), etc. Updated prc_inc_breath to use PRCEffectDamage() Updated several spell scripts to use PRCEffectDamage().
This commit is contained in:
@@ -82,7 +82,7 @@ void main()
|
||||
|
||||
int nDmg = d4() + nLevel;
|
||||
|
||||
effect eDmg = PRCEffectDamage(oTarget, nDmg,nDamageType);
|
||||
effect eDmg = PRCEffectDamage(oTarget, nDmg, nDamageType);
|
||||
effect eVis;
|
||||
if (nDmg<10) // if we are doing below 10 point of damage, use small flame
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user