2025/06/05 Late Update
Expanded Hand of the Winged Masters for epic progression. Expanded Crusader for epic progression. Expanded Swordsage for epic progression. Tweaked Warblade's epic bonus feat list. Updated iprp_casterlvl.2da to allow higher DC for Runecrafting. Updated Aligned Aura, Soldiers of Sanctity, Divine Protection, Tortiseshell & Mantle of Egregious Might to give correct AC type.
This commit is contained in:
@@ -91,7 +91,7 @@ void main()
|
||||
}
|
||||
if(nSpellID == SPELL_ALIGNED_AURA_LAW)
|
||||
{
|
||||
eBuff = EffectACIncrease(1);
|
||||
eBuff = EffectACIncrease(1, AC_DEFLECTION_BONUS);
|
||||
eDebuff = EffectDamageDecrease(DAMAGE_BONUS_1, DAMAGE_TYPE_BLUDGEONING|DAMAGE_TYPE_PIERCING|DAMAGE_TYPE_SLASHING);
|
||||
eVisHelp = EffectVisualEffect(VFX_IMP_AC_BONUS);
|
||||
eVisHarm = EffectVisualEffect(VFX_IMP_HEAD_COLD);
|
||||
|
Reference in New Issue
Block a user