2026/05/27 Update
Verminlord requires Eldritch Blast as a prereq. Mettle branch in ApplyBreath() is fixed. Zen Archery now applies to Rays / Eldritch Blast. Runes will only support divine spells. School Specialization shouldn't block multiclass Red Wizards of Thay from divine spells in their opposition schools. Scepters, Runes, Skull Talismans & Attuned Gems are considered spell-completion items for RWoT School Specialization. Fixed Acolyte of the Skin's Damage Reduction. For real this time. Sneak Attack now takes Daring Outlaw / Swashbuckler into consideration. Updated Changelog.
This commit is contained in:
@@ -795,9 +795,13 @@ void ApplyBreath(struct breath BreathUsed, location lTargetArea, int bLinger = F
|
||||
{
|
||||
//Mettle is Evasion for Fort saves
|
||||
if (GetHasMettle(oTarget, SAVING_THROW_FORT))
|
||||
{
|
||||
nAdjustedDamage = 0;
|
||||
|
||||
nAdjustedDamage /= 2;
|
||||
}
|
||||
else
|
||||
{
|
||||
nAdjustedDamage /= 2;
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user