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:
@@ -32,7 +32,7 @@ void main()
|
||||
|
||||
eEffect = EffectDeaf();
|
||||
eEffect = SupernaturalEffect(eEffect);
|
||||
eVis = EffectVisualEffect(VFX_IMP_ACID_S);
|
||||
eVis = EffectVisualEffect(VFX_IMP_SONIC);
|
||||
eVisFail = EffectVisualEffect(VFX_IMP_STUN);
|
||||
|
||||
if (!GetLocalInt(oPC, "ClapOfThunderBonus"))
|
||||
|
||||
Reference in New Issue
Block a user