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:
Jaysyn904
2025-06-05 23:35:34 -04:00
parent 9121e8fc6b
commit 3eae65b914
25 changed files with 4348 additions and 3419 deletions

View File

@@ -93,7 +93,7 @@ void main()
float fDuration = (nMetaMagic & METAMAGIC_EXTEND) ? fBaseDuration * 2.0 : fBaseDuration;
//:: Setup the natural armor effect
effect eNaturalArmor = EffectACIncrease(nFinalBonus);
effect eNaturalArmor = EffectACIncrease(nFinalBonus, AC_NATURAL_BONUS);
//:: Setup the movement speed penalty effect
//:: Normal speed is 30 feet per round, spell reduces to 20 feet per round (1/3 slower)