2025/06/22 Update

Fixed Vow of Poverty.
Fixed Vow of Poverty bonus feats not being restored onClientEnter.
Added PRC option for spontaneous casters unlearning spells (@Rakiov)
Gloura was double dipping caster level.
Added NUI levelup spellpicker for most AMS classes (@Rakiov)
Tweaked Tactical Insight.
Updated ToB maneuver TLK entries to display correct prerequisites.
This commit is contained in:
Jaysyn904
2025-06-22 19:40:24 -04:00
parent 4ae73d0f45
commit a882749366
34 changed files with 5455 additions and 737 deletions

View File

@@ -7,7 +7,7 @@
10 MAR 09 by GC
*/ /** @file
Although you may be young by the elve's reckoning,
Although you may be young by the elves' reckoning,
your blade guide lends you the experience and wisdom
of one who has fought battles across countless fields.
@@ -53,7 +53,7 @@ void main()
effect eAC;
int nInt = GetAbilityModifier(ABILITY_INTELLIGENCE, oInitiator);
if(nInt >= 1) eAC = EffectACDecrease(nInt);
PerformAttackRound(oTarget, oInitiator, eAC, 6.0, 0, 0, 0, FALSE, "", "", FALSE, FALSE, TRUE);
PerformAttackRound(oTarget, oInitiator, eAC, 6.0, 0, 0, 0, FALSE, "Tactical Insight: Hit!", "Tactical Insight: Miss!", FALSE, FALSE, TRUE);
// Expend ability
SetLocalInt(oInitiator, "ETBL_Tactical_Insight_Expended", TRUE);